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

Bumps [prettier](https://github.com/prettier/prettier) from 2.6.2 to 2.7.1. Release notes Sourced from prettier's releases. 2.7.1 🔗 Changelog 2.7.0 diff 🔗 Release note Changelog Sourced from prettier's changelog. 2.7.1 diff Keep useful empty...

dependencies
javascript

Results of research looking at setup-* GH actions for Node, Python, Java and Go: - Their *-version parameter usually supports SemVer version range syntax and is usually optional (except for...

**Describe the bug** Running `swift test` using this action fails with: ``` dyld: lazy symbol binding failed: Symbol not found: _concurrencyEnableJobDispatchIntegration Referenced from: /Users/runner/hostedtoolcache/swift-macOS/5.6.1/x64/usr/lib/swift/macosx/libswift_Concurrency.dylib Expected in: /usr/lib/swift/libswiftCore.dylib ``` The project...

bug

Bumps [@actions/tool-cache](https://github.com/actions/toolkit/tree/HEAD/packages/tool-cache) from 1.7.2 to 2.0.1. Changelog Sourced from @​actions/tool-cache's changelog. 2.0.1 Update to v2.0.1 of @actions/http-client #1087 2.0.0 Update to v2.0.0 of @actions/http-client The type of the headers parameter...

dependencies
javascript

**Describe the bug** Running `swift test` in a SPM package using the swift environment set up using this action fails with: ``` dyld: Library not loaded: @rpath/XCTest.framework/Versions/A/XCTest Referenced from: /Users/runner/hostedtoolcache/swift-macOS/5.6/x64/usr/libexec/swift/pm/swiftpm-xctest-helper...

bug

Adds support for windows runners. - [x] Resolve correct version - [x] Download Swift package - [ ] Setup Swift on windows - [ ] GPG signature validation - [...

enhancement
help wanted

**Is your feature request related to a problem? Please describe.** Swift 5.3 is now available on Windows, so it would be great to use this action to install the Swift...

enhancement
help wanted

Lets use yarn instead of npm for no other reason other than consistency with other of my projects

enhancement

- [ ] How to setup the project locally - [ ] How to build the project - [ ] How to run the action

documentation

Trunk and dev releases should be supported. Suggested api: ```yml - uses: fwal/setup-swift@v1 with: swift-version: "trunk" ``` and ```yml - uses: fwal/setup-swift@v1 with: swift-version: "5.3-dev" ```

enhancement