Build Information
Failed to build XcodeProjectCLI, reference v1.2.1 (06c592), with Swift 6.1 for Wasm on 22 Nov 2025 02:17:41 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/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/wojciech-kulik/XcodeProjectCLI.git
Reference: v1.2.1
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/wojciech-kulik/XcodeProjectCLI
* tag v1.2.1 -> FETCH_HEAD
HEAD is now at 06c5920 ci: disable code coverage for chore branches (#19)
Cloned https://github.com/wojciech-kulik/XcodeProjectCLI.git
Revision (git rev-parse @):
06c5920fe78c454ec03203ae622190b01970062a
SUCCESS checkout https://github.com/wojciech-kulik/XcodeProjectCLI.git at v1.2.1
========================================
Build
========================================
Selected platform: wasm
Swift version: 6.1
Building package at path: $PWD
https://github.com/wojciech-kulik/XcodeProjectCLI.git
https://github.com/wojciech-kulik/XcodeProjectCLI.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "xcodeproj",
"requirement" : {
"range" : [
{
"lower_bound" : "8.12.0",
"upper_bound" : "9.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/tuist/XcodeProj.git"
},
{
"identity" : "swift-argument-parser",
"requirement" : {
"range" : [
{
"lower_bound" : "1.5.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-argument-parser"
}
],
"manifest_display_name" : "XcodeProjectCLI",
"name" : "XcodeProjectCLI",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "13.0"
}
],
"products" : [
{
"name" : "XcodeProject",
"targets" : [
"XcodeProject"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "xcp",
"targets" : [
"XcodeProjectCLI"
],
"type" : {
"executable" : null
}
}
],
"targets" : [
{
"c99name" : "XcodeProjectCommandsTests",
"module_type" : "SwiftTarget",
"name" : "XcodeProjectCommandsTests",
"path" : "Tests/XcodeProjectCommandsTests",
"sources" : [
"AddColorAssetCommandTests.swift",
"AddDataAssetCommandTests.swift",
"AddFileCommandTests.swift",
"AddGroupCommandTests.swift",
"AddImageAssetCommandTests.swift",
"DeleteAssetCommandTests.swift",
"DeleteFileCommandTests.swift",
"DeleteGroupCommandTests.swift",
"GetBuildSettingCommandTests.swift",
"InputPathTests.swift",
"ListAssetsCommandTests.swift",
"ListTargetsCommandTests.swift",
"MoveAssetCommandTests.swift",
"MoveFileCommandTests.swift",
"MoveGroupCommandTests.swift",
"ProjectPathTests.swift",
"RenameFileCommandTests.swift",
"RenameGroupCommandTests.swift",
"SetBuildSettingCommandTests.swift",
"SetTargetCommandTests.swift",
"Utils/ProjectAssetsTests.swift",
"Utils/ProjectTests.swift",
"Utils/SerializedSuite.swift",
"Utils/String+LinesComparison.swift",
"Utils/TestProjectStructure.swift"
],
"target_dependencies" : [
"XcodeProjectCommands"
],
"type" : "test"
},
{
"c99name" : "XcodeProjectCommands",
"module_type" : "SwiftTarget",
"name" : "XcodeProjectCommands",
"path" : "Sources/XcodeProjectCommands",
"product_dependencies" : [
"ArgumentParser"
],
"product_memberships" : [
"xcp"
],
"sources" : [
"Assets/AddColorAssetCommand.swift",
"Assets/AddDataAssetCommand.swift",
"Assets/AddImageAssetCommand.swift",
"Assets/DeleteAssetCommand.swift",
"Assets/ListAssetsCommand.swift",
"Assets/MoveAssetCommand.swift",
"BuildSettings/GetBuildSettingCommand.swift",
"BuildSettings/SetBuildSettingCommand.swift",
"Files/AddFileCommand.swift",
"Files/DeleteFileCommand.swift",
"Files/MoveFileCommand.swift",
"Files/RenameFileCommand.swift",
"Groups/AddGroupCommand.swift",
"Groups/DeleteGroupCommand.swift",
"Groups/MoveGroupCommand.swift",
"Groups/RenameGroupCommand.swift",
"ProjectOptions.swift",
"Targets/ListTargetsCommand.swift",
"Targets/SetTargetCommand.swift"
],
"target_dependencies" : [
"XcodeProject"
],
"type" : "library"
},
{
"c99name" : "XcodeProjectCLI",
"module_type" : "SwiftTarget",
"name" : "XcodeProjectCLI",
"path" : "Sources/XcodeProjectCLI",
"product_dependencies" : [
"ArgumentParser"
],
"product_memberships" : [
"xcp"
],
"sources" : [
"XcodeProjectCLI.swift"
],
"target_dependencies" : [
"XcodeProjectCommands"
],
"type" : "executable"
},
{
"c99name" : "XcodeProject",
"module_type" : "SwiftTarget",
"name" : "XcodeProject",
"path" : "Sources/XcodeProject",
"product_dependencies" : [
"XcodeProj"
],
"product_memberships" : [
"XcodeProject",
"xcp"
],
"sources" : [
"Core/AssetTemplateBuilders/ColorAssetBuilder.swift",
"Core/AssetTemplateBuilders/DataAssetBuilder.swift",
"Core/AssetTemplateBuilders/ImageAssetBuilder.swift",
"Core/Project.swift",
"Core/ProjectAssets.swift",
"Core/ProjectFiles.swift",
"Core/ProjectGroups.swift",
"Core/ProjectTargets.swift",
"Extensions/Collection.swift",
"Extensions/PBXFileElement.swift",
"Extensions/PBXGroup.swift",
"Extensions/PBXNativeTarget.swift",
"Extensions/String.swift",
"Extensions/XcodeProj.swift",
"Models/AssetInfo.swift",
"Models/AssetType.swift",
"Models/HexColor.swift",
"Models/InputPath.swift",
"Models/RenderingMode.swift",
"Models/Typealiases.swift",
"Models/XcodeProjectError.swift",
"Utils/PathUtils.swift"
],
"type" : "library"
}
],
"tools_version" : "5.9"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/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 -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:4dfe22dedd7a52399668938cbd466a34545eff77bced906005dc4032a6549d90
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
Fetching https://github.com/tuist/XcodeProj.git
[1/23683] Fetching xcodeproj
[475/40514] Fetching xcodeproj, swift-argument-parser
Fetched https://github.com/apple/swift-argument-parser from cache (1.71s)
Fetched https://github.com/tuist/XcodeProj.git from cache (1.73s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.6.2 (2.39s)
Computing version for https://github.com/tuist/XcodeProj.git
Computed https://github.com/tuist/XcodeProj.git at 8.27.7 (0.59s)
Fetching https://github.com/kylef/PathKit.git
Fetching https://github.com/tadija/AEXML.git
[1/1438] Fetching pathkit
[1439/3592] Fetching pathkit, aexml
Fetched https://github.com/kylef/PathKit.git from cache (0.27s)
Fetched https://github.com/tadija/AEXML.git from cache (0.29s)
Computing version for https://github.com/kylef/PathKit.git
Computed https://github.com/kylef/PathKit.git at 1.0.1 (3.24s)
Fetching https://github.com/kylef/Spectre.git
[1/1021] Fetching spectre
Fetched https://github.com/kylef/Spectre.git from cache (0.21s)
Computing version for https://github.com/tadija/AEXML.git
Computed https://github.com/tadija/AEXML.git at 4.7.0 (1.30s)
Computing version for https://github.com/kylef/Spectre.git
Computed https://github.com/kylef/Spectre.git at 0.10.1 (2.48s)
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/tuist/XcodeProj.git
Working copy of https://github.com/tuist/XcodeProj.git resolved at 8.27.7
Creating working copy for https://github.com/apple/swift-argument-parser
Working copy of https://github.com/apple/swift-argument-parser resolved at 1.6.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/kylef/Spectre.git
Working copy of https://github.com/kylef/Spectre.git resolved at 0.10.1
[1/1] Compiling plugin GenerateManual
[2/2] Compiling plugin GenerateDoccReference
Building for debugging...
[2/21] Write sources
[10/21] Write swift-version-24593BA9C3E375BF.txt
[12/32] Emitting module AEXML
[13/32] Compiling ArgumentParserToolInfo ToolInfo.swift
[14/32] Emitting module ArgumentParserToolInfo
[15/33] Wrapping AST for ArgumentParserToolInfo for debugging
[17/77] Emitting module ArgumentParser
[18/83] Compiling ArgumentParser CollectionExtensions.swift
[19/83] Compiling ArgumentParser Mutex.swift
[20/83] Compiling ArgumentParser Platform.swift
[21/83] Compiling ArgumentParser SequenceExtensions.swift
[22/83] Compiling ArgumentParser StringExtensions.swift
[23/83] Compiling ArgumentParser SwiftExtensions.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[24/83] 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
[25/83] 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
[26/83] Compiling AEXML Document.swift
[27/83] Compiling AEXML Builders.swift
[28/83] Compiling AEXML Element.swift
[29/83] Compiling AEXML Options.swift
[30/83] Compiling AEXML Error.swift
[31/83] Compiling AEXML Parser.swift
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/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:4dfe22dedd7a52399668938cbd466a34545eff77bced906005dc4032a6549d90
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
[0/1] Planning build
[1/1] Compiling plugin GenerateManual
[2/2] Compiling plugin GenerateDoccReference
Building for debugging...
[2/13] Write swift-version-24593BA9C3E375BF.txt
[4/24] Compiling AEXML Builders.swift
[5/24] Emitting module AEXML
error: emit-module command failed with exit code 1 (use -v to see invocation)
[6/24] 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
[7/24] 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
[8/24] Compiling AEXML Options.swift
[9/24] Compiling AEXML Error.swift
[10/24] Compiling AEXML Parser.swift
[11/24] Compiling AEXML Document.swift
[12/24] Compiling AEXML Element.swift
[13/25] Emitting module ArgumentParserToolInfo
BUILD FAILURE 6.1 wasm