Bump swift-tools-version to 6.0#237
Conversation
|
@swift-ci test |
|
With this change, can the |
|
Yes, I'll update #190 after this one's merged. |
There was a problem hiding this comment.
I understand this change is relatively low-risk, but if you don’t have any immediate need for 6.0 language features, would you mind holding it off until I merge swiftwasm/swiftwasm-build#627 ? (I'm trying to merge it this week)
Recent changes around build-runtime-with-host-compiler have broken the build, and I’d really prefer not to juggle multiple issues at the same time.
|
Sure, I'll keep this open until then. Sorry about the breakage 😢 |
As Swift CI nodes use Swift 5.9 and Swift 5.10, and as of swiftlang/swift-sdk-generator#227 Swift SDK Generator is no longer tested with Swift 5.9 and 5.10, we should build it with the freshly built toolchain. This will also unblock bump of `swift-tools-version` to 6.0 in the generator's package swiftlang/swift-sdk-generator#237
|
Ok, I merged the PR. Ready to fix new issues 😛 |
|
Is it safe to merge this yet? :) |
|
No, as the PR this one depends on doesn't have feedback addressed yet. |
Since we're no longer directly testing with Swift 5.9 and 5.10, let's try to bump `swift-tools-version` to 6.0 to declare that these older versions are no longer supported.
|
I don't think this one is blocked any more. I've rebased it, if it passes shall we mark it ready for review and merge it @MaxDesiatov, @kateinoigakukun? |
|
@swift-ci test |
|
This is still blocked until swiftlang/swift#83808 is merged. |
As Swift CI nodes use Swift 5.9 and Swift 5.10, and as of swiftlang/swift-sdk-generator#227 Swift SDK Generator is no longer tested with Swift 5.9 and 5.10, we should build it with the freshly built toolchain. This will also unblock bump of `swift-tools-version` to 6.0 in the generator's package swiftlang/swift-sdk-generator#237
|
@swift-ci test |
|
Currently blocked by swiftlang/swift#86319 |
Since we're no longer directly testing with Swift 5.9 and 5.10, let's try to bump
swift-tools-versionto 6.0 to declare that these older versions are no longer supported.