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 61eb42c commit 624ff10Copy full SHA for 624ff10
Sources/Build/BuildPlan/BuildPlan+Product.swift
@@ -68,7 +68,7 @@ extension BuildPlan {
68
switch target.underlying {
69
case is SwiftTarget:
70
// Swift targets are guaranteed to have a corresponding Swift description.
71
- guard case .swift(let description) = targetMap[target] else {
+ guard case .swift(let description) = self.targetMap[target] else {
72
throw InternalError("unknown target \(target)")
73
}
74
0 commit comments