Skip to content

[Maintenance] Add support for a range of SwiftSyntax versions #113

@graycampbell

Description

@graycampbell

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

  • I agree to follow this project's Code of Conduct

Metadata

Metadata

Assignees

Labels

Type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions