File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
lib/ASTGen/Sources/ASTGen
tools/swift-plugin-server/Sources/swift-plugin-server Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 12
12
13
13
import ASTBridging
14
14
import BasicBridging
15
- @_spi ( ExperimentalLanguageFeature) import SwiftCompilerPluginMessageHandling
15
+ @_spi ( PluginMessage ) @ _spi ( ExperimentalLanguageFeature) import SwiftCompilerPluginMessageHandling
16
16
import SwiftDiagnostics
17
17
import SwiftOperators
18
18
import SwiftSyntax
Original file line number Diff line number Diff line change 12
12
13
13
import ASTBridging
14
14
import BasicBridging
15
- import SwiftCompilerPluginMessageHandling
15
+ @ _spi ( PluginMessage ) import SwiftCompilerPluginMessageHandling
16
16
import SwiftSyntax
17
17
import swiftLLVMJSON
18
18
Original file line number Diff line number Diff line change 10
10
//
11
11
//===----------------------------------------------------------------------===//
12
12
13
- import SwiftCompilerPluginMessageHandling
13
+ @ _spi ( PluginMessage ) import SwiftCompilerPluginMessageHandling
14
14
import SwiftSyntaxMacros
15
15
import swiftLLVMJSON
16
16
import CSwiftPluginServer
You can’t perform that action at this time.
0 commit comments