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 fb707d1 + 372c922 commit cb17725Copy full SHA for cb17725
Sources/SKSwiftPMWorkspace/SwiftPMWorkspace.swift
@@ -44,7 +44,7 @@ public final class SwiftPMWorkspace {
44
}
45
46
/// Delegate to handle any build system events.
47
- public weak var delegate: BuildSystemDelegate? = nil
+ public weak var delegate: SKCore.BuildSystemDelegate? = nil
48
49
let workspacePath: AbsolutePath
50
let packageRoot: AbsolutePath
0 commit comments