Skip to content

Conversation

stmontgomery
Copy link
Contributor

This updates our package dependency on swift-syntax to 603.0.0-latest (replacing 602-0.0-latest). I also took the opportunity to document the workaround we use to ensure we're always using the latest "prerelease" tag.

Checklist:

  • Code and documentation should follow the style of the Style Guide.
  • If public symbols are renamed or modified, DocC references should be updated.

@stmontgomery stmontgomery added this to the Swift 6.x (main) milestone Aug 22, 2025
@stmontgomery stmontgomery self-assigned this Aug 22, 2025
@stmontgomery stmontgomery added documentation 📚 Improvements or additions to documentation enhancement New feature or request build 🧱 Affects the project's build configuration or process macros 🔭 Related to Swift macros such as @Test or #expect labels Aug 22, 2025
// manager to use the lexicographically highest-sorted tag with the
// specified semantic version, meaning the most recent "prerelease" tag will
// always be used.
.package(url: "https://github.com/swiftlang/swift-syntax.git", from: "603.0.0-latest"),
Copy link
Contributor Author

Choose a reason for hiding this comment

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

@bnbarham FYI, and just a reminder we're (still) using this workaround and these prerelease tags.

@stmontgomery
Copy link
Contributor Author

@swift-ci please test

@stmontgomery stmontgomery merged commit 7f0110d into swiftlang:main Aug 22, 2025
3 checks passed
@stmontgomery stmontgomery deleted the swift-syntax-603 branch August 22, 2025 20:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

build 🧱 Affects the project's build configuration or process documentation 📚 Improvements or additions to documentation enhancement New feature or request macros 🔭 Related to Swift macros such as @Test or #expect

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants