The Swift Package Index logo.Swift Package Index

Build Information

Failed to build GraphQLVapor, reference main (7fa1bb), with Swift 6.1 for Wasm on 6 Apr 2026 05:55:52 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/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/GraphQLSwift/graphql-vapor.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/GraphQLSwift/graphql-vapor
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 7fa1bb6 Merge pull request #9 from GraphQLSwift/refactor/swift-format
Cloned https://github.com/GraphQLSwift/graphql-vapor.git
Revision (git rev-parse @):
7fa1bb6d37641772de62f6cc6ad6979b9c160bdd
SUCCESS checkout https://github.com/GraphQLSwift/graphql-vapor.git at main
========================================
Build
========================================
Selected platform:         wasm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/GraphQLSwift/graphql-vapor.git
https://github.com/GraphQLSwift/graphql-vapor.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "graphql",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "4.0.0",
            "upper_bound" : "5.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/GraphQLSwift/GraphQL.git"
    },
    {
      "identity" : "graphqltransportws",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/GraphQLSwift/GraphQLTransportWS.git"
    },
    {
      "identity" : "graphqlws",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/GraphQLSwift/GraphQLWS.git"
    },
    {
      "identity" : "vapor",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "4.0.0",
            "upper_bound" : "5.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/vapor/vapor.git"
    }
  ],
  "manifest_display_name" : "GraphQLVapor",
  "name" : "GraphQLVapor",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "GraphQLVapor",
      "targets" : [
        "GraphQLVapor"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "GraphQLVaporTests",
      "module_type" : "SwiftTarget",
      "name" : "GraphQLVaporTests",
      "path" : "Tests/GraphQLVaporTests",
      "product_dependencies" : [
        "VaporTesting"
      ],
      "sources" : [
        "HTTPStatusCodeGraphQLJSONTests.swift",
        "HTTPStatusCodeJSONTests.swift",
        "HTTPTests.swift",
        "Utilities.swift",
        "WebSocketTests.swift"
      ],
      "target_dependencies" : [
        "GraphQLVapor"
      ],
      "type" : "test"
    },
    {
      "c99name" : "GraphQLVapor",
      "module_type" : "SwiftTarget",
      "name" : "GraphQLVapor",
      "path" : "Sources/GraphQLVapor",
      "product_dependencies" : [
        "GraphQL",
        "GraphQLTransportWS",
        "GraphQLWS",
        "Vapor"
      ],
      "product_memberships" : [
        "GraphQLVapor"
      ],
      "sources" : [
        "Content/GraphQLJSONEncoder+ContentEncoder.swift",
        "Content/GraphQLRequest+Content.swift",
        "Content/GraphQLResult+Content.swift",
        "Content/HTTPMediaType+jsonGraphQL.swift",
        "GraphQLConfig.swift",
        "GraphQLHandler.swift",
        "HTTP/GraphQLHandler+HTTP.swift",
        "IDEs/GraphiQLHandler.swift",
        "RoutesBuilder+graphql.swift",
        "WebSocket/EmptyWebSocketInit.swift",
        "WebSocket/GraphQLHandler+handleWebSocket.swift",
        "WebSocket/WebSocketMessenger.swift",
        "WebSocket/WebSocketSubProtocol.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/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 2>&1
wasm-6.1-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:c3bd0c8eb125dea46564a1eb8b09ee779ba7ae350b1ee58b5e9d6ff6c39cef37
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:wasm-6.1-latest
Fetching https://github.com/GraphQLSwift/GraphQL.git
Fetching https://github.com/GraphQLSwift/GraphQLWS.git
Fetching https://github.com/GraphQLSwift/GraphQLTransportWS.git
Fetching https://github.com/vapor/vapor.git
[1/485] Fetching graphqlws
[486/1070] Fetching graphqlws, graphqltransportws
[1042/7028] Fetching graphqlws, graphqltransportws, graphql
Fetched https://github.com/GraphQLSwift/GraphQLTransportWS.git from cache (0.38s)
[4179/6443] Fetching graphqlws, graphql
[6444/83689] Fetching graphqlws, graphql, vapor
Fetched https://github.com/GraphQLSwift/GraphQL.git from cache (0.59s)
[7438/77731] Fetching graphqlws, vapor
Fetched https://github.com/GraphQLSwift/GraphQLWS.git from cache (2.63s)
Fetched https://github.com/vapor/vapor.git from cache (2.71s)
Computing version for https://github.com/GraphQLSwift/GraphQLWS.git
Computed https://github.com/GraphQLSwift/GraphQLWS.git at 1.0.0 (5.04s)
Fetching https://github.com/GraphQLSwift/Graphiti.git
[1/3839] Fetching graphiti
Fetched https://github.com/GraphQLSwift/Graphiti.git from cache (0.32s)
Computing version for https://github.com/GraphQLSwift/GraphQLTransportWS.git
Computed https://github.com/GraphQLSwift/GraphQLTransportWS.git at 1.0.0 (0.93s)
Computing version for https://github.com/GraphQLSwift/Graphiti.git
Computed https://github.com/GraphQLSwift/Graphiti.git at 3.1.0 (0.53s)
Computing version for https://github.com/GraphQLSwift/GraphQL.git
Computed https://github.com/GraphQLSwift/GraphQL.git at 4.1.0 (0.49s)
Fetching https://github.com/apple/swift-collections
[1/23426] Fetching swift-collections
Fetched https://github.com/apple/swift-collections from cache (1.51s)
Computing version for https://github.com/apple/swift-collections
Computed https://github.com/apple/swift-collections at 1.4.1 (2.56s)
Computing version for https://github.com/vapor/vapor.git
Computed https://github.com/vapor/vapor.git at 4.121.3 (0.64s)
Fetching https://github.com/apple/swift-algorithms.git
Fetching https://github.com/vapor/websocket-kit.git
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/vapor/multipart-kit.git
Fetching https://github.com/apple/swift-certificates.git
Fetching https://github.com/apple/swift-asn1.git
[1/1789] Fetching swift-asn1
[1164/4442] Fetching swift-asn1, websocket-kit
[1308/8080] Fetching swift-asn1, websocket-kit, multipart-kit
[3361/9900] Fetching swift-asn1, websocket-kit, multipart-kit, swift-atomics
[4417/17045] Fetching swift-asn1, websocket-kit, multipart-kit, swift-atomics, swift-certificates
[7085/23103] Fetching swift-asn1, websocket-kit, multipart-kit, swift-atomics, swift-certificates, swift-algorithms
Fetched https://github.com/apple/swift-asn1.git from cache (0.32s)
[7670/21314] Fetching websocket-kit, multipart-kit, swift-atomics, swift-certificates, swift-algorithms
Fetching https://github.com/apple/swift-service-context.git
[18660/22544] Fetching websocket-kit, multipart-kit, swift-atomics, swift-certificates, swift-algorithms, swift-service-context
Fetched https://github.com/apple/swift-atomics.git from cache (0.73s)
Fetched https://github.com/apple/swift-certificates.git from cache (0.74s)
Fetching https://github.com/apple/swift-distributed-tracing.git
Fetching https://github.com/apple/swift-metrics.git
Fetched https://github.com/apple/swift-service-context.git from cache (0.46s)
Fetching https://github.com/apple/swift-log.git
[9804/18069] Fetching websocket-kit, multipart-kit, swift-algorithms, swift-distributed-tracing
[11234/21100] Fetching websocket-kit, multipart-kit, swift-algorithms, swift-distributed-tracing, swift-metrics
[17011/27449] Fetching websocket-kit, multipart-kit, swift-algorithms, swift-distributed-tracing, swift-metrics, swift-log
Fetched https://github.com/apple/swift-metrics.git from cache (0.56s)
[19615/24418] Fetching websocket-kit, multipart-kit, swift-algorithms, swift-distributed-tracing, swift-log
Fetching https://github.com/apple/swift-nio-extras.git
Fetched https://github.com/apple/swift-distributed-tracing.git from cache (0.78s)
Fetching https://github.com/apple/swift-nio-http2.git
Fetched https://github.com/apple/swift-log.git from cache (0.81s)
Fetching https://github.com/apple/swift-nio-ssl.git
[9832/18856] Fetching websocket-kit, multipart-kit, swift-algorithms, swift-nio-extras
[14452/30955] Fetching websocket-kit, multipart-kit, swift-algorithms, swift-nio-extras, swift-nio-http2
[21398/46350] Fetching websocket-kit, multipart-kit, swift-algorithms, swift-nio-extras, swift-nio-http2, swift-nio-ssl
Fetched https://github.com/apple/swift-nio-extras.git from cache (0.99s)
[16122/39843] Fetching websocket-kit, multipart-kit, swift-algorithms, swift-nio-http2, swift-nio-ssl
Fetching https://github.com/apple/swift-nio.git
Fetched https://github.com/vapor/websocket-kit.git from cache (2.51s)
Fetched https://github.com/apple/swift-algorithms.git from cache (2.52s)
[8148/31132] Fetching multipart-kit, swift-nio-http2, swift-nio-ssl
Fetching https://github.com/vapor/routing-kit.git
Fetching https://github.com/apple/swift-crypto.git
Fetched https://github.com/vapor/multipart-kit.git from cache (2.63s)
[5269/27494] Fetching swift-nio-http2, swift-nio-ssl
Fetching https://github.com/vapor/console-kit.git
[15037/48896] Fetching swift-nio-http2, swift-nio-ssl, routing-kit
[17267/55554] Fetching swift-nio-http2, swift-nio-ssl, routing-kit, console-kit
[31339/72882] Fetching swift-nio-http2, swift-nio-ssl, routing-kit, console-kit, swift-crypto
[40411/155908] Fetching swift-nio-http2, swift-nio-ssl, routing-kit, console-kit, swift-crypto, swift-nio
Fetched https://github.com/vapor/console-kit.git from cache (0.73s)
[34215/149250] Fetching swift-nio-http2, swift-nio-ssl, routing-kit, swift-crypto, swift-nio
Fetching https://github.com/vapor/async-kit.git
[40231/151746] Fetching swift-nio-http2, swift-nio-ssl, routing-kit, swift-crypto, swift-nio, async-kit
Fetched https://github.com/vapor/async-kit.git from cache (0.58s)
Fetching https://github.com/swift-server/async-http-client.git
[44126/149250] Fetching swift-nio-http2, swift-nio-ssl, routing-kit, swift-crypto, swift-nio
[53774/164928] Fetching swift-nio-http2, swift-nio-ssl, routing-kit, swift-crypto, swift-nio, async-http-client
Fetched https://github.com/apple/swift-nio-http2.git from cache (3.22s)
[42815/152829] Fetching swift-nio-ssl, routing-kit, swift-crypto, swift-nio, async-http-client
Fetched https://github.com/swift-server/async-http-client.git from cache (3.19s)
[86917/137151] Fetching swift-nio-ssl, routing-kit, swift-crypto, swift-nio
Fetched https://github.com/apple/swift-nio-ssl.git from cache (6.15s)
[75262/121756] Fetching routing-kit, swift-crypto, swift-nio
Fetched https://github.com/vapor/routing-kit.git from cache (5.96s)
Fetched https://github.com/apple/swift-crypto.git from cache (6.00s)
[48156/83026] Fetching swift-nio
Fetched https://github.com/apple/swift-nio.git from cache (12.23s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (15.08s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (0.60s)
Fetching https://github.com/apple/swift-numerics.git
[1/6416] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.42s)
Computing version for https://github.com/vapor/routing-kit.git
Computed https://github.com/vapor/routing-kit.git at 4.9.3 (1.03s)
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.56s)
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.59s)
Computing version for https://github.com/vapor/websocket-kit.git
Computed https://github.com/vapor/websocket-kit.git at 2.16.2 (0.54s)
Fetching https://github.com/apple/swift-nio-transport-services.git
[1/2832] Fetching swift-nio-transport-services
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (0.33s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.11.0 (1.08s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.1.1 (0.52s)
Computing version for https://github.com/apple/swift-certificates.git
Computed https://github.com/apple/swift-certificates.git at 1.18.0 (2.30s)
Computing version for https://github.com/apple/swift-metrics.git
Computed https://github.com/apple/swift-metrics.git at 2.8.0 (0.55s)
Computing version for https://github.com/vapor/console-kit.git
Computed https://github.com/vapor/console-kit.git at 4.16.0 (0.57s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.97.1 (0.97s)
Fetching https://github.com/apple/swift-system.git
[1/5601] Fetching swift-system
Fetched https://github.com/apple/swift-system.git from cache (1.07s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.6.0 (1.67s)
Computing version for https://github.com/vapor/async-kit.git
Computed https://github.com/vapor/async-kit.git at 1.22.0 (0.54s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.6.4 (0.63s)
Computing version for https://github.com/apple/swift-distributed-tracing.git
Computed https://github.com/apple/swift-distributed-tracing.git at 1.4.1 (0.53s)
Computing version for https://github.com/vapor/multipart-kit.git
Computed https://github.com/vapor/multipart-kit.git at 4.7.1 (0.52s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 4.3.1 (1.87s)
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.69s)
Computing version for https://github.com/apple/swift-nio-extras.git
Computed https://github.com/apple/swift-nio-extras.git at 1.33.0 (0.65s)
Fetching https://github.com/swift-server/swift-service-lifecycle.git
Fetching https://github.com/apple/swift-http-types.git
Fetching https://github.com/apple/swift-http-structured-headers.git
Fetching https://github.com/apple/swift-async-algorithms.git
[1/984] Fetching swift-http-types
[70/2226] Fetching swift-http-types, swift-http-structured-headers
[2227/4939] Fetching swift-http-types, swift-http-structured-headers, swift-service-lifecycle
[4072/11163] Fetching swift-http-types, swift-http-structured-headers, swift-service-lifecycle, swift-async-algorithms
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (0.39s)
[6583/8450] Fetching swift-http-types, swift-http-structured-headers, swift-async-algorithms
Fetched https://github.com/apple/swift-http-types.git from cache (0.50s)
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (0.50s)
Fetched https://github.com/apple/swift-async-algorithms.git from cache (0.51s)
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.13s)
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 (0.53s)
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.63s)
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 (0.51s)
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.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.59s)
Creating working copy for https://github.com/vapor/websocket-kit.git
Working copy of https://github.com/vapor/websocket-kit.git resolved at 2.16.2
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-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-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-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.6.4
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-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-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/vapor/multipart-kit.git
Working copy of https://github.com/vapor/multipart-kit.git resolved at 4.7.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-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/vapor/console-kit.git
Working copy of https://github.com/vapor/console-kit.git resolved at 4.16.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-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-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 4.3.1
Creating working copy for https://github.com/GraphQLSwift/GraphQLTransportWS.git
Working copy of https://github.com/GraphQLSwift/GraphQLTransportWS.git resolved at 1.0.0
Creating working copy for https://github.com/GraphQLSwift/Graphiti.git
Working copy of https://github.com/GraphQLSwift/Graphiti.git resolved at 3.1.0
Creating working copy for https://github.com/vapor/routing-kit.git
Working copy of https://github.com/vapor/routing-kit.git resolved at 4.9.3
Creating working copy for https://github.com/vapor/vapor.git
Working copy of https://github.com/vapor/vapor.git resolved at 4.121.3
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-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.3.0
Creating working copy for https://github.com/vapor/async-kit.git
Working copy of https://github.com/vapor/async-kit.git resolved at 1.22.0
Creating working copy for https://github.com/apple/swift-collections
Working copy of https://github.com/apple/swift-collections 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/GraphQLSwift/GraphQL.git
Working copy of https://github.com/GraphQLSwift/GraphQL.git resolved at 4.1.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-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-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-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/GraphQLSwift/GraphQLWS.git
Working copy of https://github.com/GraphQLSwift/GraphQLWS.git resolved at 1.0.0
Creating working copy for https://github.com/apple/swift-metrics.git
Working copy of https://github.com/apple/swift-metrics.git resolved at 2.8.0
Building for debugging...
[0/863] Write sources
[46/863] Compiling _CWASI _CWASI.c
[47/863] Compiling CNIOWindows shim.c
[48/863] Write sources
[51/863] Compiling CNIOWindows WSAStartup.c
[52/863] Write sources
[59/863] Compiling _NumericsShims _NumericsShims.c
[60/863] Compiling CVaporBcrypt bcrypt.c
[61/863] Compiling _AtomicsShims.c
[61/863] Compiling CNIOSHA1 c_nio_sha1.c
[63/863] Compiling SimpleFIPS202.c
[64/863] Compiling CXKCPShims shims.c
[65/863] Compiling KeccakSponge.c
[66/863] Compiling CVaporBcrypt blf.c
[67/863] Compiling KeccakHash.c
[68/863] Compiling CNIOPosix event_loop_id.c
[69/863] Compiling CNIOLinux shim.c
[69/863] Compiling CSystem shims.c
[71/863] Compiling CNIOOpenBSD shim.c
[72/863] Compiling CNIOLinux liburing_shims.c
[73/863] Compiling CNIOLLHTTP c_nio_http.c
[74/863] Compiling CNIOWASI CNIOWASI.c
[74/863] Write swift-version-24593BA9C3E375BF.txt
[76/863] Compiling CNIOLLHTTP c_nio_api.c
[77/863] Compiling CNIOExtrasZlib zutil.c
[78/863] Compiling CNIOExtrasZlib inftrees.c
[79/863] Compiling CNIOExtrasZlib trees.c
[80/863] Compiling CNIOExtrasZlib inflate.c
[81/922] Compiling CNIOLLHTTP c_nio_llhttp.c
[83/933] Compiling RealModule RealFunctions.swift
[84/934] Compiling RealModule ElementaryFunctions.swift
[85/934] Compiling RealModule Float+Real.swift
[86/934] Compiling RealModule Float16+Real.swift
[87/934] Compiling RealModule AugmentedArithmetic.swift
[88/934] Compiling RealModule Double+Real.swift
[89/934] Compiling RealModule Float80+Real.swift
[90/934] Compiling RealModule Real.swift
[91/934] Compiling RealModule AlgebraicField.swift
[92/934] Compiling RealModule ApproximateEquality.swift
[93/934] Compiling ServiceContextModule ServiceContextKey.swift
[94/934] Compiling SwiftASN1 TimeUtilities.swift
[95/934] Compiling SwiftASN1 UTCTime.swift
[96/934] Emitting module RealModule
[97/936] Emitting module _CertificateInternals
[98/936] Compiling _CertificateInternals _TinyArray.swift
[99/937] Compiling _NIODataStructures PriorityQueue.swift
[100/937] Compiling _NIODataStructures _TinyArray.swift
[104/937] Emitting module _NIOBase64
[105/937] Emitting module ServiceContextModule
[106/937] Compiling _NIOBase64 Base64.swift
[107/937] Compiling SwiftASN1 ASN1Integer.swift
[108/937] Compiling SwiftASN1 ASN1Null.swift
[109/937] Compiling ServiceContextModule ServiceContext.swift
[110/939] Compiling SwiftASN1 ArraySliceBigint.swift
[111/939] Compiling SwiftASN1 GeneralizedTime.swift
[112/939] Compiling SwiftASN1 ObjectIdentifier.swift
[113/939] Compiling SwiftASN1 PEMDocument.swift
[119/943] Emitting module SystemPackage
[123/943] Compiling SwiftASN1 ASN1OctetString.swift
[124/943] Compiling SwiftASN1 ASN1Strings.swift
[126/943] Compiling RealModule RelaxedArithmetic.swift
[133/974] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[134/974] Compiling InternalCollectionsUtilities UnsafeMutableRawBufferPointer+Extras.swift
[135/974] Compiling InternalCollectionsUtilities UnsafeRawBufferPointer+Extras.swift
[136/974] Compiling SwiftASN1 Errors.swift
[137/974] Compiling SystemPackage Syscalls.swift
[138/974] Compiling SystemPackage WindowsSyscallAdapters.swift
[139/974] Compiling SystemPackage MachPort.swift
[140/974] Compiling SystemPackage PlatformString.swift
[141/974] Compiling _NIODataStructures Heap.swift
[142/974] Emitting module _NIODataStructures
[143/974] Compiling SystemPackage IORing.swift
[144/974] Compiling SystemPackage RawIORequest.swift
[145/974] Compiling SystemPackage Backcompat.swift
[146/974] Compiling SystemPackage CInterop.swift
[147/974] Compiling SystemPackage Constants.swift
[148/974] Compiling SystemPackage Exports.swift
[149/974] Compiling SystemPackage Mocking.swift
[150/974] Compiling SystemPackage RawBuffer.swift
[151/975] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[152/975] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[153/975] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[154/975] Compiling InternalCollectionsUtilities String+Padding.swift
[155/975] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[156/975] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[157/978] Compiling Instrumentation NoOpInstrument.swift
[158/978] Emitting module Instrumentation
[161/980] Compiling Logging MetadataProvider.swift
[162/980] Compiling Logging Locks.swift
[163/980] Compiling Instrumentation MultiplexInstrument.swift
[165/980] Compiling Instrumentation Locks.swift
[166/980] Compiling Instrumentation Instrument.swift
[167/980] Compiling Instrumentation InstrumentationSystem.swift
[168/980] Compiling Logging LogEvent.swift
[169/981] Emitting module SwiftASN1
[170/981] Compiling InternalCollectionsUtilities _SortedCollection.swift
[171/981] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[171/981] Compiling CNIOExtrasZlib inffast.c
[174/981] Emitting module Logging
[175/981] Compiling InternalCollectionsUtilities LifetimeOverride.swift
[176/981] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[177/981] Compiling InternalCollectionsUtilities Span+Extras.swift
[179/981] Compiling CNIOExtrasZlib deflate.c
[180/981] Compiling CNIOExtrasZlib crc32.c
[181/981] Compiling CNIOExtrasZlib adler32.c
[183/981] Compiling InternalCollectionsUtilities Debugging.swift
[184/981] Compiling InternalCollectionsUtilities Descriptions.swift
[186/981] Compiling InternalCollectionsUtilities Integer rank.swift
[187/981] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[188/981] Compiling InternalCollectionsUtilities UInt+reversed.swift
[188/981] Compiling CNIODarwin shim.c
[192/989] Emitting module CoreMetrics
[193/989] Compiling Tracing InstrumentationSystem+Tracing.swift
[196/990] Compiling Tracing NoOpTracer.swift
[198/990] Emitting module InternalCollectionsUtilities
[199/990] Compiling Tracing TracingTime.swift
[200/990] Emitting module Tracing
[200/990] Compiling CNIOBoringSSLShims shims.c
[201/990] Compiling fiat_p256_adx_sqr.S
[203/990] Compiling Tracing TracerProtocol.swift
[204/990] Compiling SystemPackage SystemString.swift
[205/990] Compiling SystemPackage Util+StringArray.swift
[206/990] Compiling SystemPackage Util.swift
[207/990] Compiling SystemPackage UtilConsumers.swift
[207/991] Compiling fiat_p256_adx_mul.S
[208/991] Compiling fiat_curve25519_adx_square.S
[211/992] Compiling fiat_curve25519_adx_mul.S
[215/992] Compiling Tracing Tracer.swift
[216/992] Compiling Tracing TracerProtocol+Legacy.swift
[217/992] Compiling CoreMetrics Metrics.swift
[218/992] Compiling CoreMetrics Locks.swift
[220/993] Compiling Tracing SpanProtocol.swift
[221/994] Compiling Logging LogHandler.swift
[222/994] Compiling Logging Logging.swift
[225/1065] Compiling _RopeModule BigString+Sequence.swift
[226/1065] Compiling _RopeModule BigString+TextOutputStream.swift
[227/1065] Compiling _RopeModule BigString+Append.swift
[228/1065] Compiling _RopeModule BigString+Initializers.swift
[229/1065] Compiling _RopeModule BigString+Insert.swift
[230/1065] Compiling _RopeModule BigString+Managing Breaks.swift
[231/1065] Compiling _RopeModule BigString+RemoveSubrange.swift
[232/1065] Compiling _RopeModule BigString+ReplaceSubrange.swift
[233/1065] Compiling _RopeModule BigString+Split.swift
[234/1065] Compiling _RopeModule Range+BigString.swift
[235/1074] Compiling _RopeModule BigString+Chunk+Breaks.swift
[236/1074] Compiling _RopeModule BigString+Chunk+Character.swift
[237/1074] Compiling _RopeModule BigString+Chunk+Counts.swift
[238/1074] Compiling _RopeModule BigString+Chunk+Description.swift
[239/1074] Compiling _RopeModule BigString+Chunk+Index.swift
[240/1074] Compiling _RopeModule BigString+Chunk+RopeElement.swift
[241/1074] Compiling _RopeModule BigString+Chunk+Splitting.swift
[242/1074] Compiling _RopeModule BigString+Chunk+UTF16.swift
[243/1074] Compiling _RopeModule BigString+Chunk+UTF8.swift
[244/1074] Compiling _RopeModule BigString+Chunk+UnicodeScalar.swift
[245/1084] Compiling _RopeModule BigString+Builder.swift
[246/1084] Compiling _RopeModule BigString+Contents.swift
[247/1084] Compiling _RopeModule BigString+Debugging.swift
[248/1084] Compiling _RopeModule BigString+Index.swift
[249/1084] Compiling _RopeModule BigString+Ingester.swift
[250/1084] Compiling _RopeModule BigString+Invariants.swift
[251/1084] Compiling _RopeModule BigString+Metrics.swift
[252/1085] Compiling _RopeModule BigString+Summary.swift
[253/1085] Compiling _RopeModule BigString.swift
[254/1085] Compiling _RopeModule BigString+Chunk+Append and Insert.swift
[255/1087] Compiling _RopeModule BigString+Chunk.swift
[256/1087] Compiling _RopeModule BigString+BidirectionalCollection.swift
[257/1087] Compiling _RopeModule BigString+Comparable.swift
[258/1087] Compiling _RopeModule BigString+CustomDebugStringConvertible.swift
[259/1088] Compiling _RopeModule BigString+CustomStringConvertible.swift
[260/1088] Compiling _RopeModule BigString+Equatable.swift
[261/1088] Compiling _RopeModule BigString+ExpressibleByStringLiteral.swift
[262/1088] Compiling _RopeModule BigString+Hashing.swift
[263/1088] Compiling _RopeModule BigString+LosslessStringConvertible.swift
[264/1088] Compiling _RopeModule BigString+RangeReplaceableCollection.swift
[265/1131] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[266/1131] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[267/1131] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[268/1131] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[269/1131] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[270/1131] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[271/1131] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[272/1138] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[273/1138] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[274/1138] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[275/1138] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[276/1138] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[277/1138] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[278/1138] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[278/1138] Compiling KeccakP-1600-opt64.c
In file included from /host/spi-builder-workspace/.build/checkouts/swift-nio-ssl/Sources/CNIOBoringSSL/ssl/tls_method.cc:17:
/host/spi-builder-workspace/.build/checkouts/swift-nio-ssl/Sources/CNIOBoringSSL/ssl/../crypto/internal.h:32:10: fatal error: 'pthread.h' file not found
   32 | #include <pthread.h>
      |          ^~~~~~~~~~~
1 error generated.
[279/1138] Compiling tls_method.cc
In file included from /host/spi-builder-workspace/.build/checkouts/swift-nio-ssl/Sources/CNIOBoringSSL/ssl/tls_record.cc:19:
/host/spi-builder-workspace/.build/checkouts/swift-nio-ssl/Sources/CNIOBoringSSL/ssl/../crypto/internal.h:32:10: fatal error: 'pthread.h' file not found
   32 | #include <pthread.h>
      |          ^~~~~~~~~~~
1 error generated.
[279/1138] Compiling tls_record.cc
[280/1138] Emitting module Metrics
In file included from /host/spi-builder-workspace/.build/checkouts/swift-nio-ssl/Sources/CNIOBoringSSL/ssl/tls13_enc.cc:34:
/host/spi-builder-workspace/.build/checkouts/swift-nio-ssl/Sources/CNIOBoringSSL/ssl/../crypto/internal.h:32:10: fatal error: 'pthread.h' file not found
   32 | #include <pthread.h>
      |          ^~~~~~~~~~~
1 error generated.
[280/1138] Compiling tls13_enc.cc
In file included from /host/spi-builder-workspace/.build/checkouts/swift-nio-ssl/Sources/CNIOBoringSSL/ssl/tls13_server.cc:32:
/host/spi-builder-workspace/.build/checkouts/swift-nio-ssl/Sources/CNIOBoringSSL/ssl/../crypto/internal.h:32:10: fatal error: 'pthread.h' file not found
   32 | #include <pthread.h>
      |          ^~~~~~~~~~~
[280/1138] Compiling tls13_server.cc
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/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:c3bd0c8eb125dea46564a1eb8b09ee779ba7ae350b1ee58b5e9d6ff6c39cef37
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:wasm-6.1-latest
[0/1] Planning build
Building for debugging...
[0/770] Write sources
[3/771] Compiling fiat_p256_adx_sqr.S
[4/771] Compiling fiat_p256_adx_mul.S
[5/771] Compiling fiat_curve25519_adx_mul.S
[6/771] Compiling md5-x86_64-linux.S
[7/771] Compiling fiat_curve25519_adx_square.S
[8/771] Write swift-version-24593BA9C3E375BF.txt
[9/771] Compiling CCryptoBoringSSLShims shims.c
[11/775] Compiling _NIODataStructures Heap.swift
[12/775] Emitting module _NIODataStructures
[13/775] Compiling _NIODataStructures _TinyArray.swift
[14/775] Compiling _NIODataStructures PriorityQueue.swift
In file included from /host/spi-builder-workspace/.build/checkouts/swift-nio-ssl/Sources/CNIOBoringSSL/ssl/tls_record.cc:19:
/host/spi-builder-workspace/.build/checkouts/swift-nio-ssl/Sources/CNIOBoringSSL/ssl/../crypto/internal.h:32:10: fatal error: 'pthread.h' file not found
   32 | #include <pthread.h>
      |          ^~~~~~~~~~~
1 error generated.
[14/776] Compiling tls_record.cc
In file included from /host/spi-builder-workspace/.build/checkouts/swift-nio-ssl/Sources/CNIOBoringSSL/ssl/tls_method.cc:17:
/host/spi-builder-workspace/.build/checkouts/swift-nio-ssl/Sources/CNIOBoringSSL/ssl/../crypto/internal.h:32:10: fatal error: 'pthread.h' file not found
   32 | #include <pthread.h>
      |          ^~~~~~~~~~~
1 error generated.
[14/776] Compiling tls_method.cc
In file included from /host/spi-builder-workspace/.build/checkouts/swift-nio-ssl/Sources/CNIOBoringSSL/ssl/t1_enc.cc:28:
/host/spi-builder-workspace/.build/checkouts/swift-nio-ssl/Sources/CNIOBoringSSL/ssl/../crypto/internal.h:32:10: fatal error: 'pthread.h' file not found
   32 | #include <pthread.h>
      |          ^~~~~~~~~~~
[14/776] Compiling t1_enc.cc
In file included from /host/spi-builder-workspace/.build/checkouts/swift-nio-ssl/Sources/CNIOBoringSSL/ssl/tls13_client.cc:30:
/host/spi-builder-workspace/.build/checkouts/swift-nio-ssl/Sources/CNIOBoringSSL/ssl/../crypto/internal.h:32:10: fatal error: 'pthread.h' file not found
   32 | #include <pthread.h>
      |          ^~~~~~~~~~~
[14/776] Compiling tls13_client.cc
In file included from /host/spi-builder-workspace/.build/checkouts/swift-nio-ssl/Sources/CNIOBoringSSL/ssl/tls13_both.cc:29:
/host/spi-builder-workspace/.build/checkouts/swift-nio-ssl/Sources/CNIOBoringSSL/ssl/../crypto/internal.h:32:10: fatal error: 'pthread.h' file not found
   32 | #include <pthread.h>
      |          ^~~~~~~~~~~
[14/776] Compiling tls13_both.cc
In file included from /host/spi-builder-workspace/.build/checkouts/swift-nio-ssl/Sources/CNIOBoringSSL/ssl/tls13_enc.cc:34:
/host/spi-builder-workspace/.build/checkouts/swift-nio-ssl/Sources/CNIOBoringSSL/ssl/../crypto/internal.h:32:10: fatal error: 'pthread.h' file not found
   32 | #include <pthread.h>
      |          ^~~~~~~~~~~
[14/776] Compiling tls13_enc.cc
In file included from /host/spi-builder-workspace/.build/checkouts/swift-nio-ssl/Sources/CNIOBoringSSL/ssl/tls13_server.cc:32:
/host/spi-builder-workspace/.build/checkouts/swift-nio-ssl/Sources/CNIOBoringSSL/ssl/../crypto/internal.h:32:10: fatal error: 'pthread.h' file not found
   32 | #include <pthread.h>
      |          ^~~~~~~~~~~
[14/776] Compiling tls13_server.cc
BUILD FAILURE 6.1 wasm