Skip to content

Update swift-tools-version to 6.0.#2

Merged
yaslab merged 1 commit into
mainfrom
swift6
Aug 3, 2025
Merged

Update swift-tools-version to 6.0.#2
yaslab merged 1 commit into
mainfrom
swift6

Conversation

@yaslab
Copy link
Copy Markdown
Owner

@yaslab yaslab commented Aug 3, 2025

No description provided.

@yaslab yaslab requested a review from Copilot August 3, 2025 01:45
@yaslab yaslab self-assigned this Aug 3, 2025
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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']

@yaslab yaslab merged commit 5b9664a into main Aug 3, 2025
4 checks passed
@yaslab yaslab deleted the swift6 branch August 3, 2025 01:49
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.

2 participants