Build Information
Failed to build XcodeSelectiveTesting, reference 0.14.6 (fcd4d0), with Swift 6.3 for Wasm on 23 Apr 2026 11:38:10 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/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.3-latest swift build --swift-sdk swift-6.3-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: 0.14.6
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.6 -> FETCH_HEAD
HEAD is now at fcd4d04 Fix conditional logic for target dependencies (#87)
Cloned https://github.com/mikeger/XcodeSelectiveTesting.git
Revision (git rev-parse @):
fcd4d04ecda30569af5a9040098c4a9fec9901fc
SUCCESS checkout https://github.com/mikeger/XcodeSelectiveTesting.git at 0.14.6
========================================
Build
========================================
Selected platform: wasm
Swift version: 6.3
Building package at path: $PWD
https://github.com/mikeger/XcodeSelectiveTesting.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/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.3-latest swift build --swift-sdk swift-6.3-RELEASE_wasm 2>&1
wasm-6.3-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:d69f4e7582c319245442d62a08b2d7c7fd5a0c0c69f5d2ef11d1530cd8d3329b
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:wasm-6.3-latest
Fetching https://github.com/apple/swift-log
Fetching https://github.com/jpsim/Yams.git
Fetching https://github.com/kylef/PathKit.git
Fetching https://github.com/apple/swift-argument-parser.git
Fetching https://github.com/tuist/XcodeProj.git
[1/1452] Fetching pathkit
[1453/25968] Fetching pathkit, xcodeproj
[1699/32604] Fetching pathkit, xcodeproj, swift-log
[3210/44155] Fetching pathkit, xcodeproj, swift-log, yams
[3211/61619] Fetching pathkit, xcodeproj, swift-log, yams, swift-argument-parser
Fetched https://github.com/apple/swift-argument-parser.git from cache (1.94s)
[37704/44155] Fetching pathkit, xcodeproj, swift-log, yams
Fetched https://github.com/tuist/XcodeProj.git from cache (3.36s)
Fetched https://github.com/kylef/PathKit.git from cache (3.57s)
Fetched https://github.com/apple/swift-log from cache (3.59s)
Fetched https://github.com/jpsim/Yams.git from cache (3.67s)
Computing version for https://github.com/kylef/PathKit.git
Computed https://github.com/kylef/PathKit.git at 1.0.1 (8.08s)
Fetching https://github.com/kylef/Spectre.git
[1/1021] Fetching spectre
Fetched https://github.com/kylef/Spectre.git from cache (0.36s)
Computing version for https://github.com/kylef/Spectre.git
Computed https://github.com/kylef/Spectre.git at 0.10.1 (4.44s)
Computing version for https://github.com/jpsim/Yams.git
Computed https://github.com/jpsim/Yams.git at 5.4.0 (0.84s)
Computing version for https://github.com/apple/swift-log
Computed https://github.com/apple/swift-log at 1.12.0 (0.76s)
Computing version for https://github.com/apple/swift-argument-parser.git
Computed https://github.com/apple/swift-argument-parser.git at 1.7.1 (1.87s)
Computing version for https://github.com/tuist/XcodeProj.git
Computed https://github.com/tuist/XcodeProj.git at 9.11.0 (1.79s)
Fetching https://github.com/tadija/AEXML.git
[1/2155] Fetching aexml
Fetched https://github.com/tadija/AEXML.git from cache (1.04s)
Computing version for https://github.com/tadija/AEXML.git
Computed https://github.com/tadija/AEXML.git at 4.7.0 (1.62s)
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/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.11.0
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-log
Working copy of https://github.com/apple/swift-log resolved at 1.12.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/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
[29/76] Compiling reader.c
[30/76] Compiling writer.c
[31/76] Compiling parser.c
[32/76] Write swift-version-24593BA9C3E375BF.txt
[33/76] Compiling api.c
[34/76] Compiling reader.c
[35/76] Compiling parser.c
[36/76] Compiling emitter.c
[37/88] Compiling scanner.c
[38/88] Compiling api.c
[39/88] Compiling emitter.c
[40/120] Compiling scanner.c
[42/121] Emitting module Logging
[43/140] Emitting module Yams
[45/144] Compiling Yams Parser.swift
[46/144] Compiling Yams RedundancyAliasingStrategy.swift
[47/144] Compiling Logging LogEvent.swift
[48/144] Compiling Logging LogHandler.swift
[49/144] Compiling Logging MetadataProvider.swift
[50/144] Emitting module Logging
[51/144] Compiling Logging Locks.swift
[52/144] Compiling Logging MetadataProvider.swift
[53/144] Compiling Logging Locks.swift
[54/144] Compiling SelectiveTestShell String+Shell.swift
[55/144] Compiling SelectiveTestShell Shell.swift
[56/144] Emitting module SelectiveTestShell
[57/144] Compiling SelectiveTestShell String+Error.swift
[59/145] Compiling Yams Representer.swift
[60/145] Compiling Yams Resolver.swift
[61/145] Compiling Yams String+Yams.swift
[62/145] Compiling Yams YamlError.swift
[63/145] Compiling Yams YamlTagProviding.swift
[64/145] Compiling Yams Decoder.swift
[65/145] Compiling Yams Emitter.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[66/145] 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
[67/145] 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
error: cancelled
[70/145] Compiling Yams AliasDereferencingStrategy.swift
[71/145] Compiling Yams Anchor.swift
[72/145] Compiling Yams Constructor.swift
[73/145] Compiling Yams Mark.swift
[74/145] Compiling Yams Node.Alias.swift
[75/145] Compiling Yams Node.Mapping.swift
error: cancelled
[76/145] Compiling Logging LogHandler.swift
BUILD FAILURE 6.3 wasm