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 8b1e46e commit 4d2fe27Copy full SHA for 4d2fe27
Sources/swift-build-sdk-interfaces/main.swift
@@ -62,7 +62,7 @@ do {
62
outputDir = outputDir.appending(RelativePath(collector.versionString))
63
}
64
if !localFileSystem.exists(outputDir) {
65
- try localFileSystem.createDirectory(outputDir)
+ try localFileSystem.createDirectory(outputDir, recursive: true)
66
67
let swiftcPathRaw = ProcessEnv.vars["SWIFT_EXEC"]
68
var swiftcPath: AbsolutePath
0 commit comments