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 0e6a400 commit 1fab572Copy full SHA for 1fab572
Sources/Workspace/Workspace.swift
@@ -1166,6 +1166,10 @@ extension Workspace {
1166
// Load the current manifests.
1167
let graphRoot = PackageGraphRoot(input: root, manifests: rootManifests)
1168
let currentManifests = loadDependencyManifests(root: graphRoot, diagnostics: diagnostics)
1169
+ guard !diagnostics.hasErrors else {
1170
+ return currentManifests
1171
+ }
1172
+
1173
validatePinsStore(dependencyManifests: currentManifests, diagnostics: diagnostics)
1174
1175
// Abort if pinsStore is unloadable or if diagnostics has errors.
0 commit comments