File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -1039,10 +1039,9 @@ fileprivate func constructTestEnvironment(
1039
1039
let codecovProfile = buildParameters. buildPath. appending ( components: " codecov " , " default%m.profraw " )
1040
1040
env [ " LLVM_PROFILE_FILE " ] = codecovProfile. pathString
1041
1041
}
1042
-
1043
1042
#if !os(macOS)
1044
1043
#if os(Windows)
1045
- if let location = toolchain. manifestResources . xctestLocation {
1044
+ if let location = toolchain. configuration . xctestPath {
1046
1045
env [ " Path " ] = " \( location. pathString) ; \( env [ " Path " ] ?? " " ) "
1047
1046
}
1048
1047
#endif
Original file line number Diff line number Diff line change @@ -268,7 +268,7 @@ public final class PackageEditorContext {
268
268
269
269
// Create toolchain.
270
270
let hostToolchain = try UserToolchain ( destination: . hostDestination( ) )
271
- self . manifestLoader = ManifestLoader ( manifestResources: hostToolchain. manifestResources )
271
+ self . manifestLoader = ManifestLoader ( manifestResources: hostToolchain. configuration )
272
272
273
273
let repositoriesPath = buildDir. appending ( component: " repositories " )
274
274
self . repositoryManager = RepositoryManager (
You can’t perform that action at this time.
0 commit comments