Build Information
Failed to build XcodeProjectCLI, reference v1.2.1 (06c592), with Swift 6.1 for Android on 22 Nov 2025 02:16:28 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/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 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: android
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-4606859-0":/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:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -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
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:91d018f1076d6a900d71818287e1b2618039c67008f0564a121787f87e1ae735
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/apple/swift-argument-parser
Fetching https://github.com/tuist/XcodeProj.git
[1/23683] Fetching xcodeproj
[2133/40514] Fetching xcodeproj, swift-argument-parser
Fetched https://github.com/apple/swift-argument-parser from cache (1.44s)
Fetched https://github.com/tuist/XcodeProj.git from cache (1.46s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.6.2 (2.06s)
Computing version for https://github.com/tuist/XcodeProj.git
Computed https://github.com/tuist/XcodeProj.git at 8.27.7 (0.50s)
Fetching https://github.com/tadija/AEXML.git
Fetching https://github.com/kylef/PathKit.git
[1/1438] Fetching pathkit
[174/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.28s)
Computing version for https://github.com/kylef/PathKit.git
Computed https://github.com/kylef/PathKit.git at 1.0.1 (2.69s)
Fetching https://github.com/kylef/Spectre.git
[1/1021] Fetching spectre
Fetched https://github.com/kylef/Spectre.git from cache (0.24s)
Computing version for https://github.com/tadija/AEXML.git
Computed https://github.com/tadija/AEXML.git at 4.7.0 (0.79s)
Computing version for https://github.com/kylef/Spectre.git
Computed https://github.com/kylef/Spectre.git at 0.10.1 (2.30s)
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/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 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/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
error: emit-module command failed with exit code 1 (use -v to see invocation)
[12/32] 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
[13/32] Emitting module ArgumentParserToolInfo
[14/32] Compiling ArgumentParserToolInfo ToolInfo.swift
[15/33] Wrapping AST for ArgumentParserToolInfo for debugging
[17/77] Compiling ArgumentParser OptionGroup.swift
[18/77] Compiling ArgumentParser AsyncParsableCommand.swift
[19/77] Compiling ArgumentParser CommandConfiguration.swift
[20/77] Compiling ArgumentParser CommandGroup.swift
[21/77] Compiling ArgumentParser EnumerableFlag.swift
[22/77] Compiling ArgumentParser ExpressibleByArgument.swift
[23/83] Compiling ArgumentParser ArgumentVisibility.swift
[24/83] Compiling ArgumentParser CompletionKind.swift
[25/83] Compiling ArgumentParser Errors.swift
[26/83] Compiling ArgumentParser Flag.swift
[27/83] Compiling ArgumentParser NameSpecification.swift
[28/83] Compiling ArgumentParser Option.swift
[29/83] Compiling ArgumentParser Tree.swift
[30/83] Compiling ArgumentParser CodingKeyValidator.swift
[31/83] Compiling ArgumentParser NonsenseFlagsValidator.swift
[32/83] Compiling ArgumentParser ParsableArgumentsValidation.swift
[33/83] Compiling ArgumentParser PositionalArgumentsValidator.swift
[34/83] Compiling ArgumentParser UniqueNamesValidator.swift
[35/83] Compiling ArgumentParser BashCompletionsGenerator.swift
[36/83] Compiling ArgumentParser CompletionsGenerator.swift
[37/83] Compiling ArgumentParser FishCompletionsGenerator.swift
[38/83] Compiling ArgumentParser ZshCompletionsGenerator.swift
[39/83] Compiling ArgumentParser Argument.swift
[40/83] Compiling ArgumentParser ArgumentDiscussion.swift
[41/83] Compiling ArgumentParser ArgumentHelp.swift
[42/83] Compiling ArgumentParser CollectionExtensions.swift
[43/83] Compiling ArgumentParser Mutex.swift
[44/83] Compiling ArgumentParser Platform.swift
[45/83] Compiling ArgumentParser SequenceExtensions.swift
[46/83] Compiling ArgumentParser StringExtensions.swift
[47/83] Compiling ArgumentParser SwiftExtensions.swift
[48/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
[49/83] Compiling AEXML Builders.swift
[50/83] Compiling AEXML Parser.swift
[51/83] Emitting module ArgumentParser
[52/83] Compiling ArgumentParser SplitArguments.swift
[53/83] Compiling ArgumentParser DumpHelpGenerator.swift
[54/83] Compiling ArgumentParser HelpCommand.swift
[55/83] Compiling ArgumentParser HelpGenerator.swift
[56/83] Compiling ArgumentParser MessageInfo.swift
[57/83] Compiling ArgumentParser UsageGenerator.swift
[58/83] Compiling AEXML Error.swift
[59/83] Compiling AEXML Document.swift
[60/83] Compiling AEXML Element.swift
[61/83] Emitting module AEXML
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/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:91d018f1076d6a900d71818287e1b2618039c67008f0564a121787f87e1ae735
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-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 Options.swift
[5/24] Compiling AEXML Error.swift
[6/24] Compiling AEXML Parser.swift
[7/24] Compiling AEXML Document.swift
[8/24] Emitting module AEXML
[9/24] Compiling AEXML Builders.swift
[10/24] Compiling AEXML Element.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[11/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
[12/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
[14/25] Emitting module ArgumentParserToolInfo
BUILD FAILURE 6.1 android