What area needs maintenance?
The SwiftSyntax
dependency version.
Why is this improvement needed?
The SwiftSyntax
dependency is set to have an exact version of 600.0.0
. This can cause dependency conflicts in projects that use other macros that depend on different SwiftSyntax
versions.
Proposed solution
Use a range of versions for the SwiftSyntax
dependency (e.g. "509.0.0"..<"602.0.0"
. For more information, read Being a good citizen in the land of SwiftSyntax.
Code of Conduct