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 cebb305 commit 8da9c7aCopy full SHA for 8da9c7a
Sources/SPMTestSupport/MockDownloader.swift
@@ -49,6 +49,7 @@ public class MockDownloader: Downloader {
49
public func downloadFile(
50
at url: Foundation.URL,
51
to destinationPath: AbsolutePath,
52
+ withAuthorizationProvider: AuthorizationProviding? = nil,
53
progress: @escaping Downloader.Progress,
54
completion: @escaping Downloader.Completion
55
) {
Sources/Workspace/Workspace.swift
@@ -1421,6 +1421,7 @@ extension Workspace {
1421
downloader.downloadFile(
1422
at: parsedURL,
1423
to: archivePath,
1424
+ withAuthorizationProvider: nil,
1425
progress: { bytesDownloaded, totalBytesToDownload in
1426
self.delegate?.downloadingBinaryArtifact(
1427
from: url,
0 commit comments