Skip to content

Commit 1bd52e9

Browse files
committed
Mark DummyBuildSystemManagerConnectionToClient. waitUntilInitialized as package
This restores the ability to build SourceKit-LSP using a Swift 5.10 compiler.
1 parent 41a773f commit 1bd52e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/SKTestSupport/DummyBuildSystemManagerConnectionToClient.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ package struct DummyBuildSystemManagerConnectionToClient: BuildSystemManagerConn
2525

2626
package init() {}
2727

28-
func waitUntilInitialized() async {}
28+
package func waitUntilInitialized() async {}
2929

3030
package func send(_ notification: some LanguageServerProtocol.NotificationType) {}
3131

0 commit comments

Comments
 (0)