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 v0.1.0-beta4 (cb9c29), with Swift 6.1 for Wasm on 29 May 2025 15:22:52 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-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.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/funcmike/rabbitmq-nio.git
Reference: v0.1.0-beta4
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
 * tag               v0.1.0-beta4 -> FETCH_HEAD
HEAD is now at cb9c294 Merge pull request #48 from funcmike/prepare-beta-realease
Cloned https://github.com/funcmike/rabbitmq-nio.git
Revision (git rev-parse @):
cb9c294fda00f57db116abd297df21d078b5d027
SUCCESS checkout https://github.com/funcmike/rabbitmq-nio.git at v0.1.0-beta4
========================================
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-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:7e37457820e5f17452a98118754f345f2619722c485f2db0d8b666940a83afd2
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/apple/swift-nio.git
Fetching https://github.com/apple/swift-nio-ssl.git
[1/16591] Fetching swift-collections
[2656/92688] Fetching swift-collections, swift-nio
[3818/107531] Fetching swift-collections, swift-nio, swift-nio-ssl
Fetched https://github.com/apple/swift-collections.git from cache (2.28s)
[51538/90940] Fetching swift-nio, swift-nio-ssl
Fetched https://github.com/apple/swift-nio-ssl.git from cache (3.89s)
[50985/76097] Fetching swift-nio
Fetched https://github.com/apple/swift-nio.git from cache (8.05s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (10.46s)
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.91s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.83.0 (1.20s)
Fetching https://github.com/apple/swift-system.git
Fetching https://github.com/apple/swift-atomics.git
[1/4391] Fetching swift-system
[2241/6101] Fetching swift-system, swift-atomics
Fetched https://github.com/apple/swift-atomics.git from cache (0.69s)
Fetched https://github.com/apple/swift-system.git from cache (0.69s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (1.56s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.5.0 (1.01s)
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-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-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.83.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.31.0
Building for debugging...
[0/430] Write sources
[18/430] Compiling CNIOWindows WSAStartup.c
[19/430] Compiling CNIOLinux shim.c
[20/430] Compiling CNIOLinux liburing_shims.c
[20/430] Compiling CNIODarwin shim.c
[22/430] Compiling _AtomicsShims.c
[23/430] Compiling CNIOWASI CNIOWASI.c
[23/430] Compiling CNIOWindows shim.c
[25/430] Compiling fiat_p256_adx_sqr.S
[26/430] Compiling fiat_p256_adx_mul.S
[27/430] Compiling fiat_curve25519_adx_square.S
[28/430] Compiling fiat_curve25519_adx_mul.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_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.
[31/434] Compiling tls13_enc.cc
[31/434] Compiling tls13_client.cc
[31/434] Compiling tls_method.cc
[31/434] Compiling tls13_server.cc
[31/434] Compiling t1_enc.cc
[31/434] Compiling tls13_both.cc
[31/434] Compiling tls_record.cc
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-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: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/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.
[0/400] Compiling tls_record.cc
[0/400] Compiling tls13_server.cc
[0/400] Compiling tls_method.cc
[0/400] Compiling t1_enc.cc
[0/400] Compiling tls13_enc.cc
[0/400] Compiling tls13_both.cc
[0/400] Compiling tls13_client.cc
[0/400] Compiling ssl_x509.cc
BUILD FAILURE 6.1 wasm