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 c869bf4 + fba7a31 commit 4dd76f7Copy full SHA for 4dd76f7
Sources/PackageLoading/ManifestLoader.swift
@@ -386,7 +386,7 @@ public final class ManifestLoader: ManifestLoaderProtocol {
386
387
// FIXME: Workaround for the module cache bug that's been haunting Swift CI
388
// <rdar://problem/48443680>
389
- let moduleCachePath = Process.env["SWIFTPM_TESTS_MODULECACHE"]
+ let moduleCachePath = Process.env["SWIFTPM_MODULECACHE_OVERRIDE"] ?? Process.env["SWIFTPM_TESTS_MODULECACHE"]
390
391
var cmd = [String]()
392
#if os(macOS)
0 commit comments