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 215d81b commit 1a94f0eCopy full SHA for 1a94f0e
Sources/SPMTestSupport/MockDependencyResolver.swift
@@ -212,17 +212,6 @@ public struct MockPackageContainerProvider: PackageContainerProvider {
212
}
213
214
215
-public extension DependencyResolver {
216
- /// Helper method which returns all the version binding out of resolver and assert failure for non version bindings.
217
- func resolveToVersion(
218
- constraints: [MockPackageConstraint],
219
- file: StaticString = #file,
220
- line: UInt = #line
221
- ) throws -> [(container: String, version: Version)] {
222
- fatalError()
223
- }
224
-}
225
-
226
public struct MockGraph {
227
public let name: String
228
public let constraints: [MockPackageConstraint]
0 commit comments