Conversation
There was a problem hiding this comment.
Pull Request Overview
This PR upgrades the Swift tools version from 5.8 to 6.0, updating platform support and removing compiler version guards that are no longer needed.
- Updates Swift tools version to 6.0 across Package.swift files
- Raises minimum platform versions to align with Swift 6.0 requirements
- Removes conditional compilation blocks that guarded Swift 6.0-specific features
Reviewed Changes
Copilot reviewed 10 out of 10 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| Package.swift | Updates Swift tools version to 6.0 and raises minimum platform versions |
| benchmark.sh | Updates benchmark package to use Swift 6.0 and macOS 15 |
| Tests/HexTests/*.swift | Removes #if compiler(>=6.0) guards from test files |
| Sources/Hex/Sequence+Hex.swift | Removes compiler version guard for Swift 6.0 String validation API |
| Sources/Hex/Collection+Hex.swift | Removes availability annotation that's no longer needed |
| .github/workflows/ci.yml | Updates Xcode versions and removes Swift 5.10 from test matrix |
Comments suppressed due to low confidence (1)
.github/workflows/ci.yml:13
- Xcode version 16.4 does not exist. The latest Xcode 16 version as of my knowledge cutoff is 16.3. Consider using an existing version like '16.3' or '16.1'.
xcode-version: ['16.4', '16.2']
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.
No description provided.