Contributions are welcome through issues and pull requests.
- Swift 6.2.3 toolchain (
.swift-version) - Xcode 26.2+ (Swift 6.2.3 support) for Apple platform checks
Run before opening a PR:
swift build
swift testSwiftFormat is integrated as an SPM command plugin dependency (Nick Lockwood).
swift package plugin --allow-writing-to-package-directory swiftformatGitHub Actions validates:
- macOS build + test
- Linux build + test
For user-facing changes, update CHANGELOG.md in the same PR.
- Ensure CI is green on
major-bump/release branch. - Finalize release notes in
CHANGELOG.md. - Create a git tag without
vprefix (example:0.6.0). - Create GitHub release notes from changelog entries.