@@ -107,7 +107,7 @@ final class SwiftPMWorkspaceTests: XCTestCase {
107
107
108
108
let aswift = packageRoot. appending ( components: " Sources " , " lib " , " a.swift " )
109
109
let hostTriple = ws. buildParameters. targetTriple
110
- let build = buildPath ( root: packageRoot, platform: hostTriple. platformBuildPathComponent ( ) )
110
+ let build = buildPath ( root: packageRoot, platform: hostTriple. platformBuildPathComponent)
111
111
112
112
XCTAssertEqual ( ws. buildPath, build)
113
113
XCTAssertNotNil ( ws. indexStorePath)
@@ -163,7 +163,7 @@ final class SwiftPMWorkspaceTests: XCTestCase {
163
163
164
164
let aswift = packageRoot. appending ( components: " Sources " , " lib " , " a.swift " )
165
165
let hostTriple = ws. buildParameters. targetTriple
166
- let build = buildPath ( root: packageRoot, config: config, platform: hostTriple. platformBuildPathComponent ( ) )
166
+ let build = buildPath ( root: packageRoot, config: config, platform: hostTriple. platformBuildPathComponent)
167
167
168
168
XCTAssertEqual ( ws. buildPath, build)
169
169
let arguments = try ws. _settings ( for: aswift. asURI, . swift) !. compilerArguments
@@ -350,7 +350,7 @@ final class SwiftPMWorkspaceTests: XCTestCase {
350
350
let acxx = packageRoot. appending ( components: " Sources " , " lib " , " a.cpp " )
351
351
let bcxx = packageRoot. appending ( components: " Sources " , " lib " , " b.cpp " )
352
352
let hostTriple = ws. buildParameters. targetTriple
353
- let build = buildPath ( root: packageRoot, platform: hostTriple. platformBuildPathComponent ( ) )
353
+ let build = buildPath ( root: packageRoot, platform: hostTriple. platformBuildPathComponent)
354
354
355
355
XCTAssertEqual ( ws. buildPath, build)
356
356
XCTAssertNotNil ( ws. indexStorePath)
0 commit comments