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 1212
1313import ASTBridging
1414import BasicBridging
15- @_spi ( ExperimentalLanguageFeature) import SwiftCompilerPluginMessageHandling
15+ @_spi ( PluginMessage ) @ _spi ( ExperimentalLanguageFeature) import SwiftCompilerPluginMessageHandling
1616import SwiftDiagnostics
1717import SwiftOperators
1818import SwiftSyntax
Original file line number Diff line number Diff line change 1212
1313import ASTBridging
1414import BasicBridging
15- import SwiftCompilerPluginMessageHandling
15+ @ _spi ( PluginMessage ) import SwiftCompilerPluginMessageHandling
1616import SwiftSyntax
1717import swiftLLVMJSON
1818
Original file line number Diff line number Diff line change 1010//
1111//===----------------------------------------------------------------------===//
1212
13- import SwiftCompilerPluginMessageHandling
13+ @ _spi ( PluginMessage ) import SwiftCompilerPluginMessageHandling
1414import SwiftSyntaxMacros
1515import swiftLLVMJSON
1616import CSwiftPluginServer
You can’t perform that action at this time.
0 commit comments