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 b7efe72 commit 90d2115Copy full SHA for 90d2115
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