SwiftSyntax Circular Dependency

Hey everyone,
I’m currently working on this issue: Use generated `TokenSpecSet`s in ASTGen · Issue #68356 · swiftlang/swift · GitHub. To get started, I’m trying to move ImportDeclSyntax.ImportKindSpecifierOptions to SwiftSyntax. However, I would need to import some components from SwiftParser for this, which is creating a circular dependency.

Is there a module that facilitates communication between SwiftSyntax and SwiftParser? I’m new to open source, so I’d really appreciate any guidance on whether I’m approaching this issue correctly, or if there’s a better way to solve it.