Commit 360cc94
Update swift-syntax version constraint to range 600.0.0..<603.0.0 (#5)
## 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
- [x] Package builds successfully with the new version constraint
- [x] All existing tests continue to pass
🤖 Generated with [Claude Code](https://claude.ai/code)
---------
Co-authored-by: Claude <noreply@anthropic.com>1 parent 0d6adaa commit 360cc94
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
| 25 | + | |
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| |||
0 commit comments