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
Mark BumpPtrAllocator as @_spi(BumpPtrAllocator) and change @_spi(RawSyntax) import SwiftSyntax in ASTGen.swift to @_spi(BumpPtrAllocator) import SwiftSyntax.
That way, ASTGen doesn’t need to import SwiftSyntax with @_spi(RawSyntax).