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 145c3d8 commit 93f181bCopy full SHA for 93f181b
Sources/SwiftParserDiagnostics/generated/SyntaxKindNameForDiagnostics.swift
@@ -12,7 +12,7 @@
12
//
13
//===----------------------------------------------------------------------===//
14
15
-import SwiftSyntax
+@_spi(ExperimentalLanguageFeatures) import SwiftSyntax
16
17
extension SyntaxKind {
18
var nameForDiagnostics: String? {
Sources/SwiftSyntax/generated/SyntaxTransform.swift
@@ -12,6 +12,7 @@
+@_spi(SyntaxTransformVisitor)
public protocol SyntaxTransformVisitor {
associatedtype ResultType = Void
0 commit comments