diff --git a/Sources/SwiftLexicalLookup/Scopes/GenericParameterScopeSyntax.swift b/Sources/SwiftLexicalLookup/Scopes/GenericParameterScopeSyntax.swift index dd6e3036129..20a989908a9 100644 --- a/Sources/SwiftLexicalLookup/Scopes/GenericParameterScopeSyntax.swift +++ b/Sources/SwiftLexicalLookup/Scopes/GenericParameterScopeSyntax.swift @@ -16,7 +16,7 @@ import SwiftSyntax /// futher lookup to its `WithGenericParametersScopeSyntax` /// parent scope's parent scope (i.e. on return, bypasses names /// introduced by its parent). -protocol GenericParameterScopeSyntax: ScopeSyntax {} +@_spi(Experimental) public protocol GenericParameterScopeSyntax: ScopeSyntax {} @_spi(Experimental) extension GenericParameterScopeSyntax { /// Returns names matching lookup and bypasses