Build Information
Failed to build xcodeproj-mcp-server, reference 1.6.0 (6f3842), with Swift 6.1 for Wasm on 9 Apr 2026 23:59:27 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.1-latest swift build --swift-sdk wasm32-unknown-wasi 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: wasm
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-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.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 swiftpackageindex/spi-images
Digest: sha256:276d66a16377d3ee059b2e3429cbc1154d9f01e42871e5d702fd5d8b9044d93d
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:wasm-6.1-latest
Fetching https://github.com/apple/swift-argument-parser
Fetching https://github.com/tuist/xcodeproj
Fetching https://github.com/modelcontextprotocol/swift-sdk
[1/24396] Fetching xcodeproj
[2685/41908] Fetching xcodeproj, swift-argument-parser
[8233/45355] Fetching xcodeproj, swift-argument-parser, swift-sdk
Fetched https://github.com/modelcontextprotocol/swift-sdk from cache (0.88s)
[40445/41908] Fetching xcodeproj, swift-argument-parser
Fetched https://github.com/apple/swift-argument-parser from cache (1.69s)
Fetched https://github.com/tuist/xcodeproj from cache (1.73s)
Computing version for https://github.com/modelcontextprotocol/swift-sdk
Computed https://github.com/modelcontextprotocol/swift-sdk at 0.12.0 (2.29s)
Fetching https://github.com/apple/swift-nio.git
Fetching https://github.com/mattt/eventsource.git
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/apple/swift-system.git
[1/271] Fetching eventsource
[272/6734] Fetching eventsource, swift-log
[3052/12335] Fetching eventsource, swift-log, swift-system
Fetched https://github.com/apple/swift-system.git from cache (0.54s)
[1/83101] Fetching swift-nio
Fetched https://github.com/mattt/eventsource.git from cache (9.63s)
Fetched https://github.com/apple/swift-log.git from cache (9.64s)
Fetched https://github.com/apple/swift-nio.git from cache (9.91s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.7.1 (11.71s)
Computing version for https://github.com/mattt/eventsource.git
Computed https://github.com/mattt/eventsource.git at 1.4.1 (1.16s)
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.78s)
Computing version for https://github.com/tuist/xcodeproj
Computed https://github.com/tuist/xcodeproj at 9.10.1 (2.85s)
Fetching https://github.com/tadija/AEXML.git
Fetching https://github.com/kylef/PathKit.git
[1/1452] Fetching pathkit
[335/3607] Fetching pathkit, aexml
Fetched https://github.com/kylef/PathKit.git from cache (0.76s)
Fetched https://github.com/tadija/AEXML.git from cache (0.76s)
Computing version for https://github.com/kylef/PathKit.git
Computed https://github.com/kylef/PathKit.git at 1.0.1 (3.34s)
Fetching https://github.com/kylef/Spectre.git
[1/1021] Fetching spectre
Fetched https://github.com/kylef/Spectre.git from cache (0.26s)
Computing version for https://github.com/tadija/AEXML.git
Computed https://github.com/tadija/AEXML.git at 4.7.0 (0.90s)
Computing version for https://github.com/kylef/Spectre.git
Computed https://github.com/kylef/Spectre.git at 0.10.1 (2.60s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.6.4 (0.68s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.11.0 (0.57s)
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.70s)
Fetching https://github.com/apple/swift-algorithms.git
Fetching https://github.com/apple/swift-distributed-tracing.git
Fetching https://github.com/apple/swift-nio-http2.git
Fetching https://github.com/apple/swift-nio-extras.git
[1/6058] Fetching swift-algorithms
[123/12568] Fetching swift-algorithms, swift-nio-extras
[1692/18295] Fetching swift-algorithms, swift-nio-extras, swift-distributed-tracing
[6585/30397] Fetching swift-algorithms, swift-nio-extras, swift-distributed-tracing, swift-nio-http2
Fetched https://github.com/apple/swift-nio-extras.git from cache (0.81s)
Fetching https://github.com/apple/swift-nio-ssl.git
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/apple/swift-nio-transport-services.git
Fetched https://github.com/apple/swift-algorithms.git from cache (0.84s)
Fetched https://github.com/apple/swift-distributed-tracing.git from cache (0.84s)
[2663/12102] Fetching swift-nio-http2
[11377/13922] Fetching swift-nio-http2, swift-atomics
[12250/16765] Fetching swift-nio-http2, swift-atomics, swift-nio-transport-services
[16766/32183] Fetching swift-nio-http2, swift-atomics, swift-nio-transport-services, swift-nio-ssl
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (0.63s)
[15002/29340] Fetching swift-nio-http2, swift-atomics, swift-nio-ssl
Fetched https://github.com/apple/swift-atomics.git from cache (4.38s)
Fetched https://github.com/apple/swift-nio-http2.git from cache (5.22s)
Fetched https://github.com/apple/swift-nio-ssl.git from cache (4.42s)
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.89s)
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.26s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (1.28s)
Fetching https://github.com/apple/swift-numerics.git
[1/6416] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.51s)
Computing version for https://github.com/apple/swift-service-context.git
Computed https://github.com/apple/swift-service-context.git at 1.3.0 (4.31s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (0.56s)
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.88s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.1.1 (0.71s)
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.74s)
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.67s)
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.32s)
Fetching https://github.com/apple/swift-http-types.git
Fetching https://github.com/apple/swift-asn1.git
Fetching https://github.com/apple/swift-http-structured-headers.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-async-algorithms.git
[1/1242] Fetching swift-http-structured-headers
[1231/2255] Fetching swift-http-structured-headers, swift-http-types
[1355/4974] Fetching swift-http-structured-headers, swift-http-types, swift-service-lifecycle
[1819/6770] Fetching swift-http-structured-headers, swift-http-types, swift-service-lifecycle, swift-asn1
[3287/13915] Fetching swift-http-structured-headers, swift-http-types, swift-service-lifecycle, swift-asn1, swift-certificates
[6643/20139] Fetching swift-http-structured-headers, swift-http-types, swift-service-lifecycle, swift-asn1, swift-certificates, swift-async-algorithms
Fetched https://github.com/apple/swift-http-types.git from cache (0.45s)
[8042/19126] Fetching swift-http-structured-headers, swift-service-lifecycle, swift-asn1, swift-certificates, swift-async-algorithms
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (0.74s)
Fetched https://github.com/apple/swift-certificates.git from cache (0.75s)
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (0.77s)
Fetched https://github.com/apple/swift-asn1.git from cache (0.77s)
Fetched https://github.com/apple/swift-async-algorithms.git from cache (0.78s)
Computing version for https://github.com/apple/swift-http-types.git
Computed https://github.com/apple/swift-http-types.git at 1.5.1 (1.41s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.97.1 (1.08s)
Fetching https://github.com/apple/swift-collections.git
[1/23523] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (2.10s)
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 (2.86s)
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.34s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.6.0 (2.83s)
Computing version for https://github.com/apple/swift-certificates.git
Computed https://github.com/apple/swift-certificates.git at 1.18.0 (0.77s)
Fetching https://github.com/apple/swift-crypto.git
[1/17331] Fetching swift-crypto
Fetched https://github.com/apple/swift-crypto.git from cache (2.21s)
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.77s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.4.1 (0.76s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 4.3.1 (2.32s)
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-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-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/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-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 4.3.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-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/tuist/xcodeproj
Working copy of https://github.com/tuist/xcodeproj resolved at 9.10.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/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-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/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-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-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-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.3.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-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/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-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-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.4.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/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-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-algorithms.git
Working copy of https://github.com/apple/swift-algorithms.git resolved at 1.2.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
[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 SystemPackage
[16/78] 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
[17/78] 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
[18/78] Emitting module ArgumentParserToolInfo
[19/78] Compiling ArgumentParserToolInfo ToolInfo.swift
[20/79] Compiling SystemPackage FilePathWindows.swift
[21/79] Compiling SystemPackage FilePermissions.swift
[22/79] Compiling SystemPackage IOCompletion.swift
[23/79] Compiling SystemPackage IORequest.swift
[24/79] Compiling SystemPackage SystemString.swift
[25/79] Compiling SystemPackage Util+StringArray.swift
[26/79] Compiling SystemPackage Util.swift
[27/79] Compiling SystemPackage UtilConsumers.swift
[28/79] Compiling SystemPackage FilePathSyntax.swift
[29/79] Compiling SystemPackage FilePathTemp.swift
[30/79] Compiling SystemPackage FilePathTempPosix.swift
[31/79] Compiling SystemPackage FilePathTempWindows.swift
[32/79] Compiling SystemPackage Errno.swift
[33/79] Compiling SystemPackage ErrnoWindows.swift
[34/79] Compiling SystemPackage FileDescriptor.swift
[35/79] Compiling SystemPackage FileHelpers.swift
[36/79] Compiling SystemPackage FileOperations.swift
[37/79] Compiling SystemPackage FilePath.swift
[38/79] Compiling SystemPackage FilePathComponentView.swift
[39/79] Compiling SystemPackage FilePathComponents.swift
[40/79] Compiling SystemPackage FilePathParsing.swift
[41/79] Compiling SystemPackage FilePathString.swift
[43/79] 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
[44/79] 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
[45/79] Compiling SystemPackage Constants.swift
[46/79] Compiling SystemPackage Exports.swift
[47/79] Compiling SystemPackage Mocking.swift
[48/79] Compiling SystemPackage RawBuffer.swift
[49/79] Compiling SystemPackage Syscalls.swift
[50/79] Compiling SystemPackage WindowsSyscallAdapters.swift
[51/79] Compiling SystemPackage MachPort.swift
[52/79] Compiling SystemPackage PlatformString.swift
[53/79] 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
[54/79] 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
[54/80] Wrapping AST for ArgumentParserToolInfo for debugging
[57/126] Compiling ArgumentParser UsageGenerator.swift
[58/126] Compiling ArgumentParser CollectionExtensions.swift
[59/126] Compiling ArgumentParser InputOrigin.swift
[60/126] Compiling ArgumentParser Name.swift
[61/127] Compiling AEXML Parser.swift
[63/127] Compiling AEXML Element.swift
[64/127] Compiling ArgumentParser Foundation.swift
[65/127] Compiling ArgumentParser Mutex.swift
[66/127] Compiling ArgumentParser Platform.swift
[67/127] Compiling ArgumentParser SequenceExtensions.swift
[68/127] Compiling ArgumentParser StringExtensions.swift
[69/127] Compiling ArgumentParser SwiftExtensions.swift
[70/127] Compiling AEXML Document.swift
[71/127] Compiling AEXML Builders.swift
[72/127] Emitting module AEXML
[73/127] Compiling AEXML Error.swift
[74/127] Compiling AEXML Options.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[75/127] 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
[76/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
[78/134] Compiling ArgumentParser Tree.swift
[79/134] Compiling ArgumentParser CodingKeyValidator.swift
[80/134] Compiling ArgumentParser NonsenseFlagsValidator.swift
[81/134] Compiling ArgumentParser ParsableArgumentsValidation.swift
[82/134] Compiling ArgumentParser PositionalArgumentsValidator.swift
[83/134] Compiling ArgumentParser UniqueNamesValidator.swift
[84/134] Compiling ArgumentParser ArgumentVisibility.swift
[85/134] Compiling ArgumentParser CompletionKind.swift
[86/134] Compiling ArgumentParser Errors.swift
[87/134] Compiling ArgumentParser Flag.swift
[88/134] Compiling ArgumentParser NameSpecification.swift
[89/134] Compiling ArgumentParser Option.swift
[90/134] Compiling ArgumentParser OptionGroup.swift
[91/134] Emitting module ArgumentParser
[92/134] Compiling ArgumentParser BashCompletionsGenerator.swift
[93/134] Compiling ArgumentParser CompletionsGenerator.swift
[94/134] Compiling ArgumentParser FishCompletionsGenerator.swift
[95/134] Compiling ArgumentParser ZshCompletionsGenerator.swift
[96/134] Compiling ArgumentParser Argument.swift
[97/134] Compiling ArgumentParser ArgumentDiscussion.swift
[98/134] Compiling ArgumentParser ArgumentHelp.swift
[99/134] Compiling ArgumentParser DumpHelpGenerator.swift
[100/134] Compiling ArgumentParser HelpCommand.swift
[101/134] Compiling ArgumentParser HelpGenerator.swift
[102/134] Compiling ArgumentParser MessageInfo.swift
[107/134] Compiling ArgumentParser Parsed.swift
[108/134] Compiling ArgumentParser ParsedValues.swift
[109/134] Compiling ArgumentParser ParserError.swift
[110/134] Compiling ArgumentParser SplitArguments.swift
[111/134] Compiling ArgumentParser ParentCommand.swift
[112/134] Compiling ArgumentParser AsyncParsableCommand.swift
[113/134] Compiling ArgumentParser CommandConfiguration.swift
[114/134] Compiling ArgumentParser CommandGroup.swift
[115/134] Compiling ArgumentParser EnumerableFlag.swift
[116/134] Compiling ArgumentParser ExpressibleByArgument.swift
[117/134] Compiling ArgumentParser ParsableArguments.swift
[118/134] Compiling ArgumentParser ParsableCommand.swift
[119/134] Compiling ArgumentParser ArgumentDecoder.swift
[120/134] Compiling ArgumentParser ArgumentDefinition.swift
[121/134] Compiling ArgumentParser ArgumentSet.swift
[122/134] Compiling ArgumentParser CommandParser.swift
[123/134] Compiling ArgumentParser InputKey.swift
[123/135] Wrapping AST for Logging for debugging
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.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1
wasm-6.1-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:276d66a16377d3ee059b2e3429cbc1154d9f01e42871e5d702fd5d8b9044d93d
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:wasm-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 MetadataProvider.swift
[5/63] Compiling Logging Locks.swift
[6/63] Compiling AEXML Builders.swift
[7/63] Emitting module AEXML
[8/63] 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: emit-module command failed with exit code 1 (use -v to see invocation)
[9/63] 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
[10/63] Emitting module Logging
[11/63] Compiling AEXML Options.swift
[12/63] Compiling AEXML Parser.swift
[13/63] Compiling AEXML Error.swift
[14/63] Emitting module ArgumentParserToolInfo
[15/63] Compiling Logging LogEvent.swift
[16/63] Compiling AEXML Document.swift
BUILD FAILURE 6.1 wasm