The Swift Package Index logo.Swift Package Index

Build Information

Failed to build xcodeproj-mcp-server, reference main (6f3842), with Swift 6.1 for Wasm on 9 Apr 2026 23:59:58 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:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1

Build 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:         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-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: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/modelcontextprotocol/swift-sdk
Fetching https://github.com/apple/swift-argument-parser
Fetching https://github.com/tuist/xcodeproj
[1/24396] Fetching xcodeproj
[489/27843] Fetching xcodeproj, swift-sdk
[490/45355] Fetching xcodeproj, swift-sdk, swift-argument-parser
Fetched https://github.com/modelcontextprotocol/swift-sdk from cache (2.60s)
Fetched https://github.com/apple/swift-argument-parser from cache (2.61s)
Fetched https://github.com/tuist/xcodeproj from cache (2.64s)
Computing version for https://github.com/modelcontextprotocol/swift-sdk
Computed https://github.com/modelcontextprotocol/swift-sdk at 0.12.0 (3.27s)
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/mattt/eventsource.git
Fetching https://github.com/apple/swift-nio.git
Fetching https://github.com/apple/swift-system.git
[1/271] Fetching eventsource
Fetched https://github.com/mattt/eventsource.git from cache (0.29s)
[1/5601] Fetching swift-system
[226/12064] Fetching swift-system, swift-log
Fetched https://github.com/apple/swift-system.git from cache (0.49s)
Fetched https://github.com/apple/swift-log.git from cache (0.57s)
[1/83101] Fetching swift-nio
Fetched https://github.com/apple/swift-nio.git from cache (7.60s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.7.1 (8.24s)
Computing version for https://github.com/mattt/eventsource.git
Computed https://github.com/mattt/eventsource.git at 1.4.1 (0.64s)
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.09s)
Computing version for https://github.com/tuist/xcodeproj
Computed https://github.com/tuist/xcodeproj at 9.10.1 (1.62s)
Fetching https://github.com/tadija/AEXML.git
Fetching https://github.com/kylef/PathKit.git
[1/1452] Fetching pathkit
[1453/3607] Fetching pathkit, aexml
Fetched https://github.com/kylef/PathKit.git from cache (0.28s)
Fetched https://github.com/tadija/AEXML.git from cache (0.30s)
Computing version for https://github.com/kylef/PathKit.git
Computed https://github.com/kylef/PathKit.git at 1.0.1 (3.44s)
Fetching https://github.com/kylef/Spectre.git
[1/1021] Fetching spectre
Fetched https://github.com/kylef/Spectre.git from cache (0.56s)
Computing version for https://github.com/tadija/AEXML.git
Computed https://github.com/tadija/AEXML.git at 4.7.0 (1.22s)
Computing version for https://github.com/kylef/Spectre.git
Computed https://github.com/kylef/Spectre.git at 0.10.1 (2.62s)
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.67s)
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.74s)
Fetching https://github.com/apple/swift-nio-transport-services.git
Fetching https://github.com/apple/swift-atomics.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-http2.git
Fetching https://github.com/apple/swift-nio-extras.git
[1/5727] Fetching swift-distributed-tracing
[631/7547] Fetching swift-distributed-tracing, swift-atomics
[947/10390] Fetching swift-distributed-tracing, swift-atomics, swift-nio-transport-services
[2491/16900] Fetching swift-distributed-tracing, swift-atomics, swift-nio-transport-services, swift-nio-extras
[5970/22958] Fetching swift-distributed-tracing, swift-atomics, swift-nio-transport-services, swift-nio-extras, swift-algorithms
[10482/35060] Fetching swift-distributed-tracing, swift-atomics, swift-nio-transport-services, swift-nio-extras, swift-algorithms, swift-nio-http2
Fetched https://github.com/apple/swift-nio-extras.git from cache (0.79s)
Fetching https://github.com/apple/swift-nio-ssl.git
Fetched https://github.com/apple/swift-atomics.git from cache (0.81s)
[17291/26730] Fetching swift-distributed-tracing, swift-nio-transport-services, swift-algorithms, swift-nio-http2
[26731/42148] Fetching swift-distributed-tracing, swift-nio-transport-services, swift-algorithms, swift-nio-http2, swift-nio-ssl
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (1.55s)
Fetched https://github.com/apple/swift-algorithms.git from cache (1.55s)
[20913/33247] Fetching swift-distributed-tracing, swift-nio-http2, swift-nio-ssl
Fetched https://github.com/apple/swift-distributed-tracing.git from cache (1.55s)
Fetched https://github.com/apple/swift-nio-http2.git from cache (1.56s)
[3238/15418] Fetching swift-nio-ssl
Fetched https://github.com/apple/swift-nio-ssl.git from cache (2.15s)
Computing version for https://github.com/apple/swift-distributed-tracing.git
Computed https://github.com/apple/swift-distributed-tracing.git at 1.4.1 (3.54s)
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.24s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (0.84s)
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.97s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (0.53s)
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.99s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.1.1 (1.05s)
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.13s)
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.27s)
Fetching https://github.com/apple/swift-http-structured-headers.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-http-types.git
Fetching https://github.com/apple/swift-async-algorithms.git
Fetching https://github.com/apple/swift-certificates.git
[1/1796] Fetching swift-asn1
[109/8020] Fetching swift-asn1, swift-async-algorithms
[324/9033] Fetching swift-asn1, swift-async-algorithms, swift-http-types
[447/11752] Fetching swift-asn1, swift-async-algorithms, swift-http-types, swift-service-lifecycle
[2411/12994] Fetching swift-asn1, swift-async-algorithms, swift-http-types, swift-service-lifecycle, swift-http-structured-headers
[7880/20139] Fetching swift-asn1, swift-async-algorithms, swift-http-types, swift-service-lifecycle, swift-http-structured-headers, swift-certificates
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (1.11s)
Fetched https://github.com/apple/swift-http-types.git from cache (1.11s)
Fetched https://github.com/apple/swift-asn1.git from cache (1.11s)
[16017/16088] Fetching swift-async-algorithms, swift-service-lifecycle, swift-certificates
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (1.12s)
[7145/7145] Fetching swift-certificates
Fetched https://github.com/apple/swift-async-algorithms.git from cache (1.40s)
Fetched https://github.com/apple/swift-certificates.git from cache (1.40s)
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.45s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.97.1 (1.73s)
Fetching https://github.com/apple/swift-collections.git
[1/23523] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (1.97s)
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.58s)
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.90s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.6.0 (4.01s)
Computing version for https://github.com/apple/swift-certificates.git
Computed https://github.com/apple/swift-certificates.git at 1.18.0 (1.23s)
Fetching https://github.com/apple/swift-crypto.git
[1/17331] Fetching swift-crypto
Fetched https://github.com/apple/swift-crypto.git from cache (3.58s)
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 (6.88s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.4.1 (1.59s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 4.3.1 (2.27s)
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-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 4.3.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-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/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/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-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-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/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-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-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.4.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/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-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-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-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-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-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-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-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-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/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-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.6.4
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-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-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-asn1.git
Working copy of https://github.com/apple/swift-asn1.git resolved at 1.6.0
[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] Compiling SystemPackage FilePathWindows.swift
[16/74] Compiling SystemPackage FilePermissions.swift
[17/74] Compiling SystemPackage IOCompletion.swift
[18/74] Compiling SystemPackage IORequest.swift
[19/78] Emitting module ArgumentParserToolInfo
[20/78] Compiling ArgumentParserToolInfo ToolInfo.swift
[21/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
[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
[28/79] Compiling SystemPackage Errno.swift
[29/79] Compiling SystemPackage ErrnoWindows.swift
[30/79] Compiling SystemPackage FileDescriptor.swift
[31/79] Compiling SystemPackage FileHelpers.swift
[32/79] Compiling SystemPackage FileOperations.swift
[33/79] Emitting module SystemPackage
[33/79] Wrapping AST for ArgumentParserToolInfo for debugging
[35/125] 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
[36/125] 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
[37/125] 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
[38/125] Compiling ArgumentParser ArgumentDecoder.swift
[39/125] Compiling ArgumentParser ArgumentDefinition.swift
[40/125] Compiling ArgumentParser ArgumentSet.swift
[41/125] Compiling ArgumentParser CommandParser.swift
[42/125] Compiling ArgumentParser InputKey.swift
[43/125] Compiling ArgumentParser InputOrigin.swift
[44/125] Compiling ArgumentParser Name.swift
[45/125] Compiling ArgumentParser Parsed.swift
[46/125] Compiling ArgumentParser EnumerableFlag.swift
[47/125] Compiling ArgumentParser ExpressibleByArgument.swift
[48/125] Compiling ArgumentParser ParsableArguments.swift
[49/125] Compiling ArgumentParser ParsableCommand.swift
[50/125] Compiling ArgumentParser ParentCommand.swift
[51/125] Compiling ArgumentParser AsyncParsableCommand.swift
[52/125] Compiling ArgumentParser CommandConfiguration.swift
[53/125] Compiling ArgumentParser CommandGroup.swift
[54/125] 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
[55/125] 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
error: emit-module command failed with exit code 1 (use -v to see invocation)
[56/126] 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
[57/126] 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
[58/126] Compiling AEXML Builders.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: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] Emitting module AEXML
[7/63] Compiling Logging LogEvent.swift
[8/63] Compiling AEXML Error.swift
[9/63] Compiling AEXML Parser.swift
[10/63] Compiling AEXML Options.swift
[11/63] Emitting module Logging
[12/63] Compiling SystemPackage Syscalls.swift
[13/63] Compiling SystemPackage WindowsSyscallAdapters.swift
[14/63] Compiling SystemPackage MachPort.swift
[15/63] Compiling SystemPackage PlatformString.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[16/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
[17/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
[18/67] Emitting module ArgumentParserToolInfo
[19/67] Compiling AEXML Builders.swift
[20/67] Compiling AEXML Document.swift
BUILD FAILURE 6.1 wasm