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.
2 parents 8b1e46e + 4d2fe27 commit 5f5b3abCopy full SHA for 5f5b3ab
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