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
When building with --explicit-target-dependency-import-check error, swift-syntax fails to build due to the error: error: Target SwiftSyntaxMacroExpansion imports another target (SwiftOperators) in the package without declaring it a dependency..
Steps to Reproduce
swift build --explicit-target-dependency-import-check error on the 5.9 release.