The Swift Package Index logo.Swift Package Index

Build Information

Failed to build QueuesValkeyDriver, reference main (d27219), with Swift 6.1 for Wasm on 5 Mar 2026 19:49:26 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/vapor-community/queues-valkey-driver.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/vapor-community/queues-valkey-driver
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at d272199 Merge pull request #3 from vapor-community/build/valkey-swift-v1
Cloned https://github.com/vapor-community/queues-valkey-driver.git
Revision (git rev-parse @):
d272199de0bbbab94936557323407e76ac598804
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/vapor-community/queues-valkey-driver.git at main
========================================
Build
========================================
Selected platform:         wasm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/vapor-community/queues-valkey-driver.git
https://github.com/vapor-community/queues-valkey-driver.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "valkey-swift",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/valkey-io/valkey-swift.git"
    },
    {
      "identity" : "queues",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.12.1",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/vapor/queues.git"
    },
    {
      "identity" : "vapor",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "4.100.0",
            "upper_bound" : "5.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/vapor/vapor.git"
    },
    {
      "identity" : "valkey",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/vapor-community/valkey.git"
    }
  ],
  "manifest_display_name" : "QueuesValkeyDriver",
  "name" : "QueuesValkeyDriver",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "15.0"
    },
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    }
  ],
  "products" : [
    {
      "name" : "QueuesValkeyDriver",
      "targets" : [
        "QueuesValkeyDriver"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "QueuesValkeyDriverTests",
      "module_type" : "SwiftTarget",
      "name" : "QueuesValkeyDriverTests",
      "path" : "Tests/QueuesValkeyDriverTests",
      "product_dependencies" : [
        "VaporTesting"
      ],
      "sources" : [
        "QueuesValkeyDriverTests.swift",
        "Utils.swift"
      ],
      "target_dependencies" : [
        "QueuesValkeyDriver"
      ],
      "type" : "test"
    },
    {
      "c99name" : "QueuesValkeyDriver",
      "module_type" : "SwiftTarget",
      "name" : "QueuesValkeyDriver",
      "path" : "Sources/QueuesValkeyDriver",
      "product_dependencies" : [
        "Queues",
        "Valkey",
        "Vapor",
        "VaporValkey"
      ],
      "product_memberships" : [
        "QueuesValkeyDriver"
      ],
      "sources" : [
        "Provider+valkey.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.1"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/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 finestructure/spi-images
Digest: sha256:58b971189c4d3c564696bb40c86e07506670ed096ab7351a005c7c449525017a
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
Fetching https://github.com/vapor-community/valkey.git
Fetching https://github.com/vapor/queues.git
Fetching https://github.com/valkey-io/valkey-swift.git
Fetching https://github.com/vapor/vapor.git
[1/124] Fetching valkey
[103/3515] Fetching valkey, queues
[2647/19184] Fetching valkey, queues, valkey-swift
Fetched https://github.com/vapor-community/valkey.git from cache (0.46s)
[2918/19060] Fetching queues, valkey-swift
[4019/95861] Fetching queues, valkey-swift, vapor
Fetched https://github.com/vapor/queues.git from cache (4.62s)
Fetched https://github.com/valkey-io/valkey-swift.git from cache (4.63s)
Fetched https://github.com/vapor/vapor.git from cache (4.69s)
Computing version for https://github.com/valkey-io/valkey-swift.git
Computed https://github.com/valkey-io/valkey-swift.git at 1.0.0 (5.76s)
Fetching https://github.com/apple/swift-nio-ssl.git
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/apple/swift-nio-transport-services.git
Fetching https://github.com/apple/swift-nio.git
Fetching https://github.com/swift-server/swift-service-lifecycle.git
Fetching https://github.com/apple/swift-distributed-tracing.git
[1/5665] Fetching swift-distributed-tracing
[171/8486] Fetching swift-distributed-tracing, swift-nio-transport-services
[568/11136] Fetching swift-distributed-tracing, swift-nio-transport-services, swift-service-lifecycle
[5316/17290] Fetching swift-distributed-tracing, swift-nio-transport-services, swift-service-lifecycle, swift-log
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (0.72s)
[12808/14469] Fetching swift-distributed-tracing, swift-service-lifecycle, swift-log
Fetching https://github.com/apple/swift-collections.git
[14040/29829] Fetching swift-distributed-tracing, swift-service-lifecycle, swift-log, swift-nio-ssl
Fetched https://github.com/apple/swift-distributed-tracing.git from cache (0.87s)
Fetching https://github.com/apple/swift-atomics.git
[10340/24164] Fetching swift-service-lifecycle, swift-log, swift-nio-ssl
[10341/106843] Fetching swift-service-lifecycle, swift-log, swift-nio-ssl, swift-nio
Fetched https://github.com/apple/swift-log.git from cache (1.15s)
[6149/121093] Fetching swift-service-lifecycle, swift-nio-ssl, swift-nio, swift-collections
[10254/122913] Fetching swift-service-lifecycle, swift-nio-ssl, swift-nio, swift-collections, swift-atomics
Fetched https://github.com/apple/swift-atomics.git from cache (0.95s)
[20132/121093] Fetching swift-service-lifecycle, swift-nio-ssl, swift-nio, swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (3.33s)
[54389/100689] Fetching swift-service-lifecycle, swift-nio-ssl, swift-nio
Fetched https://github.com/apple/swift-nio-ssl.git from cache (4.85s)
[48124/85329] Fetching swift-service-lifecycle, swift-nio
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (11.57s)
Fetched https://github.com/apple/swift-nio.git from cache (11.74s)
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 (12.74s)
Computing version for https://github.com/apple/swift-distributed-tracing.git
Computed https://github.com/apple/swift-distributed-tracing.git at 1.4.0 (1.00s)
Fetching https://github.com/apple/swift-service-context.git
[1/1203] Fetching swift-service-context
Fetched https://github.com/apple/swift-service-context.git from cache (0.41s)
Computing version for https://github.com/vapor-community/valkey.git
Computed https://github.com/vapor-community/valkey.git at 1.2.0 (1.50s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.95.0 (1.68s)
Fetching https://github.com/apple/swift-system.git
[1/5601] Fetching swift-system
Fetched https://github.com/apple/swift-system.git from cache (0.73s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (1.73s)
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.80s)
Computing version for https://github.com/swift-server/swift-service-lifecycle.git
Computed https://github.com/swift-server/swift-service-lifecycle.git at 2.10.1 (0.78s)
Fetching https://github.com/apple/swift-async-algorithms.git
[1/6227] Fetching swift-async-algorithms
Fetched https://github.com/apple/swift-async-algorithms.git from cache (0.52s)
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.41s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.3.0 (1.00s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.10.1 (0.68s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.6.4 (0.96s)
Computing version for https://github.com/vapor/queues.git
Computed https://github.com/vapor/queues.git at 1.17.3 (0.97s)
Fetching https://github.com/apple/swift-metrics.git
[1/2872] Fetching swift-metrics
Fetched https://github.com/apple/swift-metrics.git from cache (0.53s)
Computing version for https://github.com/apple/swift-metrics.git
Computed https://github.com/apple/swift-metrics.git at 2.8.0 (1.73s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.36.0 (1.18s)
Computing version for https://github.com/vapor/vapor.git
Computed https://github.com/vapor/vapor.git at 4.121.3 (1.15s)
Fetching https://github.com/apple/swift-asn1.git
Fetching https://github.com/vapor/multipart-kit.git
Fetching https://github.com/vapor/websocket-kit.git
Fetching https://github.com/apple/swift-nio-extras.git
Fetching https://github.com/apple/swift-certificates.git
Fetching https://github.com/apple/swift-algorithms.git
[1/1766] Fetching swift-asn1
[726/4418] Fetching swift-asn1, websocket-kit
[1194/11540] Fetching swift-asn1, websocket-kit, swift-certificates
[2477/15156] Fetching swift-asn1, websocket-kit, swift-certificates, multipart-kit
[5483/21214] Fetching swift-asn1, websocket-kit, swift-certificates, multipart-kit, swift-algorithms
[8745/27705] Fetching swift-asn1, websocket-kit, swift-certificates, multipart-kit, swift-algorithms, swift-nio-extras
Fetched https://github.com/apple/swift-asn1.git from cache (0.85s)
[14316/25939] Fetching websocket-kit, swift-certificates, multipart-kit, swift-algorithms, swift-nio-extras
Fetching https://github.com/apple/swift-nio-http2.git
Fetched https://github.com/apple/swift-certificates.git from cache (1.30s)
Fetching https://github.com/vapor/routing-kit.git
Fetched https://github.com/apple/swift-algorithms.git from cache (1.34s)
Fetching https://github.com/apple/swift-crypto.git
[10792/12759] Fetching websocket-kit, multipart-kit, swift-nio-extras
[10793/24759] Fetching websocket-kit, multipart-kit, swift-nio-extras, swift-nio-http2
Fetched https://github.com/vapor/websocket-kit.git from cache (1.57s)
[8740/22107] Fetching multipart-kit, swift-nio-extras, swift-nio-http2
Fetching https://github.com/vapor/console-kit.git
Fetched https://github.com/apple/swift-nio-extras.git from cache (1.60s)
Fetching https://github.com/vapor/async-kit.git
[2729/15616] Fetching multipart-kit, swift-nio-http2
[3690/36972] Fetching multipart-kit, swift-nio-http2, routing-kit
[6306/39426] Fetching multipart-kit, swift-nio-http2, routing-kit, async-kit
[9649/56671] Fetching multipart-kit, swift-nio-http2, routing-kit, async-kit, swift-crypto
[10642/63223] Fetching multipart-kit, swift-nio-http2, routing-kit, async-kit, swift-crypto, console-kit
Fetched https://github.com/vapor/async-kit.git from cache (0.52s)
[12200/60769] Fetching multipart-kit, swift-nio-http2, routing-kit, swift-crypto, console-kit
Fetching https://github.com/swift-server/async-http-client.git
Fetched https://github.com/vapor/console-kit.git from cache (0.99s)
[23381/54217] Fetching multipart-kit, swift-nio-http2, routing-kit, swift-crypto
[23502/69701] Fetching multipart-kit, swift-nio-http2, routing-kit, swift-crypto, async-http-client
Fetched https://github.com/apple/swift-nio-http2.git from cache (4.48s)
[45113/57701] Fetching multipart-kit, routing-kit, swift-crypto, async-http-client
Fetched https://github.com/swift-server/async-http-client.git from cache (3.31s)
Fetched https://github.com/vapor/routing-kit.git from cache (4.13s)
[8962/20861] Fetching multipart-kit, swift-crypto
Fetched https://github.com/vapor/multipart-kit.git from cache (5.51s)
[5864/17245] Fetching swift-crypto
Fetched https://github.com/apple/swift-crypto.git from cache (5.82s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (10.81s)
Fetching https://github.com/apple/swift-numerics.git
[1/6416] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (1.47s)
Computing version for https://github.com/vapor/routing-kit.git
Computed https://github.com/vapor/routing-kit.git at 4.9.3 (2.73s)
Computing version for https://github.com/vapor/websocket-kit.git
Computed https://github.com/vapor/websocket-kit.git at 2.16.1 (1.09s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.1.1 (0.96s)
Computing version for https://github.com/apple/swift-certificates.git
Computed https://github.com/apple/swift-certificates.git at 1.18.0 (6.15s)
Computing version for https://github.com/vapor/console-kit.git
Computed https://github.com/vapor/console-kit.git at 4.15.2 (1.09s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.5.1 (2.66s)
Computing version for https://github.com/vapor/async-kit.git
Computed https://github.com/vapor/async-kit.git at 1.21.0 (1.16s)
Computing version for https://github.com/vapor/multipart-kit.git
Computed https://github.com/vapor/multipart-kit.git at 4.7.1 (1.31s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 4.2.0 (3.57s)
Computing version for https://github.com/apple/swift-nio-extras.git
Computed https://github.com/apple/swift-nio-extras.git at 1.32.1 (1.52s)
Fetching https://github.com/apple/swift-http-structured-headers.git
Fetching https://github.com/apple/swift-http-types.git
[1/1216] Fetching swift-http-structured-headers
[731/2167] Fetching swift-http-structured-headers, swift-http-types
Fetched https://github.com/apple/swift-http-types.git from cache (0.42s)
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (0.43s)
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.40s)
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.85s)
Computing version for https://github.com/apple/swift-nio-http2.git
Computed https://github.com/apple/swift-nio-http2.git at 1.40.0 (1.01s)
Computing version for https://github.com/swift-server/async-http-client.git
Computed https://github.com/swift-server/async-http-client.git at 1.32.0 (1.09s)
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/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/vapor/websocket-kit.git
Working copy of https://github.com/vapor/websocket-kit.git resolved at 2.16.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.0
Creating working copy for https://github.com/apple/swift-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.6.4
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.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.21.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.10.1
Creating working copy for https://github.com/vapor/queues.git
Working copy of https://github.com/vapor/queues.git resolved at 1.17.3
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.95.0
Creating working copy for https://github.com/valkey-io/valkey-swift.git
Working copy of https://github.com/valkey-io/valkey-swift.git resolved at 1.0.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/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/apple/swift-nio-http2.git
Working copy of https://github.com/apple/swift-nio-http2.git resolved at 1.40.0
Creating working copy for https://github.com/vapor/console-kit.git
Working copy of https://github.com/vapor/console-kit.git resolved at 4.15.2
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-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-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-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.10.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.2.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
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.0
Creating working copy for https://github.com/vapor-community/valkey.git
Working copy of https://github.com/vapor-community/valkey.git resolved at 1.2.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.32.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.5.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/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-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-nio-extras.git
Working copy of https://github.com/apple/swift-nio-extras.git resolved at 1.32.1
Building for debugging...
[0/859] Write sources
[39/859] Compiling CNIOWindows WSAStartup.c
[39/859] Write sources
[39/859] Compiling _CWASI _CWASI.c
[39/859] Write sources
[44/859] Compiling CNIOWASI CNIOWASI.c
[44/859] Write sources
[61/859] Compiling CNIOWindows shim.c
[62/859] Compiling _NumericsShims _NumericsShims.c
[63/859] Compiling CVaporBcrypt bcrypt.c
[64/859] Compiling CNIOPosix event_loop_id.c
[65/859] Compiling _AtomicsShims.c
[66/859] Compiling CXKCPShims shims.c
[67/859] Compiling SimpleFIPS202.c
[68/859] Compiling CSystem shims.c
[69/859] Compiling KeccakSponge.c
[70/859] Compiling CNIOOpenBSD shim.c
[71/859] Compiling CVaporBcrypt blf.c
[72/859] Compiling KeccakHash.c
[73/859] Compiling CNIOLinux liburing_shims.c
[74/859] Compiling CNIOLinux shim.c
[75/859] Compiling CNIOExtrasZlib empty.c
[76/859] Compiling CNIODarwin shim.c
[76/859] Compiling CNIOSHA1 c_nio_sha1.c
[78/859] Compiling CNIOLLHTTP c_nio_http.c
[79/859] Compiling fiat_p256_adx_sqr.S
[80/859] Compiling CNIOLLHTTP c_nio_api.c
[81/859] Compiling fiat_p256_adx_mul.S
[82/859] Compiling fiat_curve25519_adx_mul.S
[83/859] Compiling fiat_curve25519_adx_square.S
[84/859] Write swift-version-24593BA9C3E375BF.txt
[85/863] Compiling CNIOBoringSSLShims shims.c
[87/865] Emitting module _NIOBase64
<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
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>
      |          ^~~~~~~~~~~
1 error generated.
[87/865] Compiling tls13_server.cc
<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
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>
      |          ^~~~~~~~~~~
[87/865] Compiling tls_method.cc
[87/865] Compiling KeccakP-1600-opt64.c
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>
      |          ^~~~~~~~~~~
[87/865] Compiling tls_record.cc
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[87/865] Compiling CNIOLLHTTP c_nio_llhttp.c
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>
      |          ^~~~~~~~~~~
[87/865] Compiling tls13_enc.cc
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:58b971189c4d3c564696bb40c86e07506670ed096ab7351a005c7c449525017a
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
[0/1] Planning build
Building for debugging...
[0/773] Write sources
[1/774] Compiling fiat_p256_adx_sqr.S
[2/774] Compiling fiat_p256_adx_mul.S
[3/774] Compiling fiat_curve25519_adx_square.S
[4/774] Compiling fiat_curve25519_adx_mul.S
[5/774] Compiling md5-x86_64-linux.S
[6/774] Compiling md5-x86_64-apple.S
[7/774] Compiling CCryptoBoringSSLShims shims.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.
[8/774] Compiling tls_method.cc
[8/774] Compiling tls13_client.cc
[8/774] Compiling KeccakP-1600-opt64.c
[8/774] Write swift-version-24593BA9C3E375BF.txt
[8/774] Compiling CNIOLLHTTP c_nio_llhttp.c
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>
      |          ^~~~~~~~~~~
[8/774] Compiling tls_record.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>
      |          ^~~~~~~~~~~
[8/774] 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>
      |          ^~~~~~~~~~~
[8/774] Compiling tls13_server.cc
BUILD FAILURE 6.1 wasm