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 4b2ce9a commit 5bcf58cCopy full SHA for 5bcf58c
Sources/PackageLoading/ManifestLoader.swift
@@ -855,7 +855,7 @@ public final class ManifestLoader: ManifestLoaderProtocol {
855
856
// Return now if there was an error.
857
if compilerResult.exitStatus != .terminated(code: 0) {
858
- return completion(.failure(ProcessResult.Error.nonZeroExit(compilerResult)))
+ return completion(.success(evaluationResult))
859
}
860
861
// Pass an open file descriptor of a file to which the JSON representation of the manifest will be written.
0 commit comments