feat(patch): Allow to use swift-syntax 603 - #37
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #37 +/- ##
==========================================
- Coverage 92.80% 90.76% -2.04%
==========================================
Files 16 16
Lines 500 357 -143
==========================================
- Hits 464 324 -140
+ Misses 36 33 -3 see 15 files with indirect coverage changes Continue to review full report in Codecov by Sentry.
🚀 New features to boost your workflow:
|
There was a problem hiding this comment.
Code Review
This pull request updates the swift-syntax dependency to version 603.0.1 and expands the supported version range in Package.swift. A review comment identifies a compatibility risk, noting that swift-syntax versions are strictly coupled with specific Swift compiler versions; using a newer version without updating the swift-tools-version may cause build failures for users on older toolchains.
Description
Include a summary of the change and which issue is fixed. Please also include relevant motivation and context.
How Has This Been Tested?
Please describe the tests that you ran to verify your changes.
Minimal checklist:
DocCcode-level documentation for any public interfaces exported by the package