Build Information
Failed to build xcodeproj-mcp-server, reference 1.6.0 (6f3842), with Swift 6.1 for Android on 10 Apr 2026 00:02:38 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/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:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.69.2
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/giginet/xcodeproj-mcp-server.git
Reference: 1.6.0
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/giginet/xcodeproj-mcp-server
* tag 1.6.0 -> FETCH_HEAD
HEAD is now at 6f38429 Merge pull request #18 from giginet/fix/group-finder-hierarchical-path
Cloned https://github.com/giginet/xcodeproj-mcp-server.git
Revision (git rev-parse @):
6f38429682b18372062c1b599663af8834005cad
SUCCESS checkout https://github.com/giginet/xcodeproj-mcp-server.git at 1.6.0
========================================
Build
========================================
Selected platform: android
Swift version: 6.1
Building package at path: $PWD
https://github.com/giginet/xcodeproj-mcp-server.git
https://github.com/giginet/xcodeproj-mcp-server.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "swift-sdk",
"requirement" : {
"range" : [
{
"lower_bound" : "0.12.0",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/modelcontextprotocol/swift-sdk"
},
{
"identity" : "xcodeproj",
"requirement" : {
"range" : [
{
"lower_bound" : "9.4.2",
"upper_bound" : "10.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/tuist/xcodeproj"
},
{
"identity" : "swift-argument-parser",
"requirement" : {
"range" : [
{
"lower_bound" : "1.7.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-argument-parser"
}
],
"manifest_display_name" : "xcodeproj-mcp-server",
"name" : "xcodeproj-mcp-server",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "14.0"
}
],
"products" : [
{
"name" : "xcodeproj-mcp-server",
"targets" : [
"xcodeproj-mcp-server"
],
"type" : {
"executable" : null
}
},
{
"name" : "XcodeProjectMCP",
"targets" : [
"XcodeProjectMCP"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "xcodeproj_mcp_server",
"module_type" : "SwiftTarget",
"name" : "xcodeproj-mcp-server",
"path" : "Sources/xcodeproj-mcp-server",
"product_dependencies" : [
"ArgumentParser"
],
"product_memberships" : [
"xcodeproj-mcp-server"
],
"sources" : [
"run-server.swift"
],
"target_dependencies" : [
"XcodeProjectMCP"
],
"type" : "executable"
},
{
"c99name" : "XcodeProjectMCPTests",
"module_type" : "SwiftTarget",
"name" : "XcodeProjectMCPTests",
"path" : "Tests/XcodeProjectMCPTests",
"sources" : [
"AddAppExtensionToolTests.swift",
"AddBuildPhaseToolTests.swift",
"AddDependencyToolTests.swift",
"AddFileToolTests.swift",
"AddFolderToolTests.swift",
"AddFrameworkToolTests.swift",
"AddSwiftPackageToolTests.swift",
"AddTargetToolTests.swift",
"CreateGroupToolTests.swift",
"CreateXcodeprojToolTests.swift",
"DuplicateTargetToolTests.swift",
"GetBuildSettingsToolTests.swift",
"ListBuildConfigurationsToolTests.swift",
"ListFilesToolTests.swift",
"ListGroupsToolTests.swift",
"ListSwiftPackagesToolTests.swift",
"ListTargetsToolTests.swift",
"MoveFileToolTests.swift",
"PathUtilityTests.swift",
"RemoveAppExtensionToolTests.swift",
"RemoveFileToolTests.swift",
"RemoveSwiftPackageToolTests.swift",
"RemoveTargetToolTests.swift",
"SetBuildSettingToolTests.swift",
"TestProjectHelper.swift"
],
"target_dependencies" : [
"XcodeProjectMCP"
],
"type" : "test"
},
{
"c99name" : "XcodeProjectMCP",
"module_type" : "SwiftTarget",
"name" : "XcodeProjectMCP",
"path" : "Sources/XcodeProjectMCP",
"product_dependencies" : [
"MCP",
"XcodeProj"
],
"product_memberships" : [
"xcodeproj-mcp-server",
"XcodeProjectMCP"
],
"sources" : [
"AddAppExtensionTool.swift",
"AddBuildPhaseTool.swift",
"AddDependencyTool.swift",
"AddFileTool.swift",
"AddFolderTool.swift",
"AddFrameworkTool.swift",
"AddSwiftPackageTool.swift",
"AddTargetTool.swift",
"CreateGroupTool.swift",
"CreateXcodeprojTool.swift",
"DuplicateTargetTool.swift",
"GetBuildSettingsTool.swift",
"GroupFinder.swift",
"ListBuildConfigurationsTool.swift",
"ListFilesTool.swift",
"ListGroupsTool.swift",
"ListSwiftPackagesTool.swift",
"ListTargetsTool.swift",
"MoveFileTool.swift",
"PathUtility.swift",
"RemoveAppExtensionTool.swift",
"RemoveFileTool.swift",
"RemoveSwiftPackageTool.swift",
"RemoveTargetTool.swift",
"SetBuildSettingTool.swift",
"XcodeProjectMCPServer.swift"
],
"type" : "library"
}
],
"tools_version" : "6.1"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/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: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 swiftpackageindex/spi-images
Digest: sha256:d37fe7b8fba27dae59fb1d9d7dfa86b38b41ffb3975924aad6f05cb4cc3de131
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:android-6.1-latest
Fetching https://github.com/apple/swift-argument-parser
Fetching https://github.com/modelcontextprotocol/swift-sdk
Fetching https://github.com/tuist/xcodeproj
[1/17512] Fetching swift-argument-parser
[527/41908] Fetching swift-argument-parser, xcodeproj
[4718/45355] Fetching swift-argument-parser, xcodeproj, swift-sdk
Fetched https://github.com/apple/swift-argument-parser from cache (0.79s)
[26380/27843] Fetching xcodeproj, swift-sdk
Fetched https://github.com/modelcontextprotocol/swift-sdk from cache (1.43s)
Fetched https://github.com/tuist/xcodeproj from cache (1.45s)
Computing version for https://github.com/modelcontextprotocol/swift-sdk
Computed https://github.com/modelcontextprotocol/swift-sdk at 0.12.0 (1.98s)
Fetching https://github.com/apple/swift-system.git
Fetching https://github.com/apple/swift-nio.git
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/mattt/eventsource.git
[1/271] Fetching eventsource
Fetched https://github.com/mattt/eventsource.git from cache (0.20s)
[1/6463] Fetching swift-log
[583/12064] Fetching swift-log, swift-system
Fetched https://github.com/apple/swift-system.git from cache (0.48s)
[1/83101] Fetching swift-nio
Fetched https://github.com/apple/swift-log.git from cache (5.15s)
Fetched https://github.com/apple/swift-nio.git from cache (5.28s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.7.1 (5.84s)
Computing version for https://github.com/mattt/eventsource.git
Computed https://github.com/mattt/eventsource.git at 1.4.1 (0.49s)
Fetching https://github.com/swift-server/async-http-client.git
[1/15686] Fetching async-http-client
Fetched https://github.com/swift-server/async-http-client.git from cache (0.94s)
Computing version for https://github.com/tuist/xcodeproj
Computed https://github.com/tuist/xcodeproj at 9.10.1 (1.43s)
Fetching https://github.com/kylef/PathKit.git
Fetching https://github.com/tadija/AEXML.git
[1/1452] Fetching pathkit
[1453/3607] Fetching pathkit, aexml
Fetched https://github.com/tadija/AEXML.git from cache (0.28s)
Fetched https://github.com/kylef/PathKit.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.40s)
Fetching https://github.com/kylef/Spectre.git
[1/1021] Fetching spectre
Fetched https://github.com/kylef/Spectre.git from cache (0.54s)
Computing version for https://github.com/tadija/AEXML.git
Computed https://github.com/tadija/AEXML.git at 4.7.0 (1.27s)
Computing version for https://github.com/kylef/Spectre.git
Computed https://github.com/kylef/Spectre.git at 0.10.1 (2.90s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.6.4 (1.10s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.11.0 (0.93s)
Computing version for https://github.com/swift-server/async-http-client.git
Computed https://github.com/swift-server/async-http-client.git at 1.33.1 (0.65s)
Fetching https://github.com/apple/swift-distributed-tracing.git
Fetching https://github.com/apple/swift-nio-extras.git
Fetching https://github.com/apple/swift-nio-transport-services.git
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/apple/swift-nio-http2.git
Fetching https://github.com/apple/swift-algorithms.git
[1/2843] Fetching swift-nio-transport-services
[428/4663] Fetching swift-nio-transport-services, swift-atomics
[690/11173] Fetching swift-nio-transport-services, swift-atomics, swift-nio-extras
[1599/17231] Fetching swift-nio-transport-services, swift-atomics, swift-nio-extras, swift-algorithms
[2397/22958] Fetching swift-nio-transport-services, swift-atomics, swift-nio-extras, swift-algorithms, swift-distributed-tracing
[9104/35060] Fetching swift-nio-transport-services, swift-atomics, swift-nio-extras, swift-algorithms, swift-distributed-tracing, swift-nio-http2
Fetched https://github.com/apple/swift-algorithms.git from cache (0.95s)
Fetching https://github.com/apple/swift-nio-ssl.git
Fetched https://github.com/apple/swift-nio-extras.git from cache (1.03s)
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (1.04s)
[10210/19649] Fetching swift-atomics, swift-distributed-tracing, swift-nio-http2
[19650/35067] Fetching swift-atomics, swift-distributed-tracing, swift-nio-http2, swift-nio-ssl
Fetched https://github.com/apple/swift-atomics.git from cache (2.37s)
[25076/33247] Fetching swift-distributed-tracing, swift-nio-http2, swift-nio-ssl
Fetched https://github.com/apple/swift-distributed-tracing.git from cache (2.40s)
[19657/27520] Fetching swift-nio-http2, swift-nio-ssl
Fetched https://github.com/apple/swift-nio-http2.git from cache (2.41s)
[8018/15418] Fetching swift-nio-ssl
Fetched https://github.com/apple/swift-nio-ssl.git from cache (3.10s)
Computing version for https://github.com/apple/swift-distributed-tracing.git
Computed https://github.com/apple/swift-distributed-tracing.git at 1.4.1 (5.03s)
Fetching https://github.com/apple/swift-service-context.git
[1/1236] Fetching swift-service-context
Fetched https://github.com/apple/swift-service-context.git from cache (0.65s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (1.59s)
Fetching https://github.com/apple/swift-numerics.git
[1/6416] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.43s)
Computing version for https://github.com/apple/swift-service-context.git
Computed https://github.com/apple/swift-service-context.git at 1.3.0 (0.93s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (0.80s)
Computing version for https://github.com/apple/swift-nio-transport-services.git
Computed https://github.com/apple/swift-nio-transport-services.git at 1.26.0 (0.97s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.1.1 (0.92s)
Computing version for https://github.com/apple/swift-nio-http2.git
Computed https://github.com/apple/swift-nio-http2.git at 1.42.0 (0.95s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.36.1 (0.95s)
Computing version for https://github.com/apple/swift-nio-extras.git
Computed https://github.com/apple/swift-nio-extras.git at 1.33.0 (1.16s)
Fetching https://github.com/apple/swift-async-algorithms.git
Fetching https://github.com/swift-server/swift-service-lifecycle.git
Fetching https://github.com/apple/swift-http-structured-headers.git
Fetching https://github.com/apple/swift-http-types.git
Fetching https://github.com/apple/swift-asn1.git
[1/1242] Fetching swift-http-structured-headers
[213/3961] Fetching swift-http-structured-headers, swift-service-lifecycle
[241/5757] Fetching swift-http-structured-headers, swift-service-lifecycle, swift-asn1
[3797/11981] Fetching swift-http-structured-headers, swift-service-lifecycle, swift-asn1, swift-async-algorithms
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (0.57s)
[8810/10739] Fetching swift-service-lifecycle, swift-asn1, swift-async-algorithms
[10740/11752] Fetching swift-service-lifecycle, swift-asn1, swift-async-algorithms, swift-http-types
Fetched https://github.com/apple/swift-asn1.git from cache (0.79s)
Fetched https://github.com/apple/swift-http-types.git from cache (0.79s)
Fetching https://github.com/apple/swift-certificates.git
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (0.82s)
Fetched https://github.com/apple/swift-async-algorithms.git from cache (0.82s)
[1/7145] Fetching swift-certificates
Fetched https://github.com/apple/swift-certificates.git from cache (0.76s)
Computing version for https://github.com/apple/swift-http-types.git
Computed https://github.com/apple/swift-http-types.git at 1.5.1 (2.36s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.97.1 (1.13s)
Fetching https://github.com/apple/swift-collections.git
[1/23523] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (1.29s)
Computing version for https://github.com/swift-server/swift-service-lifecycle.git
Computed https://github.com/swift-server/swift-service-lifecycle.git at 2.11.0 (1.82s)
Computing version for https://github.com/apple/swift-async-algorithms.git
Computed https://github.com/apple/swift-async-algorithms.git at 1.1.3 (0.60s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.6.0 (2.13s)
Computing version for https://github.com/apple/swift-certificates.git
Computed https://github.com/apple/swift-certificates.git at 1.18.0 (0.61s)
Fetching https://github.com/apple/swift-crypto.git
[1/17331] Fetching swift-crypto
Fetched https://github.com/apple/swift-crypto.git from cache (2.38s)
Computing version for https://github.com/apple/swift-http-structured-headers.git
Computed https://github.com/apple/swift-http-structured-headers.git at 1.6.0 (2.90s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.4.1 (0.73s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 4.3.1 (1.79s)
Creating working copy for https://github.com/apple/swift-nio-extras.git
Working copy of https://github.com/apple/swift-nio-extras.git resolved at 1.33.0
Creating working copy for https://github.com/swift-server/swift-service-lifecycle.git
Working copy of https://github.com/swift-server/swift-service-lifecycle.git resolved at 2.11.0
Creating working copy for https://github.com/modelcontextprotocol/swift-sdk
Working copy of https://github.com/modelcontextprotocol/swift-sdk resolved at 0.12.0
Creating working copy for https://github.com/mattt/eventsource.git
Working copy of https://github.com/mattt/eventsource.git resolved at 1.4.1
Creating working copy for https://github.com/apple/swift-algorithms.git
Working copy of https://github.com/apple/swift-algorithms.git resolved at 1.2.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
Creating working copy for https://github.com/apple/swift-nio-ssl.git
Working copy of https://github.com/apple/swift-nio-ssl.git resolved at 2.36.1
Creating working copy for https://github.com/apple/swift-nio-http2.git
Working copy of https://github.com/apple/swift-nio-http2.git resolved at 1.42.0
Creating working copy for https://github.com/apple/swift-http-structured-headers.git
Working copy of https://github.com/apple/swift-http-structured-headers.git resolved at 1.6.0
Creating working copy for https://github.com/tuist/xcodeproj
Working copy of https://github.com/tuist/xcodeproj resolved at 9.10.1
Creating working copy for https://github.com/apple/swift-service-context.git
Working copy of https://github.com/apple/swift-service-context.git resolved at 1.3.0
Creating working copy for https://github.com/apple/swift-system.git
Working copy of https://github.com/apple/swift-system.git 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
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.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-nio-transport-services.git
Working copy of https://github.com/apple/swift-nio-transport-services.git resolved at 1.26.0
Creating working copy for https://github.com/apple/swift-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.3.0
Creating working copy for https://github.com/apple/swift-certificates.git
Working copy of https://github.com/apple/swift-certificates.git resolved at 1.18.0
Creating working copy for https://github.com/apple/swift-async-algorithms.git
Working copy of https://github.com/apple/swift-async-algorithms.git resolved at 1.1.3
Creating working copy for https://github.com/apple/swift-asn1.git
Working copy of https://github.com/apple/swift-asn1.git resolved at 1.6.0
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.4.1
Creating working copy for https://github.com/apple/swift-http-types.git
Working copy of https://github.com/apple/swift-http-types.git resolved at 1.5.1
Creating working copy for https://github.com/apple/swift-numerics.git
Working copy of https://github.com/apple/swift-numerics.git resolved at 1.1.1
Creating working copy for https://github.com/apple/swift-distributed-tracing.git
Working copy of https://github.com/apple/swift-distributed-tracing.git resolved at 1.4.1
Creating working copy for https://github.com/apple/swift-argument-parser
Working copy of https://github.com/apple/swift-argument-parser resolved at 1.7.1
Creating working copy for https://github.com/apple/swift-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 4.3.1
Creating working copy for https://github.com/swift-server/async-http-client.git
Working copy of https://github.com/swift-server/async-http-client.git resolved at 1.33.1
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.97.1
[1/1] Compiling plugin GenerateManual
[2/2] Compiling plugin GenerateDoccReference
Building for debugging...
[2/26] Write sources
[12/26] Compiling CSystem shims.c
[12/26] Write swift-version-24593BA9C3E375BF.txt
[15/74] Emitting module SystemPackage
[16/78] Emitting module AEXML
[17/78] Compiling AEXML Builders.swift
[18/78] Emitting module ArgumentParserToolInfo
[19/78] Compiling ArgumentParserToolInfo ToolInfo.swift
[20/79] Compiling SystemPackage SystemString.swift
[21/79] Compiling SystemPackage Util+StringArray.swift
[22/79] Compiling SystemPackage Util.swift
[23/79] Compiling SystemPackage UtilConsumers.swift
[25/79] Compiling SystemPackage FilePathSyntax.swift
[26/79] Compiling SystemPackage FilePathTemp.swift
[27/79] Compiling SystemPackage FilePathTempPosix.swift
[28/79] Compiling SystemPackage FilePathTempWindows.swift
[29/79] Compiling Logging LogEvent.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[30/79] Compiling SystemPackage Errno.swift
[31/79] Compiling SystemPackage ErrnoWindows.swift
[32/79] Compiling SystemPackage FileDescriptor.swift
[33/79] Compiling SystemPackage FileHelpers.swift
[34/79] Compiling SystemPackage FileOperations.swift
[34/79] Wrapping AST for ArgumentParserToolInfo for debugging
[36/125] Emitting module ArgumentParser
[37/131] Compiling ArgumentParser Tree.swift
[38/131] Compiling ArgumentParser CodingKeyValidator.swift
[39/131] Compiling ArgumentParser NonsenseFlagsValidator.swift
[40/131] Compiling ArgumentParser ParsableArgumentsValidation.swift
[41/131] Compiling ArgumentParser PositionalArgumentsValidator.swift
[42/131] Compiling ArgumentParser UniqueNamesValidator.swift
[43/131] Compiling ArgumentParser DumpHelpGenerator.swift
[44/131] Compiling ArgumentParser HelpCommand.swift
[45/131] Compiling ArgumentParser HelpGenerator.swift
[46/131] Compiling ArgumentParser MessageInfo.swift
[47/131] Compiling ArgumentParser UsageGenerator.swift
[48/131] Compiling ArgumentParser CollectionExtensions.swift
[49/131] Compiling ArgumentParser ParentCommand.swift
[50/131] Compiling ArgumentParser AsyncParsableCommand.swift
[51/131] Compiling ArgumentParser CommandConfiguration.swift
[52/131] Compiling ArgumentParser CommandGroup.swift
[53/131] Compiling ArgumentParser EnumerableFlag.swift
[54/131] Compiling ArgumentParser ExpressibleByArgument.swift
[55/131] Compiling ArgumentParser ParsableArguments.swift
[56/131] Compiling ArgumentParser Flag.swift
[57/131] Compiling ArgumentParser NameSpecification.swift
[58/131] Compiling ArgumentParser Option.swift
[59/131] Compiling ArgumentParser OptionGroup.swift
[63/131] Compiling ArgumentParser InputOrigin.swift
[64/131] Compiling ArgumentParser Name.swift
[65/131] Compiling Logging LogHandler.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[70/131] Compiling ArgumentParser BashCompletionsGenerator.swift
[71/131] Compiling ArgumentParser CompletionsGenerator.swift
[72/131] Compiling ArgumentParser FishCompletionsGenerator.swift
[73/131] Compiling ArgumentParser ZshCompletionsGenerator.swift
[74/131] Compiling ArgumentParser Argument.swift
[75/131] Compiling ArgumentParser ArgumentDiscussion.swift
[76/131] Compiling ArgumentParser ArgumentHelp.swift
[79/131] Compiling ArgumentParser Parsed.swift
[80/131] Compiling ArgumentParser ParsedValues.swift
[81/131] Compiling ArgumentParser ParserError.swift
[82/131] Compiling ArgumentParser SplitArguments.swift
[83/131] Compiling ArgumentParser Foundation.swift
[84/131] Compiling ArgumentParser Mutex.swift
[85/131] Compiling ArgumentParser Platform.swift
[86/131] Compiling ArgumentParser SequenceExtensions.swift
[87/131] Compiling ArgumentParser StringExtensions.swift
[88/131] Compiling ArgumentParser SwiftExtensions.swift
[89/131] Emitting module Logging
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[90/131] Compiling Logging Locks.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[99/132] Compiling Logging Logging.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[100/132] Compiling Logging MetadataProvider.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[101/133] Compiling AEXML Parser.swift
[102/133] Compiling AEXML Element.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[103/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
[104/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
[107/133] Compiling AEXML Error.swift
[108/133] Compiling AEXML Options.swift
[109/133] Compiling AEXML Document.swift
[111/134] Compiling ArgumentParser ArgumentVisibility.swift
[112/134] Compiling ArgumentParser CompletionKind.swift
[113/134] Compiling ArgumentParser Errors.swift
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/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:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1
android-6.1-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:d37fe7b8fba27dae59fb1d9d7dfa86b38b41ffb3975924aad6f05cb4cc3de131
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:android-6.1-latest
[0/1] Planning build
[1/1] Compiling plugin GenerateManual
[2/2] Compiling plugin GenerateDoccReference
Building for debugging...
[2/15] Write swift-version-24593BA9C3E375BF.txt
[4/63] Compiling Logging LogHandler.swift
[5/63] Compiling Logging LogEvent.swift
[6/63] Emitting module Logging
[7/63] Compiling Logging Locks.swift
[8/63] Compiling Logging MetadataProvider.swift
[9/63] Compiling AEXML Error.swift
[10/63] Emitting module AEXML
[11/63] Compiling AEXML Options.swift
[12/63] Compiling AEXML Parser.swift
[13/63] Compiling SystemPackage Syscalls.swift
[14/63] Compiling SystemPackage WindowsSyscallAdapters.swift
[15/63] Compiling SystemPackage MachPort.swift
[16/63] Compiling SystemPackage PlatformString.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[17/67] 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
[18/67] 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
[19/67] Compiling AEXML Builders.swift
[20/67] Compiling AEXML Element.swift
[21/67] Compiling AEXML Document.swift
[22/67] Compiling SystemPackage FilePathWindows.swift
[23/67] Compiling SystemPackage FilePermissions.swift
[24/67] Compiling SystemPackage IOCompletion.swift
[25/67] Compiling SystemPackage IORequest.swift
[26/67] Compiling SystemPackage FilePathSyntax.swift
[27/67] Compiling SystemPackage FilePathTemp.swift
[28/67] Compiling SystemPackage FilePathTempPosix.swift
[29/67] Compiling SystemPackage FilePathTempWindows.swift
[31/68] Compiling SystemPackage IORing.swift
[32/68] Compiling SystemPackage RawIORequest.swift
[33/68] Compiling SystemPackage Backcompat.swift
[34/68] Compiling SystemPackage CInterop.swift
[35/68] Compiling SystemPackage Constants.swift
[36/68] Compiling SystemPackage Exports.swift
[37/68] Compiling SystemPackage Mocking.swift
[38/68] Compiling SystemPackage RawBuffer.swift
[39/68] Emitting module ArgumentParserToolInfo
BUILD FAILURE 6.1 android