Build Information
Failed to build XcodeSelectiveTesting, reference 0.12.3 (0b5481
), with Swift 6.1 for Wasm on 31 May 2025 02:10:48 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/mikeger/XcodeSelectiveTesting.git
Reference: 0.12.3
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: git branch -m <name>
From https://github.com/mikeger/XcodeSelectiveTesting
* tag 0.12.3 -> FETCH_HEAD
HEAD is now at 0b5481c Disable tests on Linux
Cloned https://github.com/mikeger/XcodeSelectiveTesting.git
Revision (git rev-parse @):
0b5481cae4654e6276f9c53edadfd4d8d4426d11
SUCCESS checkout https://github.com/mikeger/XcodeSelectiveTesting.git at 0.12.3
========================================
Build
========================================
Selected platform: wasm
Swift version: 6.1
Building package at path: $PWD
https://github.com/mikeger/XcodeSelectiveTesting.git
https://github.com/mikeger/XcodeSelectiveTesting.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "xcodeproj",
"requirement" : {
"range" : [
{
"lower_bound" : "9.0.2",
"upper_bound" : "10.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/tuist/XcodeProj.git"
},
{
"identity" : "swift-argument-parser",
"requirement" : {
"range" : [
{
"lower_bound" : "1.2.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-argument-parser.git"
},
{
"identity" : "pathkit",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "1.1.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/kylef/PathKit.git"
},
{
"identity" : "rainbow",
"requirement" : {
"range" : [
{
"lower_bound" : "4.0.0",
"upper_bound" : "5.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/onevcat/Rainbow"
},
{
"identity" : "yams",
"requirement" : {
"range" : [
{
"lower_bound" : "5.0.5",
"upper_bound" : "6.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/jpsim/Yams.git"
}
],
"manifest_display_name" : "XcodeSelectiveTesting",
"name" : "XcodeSelectiveTesting",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "12.0"
}
],
"products" : [
{
"name" : "xcode-selective-test",
"targets" : [
"xcode-selective-test"
],
"type" : {
"executable" : null
}
},
{
"name" : "XcodeSelectiveTest",
"targets" : [
"SelectiveTestingPlugin"
],
"type" : {
"plugin" : null
}
}
],
"targets" : [
{
"c99name" : "xcode_selective_test",
"module_type" : "SwiftTarget",
"name" : "xcode-selective-test",
"path" : "Sources/xcode-selective-test",
"product_dependencies" : [
"ArgumentParser"
],
"product_memberships" : [
"xcode-selective-test",
"XcodeSelectiveTest"
],
"sources" : [
"SelectiveTesting.swift"
],
"target_dependencies" : [
"SelectiveTestingCore"
],
"type" : "executable"
},
{
"c99name" : "Workspace",
"module_type" : "SwiftTarget",
"name" : "Workspace",
"path" : "Sources/Workspace",
"product_dependencies" : [
"XcodeProj"
],
"product_memberships" : [
"xcode-selective-test",
"XcodeSelectiveTest"
],
"sources" : [
"DependencyGraph.swift",
"Sequence+Extensions.swift",
"Target.swift",
"WorkspaceInfo.swift",
"XCWorkspace+Projects.swift"
],
"target_dependencies" : [
"SelectiveTestLogger"
],
"type" : "library"
},
{
"c99name" : "TestConfigurator",
"module_type" : "SwiftTarget",
"name" : "TestConfigurator",
"path" : "Sources/TestConfigurator",
"product_dependencies" : [
"PathKit"
],
"product_memberships" : [
"xcode-selective-test",
"XcodeSelectiveTest"
],
"sources" : [
"TestConfigurator.swift",
"xctestplanner/Core/Entity/TestPlanModel.swift",
"xctestplanner/Core/Extensions/Array+Extensions.swift",
"xctestplanner/Core/Helper/TestPlanHelper.swift"
],
"target_dependencies" : [
"Workspace",
"SelectiveTestLogger"
],
"type" : "library"
},
{
"c99name" : "SelectiveTestingTests",
"module_type" : "SwiftTarget",
"name" : "SelectiveTestingTests",
"path" : "Tests/SelectiveTestingTests",
"product_dependencies" : [
"PathKit"
],
"resources" : [
{
"path" : "/host/spi-builder-workspace/Tests/SelectiveTestingTests/ExampleProject",
"rule" : {
"copy" : {
}
}
}
],
"sources" : [
"IntegrationTestTool.swift",
"SelectiveTestingConfigTests.swift",
"SelectiveTestingPackagesTests.swift",
"SelectiveTestingPerformanceTests.swift",
"SelectiveTestingProjectTests.swift",
"SelectiveTestingWorkspaceTests.swift",
"TestPlanCodableTests.swift"
],
"target_dependencies" : [
"xcode-selective-test"
],
"type" : "test"
},
{
"c99name" : "SelectiveTestingPlugin",
"module_type" : "PluginTarget",
"name" : "SelectiveTestingPlugin",
"path" : "Plugins/SelectiveTestingPlugin",
"plugin_capability" : {
"intent" : {
"description" : "Configure test plan for current changeset",
"type" : "custom",
"verb" : "xcode-selective-test"
},
"permissions" : [
{
"network_scope" : {
"none" : {
}
},
"reason" : "Update test plan file",
"type" : "writeToPackageDirectory"
}
],
"type" : "command"
},
"product_memberships" : [
"XcodeSelectiveTest"
],
"sources" : [
"SelectiveTestingPlugin.swift"
],
"target_dependencies" : [
"xcode-selective-test"
],
"type" : "plugin"
},
{
"c99name" : "SelectiveTestingCore",
"module_type" : "SwiftTarget",
"name" : "SelectiveTestingCore",
"path" : "Sources/SelectiveTestingCore",
"product_dependencies" : [
"PathKit",
"Rainbow",
"Yams"
],
"product_memberships" : [
"xcode-selective-test",
"XcodeSelectiveTest"
],
"sources" : [
"Config.swift",
"DependencyGraph+Visualization.swift",
"SelectiveTestingTool.swift"
],
"target_dependencies" : [
"DependencyCalculator",
"TestConfigurator",
"Git"
],
"type" : "library"
},
{
"c99name" : "SelectiveTestShell",
"module_type" : "SwiftTarget",
"name" : "SelectiveTestShell",
"path" : "Sources/SelectiveTestShell",
"product_memberships" : [
"xcode-selective-test",
"XcodeSelectiveTest"
],
"sources" : [
"Shell.swift",
"String+Error.swift"
],
"type" : "library"
},
{
"c99name" : "SelectiveTestLogger",
"module_type" : "SwiftTarget",
"name" : "SelectiveTestLogger",
"path" : "Sources/SelectiveTestLogger",
"product_dependencies" : [
"Rainbow"
],
"product_memberships" : [
"xcode-selective-test",
"XcodeSelectiveTest"
],
"sources" : [
"Logger.swift"
],
"type" : "library"
},
{
"c99name" : "Git",
"module_type" : "SwiftTarget",
"name" : "Git",
"path" : "Sources/Git",
"product_dependencies" : [
"PathKit"
],
"product_memberships" : [
"xcode-selective-test",
"XcodeSelectiveTest"
],
"sources" : [
"Git+Changeset.swift",
"Git.swift"
],
"target_dependencies" : [
"SelectiveTestShell",
"SelectiveTestLogger"
],
"type" : "library"
},
{
"c99name" : "DependencyCalculatorTests",
"module_type" : "SwiftTarget",
"name" : "DependencyCalculatorTests",
"path" : "Tests/DependencyCalculatorTests",
"product_dependencies" : [
"PathKit"
],
"resources" : [
{
"path" : "/host/spi-builder-workspace/Tests/DependencyCalculatorTests/ExamplePackages",
"rule" : {
"copy" : {
}
}
}
],
"sources" : [
"DependencyCalculatorTests.swift",
"PackageMetadataTests.swift"
],
"target_dependencies" : [
"DependencyCalculator",
"Workspace",
"SelectiveTestingCore"
],
"type" : "test"
},
{
"c99name" : "DependencyCalculator",
"module_type" : "SwiftTarget",
"name" : "DependencyCalculator",
"path" : "Sources/DependencyCalculator",
"product_dependencies" : [
"PathKit"
],
"product_memberships" : [
"xcode-selective-test",
"XcodeSelectiveTest"
],
"sources" : [
"ConcurrentMap.swift",
"DependencyCalculator.swift",
"DependencyGraph.swift",
"PackageMetadata.swift"
],
"target_dependencies" : [
"Workspace",
"SelectiveTestLogger",
"Git"
],
"type" : "library"
}
],
"tools_version" : "5.6"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:7e37457820e5f17452a98118754f345f2619722c485f2db0d8b666940a83afd2
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
Fetching https://github.com/kylef/PathKit.git
Fetching https://github.com/onevcat/Rainbow
Fetching https://github.com/tuist/XcodeProj.git
Fetching https://github.com/apple/swift-argument-parser.git
Fetching https://github.com/jpsim/Yams.git
[1/1196] Fetching rainbow
[265/2607] Fetching rainbow, pathkit
[2608/13264] Fetching rainbow, pathkit, yams
[3141/36554] Fetching rainbow, pathkit, yams, xcodeproj
[13278/51940] Fetching rainbow, pathkit, yams, xcodeproj, swift-argument-parser
Fetched https://github.com/apple/swift-argument-parser.git from cache (1.06s)
[29800/36554] Fetching rainbow, pathkit, yams, xcodeproj
Fetched https://github.com/kylef/PathKit.git from cache (1.39s)
Fetched https://github.com/onevcat/Rainbow from cache (1.55s)
Fetched https://github.com/tuist/XcodeProj.git from cache (1.57s)
Fetched https://github.com/jpsim/Yams.git from cache (1.58s)
Computing version for https://github.com/kylef/PathKit.git
Computed https://github.com/kylef/PathKit.git at 1.0.1 (4.08s)
Fetching https://github.com/kylef/Spectre.git
[1/1021] Fetching spectre
Fetched https://github.com/kylef/Spectre.git from cache (0.30s)
Computing version for https://github.com/kylef/Spectre.git
Computed https://github.com/kylef/Spectre.git at 0.10.1 (0.84s)
Computing version for https://github.com/onevcat/Rainbow
Computed https://github.com/onevcat/Rainbow at 4.1.0 (1.91s)
Computing version for https://github.com/tuist/XcodeProj.git
Computed https://github.com/tuist/XcodeProj.git at 9.4.2 (0.51s)
Fetching https://github.com/tadija/AEXML.git
[1/2127] Fetching aexml
Fetched https://github.com/tadija/AEXML.git from cache (0.28s)
Computing version for https://github.com/tadija/AEXML.git
Computed https://github.com/tadija/AEXML.git at 4.7.0 (0.80s)
Computing version for https://github.com/apple/swift-argument-parser.git
Computed https://github.com/apple/swift-argument-parser.git at 1.5.1 (0.77s)
Computing version for https://github.com/jpsim/Yams.git
Computed https://github.com/jpsim/Yams.git at 5.4.0 (0.90s)
Creating working copy for https://github.com/kylef/Spectre.git
Working copy of https://github.com/kylef/Spectre.git resolved at 0.10.1
Creating working copy for https://github.com/tuist/XcodeProj.git
Working copy of https://github.com/tuist/XcodeProj.git resolved at 9.4.2
Creating working copy for https://github.com/tadija/AEXML.git
Working copy of https://github.com/tadija/AEXML.git resolved at 4.7.0
Creating working copy for https://github.com/jpsim/Yams.git
Working copy of https://github.com/jpsim/Yams.git resolved at 5.4.0
Creating working copy for https://github.com/apple/swift-argument-parser.git
Working copy of https://github.com/apple/swift-argument-parser.git resolved at 1.5.1
Creating working copy for https://github.com/kylef/PathKit.git
Working copy of https://github.com/kylef/PathKit.git resolved at 1.0.1
Creating working copy for https://github.com/onevcat/Rainbow
Working copy of https://github.com/onevcat/Rainbow resolved at 4.1.0
/host/spi-builder-workspace/Plugins/SelectiveTestingPlugin/SelectiveTestingPlugin.swift:27:23: warning: result of call to 'changeCurrentDirectoryPath' is unused
25 |
26 | func performCommand(context: PluginContext, arguments: [String]) async throws {
27 | FileManager().changeCurrentDirectoryPath(context.package.directory.string)
| `- warning: result of call to 'changeCurrentDirectoryPath' is unused
28 | let tool = try context.tool(named: "xcode-selective-test")
29 |
[1/1] Compiling plugin SelectiveTestingPlugin
[2/2] Compiling plugin GenerateManual
Building for debugging...
[2/79] Write sources
[29/79] Compiling writer.c
[30/79] Compiling reader.c
[31/79] Compiling writer.c
[32/79] Compiling parser.c
[33/79] Compiling api.c
[34/79] Compiling reader.c
[34/79] Write sources
[38/79] Compiling emitter.c
[39/79] Compiling scanner.c
[40/79] Compiling api.c
[41/79] Compiling parser.c
[42/79] Compiling emitter.c
[43/79] Write swift-version-24593BA9C3E375BF.txt
[44/79] Compiling scanner.c
[46/133] Emitting module ArgumentParserToolInfo
[47/133] Compiling ArgumentParserToolInfo ToolInfo.swift
[48/133] Compiling Rainbow ControlCode.swift
[49/133] Compiling Rainbow ModesExtractor.swift
[50/135] Compiling Rainbow StringGenerator.swift
[51/136] Emitting module ArgumentParserToolInfo
[52/136] Emitting module Rainbow
[53/136] Compiling Rainbow Color.swift
[54/136] Compiling Rainbow ColorApproximation.swift
[55/136] Compiling ArgumentParserToolInfo ToolInfo.swift
[56/136] Emitting module Rainbow
[57/136] Compiling Rainbow String+Rainbow.swift
[59/137] Compiling Rainbow StringGenerator.swift
[60/137] Compiling Yams Tag.swift
[61/137] Compiling Yams YamlAnchorProviding.swift
[64/139] Compiling Rainbow Style.swift
[66/161] Compiling Yams RedundancyAliasingStrategy.swift
[67/161] Compiling Yams Representer.swift
[68/161] Compiling Yams Constructor.swift
[69/161] Compiling Yams Decoder.swift
[70/161] Compiling Rainbow OutputTarget.swift
[71/161] Emitting module Yams
[72/161] Compiling Yams Resolver.swift
[73/161] Compiling Yams String+Yams.swift
[74/161] Compiling Yams Parser.swift
[75/161] Compiling Yams YamlError.swift
[76/161] Compiling Yams YamlTagProviding.swift
[77/161] Compiling Rainbow Rainbow.swift
[78/161] Emitting module SelectiveTestShell
[79/161] Compiling SelectiveTestShell String+Error.swift
[80/161] Compiling SelectiveTestShell Shell.swift
[81/161] Compiling Yams Emitter.swift
[82/161] Compiling Yams Encoder.swift
[86/163] Compiling Yams AliasDereferencingStrategy.swift
[87/163] Compiling Yams Anchor.swift
[89/163] Compiling Yams Mark.swift
[90/163] Compiling Yams Node.Alias.swift
[91/163] Compiling Yams Node.Mapping.swift
[92/163] Compiling Yams Node.Scalar.swift
[93/163] Compiling Yams Node.Sequence.swift
[94/163] Compiling Yams Node.swift
[96/164] Emitting module PathKit
[97/164] Compiling PathKit PathKit.swift
[98/164] Compiling Rainbow Rainbow.swift
[101/165] Emitting module SelectiveTestShell
[106/165] Compiling SelectiveTestShell String+Error.swift
[107/165] Compiling SelectiveTestShell Shell.swift
/host/spi-builder-workspace/Sources/SelectiveTestShell/Shell.swift:10:20: error: cannot find 'Process' in scope
8 | @discardableResult
9 | public static func exec(_ command: String) throws -> (String, Int32) {
10 | let task = Process()
| `- error: cannot find 'Process' in scope
11 | let pipe = Pipe()
12 |
[108/165] Compiling Rainbow OutputTarget.swift
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:7e37457820e5f17452a98118754f345f2619722c485f2db0d8b666940a83afd2
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
[0/1] Planning build
/host/spi-builder-workspace/Plugins/SelectiveTestingPlugin/SelectiveTestingPlugin.swift:27:23: warning: result of call to 'changeCurrentDirectoryPath' is unused
25 |
26 | func performCommand(context: PluginContext, arguments: [String]) async throws {
27 | FileManager().changeCurrentDirectoryPath(context.package.directory.string)
| `- warning: result of call to 'changeCurrentDirectoryPath' is unused
28 | let tool = try context.tool(named: "xcode-selective-test")
29 |
[1/1] Compiling plugin SelectiveTestingPlugin
[2/2] Compiling plugin GenerateManual
Building for debugging...
[2/37] Write swift-version-24593BA9C3E375BF.txt
[4/105] Compiling SelectiveTestShell String+Error.swift
[5/105] Compiling Rainbow StringGenerator.swift
[6/106] Compiling SelectiveTestShell String+Error.swift
[7/106] Emitting module SelectiveTestShell
[8/106] Compiling SelectiveTestShell Shell.swift
[9/107] Emitting module SelectiveTestShell
[10/107] Compiling SelectiveTestShell Shell.swift
/host/spi-builder-workspace/Sources/SelectiveTestShell/Shell.swift:10:20: error: cannot find 'Process' in scope
8 | @discardableResult
9 | public static func exec(_ command: String) throws -> (String, Int32) {
10 | let task = Process()
| `- error: cannot find 'Process' in scope
11 | let pipe = Pipe()
12 |
[11/107] Emitting module ArgumentParserToolInfo
BUILD FAILURE 6.1 wasm