We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 41f8354 + 2446a32 commit 4a2d2d0Copy full SHA for 4a2d2d0
Sources/BuildSystemIntegration/BuildSystemManager.swift
@@ -206,7 +206,7 @@ package actor BuildSystemManager: QueueBasedMessageHandler {
206
toolchainRegistry: toolchainRegistry,
207
options: options,
208
buildSystemTestHooks: buildSystemTestHooks,
209
- messagesToSourceKitLSPHandler: self
+ messagesToSourceKitLSPHandler: WeakMessageHandler(self)
210
)
211
if let buildSystem {
212
let connectionToBuildSystem = LocalConnection(receiverName: "Build system")
0 commit comments