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 d9160ca commit 1c167ffCopy full SHA for 1c167ff
Sources/Workspace/Workspace.swift
@@ -402,6 +402,9 @@ public class Workspace {
402
try self.init(
403
fileSystem: fileSystem,
404
location: location,
405
+ authorizationProvider: authorizationProvider,
406
+ registryAuthorizationProvider: registryAuthorizationProvider,
407
+ configuration: configuration,
408
cancellator: cancellator,
409
initializationWarningHandler: initializationWarningHandler,
410
customManifestLoader: customManifestLoader,
0 commit comments