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 PostgresConnectionPool, reference 0.8.4 (8821d3), with Swift 6.1 for Wasm on 29 May 2025 23:37:34 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.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Outdooractive/PostgresConnectionPool.git
Reference: 0.8.4
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/Outdooractive/PostgresConnectionPool
 * tag               0.8.4      -> FETCH_HEAD
HEAD is now at 8821d34 Make some pool variables public
Cloned https://github.com/Outdooractive/PostgresConnectionPool.git
Revision (git rev-parse @):
8821d349fa9b5164bbe2214b893c571ab1c3b2d8
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/Outdooractive/PostgresConnectionPool.git at 0.8.4
========================================
Build
========================================
Selected platform:         wasm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/Outdooractive/PostgresConnectionPool.git
https://github.com/Outdooractive/PostgresConnectionPool.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "swift-atomics",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.2.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-atomics.git"
    },
    {
      "identity" : "swift-collections",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.1.1",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-collections"
    },
    {
      "identity" : "postgres-nio",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.21.4",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/vapor/postgres-nio.git"
    },
    {
      "identity" : "postgres-kit",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.13.5",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/vapor/postgres-kit"
    }
  ],
  "manifest_display_name" : "PostgresConnectionPool",
  "name" : "PostgresConnectionPool",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "PostgresConnectionPool",
      "targets" : [
        "PostgresConnectionPool"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "PostgresConnectionPoolTests",
      "module_type" : "SwiftTarget",
      "name" : "PostgresConnectionPoolTests",
      "path" : "Tests/PostgresConnectionPoolTests",
      "sources" : [
        "ConnectionErrorTests.swift",
        "ConnectionTests.swift",
        "PostgresHelpers.swift"
      ],
      "target_dependencies" : [
        "PostgresConnectionPool"
      ],
      "type" : "test"
    },
    {
      "c99name" : "PostgresConnectionPool",
      "module_type" : "SwiftTarget",
      "name" : "PostgresConnectionPool",
      "path" : "Sources/PostgresConnectionPool",
      "product_dependencies" : [
        "Atomics",
        "Collections",
        "PostgresNIO",
        "PostgresKit"
      ],
      "product_memberships" : [
        "PostgresConnectionPool"
      ],
      "sources" : [
        "Extensions/DoubleExtensions.swift",
        "Extensions/EmptyTestable.swift",
        "Extensions/FloatingPointExtensions.swift",
        "Extensions/IntExtensions.swift",
        "Extensions/PSQLError+Description.swift",
        "Extensions/StringExtensions.swift",
        "Extensions/TaskExtensions.swift",
        "PoolConfiguration.swift",
        "PoolConnection.swift",
        "PoolConnectionState.swift",
        "PoolContinuation.swift",
        "PoolError.swift",
        "PoolInfo.swift",
        "PostgresConnectionPool.swift",
        "PostgresConnectionWrapper.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.10"
}
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:7e37457820e5f17452a98118754f345f2619722c485f2db0d8b666940a83afd2
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
Fetching https://github.com/vapor/postgres-kit
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/apple/swift-collections
Fetching https://github.com/vapor/postgres-nio.git
[1/5355] Fetching postgres-kit
[5356/7065] Fetching postgres-kit, swift-atomics
[6947/23656] Fetching postgres-kit, swift-atomics, swift-collections
[8228/35927] Fetching postgres-kit, swift-atomics, swift-collections, postgres-nio
Fetched https://github.com/apple/swift-atomics.git from cache (0.44s)
[13164/34217] Fetching postgres-kit, swift-collections, postgres-nio
Fetched https://github.com/vapor/postgres-kit from cache (0.66s)
Fetched https://github.com/vapor/postgres-nio.git from cache (0.67s)
[7632/16591] Fetching swift-collections
Fetched https://github.com/apple/swift-collections from cache (1.16s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (1.72s)
Computing version for https://github.com/vapor/postgres-kit
Computed https://github.com/vapor/postgres-kit at 2.14.0 (0.99s)
Fetching https://github.com/vapor/sql-kit.git
Fetching https://github.com/vapor/async-kit.git
[1/2370] Fetching async-kit
[2371/8353] Fetching async-kit, sql-kit
Fetched https://github.com/vapor/sql-kit.git from cache (1.65s)
Fetched https://github.com/vapor/async-kit.git from cache (1.64s)
Computing version for https://github.com/vapor/async-kit.git
Computed https://github.com/vapor/async-kit.git at 1.20.0 (3.86s)
Fetching https://github.com/apple/swift-nio.git
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/apple/swift-algorithms.git
[1/3836] Fetching swift-log
[3339/9795] Fetching swift-log, swift-algorithms
[9796/85903] Fetching swift-log, swift-algorithms, swift-nio
Fetched https://github.com/apple/swift-log.git from cache (4.21s)
Fetched https://github.com/apple/swift-algorithms.git from cache (4.21s)
Fetched https://github.com/apple/swift-nio.git from cache (4.29s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (4.89s)
Fetching https://github.com/apple/swift-numerics.git
[1/5706] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.42s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (1.09s)
Computing version for https://github.com/apple/swift-collections
Computed https://github.com/apple/swift-collections at 1.2.0 (0.96s)
Computing version for https://github.com/vapor/sql-kit.git
Computed https://github.com/vapor/sql-kit.git at 3.33.0 (0.73s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (0.69s)
Computing version for https://github.com/vapor/postgres-nio.git
Computed https://github.com/vapor/postgres-nio.git at 1.26.1 (3.42s)
Fetching https://github.com/apple/swift-crypto.git
Fetching https://github.com/swift-server/swift-service-lifecycle.git
Fetching https://github.com/apple/swift-metrics.git
Fetching https://github.com/apple/swift-nio-ssl.git
Fetching https://github.com/apple/swift-nio-transport-services.git
[1/2206] Fetching swift-metrics
[332/4632] Fetching swift-metrics, swift-service-lifecycle
[497/7299] Fetching swift-metrics, swift-service-lifecycle, swift-nio-transport-services
[7300/21235] Fetching swift-metrics, swift-service-lifecycle, swift-nio-transport-services, swift-crypto
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (0.53s)
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (0.54s)
[4576/16142] Fetching swift-metrics, swift-crypto
[4577/30985] Fetching swift-metrics, swift-crypto, swift-nio-ssl
Fetched https://github.com/apple/swift-metrics.git from cache (2.22s)
Fetched https://github.com/apple/swift-nio-ssl.git from cache (2.25s)
Fetched https://github.com/apple/swift-crypto.git from cache (2.25s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.83.0 (3.25s)
Fetching https://github.com/apple/swift-system.git
[1/4391] Fetching swift-system
Fetched https://github.com/apple/swift-system.git from cache (0.72s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.5.0 (1.18s)
Computing version for https://github.com/swift-server/swift-service-lifecycle.git
Computed https://github.com/swift-server/swift-service-lifecycle.git at 2.8.0 (0.70s)
Fetching https://github.com/apple/swift-async-algorithms.git
[1/4985] Fetching swift-async-algorithms
Fetched https://github.com/apple/swift-async-algorithms.git from cache (0.82s)
Computing version for https://github.com/apple/swift-async-algorithms.git
Computed https://github.com/apple/swift-async-algorithms.git at 1.0.4 (1.77s)
Computing version for https://github.com/apple/swift-nio-transport-services.git
Computed https://github.com/apple/swift-nio-transport-services.git at 1.24.0 (0.67s)
Computing version for https://github.com/apple/swift-metrics.git
Computed https://github.com/apple/swift-metrics.git at 2.7.0 (0.78s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.12.3 (1.63s)
Fetching https://github.com/apple/swift-asn1.git
[1/1590] Fetching swift-asn1
Fetched https://github.com/apple/swift-asn1.git from cache (0.33s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.3.2 (0.84s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.31.0 (1.47s)
Creating working copy for https://github.com/vapor/async-kit.git
Working copy of https://github.com/vapor/async-kit.git resolved at 1.20.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/apple/swift-asn1.git
Working copy of https://github.com/apple/swift-asn1.git resolved at 1.3.2
Creating working copy for https://github.com/apple/swift-metrics.git
Working copy of https://github.com/apple/swift-metrics.git resolved at 2.7.0
Creating working copy for https://github.com/vapor/sql-kit.git
Working copy of https://github.com/vapor/sql-kit.git resolved at 3.33.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-numerics.git
Working copy of https://github.com/apple/swift-numerics.git resolved at 1.0.3
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.8.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-transport-services.git
Working copy of https://github.com/apple/swift-nio-transport-services.git resolved at 1.24.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
Creating working copy for https://github.com/apple/swift-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 3.12.3
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.3
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.0.4
Creating working copy for https://github.com/vapor/postgres-kit
Working copy of https://github.com/vapor/postgres-kit resolved at 2.14.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/vapor/postgres-nio.git
Working copy of https://github.com/vapor/postgres-nio.git resolved at 1.26.1
Creating working copy for https://github.com/apple/swift-collections
Working copy of https://github.com/apple/swift-collections resolved at 1.2.0
Building for debugging...
[0/810] Write sources
[34/810] Compiling _AtomicsShims.c
[35/810] Compiling CNIOWindows shim.c
[35/810] Compiling CNIOWASI CNIOWASI.c
[37/810] Compiling CNIOLinux shim.c
[38/810] Compiling CNIODarwin shim.c
[39/810] Compiling CNIOLinux liburing_shims.c
[40/810] Compiling CNIOWindows WSAStartup.c
[41/810] Compiling fiat_p256_adx_sqr.S
[42/810] Compiling fiat_p256_adx_mul.S
[43/810] Compiling fiat_curve25519_adx_square.S
[44/810] Compiling fiat_curve25519_adx_mul.S
[45/810] Write swift-version-24593BA9C3E375BF.txt
[46/810] Compiling _NumericsShims _NumericsShims.c
[47/814] Compiling CNIOBoringSSLShims shims.c
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.
[48/816] Compiling tls13_server.cc
[48/816] Compiling tls_record.cc
[48/816] Compiling tls13_client.cc
[48/816] Compiling tls13_both.cc
[48/816] Compiling tls_method.cc
[48/816] Compiling tls13_enc.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: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...
[0/762] Write sources
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.
[1/763] Compiling tls13_both.cc
[1/763] Compiling c-atomics.c
[1/763] Compiling tls13_server.cc
[1/763] Compiling tls13_enc.cc
[1/763] Compiling c-nioatomics.c
[1/763] Compiling tls13_client.cc
[1/763] Compiling tls_method.cc
[1/763] Compiling tls_record.cc
BUILD FAILURE 6.1 wasm