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 (b7df1f), with Swift 6.1 for Wasm on 29 May 2025 15:22:55 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/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.63.1
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 b7df1f7 Merge pull request #50 from xtremekforever/feature/connection-configuration-constructors
Cloned https://github.com/funcmike/rabbitmq-nio.git
Revision (git rev-parse @):
b7df1f750ee008f861792c10f8509388a82a314d
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-4606859-3":/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:7e37457820e5f17452a98118754f345f2619722c485f2db0d8b666940a83afd2
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-collections.git
Fetching https://github.com/apple/swift-nio-ssl.git
[1/16591] Fetching swift-collections
[1661/31434] Fetching swift-collections, swift-nio-ssl
[3844/107531] Fetching swift-collections, swift-nio-ssl, swift-nio
Fetched https://github.com/apple/swift-collections.git from cache (2.69s)
[62785/90940] Fetching swift-nio-ssl, swift-nio
Fetched https://github.com/apple/swift-nio-ssl.git from cache (3.99s)
[53268/76097] Fetching swift-nio
Fetched https://github.com/apple/swift-nio.git from cache (8.03s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (10.45s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.31.0 (2.92s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.83.0 (1.21s)
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/apple/swift-system.git
[1/4391] Fetching swift-system
[880/6101] Fetching swift-system, swift-atomics
Fetched https://github.com/apple/swift-atomics.git from cache (0.61s)
Fetched https://github.com/apple/swift-system.git from cache (0.61s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (1.42s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.5.0 (0.88s)
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.31.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.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.2.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.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.83.0
Building for debugging...
[0/430] Write sources
[18/430] Compiling CNIOWindows shim.c
[19/430] Compiling _AtomicsShims.c
[20/430] Compiling CNIOWASI CNIOWASI.c
[21/430] Compiling CNIOLinux shim.c
[22/430] Compiling CNIOWindows WSAStartup.c
[23/430] Compiling CNIODarwin shim.c
[24/430] Compiling CNIOLinux liburing_shims.c
[25/430] Compiling fiat_p256_adx_sqr.S
[26/430] Compiling fiat_p256_adx_mul.S
[27/430] Compiling fiat_curve25519_adx_mul.S
[28/430] Compiling fiat_curve25519_adx_square.S
[29/430] Write swift-version-24593BA9C3E375BF.txt
[30/430] Compiling CNIOBoringSSLShims shims.c
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/430] Compiling tls13_both.cc
[31/430] Compiling tls13_client.cc
[31/430] Compiling tls13_server.cc
[31/430] Compiling t1_enc.cc
[31/430] Compiling tls13_enc.cc
[31/430] Compiling tls_record.cc
[31/430] Compiling tls_method.cc
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/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:7e37457820e5f17452a98118754f345f2619722c485f2db0d8b666940a83afd2
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/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>
      |          ^~~~~~~~~~~
1 error generated.
[0/400] Compiling ssl_x509.cc
[0/400] 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>
      |          ^~~~~~~~~~~
[0/400] Compiling tls13_enc.cc
[0/400] 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>
      |          ^~~~~~~~~~~
[0/400] Compiling tls13_both.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>
      |          ^~~~~~~~~~~
[0/400] 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>
      |          ^~~~~~~~~~~
[0/400] Compiling tls_record.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>
      |          ^~~~~~~~~~~
[0/400] Compiling tls13_server.cc
BUILD FAILURE 6.1 wasm