Command Line Tools for macOS to create project in Swift Package Manager with desirable files.
- ✅ Supports iOS, macOS, tvOS, watchOS, and visionOS
- ✅ Can generate files such as Changelog, Swift Package Index, and SwiftLint
- ✅ SwiftLint automatically generates a swiftlint.yml file using the SwiftLintPlugin
- ✅ Xcode 26.0 compatibility
- ❌ Not compatible with earlier Xcode versions
Installing from crates.io (requires Rust/Cargo):
cargo install spm-swift-packageYou can install with Homebrew:
brew tap heroesofcode/taps
brew install heroesofcode/taps/spm-swift-packagespm-swift-packageAfter generating the Package, it will automatically open in Xcode
And from here you can continue working on your SPM project 🚀 🙂 👨💻 👩💻
To contribute, just fork this project and then open a pull request, feel free to contribute, bring ideas and raise any problem in the issue tab.
spm-swift-package is released under the MIT license. See LICENSE for details.

