Skip to content

Choose a tag to compare

@github-actions github-actions released this 26 Jul 13:20
6aa21d0

Installation

CLI Tool (SwiftComplexityCLI)

Download the appropriate binary for your platform:

  • macOS Apple Silicon (M1/M2/M3): SwiftComplexityCLI-1.2.1-macos-arm64.tar.gz
  • macOS Intel: SwiftComplexityCLI-1.2.1-macos-x86_64.tar.gz
  • Linux x86_64: SwiftComplexityCLI-1.2.1-linux-x86_64.tar.gz
tar -xzf SwiftComplexityCLI-${VERSION}-*.tar.gz
cd SwiftComplexityCLI-${VERSION}-*
./install.sh

MCP Server (SwiftComplexityMCP)

Download the MCP server for LLM agent integration:

  • macOS Apple Silicon (M1/M2/M3): SwiftComplexityMCP-1.2.1-macos-arm64.tar.gz
  • macOS Intel: SwiftComplexityMCP-1.2.1-macos-x86_64.tar.gz
  • Linux x86_64: SwiftComplexityMCP-1.2.1-linux-x86_64.tar.gz
tar -xzf SwiftComplexityMCP-${VERSION}-*.tar.gz
cd SwiftComplexityMCP-${VERSION}-*
./install.sh

Artifact Bundle (nest)

nest install fummicc1/swift-complexity

Or download the artifact bundle directly:

  • SwiftComplexityCLI: swift-complexity.artifactbundle.zip
  • SwiftComplexityMCP: swift-complexity-mcp.artifactbundle.zip

Build from Source

git clone https://github.com/fummicc1/swift-complexity.git
cd swift-complexity
git checkout v1.2.1
swift build -c release

Verification

shasum -a 256 -c SwiftComplexityCLI-${VERSION}-*.tar.gz.sha256
shasum -a 256 -c SwiftComplexityMCP-${VERSION}-*.tar.gz.sha256
shasum -a 256 -c swift-complexity.artifactbundle.zip.sha256
shasum -a 256 -c swift-complexity-mcp.artifactbundle.zip.sha256

What's Changed

Bug Fixes

  • fix: Shorten action description to Marketplace's 125-char limit by @fummicc1 in #44

Other Changes

Full Changelog: v1...v1.2.1