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 a933f7a commit 8438e3dCopy full SHA for 8438e3d
Sources/SPMTestSupport/MockTarget.swift
@@ -76,7 +76,7 @@ public struct MockTarget {
76
case .binary:
77
return try TargetDescription(
78
name: self.name,
79
- group: .init(from: self.group as! Decoder),
+ group: .init(self.group),
80
dependencies: self.dependencies.map{ try $0.convert(identityResolver: identityResolver) },
81
path: self.path,
82
url: self.url,
0 commit comments