developerbeau/Resolve Swift
Ensure a specific Swift version is on macOS, Linux, or Windows. Skips installation if the correct version is already present.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit Jun 3, 2026
- License
- MIT
Pinned Snippet
uses: developerbeau/resolve-swift@f4122380a88b950040d16c59b9dacec63b4f482c # v2tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| swift-version | Swift version to install. Accepts exact (6.3.0), partial (6, 6.3), or "latest". | no | latest |
| skip-verify-signature | Skip GPG/pkg signature verification. | no | false |
Outputs
| name | description |
|---|---|
| version | Fully-resolved Swift version that was installed (e.g. 6.3). |