Merged
Conversation
9f3c9b6 to
634d8c8
Compare
There was a problem hiding this comment.
Pull Request Overview
This PR updates the project to Swift 6.2 and integrates SwiftSyntax for AST-based Package.swift parsing. The changes upgrade Swift toolchain versions, add swift-syntax dependencies for improved parsing robustness, and update CI/CD infrastructure configurations.
Key changes:
- Swift toolchain version upgrade from 6.1 to 6.2 across all Package.swift files and Docker images
- Added swift-syntax dependency (version 601.0.1) with SwiftSyntax and SwiftParser products to support AST-based parsing
- Updated GitHub Actions workflows with new runner and Xcode versions, plus YAML formatting improvements
Reviewed Changes
Copilot reviewed 6 out of 6 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| Templates/Package-production.swift | Updated Swift tools version to 6.2, added swift-syntax dependency with SwiftSyntax/SwiftParser products, and added test fixtures resource |
| README.md | Updated minimum Swift version requirement from 6.1+ to 6.2+ |
| Package.swift | Updated Swift tools version to 6.2 |
| Makefile | Updated Docker image references from swift:6.1 to swift:6.2 for Linux builds |
| .github/workflows/release.yml | Updated runner to macos-26, Xcode to 26.0.1, and reformatted YAML indentation |
| .github/workflows/ci.yml | Updated runner to macos-26, Xcode to 26.0.1, and reformatted YAML indentation |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
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.