-
Notifications
You must be signed in to change notification settings - Fork 125
Raise minimum supported Swift version from 5.4 to 5.5 #630
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: SwiftNIO periodically drops support for older Swift versions. Now that 5.7 has been released, 5.4 will be dropped. Modifications: - Remove 5.4 specific Package.swift and docker-compose - Update the 5.7 docker-compose to use the released 5.7 and move from focal (2004) to jammy (2204) - Update tools version in Package@swift-5.5.swift to 5.5 (from 5.4) - Add supported versions section to README Results: Minimum Swift version is 5.5
Can one of the admins verify this patch? |
6 similar comments
Can one of the admins verify this patch? |
Can one of the admins verify this patch? |
Can one of the admins verify this patch? |
Can one of the admins verify this patch? |
Can one of the admins verify this patch? |
Can one of the admins verify this patch? |
@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.
I have a sneaking suspicion that the 5.5 build is going to fail.
CI updated. @swift-server-bot test this please |
Motivation:
SwiftNIO periodically drops support for older Swift versions. Now that 5.7 has been released, 5.4 will be dropped.
Modifications:
Results:
Minimum Swift version is 5.5