The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Failed to build rabbitmq-nio, reference main (27e43c), with Swift 6.1 for Wasm on 24 Jul 2025 01:06:39 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" 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.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/funcmike/rabbitmq-nio.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/funcmike/rabbitmq-nio
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 27e43cd Merge pull request #51 from nathanfallet/fix/canel-ok-only-if-requested
Cloned https://github.com/funcmike/rabbitmq-nio.git
Revision (git rev-parse @):
27e43cd96ecf9ae8691edac7972b695b6c9d415c
SUCCESS checkout https://github.com/funcmike/rabbitmq-nio.git at main
========================================
Build
========================================
Selected platform:         wasm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/funcmike/rabbitmq-nio.git
https://github.com/funcmike/rabbitmq-nio.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "swift-nio",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.48.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-nio.git"
    },
    {
      "identity" : "swift-nio-ssl",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.23.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-nio-ssl.git"
    },
    {
      "identity" : "swift-collections",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-collections.git"
    }
  ],
  "manifest_display_name" : "rabbitmq-nio",
  "name" : "rabbitmq-nio",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "AMQPProtocol",
      "targets" : [
        "AMQPProtocol"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "AMQPClient",
      "targets" : [
        "AMQPClient"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "AMQPProtocol",
      "module_type" : "SwiftTarget",
      "name" : "AMQPProtocol",
      "path" : "Sources/AMQPProtocol",
      "product_dependencies" : [
        "NIOCore"
      ],
      "product_memberships" : [
        "AMQPProtocol",
        "AMQPClient"
      ],
      "sources" : [
        "Extensions/ByteBuffer+AMQP.swift",
        "Extensions/Date+AMQP.swift",
        "Extensions/UInt8+AMQP.swift",
        "Frame.swift",
        "Properties.swift",
        "Protocol.swift",
        "ProtocolError.swift",
        "Table.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "AMQPClientTests",
      "module_type" : "SwiftTarget",
      "name" : "AMQPClientTests",
      "path" : "Tests/AMQPClientTests",
      "sources" : [
        "AMQPChannelLargePayloadsTest.swift",
        "AMQPChannelTest.swift",
        "AMQPChannelsTest.swift",
        "AMQPConnectionConfigurationTest.swift",
        "AMQPConnectionTest.swift"
      ],
      "target_dependencies" : [
        "AMQPClient"
      ],
      "type" : "test"
    },
    {
      "c99name" : "AMQPClient",
      "module_type" : "SwiftTarget",
      "name" : "AMQPClient",
      "path" : "Sources/AMQPClient",
      "product_dependencies" : [
        "NIOCore",
        "NIOPosix",
        "NIOConcurrencyHelpers",
        "NIOSSL",
        "Collections"
      ],
      "product_memberships" : [
        "AMQPClient"
      ],
      "sources" : [
        "AMQPChannel.swift",
        "AMQPChannels.swift",
        "AMQPConnection.swift",
        "AMQPConnectionConfiguration.swift",
        "AMQPConnectionError.swift",
        "AMQPResponse.swift",
        "AsyncAwaitSupport/AMQPChannel+async.swift",
        "AsyncAwaitSupport/AMQPConnection+async.swift",
        "ChannelHandlers/AMQPChannelHandler.swift",
        "ChannelHandlers/AMQPConnectionHandler.swift",
        "ChannelHandlers/AMQPConnectionMultiplexHandler.swift",
        "ChannelHandlers/AMQPFrameDecoder.swift",
        "ChannelHandlers/AMQPFrameEncoder.swift"
      ],
      "target_dependencies" : [
        "AMQPProtocol"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.8"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" 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:8f9255989265d824b88e7d572b1a334a0dc9b701075ede1970390db95d315c35
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
Fetching https://github.com/apple/swift-nio.git
Fetching https://github.com/apple/swift-nio-ssl.git
[1/14978] Fetching swift-nio-ssl
[1649/91821] Fetching swift-nio-ssl, swift-nio
Fetched https://github.com/apple/swift-nio-ssl.git from cache (3.01s)
[51485/76843] Fetching swift-nio
Fetching https://github.com/apple/swift-collections.git
Fetched https://github.com/apple/swift-nio.git from cache (8.70s)
[1/16888] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (1.75s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.1 (11.45s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.33.0 (3.58s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.85.0 (1.25s)
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/apple/swift-system.git
[1/1808] Fetching swift-atomics
[598/6465] Fetching swift-atomics, swift-system
Fetched https://github.com/apple/swift-system.git from cache (0.83s)
Fetched https://github.com/apple/swift-atomics.git from cache (0.84s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (1.76s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.5.0 (1.02s)
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.85.0
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.2.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.5.0
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-ssl.git
Working copy of https://github.com/apple/swift-nio-ssl.git resolved at 2.33.0
Building for debugging...
[0/431] Write sources
[8/431] Compiling CNIOPosix event_loop_id.c
[9/431] Write sources
[10/431] Compiling CNIOWASI CNIOWASI.c
[10/431] Write sources
[18/431] Compiling CNIOWindows shim.c
[19/431] Compiling CNIODarwin shim.c
[19/431] Compiling CNIOWindows WSAStartup.c
[19/431] Compiling CNIOLinux shim.c
[22/431] Compiling CNIOLinux liburing_shims.c
[23/431] Compiling _AtomicsShims.c
[24/431] Compiling fiat_curve25519_adx_mul.S
[25/431] Compiling fiat_p256_adx_mul.S
[26/431] Compiling fiat_p256_adx_sqr.S
[27/431] Compiling fiat_curve25519_adx_square.S
[28/431] Write swift-version-24593BA9C3E375BF.txt
[29/431] Compiling CNIOBoringSSLShims shims.c
[31/435] Emitting module _NIODataStructures
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.
[31/435] Compiling tls_record.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>
      |          ^~~~~~~~~~~
1 error generated.
[31/435] Compiling t1_enc.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>
      |          ^~~~~~~~~~~
[31/435] Compiling tls13_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>
      |          ^~~~~~~~~~~
1 error generated.
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.
[31/435] Compiling tls_method.cc
[31/435] Compiling tls13_client.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>
      |          ^~~~~~~~~~~
[31/435] Compiling tls13_server.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>
      |          ^~~~~~~~~~~
1 error generated.
[31/435] Compiling tls13_both.cc
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" 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:8f9255989265d824b88e7d572b1a334a0dc9b701075ede1970390db95d315c35
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
[0/1] Planning build
Building for debugging...
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>
      |          ^~~~~~~~~~~
1 error generated.
[0/402] Compiling t1_enc.cc
[0/402] Compiling tls13_enc.cc
[0/402] Compiling tls13_both.cc
[0/402] Compiling tls_method.cc
[0/402] Compiling tls13_server.cc
[0/402] Compiling tls13_client.cc
In file included from /host/spi-builder-workspace/.build/checkouts/swift-nio-ssl/Sources/CNIOBoringSSL/ssl/ssl_x509.cc:23:
/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>
      |          ^~~~~~~~~~~
[0/402] Compiling ssl_x509.cc
[0/402] Compiling tls_record.cc
BUILD FAILURE 6.1 wasm