Require Swift 6.2 toolchain - #227
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Raises the minimum Swift toolchain for this package to 6.2, matching
GATT's existing requirement (PureSwift/GATT#42).Changes
swift-tools-version6.0→6.2.swift.yml):swift:6.0.3andswift:6.1.2containers (can no longer parse a 6.2 manifest); keepswift:6.2.3andswift:6.3.2.android-build-arm: bump the container and the finagolfin Android SDK from6.1.3to6.2(swift:6.2.0container, matching the SDK's exact compiler version —.swiftmodulefiles require an exact match, per the existing comment in the workflow).6.3.2and need no change.6.0→6.2.Test plan
swift buildsucceeds (tools-version 6.2 manifest parses, no source changes required)swift testpasses (522/522)swift package compute-checksum