swift-actions / setup-swift

GitHub Action that setup a Swift environment
MIT License
264 stars 56 forks source link

Version 6.0 is unavailable #683

Open fwcd opened 1 month ago

fwcd commented 1 month ago

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" is not available
Stacktrace:
Error: Version "6.0" is not available
    at Object.verify (/Users/runner/work/_actions/swift-actions/setup-swift/v2/dist/index.js:572:15)
    at run (/Users/runner/work/_actions/swift-actions/setup-swift/v2/dist/index.js:329:32)
mman commented 1 month ago

@fwal Please fix this, https://www.serversideswift.info is coming in just a couple of days, we need it :)

master-bytes-krafter commented 1 month ago

Hello, any aproximate estimation on when will swift 6 be available ?

briannadoubt commented 1 month ago

Meow? This has been out for a while and would be really helpful to have. Please respond!

fwcd commented 1 month ago

Fwiw, my workaround is to run the workflow in a swift:6 container, but since that's not always feasible, it would be really nice to have this action updated too.

briannadoubt commented 1 month ago

Saw a PR up for this and a comment on there for a workaround - setting the macOS version to macOS-15. I've done this, and it works okay in the meantime.