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.
1 parent 0ea45c7 commit b4409ffCopy full SHA for b4409ff
Sources/SKCore/BuildSystemManager.swift
@@ -110,7 +110,7 @@ public final class BuildSystemManager {
110
weak var mainFilesProvider: MainFilesProvider?
111
112
/// Build system delegate that will receive notifications about setting changes, etc.
113
- var _delegate: BuildSystemDelegate?
+ weak var _delegate: BuildSystemDelegate?
114
115
/// Create a BuildSystemManager that wraps the given build system. The new
116
/// manager will modify the delegate of the underlying build system.
0 commit comments