Build Information
Failed to build neo4j-driver-swift, reference main (8ec092), with Swift 6.1 for Wasm on 29 May 2025 22:56:13 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/GiacomoLeopizzi/neo4j-driver-swift.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/GiacomoLeopizzi/neo4j-driver-swift
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
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 main
========================================
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-0":/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/swift-server/swift-service-lifecycle.git
Fetching https://github.com/apple/swift-nio.git
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/apple/swift-nio-extras.git
[1/5914] Fetching swift-nio-extras
[120/8340] Fetching swift-nio-extras, swift-service-lifecycle
[193/12176] Fetching swift-nio-extras, swift-service-lifecycle, swift-log
[12177/88284] Fetching swift-nio-extras, swift-service-lifecycle, swift-log, swift-nio
Fetching https://github.com/apple/swift-nio-ssl.git
Fetching https://github.com/apple/swift-collections.git
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (0.79s)
[11273/85858] Fetching swift-nio-extras, swift-log, swift-nio
Fetched https://github.com/apple/swift-log.git from cache (0.98s)
[8198/82022] Fetching swift-nio-extras, swift-nio
Fetched https://github.com/apple/swift-nio-extras.git from cache (0.98s)
[3045/76108] Fetching swift-nio
[3807/90951] Fetching swift-nio, swift-nio-ssl
[3808/107542] Fetching swift-nio, swift-nio-ssl, swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (2.81s)
[63553/90951] Fetching swift-nio, swift-nio-ssl
Fetched https://github.com/apple/swift-nio-ssl.git from cache (4.21s)
[57081/76108] Fetching swift-nio
Fetched https://github.com/apple/swift-nio.git from cache (10.63s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (11.96s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.31.0 (4.05s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.83.0 (1.47s)
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/apple/swift-system.git
[1/1710] Fetching swift-atomics
[634/6101] Fetching swift-atomics, swift-system
Fetched https://github.com/apple/swift-system.git from cache (0.77s)
Fetched https://github.com/apple/swift-atomics.git from cache (0.78s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (1.70s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.5.0 (0.98s)
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.94s)
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.68s)
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.88s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (0.89s)
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-nio-http2.git
Fetching https://github.com/apple/swift-http-structured-headers.git
Fetching https://github.com/apple/swift-certificates.git
Fetching https://github.com/apple/swift-asn1.git
Fetching https://github.com/apple/swift-algorithms.git
[1/1141] Fetching swift-http-structured-headers
[424/2731] Fetching swift-http-structured-headers, swift-asn1
[647/3635] Fetching swift-http-structured-headers, swift-asn1, swift-http-types
[1478/9594] Fetching swift-http-structured-headers, swift-asn1, swift-http-types, swift-algorithms
[3931/15749] Fetching swift-http-structured-headers, swift-asn1, swift-http-types, swift-algorithms, swift-certificates
[4409/27276] Fetching swift-http-structured-headers, swift-asn1, swift-http-types, swift-algorithms, swift-certificates, swift-nio-http2
Fetched https://github.com/apple/swift-algorithms.git from cache (1.11s)
[12557/21317] Fetching swift-http-structured-headers, swift-asn1, swift-http-types, swift-certificates, swift-nio-http2
Fetched https://github.com/apple/swift-asn1.git from cache (1.19s)
[11198/19727] Fetching swift-http-structured-headers, swift-http-types, swift-certificates, swift-nio-http2
Fetched https://github.com/apple/swift-certificates.git from cache (2.47s)
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (2.48s)
Fetched https://github.com/apple/swift-http-types.git from cache (2.51s)
Fetched https://github.com/apple/swift-nio-http2.git from cache (2.53s)
Computing version for https://github.com/apple/swift-certificates.git
Computed https://github.com/apple/swift-certificates.git at 1.10.0 (3.81s)
Fetching https://github.com/apple/swift-crypto.git
[1/13936] Fetching swift-crypto
Fetched https://github.com/apple/swift-crypto.git from cache (2.69s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.12.3 (5.88s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.3.2 (1.12s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (1.26s)
Fetching https://github.com/apple/swift-numerics.git
[1/5706] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.73s)
Computing version for https://github.com/apple/swift-http-types.git
Computed https://github.com/apple/swift-http-types.git at 1.4.0 (1.80s)
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.09s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (1.19s)
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.03s)
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-extras.git
Working copy of https://github.com/apple/swift-nio-extras.git resolved at 1.27.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-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-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/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-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-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-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-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-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-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/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-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-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-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.2.0
Building for debugging...
[0/475] Write sources
[26/475] Compiling _AtomicsShims.c
[27/475] Compiling CNIOWindows shim.c
[28/475] Compiling CNIOWASI CNIOWASI.c
[29/475] Compiling CNIOWindows WSAStartup.c
[30/475] Compiling sha1-armv4-large-linux.S
[31/475] Compiling CNIOLinux shim.c
[32/475] Compiling CNIOLinux liburing_shims.c
[33/475] Compiling CNIODarwin shim.c
[34/475] Compiling CNIOLLHTTP c_nio_http.c
[35/475] Compiling fiat_p256_adx_sqr.S
[36/475] Compiling fiat_p256_adx_mul.S
[37/475] Compiling CNIOLLHTTP c_nio_api.c
[38/475] Compiling fiat_curve25519_adx_square.S
[39/475] Compiling fiat_curve25519_adx_mul.S
[40/475] Compiling CNIOBoringSSLShims shims.c
In file included from /host/spi-builder-workspace/.build/checkouts/swift-nio-ssl/Sources/CNIOBoringSSL/crypto/x509/x509_v3.cc:17:
In file included from /host/spi-builder-workspace/.build/checkouts/swift-nio-ssl/Sources/CNIOBoringSSL/crypto/x509/internal.h:18:
/host/spi-builder-workspace/.build/checkouts/swift-nio-ssl/Sources/CNIOBoringSSL/crypto/x509/../internal.h:32:10: fatal error: 'pthread.h' file not found
32 | #include <pthread.h>
| ^~~~~~~~~~~
1 error generated.
[41/475] Compiling x509_v3.cc
[41/475] Compiling tls13_enc.cc
[41/475] Compiling tls_method.cc
In file included from /host/spi-builder-workspace/.build/checkouts/swift-nio-ssl/Sources/CNIOBoringSSL/crypto/x509/x509_vfy.cc:23:
/host/spi-builder-workspace/.build/checkouts/swift-nio-ssl/Sources/CNIOBoringSSL/crypto/x509/../internal.h:32:10: fatal error: 'pthread.h' file not found
32 | #include <pthread.h>
| ^~~~~~~~~~~
1 error generated.
[41/475] Compiling x509_vfy.cc
[41/475] Write swift-version-24593BA9C3E375BF.txt
[41/475] Compiling tls13_server.cc
[41/475] Compiling tls_record.cc
[41/475] Compiling CNIOLLHTTP c_nio_llhttp.c
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/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/434] 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.
[1/434] Compiling tls_record.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>
| ^~~~~~~~~~~
[1/434] Compiling tls13_enc.cc
[1/434] 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>
| ^~~~~~~~~~~
[1/434] Compiling tls13_server.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>
| ^~~~~~~~~~~
[1/434] Compiling tls_method.cc
[1/434] Compiling CNIOLLHTTP c_nio_llhttp.c
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/434] Compiling tls13_client.cc
[1/434] Write swift-version-24593BA9C3E375BF.txt
BUILD FAILURE 6.1 wasm