setup-swift icon indicating copy to clipboard operation
setup-swift copied to clipboard

GitHub Action that setup a Swift environment

Results 52 setup-swift issues
Sort by recently updated
recently updated
newest added

**Describe the bug** When specifying swift 5.6 as the target swift version, there is a gpg error where it cannot continue Yaml being used: ```yaml jobs: linux: runs-on: ubuntu-latest strategy:...

bug

With the upcoming migration to Swift 6 and Swift Testing it would be cool if support for swift 6 can be added early via nightlies so that work in progress...

enhancement

This is a work-in-progress attempt on restoring support for running this action with the latest Swift version on Windows.

enhancement

This adds swift 6.0.0 to the available version list. I mainly just copied https://github.com/swift-actions/setup-swift/commit/7090b9ff07db2f5273e63de85f7ea7357c4335fd, please let me know if there's more I should do!

**Describe the bug** I'm unable to install Swift 5.9 in an ubuntu-latest GitHub Actions workflow. See [here](https://github.com/cpisciotta/xcbeautify/actions/runs/11339404887/job/31534142793?pr=318). **Workflow configuration (please complete the following information):** - Action version (`uses`): swift-actions/setup-swift@3aed395c5397f62deb91d8fe7af1418a9ae4d16f -...

bug

Swift 6.0 has been released, so it would be nice if it could be added: ``` Run swift-actions/setup-swift@v2 Error: Unexpected error, unable to continue. Please report at https://github.com/swift-actions/setup-swift/issues Version "6.0"...

Closes issue: https://github.com/swift-actions/setup-swift/issues/673 Implements resolution of development snapshots either by explicit date or by fetched tags from `swiftlang/swift` repo (similar to how Swiftly does this) by setting `"main-snapshot"` or `"X.Y-snapshot"`...

enhancement

This combines the fixes by @pfusik and @redsun82, updating the gpg URL from https://swift.org to the canonical location under https://www.swift.org and unzipping the fetched keys to work around #591. This...

enhancement

Before this change, runners on non-macOS would always succeed by downloading the x86_64 binary for their respective platform, which is obviously problematic. To solve this, this change introduces both support...

enhancement

**Describe the bug** swift-actions/setup-swift is using 10GB of the [14G storage space available in a macos-runner](https://docs.github.com/en/actions/using-github-hosted-runners/using-github-hosted-runners/about-github-hosted-runners#standard-github-hosted-runners-for-public-repositories). Often causing the macos-runner when running builds to throw a warning `You are running...

bug