Skip to content

Joseph Duffy's Swift Package Collection

I publish a Swift Package Collection containing all the Swift Packages I have created or heavily contributed to. It is available at /swift-package-collection.json.

The package is signed by Apple's Apple Worldwide Developer Relations Certification Authority. This certificate is trusted on macOS but needs to be manually trusted on other platforms. To do this on Linux add the certificate to the ~/.swiftpm/config/trust-root-certs/ directory:

mkdir -p ~/.swiftpm/config/trust-root-certs/
wget https://www.apple.com/certificateauthority/AppleWWDRCAG3.cer -O ~/.swiftpm/config/trust-root-certs/AppleWWDRCAG3.cer

To learn more about how this collection is generated and signed view the Swift Package Collection Signing Using the Terminal blog post.