Skip to content

Conversation

@muukii
Copy link
Contributor

@muukii muukii commented Sep 24, 2025

Summary

Update swift-syntax dependency version constraint from from: "602.0.0" to range "600.0.0"..<"603.0.0".

Also update URL from deprecated apple/swift-syntax to the new swiftlang/swift-syntax.

Changes

  • Modified Package.swift to use version range instead of minimum version constraint
  • Updated repository URL to the official Swift.org repository
  • This allows compatibility with swift-syntax versions 600.0.0 through 602.x.x while excluding 603.0.0+

Motivation

Range-based version constraints provide better compatibility and prevent potential breaking changes from newer major versions while maintaining support for a broader range of compatible versions.

Testing

  • Package builds successfully with the new version constraint
  • All existing tests continue to pass

🤖 Generated with Claude Code

@muukii muukii merged commit 360cc94 into main Sep 24, 2025
1 check failed
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