Build Information
Failed to build XcodeSelectiveTesting, reference main (61413c), with Swift 6.2 for Wasm on 23 Apr 2026 11:38:30 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:wasm-6.2-latest swift build --swift-sdk swift-6.2-RELEASE_wasm 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/mikeger/XcodeSelectiveTesting.git
Reference: main
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
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 61413cc Update version from 0.14.2 to 0.14.6 in README
Cloned https://github.com/mikeger/XcodeSelectiveTesting.git
Revision (git rev-parse @):
61413ccd57f97931b7667f5e9c807f4b1968b91c
SUCCESS checkout https://github.com/mikeger/XcodeSelectiveTesting.git at main
========================================
Build
========================================
Selected platform: wasm
Swift version: 6.2
Building package at path: $PWD
https://github.com/mikeger/XcodeSelectiveTesting.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:wasm-6.2-latest swift build --swift-sdk swift-6.2-RELEASE_wasm 2>&1
wasm-6.2-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:2a8b2d9e022a9894c61e0736af7cdaa1ee64c002dbb133a55c0d7e8980b3ad16
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:wasm-6.2-latest
Fetching https://github.com/jpsim/Yams.git
Fetching https://github.com/tuist/XcodeProj.git
Fetching https://github.com/kylef/PathKit.git
[1/1452] Fetching pathkit
[1424/25968] Fetching pathkit, xcodeproj
[1915/37519] Fetching pathkit, xcodeproj, yams
Fetching https://github.com/apple/swift-argument-parser.git
Fetching https://github.com/apple/swift-log
Fetched https://github.com/jpsim/Yams.git from cache (4.15s)
Fetched https://github.com/kylef/PathKit.git from cache (4.14s)
Fetched https://github.com/tuist/XcodeProj.git from cache (4.29s)
[1/6636] Fetching swift-log
[731/24100] Fetching swift-log, swift-argument-parser
Fetched https://github.com/apple/swift-log from cache (1.22s)
[9082/17464] Fetching swift-argument-parser
Fetched https://github.com/apple/swift-argument-parser.git from cache (2.04s)
Computing version for https://github.com/kylef/PathKit.git
Computed https://github.com/kylef/PathKit.git at 1.0.1 (10.20s)
Fetching https://github.com/kylef/Spectre.git
[1/1021] Fetching spectre
Fetched https://github.com/kylef/Spectre.git from cache (0.42s)
Computing version for https://github.com/kylef/Spectre.git
Computed https://github.com/kylef/Spectre.git at 0.10.1 (4.78s)
Computing version for https://github.com/jpsim/Yams.git
Computed https://github.com/jpsim/Yams.git at 5.4.0 (0.92s)
Computing version for https://github.com/apple/swift-log
Computed https://github.com/apple/swift-log at 1.12.0 (0.78s)
Computing version for https://github.com/apple/swift-argument-parser.git
Computed https://github.com/apple/swift-argument-parser.git at 1.7.1 (0.79s)
Computing version for https://github.com/tuist/XcodeProj.git
Computed https://github.com/tuist/XcodeProj.git at 9.11.0 (0.75s)
Fetching https://github.com/tadija/AEXML.git
[1/2155] Fetching aexml
Fetched https://github.com/tadija/AEXML.git from cache (0.49s)
Computing version for https://github.com/tadija/AEXML.git
Computed https://github.com/tadija/AEXML.git at 4.7.0 (1.22s)
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/apple/swift-argument-parser.git
Working copy of https://github.com/apple/swift-argument-parser.git resolved at 1.7.1
Creating working copy for https://github.com/apple/swift-log
Working copy of https://github.com/apple/swift-log resolved at 1.12.0
Creating working copy for https://github.com/tuist/XcodeProj.git
Working copy of https://github.com/tuist/XcodeProj.git resolved at 9.11.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/kylef/Spectre.git
Working copy of https://github.com/kylef/Spectre.git resolved at 0.10.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
/host/spi-builder-workspace/Plugins/SelectiveTestingPlugin/SelectiveTestingPlugin.swift:26:29: warning: result of call to 'changeCurrentDirectoryPath' is unused [#no-usage]
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 [#no-usage]
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 writer.c
[28/76] Compiling reader.c
[30/76] Compiling writer.c
[31/76] Write swift-version-24593BA9C3E375BF.txt
[32/76] Compiling emitter.c
[33/76] Compiling api.c
[34/76] Compiling parser.c
[35/76] Compiling reader.c
[36/88] Compiling scanner.c
[37/88] Compiling parser.c
[38/94] Compiling scanner.c
[39/98] Compiling emitter.c
[41/122] Emitting module Logging
[42/122] Emitting module SelectiveTestShell
[43/122] Compiling Logging LogHandler.swift
[44/122] Compiling Logging LogEvent.swift
[45/122] Compiling Yams Tag.swift
[46/122] Compiling Yams YamlAnchorProviding.swift
[47/124] Compiling Logging LogEvent.swift
[48/124] Compiling Logging Locks.swift
[49/124] Compiling Logging MetadataProvider.swift
[50/124] Compiling SelectiveTestShell String+Shell.swift
[51/124] Emitting module ArgumentParserToolInfo
[52/124] Compiling ArgumentParserToolInfo ToolInfo.swift
[54/125] Compiling Logging Logging.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[56/133] 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
[57/133] 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
[58/133] 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 |
[59/167] Emitting module Logging
[60/167] Emitting module SelectiveTestShell
[61/167] Emitting module PathKit
BUILD FAILURE 6.2 wasm