-
Notifications
You must be signed in to change notification settings - Fork 79
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
Drop Swift 5.5 & 5.6 support #1010
Comments
This task is blocked by amplify-swift currently supporting Swift 5.6. This task may be unblocked once amplify-swift raises their minimum Swift version to 5.7. |
Be sure to inform AWS doc writers prior to the release of this change in requirements. |
Amplify dropped Swift 5.6 support in Removing the "Blocked" label accordingly. |
@shepazon Tagged you here for your info |
Build system has been updated to run Xcode 14.0 / Swift 5.7 minimum, Xcode 15.0 / Swift 5.9 max. |
Released in 0.28 |
Describe the feature
Remove support for Swift 5.5 & 5.6 on
aws-sdk-swift
andsmithy-swift
, leaving Swift 5.7 as the minimum supported Swift version. For reference, Swift 5.7 was introduced in Xcode 14.0 in September 2022.Specific tasks:
swift-tools-version
and other minimum Swift version limits in our targets from 5.5 to 5.7.Use Case
Proposed Solution
Specific tasks:
swift-tools-version
and other minimum Swift version limits in our targets from 5.5 to 5.7.Other Information
No response
Acknowledgements
The text was updated successfully, but these errors were encountered: