Build Information
Failed to build XcodeSelectiveTesting, reference 0.14.3 (4c2a4d), with Swift 6.1 for Wasm on 17 Nov 2025 22:25:23 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/mikeger/XcodeSelectiveTesting.git
Reference: 0.14.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.14.3 -> FETCH_HEAD
HEAD is now at 4c2a4d0 Prune targets not connected to workspace (#84)
Cloned https://github.com/mikeger/XcodeSelectiveTesting.git
Revision (git rev-parse @):
4c2a4d09e427a9eb9fce9c9e4c539d68c7b4826c
SUCCESS checkout https://github.com/mikeger/XcodeSelectiveTesting.git at 0.14.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" : "yams",
"requirement" : {
"range" : [
{
"lower_bound" : "5.0.5",
"upper_bound" : "6.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/jpsim/Yams.git"
},
{
"identity" : "swift-log",
"requirement" : {
"range" : [
{
"lower_bound" : "1.6.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-log"
}
],
"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
}
},
{
"name" : "XcodeSelectiveTestCore",
"targets" : [
"SelectiveTestingCore"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"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",
"Logging"
],
"product_memberships" : [
"xcode-selective-test",
"XcodeSelectiveTest",
"XcodeSelectiveTestCore"
],
"sources" : [
"DependencyGraph.swift",
"Sequence+Extensions.swift",
"Target.swift",
"WorkspaceInfo.swift",
"XCWorkspace+Projects.swift"
],
"type" : "library"
},
{
"c99name" : "TestConfigurator",
"module_type" : "SwiftTarget",
"name" : "TestConfigurator",
"path" : "Sources/TestConfigurator",
"product_dependencies" : [
"PathKit",
"Logging",
"ArgumentParser"
],
"product_memberships" : [
"xcode-selective-test",
"XcodeSelectiveTest",
"XcodeSelectiveTestCore"
],
"sources" : [
"TestConfigurator.swift",
"xctestplanner/Core/Entity/TestPlanModel.swift",
"xctestplanner/Core/Helper/TestPlanHelper.swift"
],
"target_dependencies" : [
"Workspace"
],
"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",
"TestPlanModelTests.swift"
],
"target_dependencies" : [
"xcode-selective-test",
"Workspace"
],
"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",
"Yams",
"ArgumentParser"
],
"product_memberships" : [
"xcode-selective-test",
"XcodeSelectiveTest",
"XcodeSelectiveTestCore"
],
"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",
"XcodeSelectiveTestCore"
],
"sources" : [
"Shell.swift",
"String+Error.swift",
"String+Shell.swift"
],
"type" : "library"
},
{
"c99name" : "Git",
"module_type" : "SwiftTarget",
"name" : "Git",
"path" : "Sources/Git",
"product_dependencies" : [
"PathKit",
"Logging"
],
"product_memberships" : [
"xcode-selective-test",
"XcodeSelectiveTest",
"XcodeSelectiveTestCore"
],
"sources" : [
"Git+Changeset.swift",
"Git.swift"
],
"target_dependencies" : [
"SelectiveTestShell"
],
"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",
"Logging"
],
"product_memberships" : [
"xcode-selective-test",
"XcodeSelectiveTest",
"XcodeSelectiveTestCore"
],
"sources" : [
"ConcurrentMap.swift",
"DependencyCalculator.swift",
"DependencyGraph.swift",
"PackageMetadata.swift"
],
"target_dependencies" : [
"Workspace",
"Git"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" 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 2>&1
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:062e4aaff76454b333ce7957a8e87c3beb342f1dedb64399abb81cdea021b526
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
Fetching https://github.com/apple/swift-argument-parser.git
Fetching https://github.com/apple/swift-log
Fetching https://github.com/tuist/XcodeProj.git
Fetching https://github.com/kylef/PathKit.git
Fetching https://github.com/jpsim/Yams.git
[1/1438] Fetching pathkit
[1439/25090] Fetching pathkit, xcodeproj
[1440/36353] Fetching pathkit, xcodeproj, yams
[2848/53039] Fetching pathkit, xcodeproj, yams, swift-argument-parser
[3488/57437] Fetching pathkit, xcodeproj, yams, swift-argument-parser, swift-log
Fetched https://github.com/kylef/PathKit.git from cache (1.86s)
Fetched https://github.com/jpsim/Yams.git from cache (1.90s)
Fetched https://github.com/apple/swift-log from cache (2.02s)
Fetched https://github.com/apple/swift-argument-parser.git from cache (2.03s)
Fetched https://github.com/tuist/XcodeProj.git from cache (2.06s)
Computing version for https://github.com/kylef/PathKit.git
Computed https://github.com/kylef/PathKit.git at 1.0.1 (4.47s)
Fetching https://github.com/kylef/Spectre.git
[1/1021] Fetching spectre
Fetched https://github.com/kylef/Spectre.git from cache (0.27s)
Computing version for https://github.com/kylef/Spectre.git
Computed https://github.com/kylef/Spectre.git at 0.10.1 (4.05s)
Computing version for https://github.com/apple/swift-log
Computed https://github.com/apple/swift-log at 1.6.4 (1.02s)
Computing version for https://github.com/jpsim/Yams.git
Computed https://github.com/jpsim/Yams.git at 5.4.0 (1.22s)
Computing version for https://github.com/tuist/XcodeProj.git
Computed https://github.com/tuist/XcodeProj.git at 9.6.0 (1.23s)
Fetching https://github.com/tadija/AEXML.git
[1/2154] Fetching aexml
Fetched https://github.com/tadija/AEXML.git from cache (0.44s)
Computing version for https://github.com/tadija/AEXML.git
Computed https://github.com/tadija/AEXML.git at 4.7.0 (1.40s)
Computing version for https://github.com/apple/swift-argument-parser.git
Computed https://github.com/apple/swift-argument-parser.git at 1.6.2 (1.02s)
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/tuist/XcodeProj.git
Working copy of https://github.com/tuist/XcodeProj.git resolved at 9.6.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.6.2
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/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-log
Working copy of https://github.com/apple/swift-log resolved at 1.6.4
Creating working copy for https://github.com/kylef/Spectre.git
Working copy of https://github.com/kylef/Spectre.git resolved at 0.10.1
/host/spi-builder-workspace/Plugins/SelectiveTestingPlugin/SelectiveTestingPlugin.swift:26:29: warning: result of call to 'changeCurrentDirectoryPath' is unused
24 |
25 | func performCommand(context: PluginContext, arguments: [String]) async throws {
26 | FileManager.default.changeCurrentDirectoryPath(context.package.directoryURL.path)
| `- warning: result of call to 'changeCurrentDirectoryPath' is unused
27 | let tool = try context.tool(named: "xcode-selective-test")
28 |
[1/1] Compiling plugin SelectiveTestingPlugin
[2/2] Compiling plugin GenerateManual
[3/3] Compiling plugin GenerateDoccReference
Building for debugging...
[3/76] Write sources
[28/76] Compiling reader.c
[29/76] Compiling writer.c
[31/76] Write swift-version-24593BA9C3E375BF.txt
[32/76] Compiling parser.c
[33/76] Compiling reader.c
[34/76] Compiling api.c
[35/76] Compiling emitter.c
[36/78] Compiling parser.c
[37/87] Compiling scanner.c
[38/88] Compiling emitter.c
[39/93] Compiling scanner.c
[41/120] Emitting module Logging
[42/120] Compiling Logging Locks.swift
[43/120] Emitting module ArgumentParserToolInfo
[44/120] Compiling ArgumentParserToolInfo ToolInfo.swift
[45/121] Compiling Yams Tag.swift
[46/121] Compiling Yams YamlAnchorProviding.swift
[48/123] Emitting module Yams
[49/130] Compiling Logging MetadataProvider.swift
[50/130] Compiling Logging LogHandler.swift
[51/130] Compiling Logging Logging.swift
[53/131] Compiling SelectiveTestShell String+Shell.swift
[54/131] Compiling SelectiveTestShell String+Error.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[55/131] Emitting module PathKit
/host/spi-builder-workspace/.build/checkouts/PathKit/Sources/PathKit.swift:8:8: error: no such module 'Darwin'
6 | let system_glob = Glibc.glob
7 | #else
8 | import Darwin
| `- error: no such module 'Darwin'
9 |
10 | let system_glob = Darwin.glob
[56/131] Compiling PathKit PathKit.swift
/host/spi-builder-workspace/.build/checkouts/PathKit/Sources/PathKit.swift:8:8: error: no such module 'Darwin'
6 | let system_glob = Glibc.glob
7 | #else
8 | import Darwin
| `- error: no such module 'Darwin'
9 |
10 | let system_glob = Darwin.glob
[57/131] Emitting module PathKit
[58/131] Emitting module SelectiveTestShell
[59/131] Compiling Logging LogHandler.swift
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" 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:062e4aaff76454b333ce7957a8e87c3beb342f1dedb64399abb81cdea021b526
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:26:29: warning: result of call to 'changeCurrentDirectoryPath' is unused
24 |
25 | func performCommand(context: PluginContext, arguments: [String]) async throws {
26 | FileManager.default.changeCurrentDirectoryPath(context.package.directoryURL.path)
| `- warning: result of call to 'changeCurrentDirectoryPath' is unused
27 | let tool = try context.tool(named: "xcode-selective-test")
28 |
[1/1] Compiling plugin SelectiveTestingPlugin
[2/2] Compiling plugin GenerateManual
[3/3] Compiling plugin GenerateDoccReference
Building for debugging...
[3/39] Write sources
[6/40] Compiling api.c
[7/40] Write swift-version-24593BA9C3E375BF.txt
[9/79] Emitting module SelectiveTestShell
[10/99] Compiling SelectiveTestShell String+Error.swift
[11/99] 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 |
[12/99] Compiling SelectiveTestShell String+Shell.swift
BUILD FAILURE 6.1 wasm