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 b7efe72 + 90d2115 commit e7a6445Copy full SHA for e7a6445
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