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".

Changes

  • Modified Package.swift to use version range instead of minimum version constraint
  • 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 f19ad30 into main Sep 24, 2025
1 check passed
@muukii muukii deleted the update-swift-syntax-version-constraint branch September 24, 2025 06:41
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