-
Notifications
You must be signed in to change notification settings - Fork 41
Bump minimum Swift version to 5.7 #160
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Motivation: Now that Swift 5.9 is GM we should update the supported versions and remove 5.6 Modifications: * Update `Package.swift` * Delete the <5.7 docker compose files and make a 5.10 one * Update the 5.9 docker file to stop using nightlies Result: Remove support for Swift 5.6, add 5.10
@swift-server-bot add to allowlist |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
@swift-server-bot test this please |
1 similar comment
@swift-server-bot test this please |
@yim-lee Could you please update the CI here too? |
CI updated. @swift-server-bot test this please |
@yim-lee any idea why we are continuing to time out on the 5.7 CI? This wasn't the case a few days back and it seems to be stuck during linking. Is this an issue with the node? |
@swift-server-bot test this please |
Hmm, the 5.7 job timed out on three different nodes, then it just ran on yet another node and finished under 40s. I ran CI cleanup job before which might have helped? Not sure. @swift-server-bot test this please |
@swift-server-bot test this please |
To see if it's causing CI build getting stuck
@swift-server-bot test this please |
It went on agent 4 on the third run and it's getting stuck again: https://ci.swiftserver.group/job/swift-service-lifecycle-swift57-prb/110/console |
@swift-server-bot test this please |
A couple of test failures in 5.9: https://ci.swiftserver.group/job/swift-service-lifecycle-swift59-prb/62/console |
@swift-server-bot test this please |
3 similar comments
@swift-server-bot test this please |
@swift-server-bot test this please |
@swift-server-bot test this please |
I don't know what causes 5.7 build to stuck sometimes. Some observations:
Filed radar to investigate: rdar://116487361 |
Thanks for investigating this a bit @yim-lee. Let's merge this and keep an eye on it. |
Motivation:
Now that Swift 5.9 is GM we should update the supported versions and remove 5.6
Modifications:
Package.swift
Result:
Remove support for Swift 5.6, add 5.10