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 60fa1a8 commit 311dbfbCopy full SHA for 311dbfb
Sources/SWBCore/LibSwiftDriver/PlannedBuild.swift
@@ -25,7 +25,7 @@ private extension Path {
25
init(_ virtualPath: TypedVirtualPath) throws {
26
switch virtualPath.file {
27
case let .absolute(absPath): self = Path(absPath.pathString)
28
- case .standardInput, .standardOutput, .fileList, .relative, .temporary, .temporaryWithKnownContents:
+ case .standardInput, .standardOutput, .fileList, .relative, .temporary, .temporaryWithKnownContents, .buildArtifactWithKnownContents:
29
fallthrough
30
@unknown default:
31
throw StubError.error("Cannot build Path from \(virtualPath); unimplemented path type.")
0 commit comments