File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
lib/ASTGen/Sources/ASTGen Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ import SwiftSyntax
18
18
import SwiftSyntaxBuilder
19
19
import SwiftSyntaxMacros
20
20
import SwiftSyntaxMacroExpansion
21
- @ _spi ( PluginMessage ) import SwiftCompilerPluginMessageHandling
21
+ import SwiftCompilerPluginMessageHandling
22
22
23
23
extension SyntaxProtocol {
24
24
func token( at position: AbsolutePosition ) -> TokenSyntax ? {
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ import CASTBridging
14
14
import CBasicBridging
15
15
import SwiftSyntax
16
16
import swiftLLVMJSON
17
- @ _spi ( PluginMessage ) import SwiftCompilerPluginMessageHandling
17
+ import SwiftCompilerPluginMessageHandling
18
18
19
19
enum PluginError : String , Error , CustomStringConvertible {
20
20
case stalePlugin = " plugin is stale "
You can’t perform that action at this time.
0 commit comments