-
Notifications
You must be signed in to change notification settings - Fork 109
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 6 #341
Require Swift 6 #341
Conversation
@swift-server-bot add to whitelist |
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
Let's land #340 and then rebase on top of it. |
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, Let's get CI in order
dff95ad
to
9babfea
Compare
API breakage and doc check fail because of 5.10 requirement. Merging to unblock further work for now. Will enforce at a later point in time again. |
Motivation:
Modifications:
swift-tools-version
from5.9
to6.0
inPackage.swift
.Plugin.swift
to compile error-free with Swift 6.Result:
First step towards adopting Swift 6.