Skip to content
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

Require Swift 5.3 #3495

Merged
merged 2 commits into from
Nov 3, 2021
Merged

Require Swift 5.3 #3495

merged 2 commits into from
Nov 3, 2021

Conversation

jshier
Copy link
Contributor

@jshier jshier commented Sep 18, 2021

Goals ⚽

This PR bumps Alamofire's required Swift version to 5.3 / Xcode 12 now that Xcode 13 is imminent. Since no one can release software on iOS with older Xcode versions, it seems safe to drop this. Older macOS users can keep using older Alamofire versions.

This also follows SwiftNIO's Swift version support which they recently updated. However, instead of tracking Swift prerelease - 2, we'll track Swift current - 2. So with 5.5 out we'll go back to 5.3 and with 5.6 we may update to 5.4, but that isn't necessarily guaranteed.

Implementation Details 🚧

SwiftFormat has been set to 5.3 mode and run. Updates are entirely closure to key path conversion.

@jshier jshier merged commit 6de4f23 into master Nov 3, 2021
@jshier jshier deleted the update/require-swift-5.3 branch November 3, 2021 20:09
@jshier jshier added this to the 5.5.0 milestone Dec 13, 2021
jshier added a commit that referenced this pull request Jan 15, 2022
* Update to Swift 5.3.

* Use correct target.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants