The Swift Package Index logo.Swift Package Index

Build Information

Failed to build neo4j-driver-swift, reference 0.0.7 (8ec092), with Swift 6.1 for Wasm on 29 May 2025 22:55:29 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/GiacomoLeopizzi/neo4j-driver-swift.git
Reference: 0.0.7
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/GiacomoLeopizzi/neo4j-driver-swift
 * tag               0.0.7      -> FETCH_HEAD
HEAD is now at 8ec092c NIOFoundationCompat fix
Cloned https://github.com/GiacomoLeopizzi/neo4j-driver-swift.git
Revision (git rev-parse @):
8ec092c9c079324439b960ba0fe0f7c4ce46531c
SUCCESS checkout https://github.com/GiacomoLeopizzi/neo4j-driver-swift.git at 0.0.7
========================================
Build
========================================
Selected platform:         wasm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/GiacomoLeopizzi/neo4j-driver-swift.git
https://github.com/GiacomoLeopizzi/neo4j-driver-swift.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "swift-nio",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.0.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-nio.git"
    },
    {
      "identity" : "swift-log",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-log.git"
    },
    {
      "identity" : "swift-nio-ssl",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.27.1",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-nio-ssl.git"
    },
    {
      "identity" : "swift-nio-extras",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.2.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-nio-extras.git"
    },
    {
      "identity" : "swift-collections",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.1.3",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-collections.git"
    },
    {
      "identity" : "swift-service-lifecycle",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.0.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swift-server/swift-service-lifecycle.git"
    }
  ],
  "manifest_display_name" : "neo4j-driver-swift",
  "name" : "neo4j-driver-swift",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "14.0"
    },
    {
      "name" : "ios",
      "version" : "17.0"
    }
  ],
  "products" : [
    {
      "name" : "Example",
      "targets" : [
        "Example"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "Neo4J",
      "targets" : [
        "Neo4J"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "Bolt",
      "targets" : [
        "Bolt"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "PackStream",
      "targets" : [
        "PackStream"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "6"
  ],
  "targets" : [
    {
      "c99name" : "PackStreamTests",
      "module_type" : "SwiftTarget",
      "name" : "PackStreamTests",
      "path" : "Tests/PackStreamTests",
      "sources" : [
        "PackStreamDecoderTests.swift",
        "PackStreamEncoderTests.swift",
        "PackStreamValueTests.swift",
        "TestStructure.swift"
      ],
      "target_dependencies" : [
        "PackStream"
      ],
      "type" : "test"
    },
    {
      "c99name" : "PackStream",
      "module_type" : "SwiftTarget",
      "name" : "PackStream",
      "path" : "Sources/PackStream",
      "product_dependencies" : [
        "NIOCore"
      ],
      "product_memberships" : [
        "Example",
        "Neo4J",
        "Bolt",
        "PackStream"
      ],
      "sources" : [
        "Byte.swift",
        "Codable/Decoder/DKeyedContainer.swift",
        "Codable/Decoder/DSingleValueContainer.swift",
        "Codable/Decoder/DUnkeyedContainer.swift",
        "Codable/Decoder/PackStreamDecoder.swift",
        "Codable/Decoder/_PackStreamDecoder.swift",
        "Codable/Encoder/E_KeyedContainer.swift",
        "Codable/Encoder/E_SingleValueContainer.swift",
        "Codable/Encoder/E_UnkeyedContainer.swift",
        "Codable/Encoder/PackStreamEncoder.swift",
        "Codable/Encoder/PackStreamFuture.swift",
        "Codable/Encoder/_PackStreamEncoder.swift",
        "Codable/PackStreamKey.swift",
        "Codable/StructureCodable.swift",
        "Codable/StructureDecodable.swift",
        "Codable/StructureEncodable.swift",
        "Errors/ErrorLocation.swift",
        "Errors/PackStreamError.swift",
        "Extensions/ByteBuffer-Extension.swift",
        "Extensions/ByteBuffer-Read.swift",
        "Extensions/ByteBuffer-Write.swift",
        "Extensions/Optional-Extension.swift",
        "Markers.swift",
        "PackStreamStructure.swift",
        "PackStreamValue.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "Neo4JTests",
      "module_type" : "SwiftTarget",
      "name" : "Neo4JTests",
      "path" : "Tests/Neo4JTests",
      "sources" : [
        "Temp.swift"
      ],
      "target_dependencies" : [
        "Neo4J"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Neo4J",
      "module_type" : "SwiftTarget",
      "name" : "Neo4J",
      "path" : "Sources/Neo4J",
      "product_dependencies" : [
        "Logging"
      ],
      "product_memberships" : [
        "Example",
        "Neo4J"
      ],
      "sources" : [
        "ConnectionPool+Neo4J.swift",
        "Exports.swift",
        "Helper.swift",
        "Neo4JConfiguration.swift",
        "Neo4JConnection.swift",
        "Neo4JError.swift",
        "Node.swift",
        "NodeProperties.swift",
        "Relationship.swift",
        "RelationshipProperties.swift",
        "TransactionConnection.swift"
      ],
      "target_dependencies" : [
        "Bolt",
        "ConnectionPool"
      ],
      "type" : "library"
    },
    {
      "c99name" : "Example",
      "module_type" : "SwiftTarget",
      "name" : "Example",
      "path" : "Sources/Example",
      "product_memberships" : [
        "Example"
      ],
      "sources" : [
        "Example.swift",
        "Movie.swift"
      ],
      "target_dependencies" : [
        "Bolt",
        "Neo4J"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "ConnectionPool",
      "module_type" : "SwiftTarget",
      "name" : "ConnectionPool",
      "path" : "Sources/ConnectionPool",
      "product_dependencies" : [
        "NIO",
        "Logging",
        "Collections"
      ],
      "product_memberships" : [
        "Example",
        "Neo4J",
        "Bolt"
      ],
      "sources" : [
        "ConnectionList.swift",
        "ConnectionPoolError.swift",
        "EventLoopConnectionPool.swift",
        "EventLoopGroupConnectionPool.swift",
        "Extensions/EventLoop-Extension.swift",
        "PoolConfiguration.swift",
        "Protocols/PoolableConnection.swift",
        "Protocols/PoolableConnectionFactory.swift",
        "WaitingList.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "BoltTests",
      "module_type" : "SwiftTarget",
      "name" : "BoltTests",
      "path" : "Tests/BoltTests",
      "sources" : [
        "Temp.swift"
      ],
      "target_dependencies" : [
        "Bolt"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Bolt",
      "module_type" : "SwiftTarget",
      "name" : "Bolt",
      "path" : "Sources/Bolt",
      "product_dependencies" : [
        "NIO",
        "Logging",
        "NIOSSL",
        "NIOExtras",
        "ServiceLifecycle"
      ],
      "product_memberships" : [
        "Example",
        "Neo4J",
        "Bolt"
      ],
      "sources" : [
        "Bolt.swift",
        "BoltConfiguration.swift",
        "BoltConnection.swift",
        "BoltError.swift",
        "ConnectionPool+Bolt.swift",
        "Data Types/Date.swift",
        "Data Types/DateTime.swift",
        "Data Types/DateTimeZoneId.swift",
        "Data Types/Duration.swift",
        "Data Types/LocalDateTime.swift",
        "Data Types/LocalTime.swift",
        "Data Types/Node.swift",
        "Data Types/Path.swift",
        "Data Types/Point2D.swift",
        "Data Types/Point3D.swift",
        "Data Types/Relationship.swift",
        "Data Types/Time.swift",
        "Data Types/UnboundRelationship.swift",
        "Exports.swift",
        "Extensions/AsyncStream-Extension.swift",
        "Extensions/NIO-Extension.swift",
        "Handlers/ChunkingHandler.swift",
        "Handlers/InitializationHandler.swift",
        "Handlers/RequestEncoder.swift",
        "Handlers/ResponseDecoder.swift",
        "Messages/Requests/Begin.swift",
        "Messages/Requests/Commit.swift",
        "Messages/Requests/Discard.swift",
        "Messages/Requests/Goodbye.swift",
        "Messages/Requests/Hello.swift",
        "Messages/Requests/Logoff.swift",
        "Messages/Requests/Logon.swift",
        "Messages/Requests/Public/Auth.swift",
        "Messages/Requests/Public/BeginExtra.swift",
        "Messages/Requests/Public/BoltAgent.swift",
        "Messages/Requests/Public/DiscardExtra.swift",
        "Messages/Requests/Public/HelloExtra.swift",
        "Messages/Requests/Public/Mode.swift",
        "Messages/Requests/Public/PullExtra.swift",
        "Messages/Requests/Public/RouteExtra.swift",
        "Messages/Requests/Public/RunExtra.swift",
        "Messages/Requests/Public/TelemetryAPI.swift",
        "Messages/Requests/Pull.swift",
        "Messages/Requests/Reset.swift",
        "Messages/Requests/Rollback.swift",
        "Messages/Requests/Route.swift",
        "Messages/Requests/Run.swift",
        "Messages/Requests/Telemetry.swift",
        "Messages/Responses/Failure.swift",
        "Messages/Responses/Ignored.swift",
        "Messages/Responses/Public/Hints.swift",
        "Messages/Responses/Public/RoutingTable.swift",
        "Messages/Responses/Public/Stats.swift",
        "Messages/Responses/Public/SuccessMetadata.swift",
        "Messages/Responses/Record.swift",
        "Messages/Responses/Success.swift",
        "Model/FailureMetadata.swift",
        "Model/Request.swift",
        "Model/Response.swift",
        "Model/Summary.swift",
        "Model/Version.swift",
        "ServerState.swift"
      ],
      "target_dependencies" : [
        "PackStream",
        "ConnectionPool"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
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 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-extras.git
Fetching https://github.com/apple/swift-nio.git
Fetching https://github.com/apple/swift-nio-ssl.git
Fetching https://github.com/swift-server/swift-service-lifecycle.git
Fetching https://github.com/apple/swift-log.git
[1/5914] Fetching swift-nio-extras
[120/8340] Fetching swift-nio-extras, swift-service-lifecycle
[1676/12176] Fetching swift-nio-extras, swift-service-lifecycle, swift-log
[5586/28767] Fetching swift-nio-extras, swift-service-lifecycle, swift-log, swift-collections
[9330/43610] Fetching swift-nio-extras, swift-service-lifecycle, swift-log, swift-collections, swift-nio-ssl
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (0.52s)
[11763/41184] Fetching swift-nio-extras, swift-log, swift-collections, swift-nio-ssl
[13062/117292] Fetching swift-nio-extras, swift-log, swift-collections, swift-nio-ssl, swift-nio
Fetched https://github.com/apple/swift-nio-extras.git from cache (0.73s)
[10608/111378] Fetching swift-log, swift-collections, swift-nio-ssl, swift-nio
Fetched https://github.com/apple/swift-collections.git from cache (3.17s)
[71955/94787] Fetching swift-log, swift-nio-ssl, swift-nio
Fetched https://github.com/apple/swift-log.git from cache (7.76s)
Fetched https://github.com/apple/swift-nio-ssl.git from cache (7.80s)
Fetched https://github.com/apple/swift-nio.git from cache (7.93s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (9.23s)
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.75s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.83.0 (0.95s)
Fetching https://github.com/apple/swift-system.git
Fetching https://github.com/apple/swift-atomics.git
[1/4391] Fetching swift-system
[3909/6101] Fetching swift-system, swift-atomics
Fetched https://github.com/apple/swift-system.git from cache (0.50s)
Fetched https://github.com/apple/swift-atomics.git from cache (0.50s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (1.04s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.5.0 (0.53s)
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.54s)
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.44s)
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.30s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (0.92s)
Computing version for https://github.com/apple/swift-nio-extras.git
Computed https://github.com/apple/swift-nio-extras.git at 1.27.1 (1.18s)
Fetching https://github.com/apple/swift-http-types.git
Fetching https://github.com/apple/swift-certificates.git
Fetching https://github.com/apple/swift-algorithms.git
Fetching https://github.com/apple/swift-nio-http2.git
Fetching https://github.com/apple/swift-http-structured-headers.git
Fetching https://github.com/apple/swift-asn1.git
[1/1141] Fetching swift-http-structured-headers
[720/7100] Fetching swift-http-structured-headers, swift-algorithms
[956/18627] Fetching swift-http-structured-headers, swift-algorithms, swift-nio-http2
[1573/19531] Fetching swift-http-structured-headers, swift-algorithms, swift-nio-http2, swift-http-types
[1898/21121] Fetching swift-http-structured-headers, swift-algorithms, swift-nio-http2, swift-http-types, swift-asn1
[2466/27276] Fetching swift-http-structured-headers, swift-algorithms, swift-nio-http2, swift-http-types, swift-asn1, swift-certificates
Fetched https://github.com/apple/swift-http-types.git from cache (2.21s)
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (2.20s)
Fetched https://github.com/apple/swift-asn1.git from cache (2.20s)
Fetched https://github.com/apple/swift-algorithms.git from cache (2.23s)
Fetched https://github.com/apple/swift-certificates.git from cache (2.23s)
Fetched https://github.com/apple/swift-nio-http2.git from cache (2.24s)
Computing version for https://github.com/apple/swift-certificates.git
Computed https://github.com/apple/swift-certificates.git at 1.10.0 (3.50s)
Fetching https://github.com/apple/swift-crypto.git
[1/13936] Fetching swift-crypto
Fetched https://github.com/apple/swift-crypto.git from cache (2.30s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.12.3 (7.70s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.3.2 (1.60s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (1.07s)
Fetching https://github.com/apple/swift-numerics.git
[1/5706] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (1.33s)
Computing version for https://github.com/apple/swift-http-types.git
Computed https://github.com/apple/swift-http-types.git at 1.4.0 (2.30s)
Computing version for https://github.com/apple/swift-http-structured-headers.git
Computed https://github.com/apple/swift-http-structured-headers.git at 1.3.0 (1.01s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (1.15s)
Computing version for https://github.com/apple/swift-nio-http2.git
Computed https://github.com/apple/swift-nio-http2.git at 1.36.0 (1.07s)
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-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-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-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-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-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/apple/swift-http-types.git
Working copy of https://github.com/apple/swift-http-types.git resolved at 1.4.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.6.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.83.0
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.36.0
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.3.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-certificates.git
Working copy of https://github.com/apple/swift-certificates.git resolved at 1.10.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.3.2
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-nio-extras.git
Working copy of https://github.com/apple/swift-nio-extras.git resolved at 1.27.1
Building for debugging...
[0/475] Write sources
[28/475] Compiling CNIOWindows WSAStartup.c
[28/475] Compiling CNIOWindows shim.c
[30/475] Compiling CNIOLinux liburing_shims.c
[31/475] Compiling CNIOWASI CNIOWASI.c
[32/475] Compiling _AtomicsShims.c
[33/475] Compiling CNIOLinux shim.c
[34/475] Compiling CNIODarwin shim.c
[35/475] Compiling CNIOLLHTTP c_nio_http.c
[36/475] Compiling fiat_curve25519_adx_square.S
[37/475] Compiling fiat_p256_adx_sqr.S
[38/475] Compiling fiat_p256_adx_mul.S
[39/475] Compiling CNIOLLHTTP c_nio_api.c
[40/475] Compiling fiat_curve25519_adx_mul.S
[41/475] Write swift-version-24593BA9C3E375BF.txt
[42/475] Compiling CNIOBoringSSLShims shims.c
[43/479] 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>
      |          ^~~~~~~~~~~
1 error generated.
[44/479] Compiling tls13_enc.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>
      |          ^~~~~~~~~~~
1 error generated.
[44/479] Compiling tls_record.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>
      |          ^~~~~~~~~~~
[44/479] Compiling tls13_both.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.
[44/479] Compiling tls13_client.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>
      |          ^~~~~~~~~~~
[44/479] Compiling tls_method.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>
      |          ^~~~~~~~~~~
[44/479] Compiling tls13_server.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...
[0/431] Write sources
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.
[2/432] Compiling tls_record.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>
      |          ^~~~~~~~~~~
[2/432] Compiling tls13_both.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>
      |          ^~~~~~~~~~~
[2/432] Compiling tls13_server.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>
      |          ^~~~~~~~~~~
[2/432] Compiling t1_enc.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>
      |          ^~~~~~~~~~~
[2/432] Compiling ssl_x509.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>
      |          ^~~~~~~~~~~
[2/432] Compiling tls_method.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>
      |          ^~~~~~~~~~~
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>
      |          ^~~~~~~~~~~
[2/432] Compiling tls13_client.cc
[2/432] Compiling tls13_enc.cc
BUILD FAILURE 6.1 wasm