We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ced53e commit 8b50a0dCopy full SHA for 8b50a0d
lib/ASTGen/Sources/ASTGen/ASTGen.swift
@@ -4,7 +4,7 @@ import CBasicBridging
4
// Needed to use SyntaxTransformVisitor's visit method.
5
@_spi(SyntaxTransformVisitor)
6
// Needed to use BumpPtrAllocator
7
-@_spi(RawSyntax)
+@_spi(BumpPtrAllocator)
8
import SwiftSyntax
9
import struct SwiftDiagnostics.Diagnostic
10
0 commit comments