Skip to content

Commit 372c922

Browse files
committed
[swiftpm] Avoid ambiguous reference to delegate type
SwiftPM introduced a type with the same name, so qualify ours to avoid the conflict.
1 parent fb707d1 commit 372c922

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/SKSwiftPMWorkspace/SwiftPMWorkspace.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ public final class SwiftPMWorkspace {
4444
}
4545

4646
/// Delegate to handle any build system events.
47-
public weak var delegate: BuildSystemDelegate? = nil
47+
public weak var delegate: SKCore.BuildSystemDelegate? = nil
4848

4949
let workspacePath: AbsolutePath
5050
let packageRoot: AbsolutePath

0 commit comments

Comments
 (0)