Prebuilt binaries are provided for the arm64 macOS platform below.
macOS Installation
- Download and unzip the archive from the section below.
- Then run the following in your terminal to install (assuming you downloaded and extracted them in
~/Downloads
):sudo cp ~/Downloads/macos-arm64-swift-package-collection-generator/package-collection-generate /usr/local/bin/ sudo cp ~/Downloads/macos-arm64-swift-package-collection-generator/package-collection-diff /usr/local/bin/ sudo cp ~/Downloads/macos-arm64-swift-package-collection-generator/package-collection-sign /usr/local/bin/ sudo cp ~/Downloads/macos-arm64-swift-package-collection-generator/package-collection-validate /usr/local/bin/
- Feel free to cleanup this directory after installing, by dragging it to the trash or running the following in your terminal:
rm -r ~/Downloads/macos-arm64-swift-package-collection-generator