https://github.com/beeauvin/swiftly-swift
A Github Action to install Swiftly and a Swift toolchain. Works with MacOS and Linux runners.
https://github.com/beeauvin/swiftly-swift
actions ci setup swift swiftly
Last synced: 10 months ago
JSON representation
A Github Action to install Swiftly and a Swift toolchain. Works with MacOS and Linux runners.
- Host: GitHub
- URL: https://github.com/beeauvin/swiftly-swift
- Owner: beeauvin
- License: mpl-2.0
- Created: 2025-08-12T18:18:03.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2025-08-12T18:23:12.000Z (10 months ago)
- Last Synced: 2025-08-28T19:06:44.951Z (10 months ago)
- Topics: actions, ci, setup, swift, swiftly
- Homepage: https://github.com/marketplace/actions/swiftly-swift
- Size: 7.81 KB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: license.md
Awesome Lists containing this project
README
# Swiftly Swift - Github Action
A Github Action to install [Swiftly](https://www.swift.org/swiftly/documentation/swiftlydocs/) and a swift toolchain. Works with MacOS and Linux runners.
```yaml
- uses: beeauvin/swiftly-swift@v1
with:
swift-version: 6.1
```
`swift-version` is the Swift Toolchain version that Swiftly will install and defaults to `latest`. Any version string supported by Swiftly (including snapshots) should work.
### Windows
Unfortunately [Swiftly doesn't currently support windows](https://github.com/swiftlang/swiftly/issues/151) so this action doesn't either. Open to contributions to get it working with currently available install methods until Swiftly has support for it.
## License
Swiftly Swift is available under the [Mozilla Public License 2.0](https://mozilla.org/MPL/2.0/).
A copy of the MPLv2 is included [license.md](/license.md) file for convenience.