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 14ceb3e commit d46bb5aCopy full SHA for d46bb5a
Sources/PackageLoading/ManifestLoader.swift
@@ -456,7 +456,7 @@ public final class ManifestLoader: ManifestLoaderProtocol {
456
457
switch result {
458
case .success(var evaluationResult):
459
- // Replace the temporary path with the orgiginal one in compiler output.
+ // Replace the temporary path with the original one in compiler output.
460
evaluationResult.compilerOutput = evaluationResult.compilerOutput?.replacingOccurrences(of: tempFile.path.pathString, with: manifestPath.pathString)
461
completion(.success(evaluationResult))
462
case .failure:
0 commit comments