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 badd7f1 commit fae239dCopy full SHA for fae239d
Sources/Commands/Utilities/TestingSupport.swift
@@ -183,7 +183,7 @@ enum TestingSupport {
183
#if !os(macOS)
184
#if os(Windows)
185
if let location = toolchain.xctestPath {
186
- env.prependPath("Path", value: location.pathString)
+ env.prependPath(key: .path, value: location.pathString)
187
}
188
#endif
189
return env
Sources/Environment/Environment.swift
@@ -11,7 +11,6 @@
11
//===----------------------------------------------------------------------===//
12
13
internal import Foundation
14
-internal import Synchronization
15
16
#if canImport(Glibc)
17
import Glibc
0 commit comments