Skip to content

Releases: tonyarnold/swift-dependency-audit

v1.4.4

18 Jul 06:28

Choose a tag to compare

Minor fixes to line number detection.

Full Changelog: v1.4.3...v1.4.4

v.1.4.3

18 Jul 05:32

Choose a tag to compare

What's Changed

Full Changelog: v1.4.2...v1.4.3

v1.4.2

18 Jul 05:22

Choose a tag to compare

What's Changed

  • Treat unused dependencies as warnings instead of errors by @tonyarnold in #5
  • Fix line numbers for unused dependency warnings by @tonyarnold in #6

Full Changelog: v1.4.1...v1.4.2

v1.4.1

18 Jul 04:21

Choose a tag to compare

What's Changed

  • Extend the whitelist to cover all frameworks in the macOS SDK by @tonyarnold in #4

Full Changelog: v1.4.0...v1.4.1

v1.4.0

18 Jul 04:00

Choose a tag to compare

What's Changed

  • Add Swift Build Tool Plugin for automatic dependency validation by @tonyarnold in #3

Full Changelog: v1.3.0...v1.4.0

v1.3.0

17 Jul 03:44
1c24c3d

Choose a tag to compare

Installation

Download the appropriate binary for your system:

  • Universal macOS (recommended): swift-dependency-audit-v1.3.0-macos-universal.tar.gz
  • macOS ARM64 (Apple Silicon): swift-dependency-audit-v1.3.0-macos-arm64.tar.gz
  • macOS x86_64 (Intel): swift-dependency-audit-v1.3.0-macos-x86_64.tar.gz

Quick Install

# Download and install universal binary
curl -L https://github.com/tonyarnold/swift-dependency-audit/releases/download/v1.3.0/swift-dependency-audit-v1.3.0-macos-universal.tar.gz | tar -xz
sudo mv swift-dependency-audit-v1.3.0-macos-universal/swift-dependency-audit /usr/local/bin/

Verify Installation

swift-dependency-audit --help

Checksums

All binaries are signed with SHA256 checksums available in checksums.txt.

v1.2.0

17 Jul 00:24
120719a

Choose a tag to compare

Installation

Download the appropriate binary for your system:

  • Universal macOS (recommended): swift-dependency-audit-v1.2.0-macos-universal.tar.gz
  • macOS ARM64 (Apple Silicon): swift-dependency-audit-v1.2.0-macos-arm64.tar.gz
  • macOS x86_64 (Intel): swift-dependency-audit-v1.2.0-macos-x86_64.tar.gz

Quick Install

# Download and install universal binary
curl -L https://github.com/tonyarnold/swift-dependency-audit/releases/download/v1.2.0/swift-dependency-audit-v1.2.0-macos-universal.tar.gz | tar -xz
sudo mv swift-dependency-audit-v1.2.0-macos-universal/swift-dependency-audit /usr/local/bin/

Verify Installation

swift-dependency-audit --help

Checksums

All binaries are signed with SHA256 checksums available in checksums.txt.

v1.1.0

16 Jul 10:56
2efde0b

Choose a tag to compare

Installation

Download the appropriate binary for your system:

  • Universal macOS (recommended): swift-dependency-audit-v1.1.0-macos-universal.tar.gz
  • macOS ARM64 (Apple Silicon): swift-dependency-audit-v1.1.0-macos-arm64.tar.gz
  • macOS x86_64 (Intel): swift-dependency-audit-v1.1.0-macos-x86_64.tar.gz

Quick Install

# Download and install universal binary
curl -L https://github.com/tonyarnold/swift-dependency-audit/releases/download/v1.1.0/swift-dependency-audit-v1.1.0-macos-universal.tar.gz | tar -xz
sudo mv swift-dependency-audit-v1.1.0-macos-universal/swift-dependency-audit /usr/local/bin/

Verify Installation

swift-dependency-audit --help

Checksums

All binaries are signed with SHA256 checksums available in checksums.txt.

Initial release

16 Jul 10:03
cfa0bc1

Choose a tag to compare

Installation

Download the appropriate binary for your system:

  • Universal macOS (recommended): swift-dependency-audit-v1.0.0-macos-universal.tar.gz
  • macOS ARM64 (Apple Silicon): swift-dependency-audit-v1.0.0-macos-arm64.tar.gz
  • macOS x86_64 (Intel): swift-dependency-audit-v1.0.0-macos-x86_64.tar.gz

Quick Install

# Download and install universal binary
curl -L https://github.com/tonyarnold/swift-dependency-audit/releases/download/v1.0.0/swift-dependency-audit-v1.0.0-macos-universal.tar.gz | tar -xz
sudo mv swift-dependency-audit-v1.0.0-macos-universal/swift-dependency-audit /usr/local/bin/

Verify Installation

swift-dependency-audit --help

Checksums

All binaries are signed with SHA256 checksums available in checksums.txt.