Build Information
Failed to build xcodeproj-mcp-server, reference main (6f3842), with Swift 6.1 for Android on 10 Apr 2026 00:00:05 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: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: 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/giginet/xcodeproj-mcp-server
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
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 main
========================================
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-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: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/modelcontextprotocol/swift-sdk
Fetching https://github.com/tuist/xcodeproj
Fetching https://github.com/apple/swift-argument-parser
[1/24396] Fetching xcodeproj
[245/41908] Fetching xcodeproj, swift-argument-parser
[4368/45355] Fetching xcodeproj, swift-argument-parser, swift-sdk
Fetched https://github.com/modelcontextprotocol/swift-sdk from cache (0.64s)
[31662/41908] Fetching xcodeproj, swift-argument-parser
Fetched https://github.com/apple/swift-argument-parser from cache (1.02s)
[22933/24396] Fetching xcodeproj
Fetched https://github.com/tuist/xcodeproj from cache (2.18s)
Computing version for https://github.com/modelcontextprotocol/swift-sdk
Computed https://github.com/modelcontextprotocol/swift-sdk at 0.12.0 (3.00s)
Fetching https://github.com/apple/swift-system.git
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/apple/swift-nio.git
Fetching https://github.com/mattt/eventsource.git
[1/271] Fetching eventsource
[272/5872] Fetching eventsource, swift-system
[273/12335] Fetching eventsource, swift-system, swift-log
Fetched https://github.com/mattt/eventsource.git from cache (0.32s)
[781/12064] Fetching swift-system, swift-log
Fetched https://github.com/apple/swift-log.git from cache (0.70s)
[1/83101] Fetching swift-nio
Fetched https://github.com/apple/swift-system.git from cache (6.62s)
Fetched https://github.com/apple/swift-nio.git from cache (6.80s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.7.1 (7.43s)
Computing version for https://github.com/mattt/eventsource.git
Computed https://github.com/mattt/eventsource.git at 1.4.1 (0.58s)
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 (1.07s)
Computing version for https://github.com/tuist/xcodeproj
Computed https://github.com/tuist/xcodeproj at 9.10.1 (1.67s)
Fetching https://github.com/kylef/PathKit.git
Fetching https://github.com/tadija/AEXML.git
[1/1452] Fetching pathkit
[1410/3607] Fetching pathkit, aexml
Fetched https://github.com/kylef/PathKit.git from cache (0.22s)
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 (3.87s)
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/tadija/AEXML.git
Computed https://github.com/tadija/AEXML.git at 4.7.0 (1.39s)
Computing version for https://github.com/kylef/Spectre.git
Computed https://github.com/kylef/Spectre.git at 0.10.1 (3.78s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.6.4 (0.71s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.11.0 (0.78s)
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 (1.11s)
Fetching https://github.com/apple/swift-nio-transport-services.git
Fetching https://github.com/apple/swift-nio-http2.git
Fetching https://github.com/apple/swift-distributed-tracing.git
Fetching https://github.com/apple/swift-algorithms.git
Fetching https://github.com/apple/swift-nio-extras.git
[1/6510] Fetching swift-nio-extras
[392/9353] Fetching swift-nio-extras, swift-nio-transport-services
[421/15411] Fetching swift-nio-extras, swift-nio-transport-services, swift-algorithms
[539/21138] Fetching swift-nio-extras, swift-nio-transport-services, swift-algorithms, swift-distributed-tracing
[6822/33240] Fetching swift-nio-extras, swift-nio-transport-services, swift-algorithms, swift-distributed-tracing, swift-nio-http2
Fetching https://github.com/apple/swift-atomics.git
Fetched https://github.com/apple/swift-nio-extras.git from cache (1.34s)
[17533/26730] Fetching swift-nio-transport-services, swift-algorithms, swift-distributed-tracing, swift-nio-http2
Fetched https://github.com/apple/swift-algorithms.git from cache (1.35s)
Fetching https://github.com/apple/swift-nio-ssl.git
[11476/22492] Fetching swift-nio-transport-services, swift-distributed-tracing, swift-nio-http2, swift-atomics
Fetched https://github.com/apple/swift-distributed-tracing.git from cache (1.38s)
[6040/16765] Fetching swift-nio-transport-services, swift-nio-http2, swift-atomics
Fetched https://github.com/apple/swift-atomics.git from cache (0.98s)
[10347/14945] Fetching swift-nio-transport-services, swift-nio-http2
[12889/30363] Fetching swift-nio-transport-services, swift-nio-http2, swift-nio-ssl
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (3.27s)
[17961/27520] Fetching swift-nio-http2, swift-nio-ssl
Fetched https://github.com/apple/swift-nio-http2.git from cache (3.31s)
[6168/15418] Fetching swift-nio-ssl
Fetched https://github.com/apple/swift-nio-ssl.git from cache (3.98s)
Computing version for https://github.com/apple/swift-distributed-tracing.git
Computed https://github.com/apple/swift-distributed-tracing.git at 1.4.1 (6.44s)
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.40s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (1.41s)
Fetching https://github.com/apple/swift-numerics.git
[1/6416] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.55s)
Computing version for https://github.com/apple/swift-service-context.git
Computed https://github.com/apple/swift-service-context.git at 1.3.0 (1.39s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (2.45s)
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 (1.11s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.1.1 (1.12s)
Computing version for https://github.com/apple/swift-nio-http2.git
Computed https://github.com/apple/swift-nio-http2.git at 1.42.0 (1.18s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.36.1 (1.20s)
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.37s)
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-certificates.git
Fetching https://github.com/swift-server/swift-service-lifecycle.git
Fetching https://github.com/apple/swift-asn1.git
Fetching https://github.com/apple/swift-async-algorithms.git
[1/1013] Fetching swift-http-types
[12/3732] Fetching swift-http-types, swift-service-lifecycle
[903/4974] Fetching swift-http-types, swift-service-lifecycle, swift-http-structured-headers
[1249/6770] Fetching swift-http-types, swift-service-lifecycle, swift-http-structured-headers, swift-asn1
[2468/12994] Fetching swift-http-types, swift-service-lifecycle, swift-http-structured-headers, swift-asn1, swift-async-algorithms
[5114/20139] Fetching swift-http-types, swift-service-lifecycle, swift-http-structured-headers, swift-asn1, swift-async-algorithms, swift-certificates
Fetched https://github.com/apple/swift-asn1.git from cache (0.87s)
[10222/18343] Fetching swift-http-types, swift-service-lifecycle, swift-http-structured-headers, swift-async-algorithms, swift-certificates
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (0.95s)
[9393/15624] Fetching swift-http-types, swift-http-structured-headers, swift-async-algorithms, swift-certificates
Fetched https://github.com/apple/swift-async-algorithms.git from cache (1.31s)
Fetched https://github.com/apple/swift-http-types.git from cache (1.39s)
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (1.40s)
Fetched https://github.com/apple/swift-certificates.git from cache (1.41s)
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.43s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.97.1 (1.66s)
Fetching https://github.com/apple/swift-collections.git
[1/23523] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (4.09s)
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 (5.56s)
Computing version for https://github.com/apple/swift-async-algorithms.git
Computed https://github.com/apple/swift-async-algorithms.git at 1.1.3 (1.24s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.6.0 (4.06s)
Computing version for https://github.com/apple/swift-certificates.git
Computed https://github.com/apple/swift-certificates.git at 1.18.0 (1.01s)
Fetching https://github.com/apple/swift-crypto.git
[1/17331] Fetching swift-crypto
Fetched https://github.com/apple/swift-crypto.git from cache (4.18s)
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 (5.33s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.4.1 (0.97s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 4.3.1 (1.87s)
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-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.97.1
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/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-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/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/modelcontextprotocol/swift-sdk
Working copy of https://github.com/modelcontextprotocol/swift-sdk resolved at 0.12.0
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-numerics.git
Working copy of https://github.com/apple/swift-numerics.git resolved at 1.1.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-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-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 4.3.1
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/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-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-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.11.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/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/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-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/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/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-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-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-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-algorithms.git
Working copy of https://github.com/apple/swift-algorithms.git resolved at 1.2.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/apple/swift-distributed-tracing.git
Working copy of https://github.com/apple/swift-distributed-tracing.git resolved at 1.4.1
[1/1] Compiling plugin GenerateManual
[2/2] Compiling plugin GenerateDoccReference
Building for debugging...
[2/26] Write sources
[12/26] Compiling CSystem shims.c
[13/26] Write swift-version-24593BA9C3E375BF.txt
[15/74] 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
[16/74] Emitting module ArgumentParserToolInfo
[17/74] Compiling ArgumentParserToolInfo ToolInfo.swift
[18/75] Compiling SystemPackage FilePathSyntax.swift
[19/75] Compiling SystemPackage FilePathTemp.swift
[20/75] Compiling SystemPackage FilePathTempPosix.swift
[21/75] Compiling SystemPackage FilePathTempWindows.swift
[23/79] Compiling SystemPackage FilePath.swift
[24/79] Compiling SystemPackage FilePathComponentView.swift
[25/79] Compiling SystemPackage FilePathComponents.swift
[26/79] Compiling SystemPackage FilePathParsing.swift
[27/79] Compiling SystemPackage FilePathString.swift
[27/79] Wrapping AST for ArgumentParserToolInfo for debugging
[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] Emitting module SystemPackage
[31/79] Compiling SystemPackage Errno.swift
[32/79] Compiling SystemPackage ErrnoWindows.swift
[33/79] Compiling SystemPackage FileDescriptor.swift
[34/79] Compiling SystemPackage FileHelpers.swift
[35/79] Compiling SystemPackage FileOperations.swift
[36/107] Compiling ArgumentParser ParentCommand.swift
[37/107] Compiling ArgumentParser AsyncParsableCommand.swift
[38/107] Compiling ArgumentParser CommandConfiguration.swift
[39/107] Compiling ArgumentParser CommandGroup.swift
[40/125] Compiling ArgumentParser ParsedValues.swift
[41/125] Compiling ArgumentParser ParserError.swift
[42/125] Compiling ArgumentParser SplitArguments.swift
[43/125] Compiling ArgumentParser DumpHelpGenerator.swift
[48/125] Compiling ArgumentParser EnumerableFlag.swift
[49/125] Compiling ArgumentParser ExpressibleByArgument.swift
[50/125] Compiling ArgumentParser ParsableArguments.swift
[52/131] Compiling ArgumentParser HelpCommand.swift
[53/131] Compiling ArgumentParser HelpGenerator.swift
[54/131] Compiling ArgumentParser MessageInfo.swift
[55/131] Compiling ArgumentParser UsageGenerator.swift
[56/131] Compiling ArgumentParser CollectionExtensions.swift
[57/131] Compiling ArgumentParser InputOrigin.swift
[58/131] Compiling ArgumentParser Name.swift
[59/131] Compiling ArgumentParser Parsed.swift
[63/131] Compiling ArgumentParser Tree.swift
[64/131] Compiling ArgumentParser CodingKeyValidator.swift
[65/131] Compiling ArgumentParser NonsenseFlagsValidator.swift
[66/131] Compiling ArgumentParser ParsableArgumentsValidation.swift
[67/131] Compiling ArgumentParser PositionalArgumentsValidator.swift
[68/131] Compiling ArgumentParser UniqueNamesValidator.swift
[69/131] 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
[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
[77/131] Compiling ArgumentParser ArgumentVisibility.swift
[78/131] Compiling ArgumentParser CompletionKind.swift
[79/131] Compiling ArgumentParser Errors.swift
[80/131] Compiling ArgumentParser Flag.swift
[81/131] Compiling ArgumentParser NameSpecification.swift
[82/131] Compiling ArgumentParser Option.swift
[83/131] Compiling ArgumentParser OptionGroup.swift
[84/131] Emitting module ArgumentParser
[85/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
[86/131] 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
[87/131] Compiling ArgumentParser InputKey.swift
[91/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
[95/132] Compiling ArgumentParser ParsableCommand.swift
[96/132] Compiling ArgumentParser ArgumentDecoder.swift
[97/132] Compiling ArgumentParser ArgumentDefinition.swift
[98/132] Compiling ArgumentParser ArgumentSet.swift
[99/132] Compiling ArgumentParser CommandParser.swift
[100/133] Compiling ArgumentParser Foundation.swift
[101/133] Compiling ArgumentParser Mutex.swift
[102/133] Compiling ArgumentParser Platform.swift
[103/133] Compiling ArgumentParser SequenceExtensions.swift
[104/133] Compiling ArgumentParser StringExtensions.swift
[105/133] Compiling ArgumentParser SwiftExtensions.swift
[108/133] Compiling AEXML Error.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[109/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
[110/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
[111/133] Compiling AEXML Options.swift
[112/133] Compiling AEXML Parser.swift
[113/133] Compiling AEXML Element.swift
[113/133] Wrapping AST for SystemPackage for debugging
[113/133] Wrapping AST for Logging for debugging
[114/133] Compiling AEXML Builders.swift
[115/133] 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/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 AEXML Parser.swift
[5/63] Compiling AEXML Error.swift
[6/63] Compiling AEXML Options.swift
[7/63] Compiling Logging LogEvent.swift
[8/63] Compiling Logging MetadataProvider.swift
[9/63] Compiling AEXML Builders.swift
[10/63] Emitting module Logging
[11/63] Compiling Logging Locks.swift
[12/63] Compiling SystemPackage Syscalls.swift
[13/63] Compiling SystemPackage WindowsSyscallAdapters.swift
[14/63] Compiling SystemPackage MachPort.swift
[15/63] Compiling SystemPackage PlatformString.swift
[16/67] Compiling AEXML Element.swift
[17/67] Compiling AEXML Document.swift
[18/67] Emitting module AEXML
[19/68] Compiling SystemPackage FilePathSyntax.swift
[20/68] Compiling SystemPackage FilePathTemp.swift
[21/68] Compiling SystemPackage FilePathTempPosix.swift
[22/68] Compiling SystemPackage FilePathTempWindows.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[24/68] 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/68] 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/68] Compiling SystemPackage FilePathWindows.swift
[27/68] Compiling SystemPackage FilePermissions.swift
[28/68] Compiling SystemPackage IOCompletion.swift
[29/68] Compiling SystemPackage IORequest.swift
[30/68] Compiling SystemPackage Constants.swift
[31/68] Compiling SystemPackage Exports.swift
[32/68] Compiling SystemPackage Mocking.swift
[33/68] Compiling SystemPackage RawBuffer.swift
[34/68] Compiling SystemPackage IORing.swift
[35/68] Compiling SystemPackage RawIORequest.swift
[36/68] Compiling SystemPackage Backcompat.swift
[37/68] Compiling SystemPackage CInterop.swift
[38/68] Emitting module ArgumentParserToolInfo
[39/68] Compiling ArgumentParserToolInfo ToolInfo.swift
[40/69] Wrapping AST for AEXML for debugging
[41/69] Compiling Logging LogHandler.swift
BUILD FAILURE 6.1 android