You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now the gazelle plugin thinks that swift compiler plugins (typically for macros) are swift_binary targets, not swift_compiler_plugin targets. It should be possible to check for an @main struct / class conforming to CompilerPlugin from the SwiftSyntax SwiftCompilerPlugin module.
The text was updated successfully, but these errors were encountered:
Right now the gazelle plugin thinks that swift compiler plugins (typically for macros) are swift_binary targets, not swift_compiler_plugin targets. It should be possible to check for an @main struct / class conforming to CompilerPlugin from the SwiftSyntax SwiftCompilerPlugin module.
The text was updated successfully, but these errors were encountered: