Build Information
Failed to build KituraWebSocket, reference 2.1.200 (9864e3
), with Swift 6.1 for Wasm on 27 May 2025 20:44:06 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/Kitura/Kitura-WebSocket-NIO.git
Reference: 2.1.200
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/Kitura/Kitura-WebSocket-NIO
* tag 2.1.200 -> FETCH_HEAD
HEAD is now at 9864e3f Update package reference to community versions (#65)
Cloned https://github.com/Kitura/Kitura-WebSocket-NIO.git
Revision (git rev-parse @):
9864e3fb162c8b0f7e2a4fd5ce7389d82b9bd3c0
SUCCESS checkout https://github.com/Kitura/Kitura-WebSocket-NIO.git at 2.1.200
========================================
Build
========================================
Selected platform: wasm
Swift version: 6.1
Building package at path: $PWD
https://github.com/Kitura/Kitura-WebSocket-NIO.git
https://github.com/Kitura/Kitura-WebSocket-NIO.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "kitura-nio",
"requirement" : {
"range" : [
{
"lower_bound" : "2.4.200",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/Kitura/Kitura-NIO.git"
},
{
"identity" : "bluecryptor",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.200",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/Kitura/BlueCryptor.git"
},
{
"identity" : "kitura-websocket-compression",
"requirement" : {
"range" : [
{
"lower_bound" : "0.1.200",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/Kitura/Kitura-WebSocket-Compression.git"
}
],
"manifest_display_name" : "KituraWebSocket",
"name" : "KituraWebSocket",
"path" : "/host/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "Kitura-WebSocket",
"targets" : [
"KituraWebSocket"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "TestWebSocketService",
"targets" : [
"TestWebSocketService"
],
"type" : {
"executable" : null
}
}
],
"targets" : [
{
"c99name" : "TestWebSocketService",
"module_type" : "SwiftTarget",
"name" : "TestWebSocketService",
"path" : "Sources/TestWebSocketService",
"product_dependencies" : [
"KituraNet",
"WebSocketCompression"
],
"product_memberships" : [
"TestWebSocketService"
],
"sources" : [
"main.swift"
],
"target_dependencies" : [
"KituraWebSocket"
],
"type" : "executable"
},
{
"c99name" : "KituraWebSocketTests",
"module_type" : "SwiftTarget",
"name" : "KituraWebSocketTests",
"path" : "Tests/KituraWebSocketTests",
"product_dependencies" : [
"Cryptor",
"WebSocketCompression"
],
"sources" : [
"BasicTests.swift",
"ComplexTests.swift",
"ConnectionCleanupTests.swift",
"KituraTest.swift",
"PrintLogger.swift",
"ProtocolError.swift",
"TestConnections.swift",
"TestWebSocketService.swift",
"UpgradeErrors.swift",
"WebSocketClient.swift"
],
"target_dependencies" : [
"KituraWebSocket"
],
"type" : "test"
},
{
"c99name" : "KituraWebSocket",
"module_type" : "SwiftTarget",
"name" : "KituraWebSocket",
"path" : "Sources/KituraWebSocket",
"product_dependencies" : [
"WebSocketCompression",
"KituraNet"
],
"product_memberships" : [
"Kitura-WebSocket",
"TestWebSocketService"
],
"sources" : [
"PermessageDeflate.swift",
"WSConnectionUpgradeFactory.swift",
"WSServerRequest.swift",
"WebSocket.swift",
"WebSocketCloseReasonCode.swift",
"WebSocketConnection.swift",
"WebSocketError.swift",
"WebSocketService.swift"
],
"type" : "library"
}
],
"tools_version" : "5.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 -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/Kitura/Kitura-NIO.git
Fetching https://github.com/Kitura/Kitura-WebSocket-Compression.git
Fetching https://github.com/Kitura/BlueCryptor.git
[1/1654] Fetching bluecryptor
[795/5125] Fetching bluecryptor, kitura-nio
[2107/5233] Fetching bluecryptor, kitura-nio, kitura-websocket-compression
Fetched https://github.com/Kitura/Kitura-WebSocket-Compression.git from cache (0.31s)
Fetched https://github.com/Kitura/BlueCryptor.git from cache (0.31s)
Fetched https://github.com/Kitura/Kitura-NIO.git from cache (0.37s)
Computing version for https://github.com/Kitura/Kitura-WebSocket-Compression.git
Computed https://github.com/Kitura/Kitura-WebSocket-Compression.git at 0.1.200 (0.97s)
Fetching https://github.com/apple/swift-nio.git
[1/76055] Fetching swift-nio
Fetched https://github.com/apple/swift-nio.git from cache (5.49s)
Computing version for https://github.com/Kitura/BlueCryptor.git
Computed https://github.com/Kitura/BlueCryptor.git at 1.0.200 (6.69s)
Fetching https://github.com/Kitura/OpenSSL.git
[1/203] Fetching openssl
Fetched https://github.com/Kitura/OpenSSL.git from cache (0.20s)
Computing version for https://github.com/Kitura/Kitura-NIO.git
Computed https://github.com/Kitura/Kitura-NIO.git at 2.4.200 (1.49s)
Fetching https://github.com/Kitura/BlueSSLService.git
Fetching https://github.com/apple/swift-nio-ssl.git
Fetching https://github.com/apple/swift-nio-extras.git
Fetching https://github.com/Kitura/LoggerAPI.git
[1/2077] Fetching bluesslservice
[85/7991] Fetching bluesslservice, swift-nio-extras
[7992/22834] Fetching bluesslservice, swift-nio-extras, swift-nio-ssl
[9328/23605] Fetching bluesslservice, swift-nio-extras, swift-nio-ssl, loggerapi
Fetched https://github.com/Kitura/LoggerAPI.git from cache (0.69s)
[11257/22834] Fetching bluesslservice, swift-nio-extras, swift-nio-ssl
Fetched https://github.com/Kitura/BlueSSLService.git from cache (2.50s)
Fetched https://github.com/apple/swift-nio-extras.git from cache (2.50s)
Fetched https://github.com/apple/swift-nio-ssl.git from cache (2.52s)
Computing version for https://github.com/Kitura/LoggerAPI.git
Computed https://github.com/Kitura/LoggerAPI.git at 1.9.200 (3.25s)
Fetching https://github.com/apple/swift-log.git
[1/3836] Fetching swift-log
Fetched https://github.com/apple/swift-log.git from cache (0.42s)
Computing version for https://github.com/Kitura/BlueSSLService.git
Computed https://github.com/Kitura/BlueSSLService.git at 1.0.200 (1.44s)
Fetching https://github.com/Kitura/BlueSocket.git
[1/2942] Fetching bluesocket
Fetched https://github.com/Kitura/BlueSocket.git from cache (0.43s)
Computing version for https://github.com/Kitura/BlueSocket.git
Computed https://github.com/Kitura/BlueSocket.git at 1.0.200 (1.07s)
Computing version for https://github.com/Kitura/OpenSSL.git
Computed https://github.com/Kitura/OpenSSL.git at 2.3.1 (2.94s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (0.60s)
Computing version for https://github.com/apple/swift-nio-extras.git
Computed https://github.com/apple/swift-nio-extras.git at 1.27.1 (0.66s)
Fetching https://github.com/apple/swift-async-algorithms.git
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/apple/swift-asn1.git
Fetching https://github.com/apple/swift-certificates.git
Fetching https://github.com/apple/swift-algorithms.git
Fetching https://github.com/swift-server/swift-service-lifecycle.git
[1/1590] Fetching swift-asn1
[1591/7745] Fetching swift-asn1, swift-certificates
[2207/10171] Fetching swift-asn1, swift-certificates, swift-service-lifecycle
[3711/15156] Fetching swift-asn1, swift-certificates, swift-service-lifecycle, swift-async-algorithms
[7604/16866] Fetching swift-asn1, swift-certificates, swift-service-lifecycle, swift-async-algorithms, swift-atomics
[10326/22825] Fetching swift-asn1, swift-certificates, swift-service-lifecycle, swift-async-algorithms, swift-atomics, swift-algorithms
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (0.73s)
Fetching https://github.com/apple/swift-http-structured-headers.git
Fetched https://github.com/apple/swift-atomics.git from cache (1.15s)
Fetched https://github.com/apple/swift-asn1.git from cache (1.15s)
Fetched https://github.com/apple/swift-async-algorithms.git from cache (1.16s)
Fetched https://github.com/apple/swift-algorithms.git from cache (1.16s)
Fetched https://github.com/apple/swift-certificates.git from cache (1.16s)
Fetching https://github.com/apple/swift-nio-http2.git
Fetching https://github.com/apple/swift-http-types.git
[1/1141] Fetching swift-http-structured-headers
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (0.75s)
[1/904] Fetching swift-http-types
[905/12431] Fetching swift-http-types, swift-nio-http2
Fetched https://github.com/apple/swift-http-types.git from cache (1.50s)
Fetched https://github.com/apple/swift-nio-http2.git from cache (1.51s)
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 (3.34s)
Computing version for https://github.com/apple/swift-async-algorithms.git
Computed https://github.com/apple/swift-async-algorithms.git at 1.0.4 (0.84s)
Fetching https://github.com/apple/swift-collections.git
[1/16591] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (1.31s)
Computing version for https://github.com/apple/swift-certificates.git
Computed https://github.com/apple/swift-certificates.git at 1.10.0 (2.13s)
Fetching https://github.com/apple/swift-crypto.git
[1/13936] Fetching swift-crypto
Fetched https://github.com/apple/swift-crypto.git from cache (1.68s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (2.48s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.12.3 (2.16s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.3.2 (0.61s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (0.61s)
Fetching https://github.com/apple/swift-numerics.git
[1/5691] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.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 (1.09s)
Computing version for https://github.com/apple/swift-http-types.git
Computed https://github.com/apple/swift-http-types.git at 1.4.0 (0.54s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.83.0 (0.91s)
Fetching https://github.com/apple/swift-system.git
[1/4391] Fetching swift-system
Fetched https://github.com/apple/swift-system.git from cache (0.43s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.4.2 (0.93s)
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 (0.56s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (0.62s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (0.76s)
Computing version for https://github.com/apple/swift-nio-http2.git
Computed https://github.com/apple/swift-nio-http2.git at 1.36.0 (0.74s)
Creating working copy for https://github.com/Kitura/Kitura-WebSocket-Compression.git
Working copy of https://github.com/Kitura/Kitura-WebSocket-Compression.git resolved at 0.1.200
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-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-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-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-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-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-numerics.git
Working copy of https://github.com/apple/swift-numerics.git resolved at 1.0.3
Creating working copy for https://github.com/Kitura/BlueCryptor.git
Working copy of https://github.com/Kitura/BlueCryptor.git resolved at 1.0.200
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/Kitura/BlueSSLService.git
Working copy of https://github.com/Kitura/BlueSSLService.git resolved at 1.0.200
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/Kitura/OpenSSL.git
Working copy of https://github.com/Kitura/OpenSSL.git resolved at 2.3.1
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-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.3
Creating working copy for https://github.com/Kitura/Kitura-NIO.git
Working copy of https://github.com/Kitura/Kitura-NIO.git resolved at 2.4.200
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-algorithms.git
Working copy of https://github.com/apple/swift-algorithms.git resolved at 1.2.1
Creating working copy for https://github.com/Kitura/LoggerAPI.git
Working copy of https://github.com/Kitura/LoggerAPI.git resolved at 1.9.200
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/Kitura/BlueSocket.git
Working copy of https://github.com/Kitura/BlueSocket.git resolved at 1.0.200
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-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.4.2
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
warning: you may be able to install openssl using your system-packager:
apt-get install openssl libssl-dev
warning: you may be able to install libz using your system-packager:
apt-get install libz-dev
warning: you may be able to install openssl using your system-packager:
apt-get install openssl libssl-dev
warning: you may be able to install libz using your system-packager:
apt-get install libz-dev
Building for debugging...
[0/465] Write sources
[24/465] Compiling _AtomicsShims.c
[25/465] Compiling CLinuxHelpers ProcessorAffinity.c
[26/465] Compiling CNIOWindows shim.c
[27/465] Compiling CNIOWindows WSAStartup.c
[28/465] Compiling CNIOLinux shim.c
[29/465] Compiling CNIOWASI CNIOWASI.c
[30/465] Compiling CNIOSHA1 c_nio_sha1.c
[31/465] Compiling CNIOLinux liburing_shims.c
[32/465] Compiling CNIODarwin shim.c
[33/465] Write swift-version-24593BA9C3E375BF.txt
[34/465] Compiling CNIOLLHTTP c_nio_http.c
[35/465] Compiling CNIOLLHTTP c_nio_api.c
[36/465] Compiling fiat_p256_adx_mul.S
[37/465] Compiling fiat_p256_adx_sqr.S
[38/480] Compiling CNIOBoringSSLShims shims.c
[40/494] Emitting module _NIOBase64
[41/494] Emitting module _NIODataStructures
[41/494] Compiling CNIOLLHTTP c_nio_llhttp.c
error: emit-module command failed with exit code 1 (use -v to see invocation)
[43/513] Emitting module Socket
/host/spi-builder-workspace/.build/checkouts/BlueSocket/Sources/Socket/SocketUtils.swift:146:27: error: cannot find '__DARWIN_FD_SETSIZE' in scope
144 | // __DARWIN_FD_SETSIZE is number of *bits*, so divide by number bits in each element to get element count
145 | // at present this is 1024 / 32 == 32
146 | let __fd_set_count = Int(__DARWIN_FD_SETSIZE) / 32
| `- error: cannot find '__DARWIN_FD_SETSIZE' in scope
147 |
148 | extension fd_set {
[43/513] Compiling c-nioatomics.c
[44/513] Compiling fiat_curve25519_adx_square.S
[45/513] Compiling fiat_curve25519_adx_mul.S
[47/513] Compiling Atomics UnsafeAtomic.swift
[48/513] Compiling Atomics UnsafeAtomicLazyReference.swift
[49/513] Compiling Atomics ManagedAtomic.swift
[50/513] Compiling Atomics ManagedAtomicLazyReference.swift
[51/515] Compiling Atomics AtomicMemoryOrderings.swift
[52/515] Compiling Atomics DoubleWord.swift
[53/515] Compiling Atomics IntegerConformances.swift
[54/515] Compiling Atomics PointerConformances.swift
[55/515] Compiling Atomics AtomicReference.swift
[56/515] Compiling Atomics AtomicStorage.swift
[57/515] Compiling Atomics AtomicValue.swift
[58/516] Compiling Atomics Primitives.shims.swift
[59/516] Compiling Atomics AtomicInteger.swift
[60/516] Compiling Atomics AtomicOptionalWrappable.swift
[63/516] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[66/516] Emitting module InternalCollectionsUtilities
[67/516] Compiling Atomics Primitives.native.swift
[69/516] Emitting module Logging
[70/516] Compiling Atomics AtomicBool.swift
[72/516] Compiling Atomics OptionalRawRepresentable.swift
[73/516] Compiling Atomics RawRepresentable.swift
[74/516] Compiling Logging Locks.swift
[75/516] Compiling _NIODataStructures PriorityQueue.swift
[76/516] Compiling _NIODataStructures _TinyArray.swift
[77/516] Compiling _NIOBase64 Base64.swift
[79/517] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[80/518] Compiling c-atomics.c
[81/518] Wrapping AST for _NIOBase64 for debugging
[83/518] Compiling Atomics IntegerOperations.swift
[84/518] Compiling Atomics Unmanaged extensions.swift
[85/539] Compiling Logging MetadataProvider.swift
[86/539] Compiling _NIODataStructures Heap.swift
[87/539] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[88/540] Emitting module Atomics
[89/540] Compiling Logging LogHandler.swift
[90/540] Compiling Logging Logging.swift
[91/541] Compiling NIOConcurrencyHelpers lock.swift
[93/541] Compiling NIOConcurrencyHelpers NIOLock.swift
[95/541] Compiling DequeModule _DequeBuffer.swift
[96/541] Compiling DequeModule _DequeBufferHeader.swift
[97/543] Compiling DequeModule Deque+Equatable.swift
[98/543] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[99/543] Compiling DequeModule Deque+Testing.swift
[100/543] Compiling DequeModule Deque+Extras.swift
[101/543] Compiling DequeModule Deque+Hashable.swift
[102/543] Compiling DequeModule Deque+Codable.swift
[103/544] Compiling Socket SocketUtils.swift
/host/spi-builder-workspace/.build/checkouts/BlueSocket/Sources/Socket/SocketUtils.swift:146:27: error: cannot find '__DARWIN_FD_SETSIZE' in scope
144 | // __DARWIN_FD_SETSIZE is number of *bits*, so divide by number bits in each element to get element count
145 | // at present this is 1024 / 32 == 32
146 | let __fd_set_count = Int(__DARWIN_FD_SETSIZE) / 32
| `- error: cannot find '__DARWIN_FD_SETSIZE' in scope
147 |
148 | extension fd_set {
/host/spi-builder-workspace/.build/checkouts/BlueSocket/Sources/Socket/SocketUtils.swift:152:45: error: cannot find 'fds_bits' in scope
150 | @inline(__always)
151 | mutating func withCArrayAccess<T>(block: (UnsafeMutablePointer<Int32>) throws -> T) rethrows -> T {
152 | return try withUnsafeMutablePointer(to: &fds_bits) {
| `- error: cannot find 'fds_bits' in scope
153 | try block(UnsafeMutableRawPointer($0).assumingMemoryBound(to: Int32.self))
154 | }
[104/544] Compiling Socket SocketProtocols.swift
[105/544] Compiling DequeModule Deque+CustomReflectable.swift
[106/544] Compiling DequeModule Deque+Descriptions.swift
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.
[110/544] Compiling tls_record.cc
[111/544] Compiling tls_method.cc
/host/spi-builder-workspace/.build/checkouts/BlueSocket/Sources/Socket/Socket.swift:208:13: error: cannot find 'SOCK_STREAM' in scope
206 | return Int32(SOCK_STREAM.rawValue)
207 | #else
208 | return SOCK_STREAM
| `- error: cannot find 'SOCK_STREAM' in scope
209 | #endif
210 | case .datagram:
/host/spi-builder-workspace/.build/checkouts/BlueSocket/Sources/Socket/Socket.swift:214:13: error: cannot find 'SOCK_DGRAM' in scope
212 | return Int32(SOCK_DGRAM.rawValue)
213 | #else
214 | return SOCK_DGRAM
| `- error: cannot find 'SOCK_DGRAM' in scope
215 | #endif
216 | }
/host/spi-builder-workspace/.build/checkouts/BlueSocket/Sources/Socket/Socket.swift:241:10: error: cannot find 'SOCK_STREAM' in scope
239 | switch forValue {
240 |
241 | case SOCK_STREAM:
| `- error: cannot find 'SOCK_STREAM' in scope
242 | return .stream
243 | case SOCK_DGRAM:
/host/spi-builder-workspace/.build/checkouts/BlueSocket/Sources/Socket/Socket.swift:243:10: error: cannot find 'SOCK_DGRAM' in scope
241 | case SOCK_STREAM:
242 | return .stream
243 | case SOCK_DGRAM:
| `- error: cannot find 'SOCK_DGRAM' in scope
244 | return .datagram
245 | default:
/host/spi-builder-workspace/.build/checkouts/BlueSocket/Sources/Socket/Socket.swift:597:63: error: value of type 'sockaddr_un' has no member 'sun_path'
595 |
596 | // Validate the length...
597 | guard lengthOfPath < MemoryLayout.size(ofValue: remoteAddr.sun_path) else {
| `- error: value of type 'sockaddr_un' has no member 'sun_path'
598 |
599 | throw Error(code: Socket.SOCKET_ERR_BAD_SIGNATURE_PARAMETERS, reason: "Pathname supplied is too long.")
/host/spi-builder-workspace/.build/checkouts/BlueSocket/Sources/Socket/Socket.swift:603:49: error: value of type 'sockaddr_un' has no member 'sun_path'
601 |
602 | // Copy the path to the remote address...
603 | _ = withUnsafeMutablePointer(to: &remoteAddr.sun_path.0) { ptr in
| `- error: value of type 'sockaddr_un' has no member 'sun_path'
604 |
605 | path.withCString {
/host/spi-builder-workspace/.build/checkouts/BlueSocket/Sources/Socket/Socket.swift:611:19: error: value of type 'sockaddr_un' has no member 'sun_len'
609 |
610 | #if !os(Linux)
611 | remoteAddr.sun_len = UInt8(MemoryLayout<UInt8>.size + MemoryLayout<sa_family_t>.size + path.utf8.count + 1)
| `- error: value of type 'sockaddr_un' has no member 'sun_len'
612 | #endif
613 |
/host/spi-builder-workspace/.build/checkouts/BlueSocket/Sources/Socket/Socket.swift:1175:19: error: cannot assign value of type 'Int' to type 'time_t' (aka 'Int64')
1173 | // First get seconds...
1174 | let secs = Int(Double(timeout / 1000))
1175 | timer.tv_sec = secs
| `- error: cannot assign value of type 'Int' to type 'time_t' (aka 'Int64')
1176 |
1177 | // Now get the leftover millisecs...
/host/spi-builder-workspace/.build/checkouts/BlueSocket/Sources/Socket/Socket.swift:1187:21: error: cannot assign value of type 'Int32' to type 'suseconds_t' (aka 'Int64')
1185 | timer.tv_usec = Int(uSecs)
1186 | #else
1187 | timer.tv_usec = Int32(uSecs)
| `- error: cannot assign value of type 'Int32' to type 'suseconds_t' (aka 'Int64')
1188 | #endif
1189 | }
/host/spi-builder-workspace/.build/checkouts/BlueSocket/Sources/Socket/Socket.swift:1238:34: error: cannot find type 'addrinfo' in scope
1236 | public class func createAddress(for host: String, on port: Int32) -> Address? {
1237 |
1238 | var info: UnsafeMutablePointer<addrinfo>?
| `- error: cannot find type 'addrinfo' in scope
1239 |
1240 | // Retrieve the info on our target...
/host/spi-builder-workspace/.build/checkouts/BlueSocket/Sources/Socket/Socket.swift:1241:23: error: cannot find 'getaddrinfo' in scope
1239 |
1240 | // Retrieve the info on our target...
1241 | let status: Int32 = getaddrinfo(host, String(port), nil, &info)
| `- error: cannot find 'getaddrinfo' in scope
1242 | if status != 0 {
1243 |
/host/spi-builder-workspace/.build/checkouts/BlueSocket/Sources/Socket/Socket.swift:1241:55: error: 'nil' requires a contextual type
1239 |
1240 | // Retrieve the info on our target...
1241 | let status: Int32 = getaddrinfo(host, String(port), nil, &info)
| `- error: 'nil' requires a contextual type
1242 | if status != 0 {
1243 |
/host/spi-builder-workspace/.build/checkouts/BlueSocket/Sources/Socket/Socket.swift:1251:5: error: cannot find 'freeaddrinfo' in scope
1249 |
1250 | if info != nil {
1251 | freeaddrinfo(info)
| `- error: cannot find 'freeaddrinfo' in scope
1252 | }
1253 | }
/host/spi-builder-workspace/.build/checkouts/BlueSocket/Sources/Socket/Socket.swift:1309:20: error: cannot find 'Darwin' in scope
1307 | self.socketfd = Glibc.socket(family.value, type.value, sockProto.value)
1308 | #else
1309 | self.socketfd = Darwin.socket(family.value, type.value, sockProto.value)
| `- error: cannot find 'Darwin' in scope
1310 | #endif
1311 |
/host/spi-builder-workspace/.build/checkouts/BlueSocket/Sources/Socket/Socket.swift:1354:15: error: cannot find 'SOCK_STREAM' in scope
1352 | let type = Int32(SOCK_STREAM.rawValue)
1353 | #else
1354 | let type = SOCK_STREAM
| `- error: cannot find 'SOCK_STREAM' in scope
1355 | #endif
1356 |
/host/spi-builder-workspace/.build/checkouts/BlueSocket/Sources/Socket/Socket.swift:1444:16: error: cannot find 'Darwin' in scope
1442 | let fd = Glibc.accept(self.socketfd, addressPointer, addressLengthPointer)
1443 | #else
1444 | let fd = Darwin.accept(self.socketfd, addressPointer, addressLengthPointer)
| `- error: cannot find 'Darwin' in scope
1445 | #endif
1446 |
/host/spi-builder-workspace/.build/checkouts/BlueSocket/Sources/Socket/Socket.swift:1557:16: error: cannot find 'Darwin' in scope
1555 | let fd = Glibc.accept(self.socketfd, addressPointer, addressLengthPointer)
1556 | #else
1557 | let fd = Darwin.accept(self.socketfd, addressPointer, addressLengthPointer)
| `- error: cannot find 'Darwin' in scope
1558 | #endif
1559 |
/host/spi-builder-workspace/.build/checkouts/BlueSocket/Sources/Socket/Socket.swift:1706:16: error: cannot find 'addrinfo' in scope
1704 | ai_next: nil)
1705 | #else
1706 | var hints = addrinfo(
| `- error: cannot find 'addrinfo' in scope
1707 | ai_flags: AI_PASSIVE,
1708 | ai_family: familyOnly ? signature?.protocolFamily.value ?? AF_UNSPEC : AF_UNSPEC,
/host/spi-builder-workspace/.build/checkouts/BlueSocket/Sources/Socket/Socket.swift:1707:15: error: cannot find 'AI_PASSIVE' in scope
1705 | #else
1706 | var hints = addrinfo(
1707 | ai_flags: AI_PASSIVE,
| `- error: cannot find 'AI_PASSIVE' in scope
1708 | ai_family: familyOnly ? signature?.protocolFamily.value ?? AF_UNSPEC : AF_UNSPEC,
1709 | ai_socktype: socketType.value,
/host/spi-builder-workspace/.build/checkouts/BlueSocket/Sources/Socket/Socket.swift:1712:19: error: 'nil' requires a contextual type
1710 | ai_protocol: 0,
1711 | ai_addrlen: 0,
1712 | ai_canonname: nil,
| `- error: 'nil' requires a contextual type
1713 | ai_addr: nil,
1714 | ai_next: nil)
/host/spi-builder-workspace/.build/checkouts/BlueSocket/Sources/Socket/Socket.swift:1713:14: error: 'nil' requires a contextual type
1711 | ai_addrlen: 0,
1712 | ai_canonname: nil,
1713 | ai_addr: nil,
| `- error: 'nil' requires a contextual type
1714 | ai_next: nil)
1715 | #endif
/host/spi-builder-workspace/.build/checkouts/BlueSocket/Sources/Socket/Socket.swift:1714:14: error: 'nil' requires a contextual type
1712 | ai_canonname: nil,
1713 | ai_addr: nil,
1714 | ai_next: nil)
| `- error: 'nil' requires a contextual type
1715 | #endif
1716 |
/host/spi-builder-workspace/.build/checkouts/BlueSocket/Sources/Socket/Socket.swift:1717:40: error: cannot find type 'addrinfo' in scope
1715 | #endif
1716 |
1717 | var targetInfo: UnsafeMutablePointer<addrinfo>?
| `- error: cannot find type 'addrinfo' in scope
1718 |
1719 | // Retrieve the info on our target...
/host/spi-builder-workspace/.build/checkouts/BlueSocket/Sources/Socket/Socket.swift:1720:23: error: cannot find 'getaddrinfo' in scope
1718 |
1719 | // Retrieve the info on our target...
1720 | var status: Int32 = getaddrinfo(host, String(port), &hints, &targetInfo)
| `- error: cannot find 'getaddrinfo' in scope
1721 | if status != 0 {
1722 |
/host/spi-builder-workspace/.build/checkouts/BlueSocket/Sources/Socket/Socket.swift:1724:17: error: cannot find 'EAI_SYSTEM' in scope
1722 |
1723 | var errorString: String
1724 | if status == EAI_SYSTEM {
| `- error: cannot find 'EAI_SYSTEM' in scope
1725 | errorString = String(validatingUTF8: strerror(errno)) ?? "Unknown error code."
1726 | } else {
/host/spi-builder-workspace/.build/checkouts/BlueSocket/Sources/Socket/Socket.swift:1727:42: error: cannot find 'gai_strerror' in scope
1725 | errorString = String(validatingUTF8: strerror(errno)) ?? "Unknown error code."
1726 | } else {
1727 | errorString = String(validatingUTF8: gai_strerror(status)) ?? "Unknown error code."
| `- error: cannot find 'gai_strerror' in scope
1728 | }
1729 | throw Error(code: Socket.SOCKET_ERR_GETADDRINFO_FAILED, reason: errorString)
/host/spi-builder-workspace/.build/checkouts/BlueSocket/Sources/Socket/Socket.swift:1736:5: error: cannot find 'freeaddrinfo' in scope
1734 |
1735 | if targetInfo != nil {
1736 | freeaddrinfo(targetInfo)
| `- error: cannot find 'freeaddrinfo' in scope
1737 | }
1738 | }
/host/spi-builder-workspace/.build/checkouts/BlueSocket/Sources/Socket/Socket.swift:1748:10: error: cannot find 'Darwin' in scope
1746 | _ = Glibc.close(socketDescriptor!)
1747 | #else
1748 | _ = Darwin.close(socketDescriptor!)
| `- error: cannot find 'Darwin' in scope
1749 | #endif
1750 | }
/host/spi-builder-workspace/.build/checkouts/BlueSocket/Sources/Socket/Socket.swift:1759:24: error: cannot find 'Darwin' in scope
1757 | socketDescriptor = Glibc.socket(info!.pointee.ai_family, info!.pointee.ai_socktype, info!.pointee.ai_protocol)
1758 | #else
1759 | socketDescriptor = Darwin.socket(info!.pointee.ai_family, info!.pointee.ai_socktype, info!.pointee.ai_protocol)
| `- error: cannot find 'Darwin' in scope
1760 | #endif
1761 | if socketDescriptor == -1 {
/host/spi-builder-workspace/.build/checkouts/BlueSocket/Sources/Socket/Socket.swift:1775:60: error: cannot find 'O_NONBLOCK' in scope
1773 | }
1774 |
1775 | let result = fcntl(socketDescriptor!, F_SETFL, flags | O_NONBLOCK)
| `- error: cannot find 'O_NONBLOCK' in scope
1776 | if result < 0 {
1777 |
/host/spi-builder-workspace/.build/checkouts/BlueSocket/Sources/Socket/Socket.swift:1786:14: error: cannot find 'Darwin' in scope
1784 | status = Glibc.connect(socketDescriptor!, info!.pointee.ai_addr, info!.pointee.ai_addrlen)
1785 | #else
1786 | status = Darwin.connect(socketDescriptor!, info!.pointee.ai_addr, info!.pointee.ai_addrlen)
| `- error: cannot find 'Darwin' in scope
1787 | #endif
1788 |
/host/spi-builder-workspace/.build/checkouts/BlueSocket/Sources/Socket/Socket.swift:1808:21: error: cannot assign value of type 'Int' to type 'time_t' (aka 'Int64')
1806 | // First get seconds...
1807 | let secs = Int(Double(timeout / 1000))
1808 | timer.tv_sec = secs
| `- error: cannot assign value of type 'Int' to type 'time_t' (aka 'Int64')
1809 |
1810 | // Now get the leftover millisecs...
/host/spi-builder-workspace/.build/checkouts/BlueSocket/Sources/Socket/Socket.swift:1820:23: error: cannot assign value of type 'Int32' to type 'suseconds_t' (aka 'Int64')
1818 | timer.tv_usec = Int(uSecs)
1819 | #else
1820 | timer.tv_usec = Int32(uSecs)
| `- error: cannot assign value of type 'Int32' to type 'suseconds_t' (aka 'Int64')
1821 | #endif
1822 |
/host/spi-builder-workspace/.build/checkouts/BlueSocket/Sources/Socket/Socket.swift:1836:52: error: cannot find 'SO_ERROR' in scope
1834 | var result: Int = 0
1835 | var resultLength = socklen_t(MemoryLayout<Int>.size)
1836 | if getsockopt(socketDescriptor!, SOL_SOCKET, SO_ERROR, &result, &resultLength) < 0 {
| `- error: cannot find 'SO_ERROR' in scope
1837 |
1838 | throw Error(code: Socket.SOCKET_ERR_GETSOCKOPT_FAILED, reason: self.lastError())
/host/spi-builder-workspace/.build/checkouts/BlueSocket/Sources/Socket/Socket.swift:1860:9: error: cannot find 'Darwin' in scope
1858 | _ = Glibc.close(socketDescriptor!)
1859 | #else
1860 | _ = Darwin.close(socketDescriptor!)
| `- error: cannot find 'Darwin' in scope
1861 | #endif
1862 | socketDescriptor = nil
/host/spi-builder-workspace/.build/checkouts/BlueSocket/Sources/Socket/Socket.swift:1873:10: error: cannot find 'Darwin' in scope
1871 | _ = Glibc.close(socketDescriptor!)
1872 | #else
1873 | _ = Darwin.close(socketDescriptor!)
| `- error: cannot find 'Darwin' in scope
1874 | #endif
1875 | }
/host/spi-builder-workspace/.build/checkouts/BlueSocket/Sources/Socket/Socket.swift:1928:56: error: cannot find 'O_NONBLOCK' in scope
1926 | }
1927 |
1928 | let result = fcntl(self.socketfd, F_SETFL, flags & ~O_NONBLOCK)
| `- error: cannot find 'O_NONBLOCK' in scope
1929 | if result < 0 {
1930 |
/host/spi-builder-workspace/.build/checkouts/BlueSocket/Sources/Socket/Socket.swift:2002:12: error: cannot find 'Darwin' in scope
2000 | return Glibc.connect(self.socketfd, p, socklen_t(addrLen))
2001 | #else
2002 | return Darwin.connect(self.socketfd, p, socklen_t(addrLen))
| `- error: cannot find 'Darwin' in scope
2003 | #endif
2004 | }
/host/spi-builder-workspace/.build/checkouts/BlueSocket/Sources/Socket/Socket.swift:2056:13: error: cannot find 'Darwin' in scope
2054 | return Glibc.connect(self.socketfd, sockaddr, length)
2055 | #else
2056 | return Darwin.connect(self.socketfd, sockaddr, length)
| `- error: cannot find 'Darwin' in scope
2057 | #endif
2058 | }
/host/spi-builder-workspace/.build/checkouts/BlueSocket/Sources/Socket/Socket.swift:2138:6: error: cannot find 'setsockopt' in scope
2136 | // closes. (TCP normally imposes a delay before an address can be re-used.)
2137 | var on: Int32 = 1
2138 | if setsockopt(self.socketfd, SOL_SOCKET, SO_REUSEADDR, &on, socklen_t(MemoryLayout<Int32>.size)) < 0 {
| `- error: cannot find 'setsockopt' in scope
2139 |
2140 | throw Error(code: Socket.SOCKET_ERR_SETSOCKOPT_FAILED, reason: self.lastError())
/host/spi-builder-workspace/.build/checkouts/BlueSocket/Sources/Socket/Socket.swift:2138:44: error: cannot find 'SO_REUSEADDR' in scope
2136 | // closes. (TCP normally imposes a delay before an address can be re-used.)
2137 | var on: Int32 = 1
2138 | if setsockopt(self.socketfd, SOL_SOCKET, SO_REUSEADDR, &on, socklen_t(MemoryLayout<Int32>.size)) < 0 {
| `- error: cannot find 'SO_REUSEADDR' in scope
2139 |
2140 | throw Error(code: Socket.SOCKET_ERR_SETSOCKOPT_FAILED, reason: self.lastError())
/host/spi-builder-workspace/.build/checkouts/BlueSocket/Sources/Socket/Socket.swift:2150:7: error: cannot find 'setsockopt' in scope
2148 | // instances of a program to each receive UDP/IP multicast or broadcast datagrams
2149 | // destined for the bound port.
2150 | if setsockopt(self.socketfd, SOL_SOCKET, SO_REUSEPORT, &on, socklen_t(MemoryLayout<Int32>.size)) < 0 {
| `- error: cannot find 'setsockopt' in scope
2151 |
2152 | // Setting of this option on WSL (Windows Subsytem for Linux) is not supported. Check for
/host/spi-builder-workspace/.build/checkouts/BlueSocket/Sources/Socket/Socket.swift:2150:45: error: cannot find 'SO_REUSEPORT' in scope
2148 | // instances of a program to each receive UDP/IP multicast or broadcast datagrams
2149 | // destined for the bound port.
2150 | if setsockopt(self.socketfd, SOL_SOCKET, SO_REUSEPORT, &on, socklen_t(MemoryLayout<Int32>.size)) < 0 {
| `- error: cannot find 'SO_REUSEPORT' in scope
2151 |
2152 | // Setting of this option on WSL (Windows Subsytem for Linux) is not supported. Check for
/host/spi-builder-workspace/.build/checkouts/BlueSocket/Sources/Socket/Socket.swift:2168:16: error: cannot find 'setsockopt' in scope
2166 | // Configure ipv6 socket so that it can share ports with ipv4 on the same port.
2167 | if sig.protocolFamily == .inet6 && sig.proto == .tcp {
2168 | if setsockopt(self.socketfd, Int32(IPPROTO_IPV6), IPV6_V6ONLY, &on, socklen_t(MemoryLayout<Int32>.size)) < 0 {
| `- error: cannot find 'setsockopt' in scope
2169 |
2170 | throw Error(code: Socket.SOCKET_ERR_SETSOCKOPT_FAILED, reason: self.lastError())
/host/spi-builder-workspace/.build/checkouts/BlueSocket/Sources/Socket/Socket.swift:2205:16: error: cannot find 'addrinfo' in scope
2203 | ai_next: nil)
2204 | #else
2205 | var hints = addrinfo(
| `- error: cannot find 'addrinfo' in scope
2206 | ai_flags: AI_PASSIVE,
2207 | ai_family: sig.protocolFamily.value,
/host/spi-builder-workspace/.build/checkouts/BlueSocket/Sources/Socket/Socket.swift:2206:15: error: cannot find 'AI_PASSIVE' in scope
2204 | #else
2205 | var hints = addrinfo(
2206 | ai_flags: AI_PASSIVE,
| `- error: cannot find 'AI_PASSIVE' in scope
2207 | ai_family: sig.protocolFamily.value,
2208 | ai_socktype: sig.socketType.value,
/host/spi-builder-workspace/.build/checkouts/BlueSocket/Sources/Socket/Socket.swift:2211:19: error: 'nil' requires a contextual type
2209 | ai_protocol: 0,
2210 | ai_addrlen: 0,
2211 | ai_canonname: nil,
| `- error: 'nil' requires a contextual type
2212 | ai_addr: nil,
2213 | ai_next: nil)
/host/spi-builder-workspace/.build/checkouts/BlueSocket/Sources/Socket/Socket.swift:2212:14: error: 'nil' requires a contextual type
2210 | ai_addrlen: 0,
2211 | ai_canonname: nil,
2212 | ai_addr: nil,
| `- error: 'nil' requires a contextual type
2213 | ai_next: nil)
2214 | #endif
/host/spi-builder-workspace/.build/checkouts/BlueSocket/Sources/Socket/Socket.swift:2213:14: error: 'nil' requires a contextual type
2211 | ai_canonname: nil,
2212 | ai_addr: nil,
2213 | ai_next: nil)
| `- error: 'nil' requires a contextual type
2214 | #endif
2215 |
/host/spi-builder-workspace/.build/checkouts/BlueSocket/Sources/Socket/Socket.swift:2216:40: error: cannot find type 'addrinfo' in scope
2214 | #endif
2215 |
2216 | var targetInfo: UnsafeMutablePointer<addrinfo>?
| `- error: cannot find type 'addrinfo' in scope
2217 |
2218 | // Retrieve the info on our target...
/host/spi-builder-workspace/.build/checkouts/BlueSocket/Sources/Socket/Socket.swift:2219:23: error: cannot find 'getaddrinfo' in scope
2217 |
2218 | // Retrieve the info on our target...
2219 | let status: Int32 = getaddrinfo(node ?? nil, String(port), &hints, &targetInfo)
| `- error: cannot find 'getaddrinfo' in scope
2220 | if status != 0 {
2221 |
/host/spi-builder-workspace/.build/checkouts/BlueSocket/Sources/Socket/Socket.swift:2223:17: error: cannot find 'EAI_SYSTEM' in scope
2221 |
2222 | var errorString: String
2223 | if status == EAI_SYSTEM {
| `- error: cannot find 'EAI_SYSTEM' in scope
2224 | errorString = String(validatingUTF8: strerror(errno)) ?? "Unknown error code."
2225 | } else {
/host/spi-builder-workspace/.build/checkouts/BlueSocket/Sources/Socket/Socket.swift:2226:42: error: cannot find 'gai_strerror' in scope
2224 | errorString = String(validatingUTF8: strerror(errno)) ?? "Unknown error code."
2225 | } else {
2226 | errorString = String(validatingUTF8: gai_strerror(errno)) ?? "Unknown error code."
| `- error: cannot find 'gai_strerror' in scope
2227 | }
2228 | throw Error(code: Socket.SOCKET_ERR_GETADDRINFO_FAILED, reason: errorString)
/host/spi-builder-workspace/.build/checkouts/BlueSocket/Sources/Socket/Socket.swift:2235:5: error: cannot find 'freeaddrinfo' in scope
2233 |
2234 | if targetInfo != nil {
2235 | freeaddrinfo(targetInfo)
| `- error: cannot find 'freeaddrinfo' in scope
2236 | }
2237 | }
/host/spi-builder-workspace/.build/checkouts/BlueSocket/Sources/Socket/Socket.swift:2253:8: error: cannot find 'Darwin' in scope
2251 | }
2252 | #else
2253 | if Darwin.bind(self.socketfd, info!.pointee.ai_addr, info!.pointee.ai_addrlen) == 0 {
| `- error: cannot find 'Darwin' in scope
2254 |
2255 | // Success... We've found our address...
/host/spi-builder-workspace/.build/checkouts/BlueSocket/Sources/Socket/Socket.swift:2277:8: error: cannot find 'getsockname' in scope
2275 | if port == 0 {
2276 | guard let addressFromSockName = try Address(addressProvider: { (sockaddr, length) in
2277 | if getsockname(self.socketfd, sockaddr, length) != 0 {
| `- error: cannot find 'getsockname' in scope
2278 | throw Error(code: Socket.SOCKET_ERR_BIND_FAILED, reason: "Unable to determine listening socket address after bind.")
2279 | }
/host/spi-builder-workspace/.build/checkouts/BlueSocket/Sources/Socket/Socket.swift:2326:7: error: cannot find 'Darwin' in scope
2324 | }
2325 | #else
2326 | if Darwin.listen(self.socketfd, Int32(maxBacklogSize)) < 0 {
| `- error: cannot find 'Darwin' in scope
2327 |
2328 | throw Error(code: Socket.SOCKET_ERR_LISTEN_FAILED, reason: self.lastError())
/host/spi-builder-workspace/.build/checkouts/BlueSocket/Sources/Socket/Socket.swift:2362:6: error: cannot find 'setsockopt' in scope
2360 | // closes. (TCP normally imposes a delay before an address can be re-used.)
2361 | var on: Int32 = 1
2362 | if setsockopt(self.socketfd, SOL_SOCKET, SO_REUSEADDR, &on, socklen_t(MemoryLayout<Int32>.size)) < 0 {
| `- error: cannot find 'setsockopt' in scope
2363 |
2364 | throw Error(code: Socket.SOCKET_ERR_SETSOCKOPT_FAILED, reason: self.lastError())
/host/spi-builder-workspace/.build/checkouts/BlueSocket/Sources/Socket/Socket.swift:2362:44: error: cannot find 'SO_REUSEADDR' in scope
2360 | // closes. (TCP normally imposes a delay before an address can be re-used.)
2361 | var on: Int32 = 1
2362 | if setsockopt(self.socketfd, SOL_SOCKET, SO_REUSEADDR, &on, socklen_t(MemoryLayout<Int32>.size)) < 0 {
| `- error: cannot find 'SO_REUSEADDR' in scope
2363 |
2364 | throw Error(code: Socket.SOCKET_ERR_SETSOCKOPT_FAILED, reason: self.lastError())
/host/spi-builder-workspace/.build/checkouts/BlueSocket/Sources/Socket/Socket.swift:2378:8: error: cannot find 'Darwin' in scope
2376 | _ = Glibc.unlink(path)
2377 | #else
2378 | _ = Darwin.unlink(path)
| `- error: cannot find 'Darwin' in scope
2379 | #endif
2380 |
/host/spi-builder-workspace/.build/checkouts/BlueSocket/Sources/Socket/Socket.swift:2399:12: error: cannot find 'Darwin' in scope
2397 | return Glibc.bind(self.socketfd, p, socklen_t(addrLen))
2398 | #else
2399 | return Darwin.bind(self.socketfd, p, socklen_t(addrLen))
| `- error: cannot find 'Darwin' in scope
2400 | #endif
2401 | }
/host/spi-builder-workspace/.build/checkouts/BlueSocket/Sources/Socket/Socket.swift:2415:7: error: cannot find 'Darwin' in scope
2413 | }
2414 | #else
2415 | if Darwin.listen(self.socketfd, Int32(maxBacklogSize)) < 0 {
| `- error: cannot find 'Darwin' in scope
2416 |
2417 | throw Error(code: Socket.SOCKET_ERR_LISTEN_FAILED, reason: self.lastError())
/host/spi-builder-workspace/.build/checkouts/BlueSocket/Sources/Socket/Socket.swift:3020:10: error: cannot find 'Darwin' in scope
3018 | s = Glibc.send(self.socketfd, buffer.advanced(by: sent), Int(bufSize - sent), sendFlags)
3019 | #else
3020 | s = Darwin.send(self.socketfd, buffer.advanced(by: sent), Int(bufSize - sent), sendFlags)
| `- error: cannot find 'Darwin' in scope
3021 | #endif
3022 | }
/host/spi-builder-workspace/.build/checkouts/BlueSocket/Sources/Socket/Socket.swift:3157:10: error: cannot find 'Darwin' in scope
3155 | s = Glibc.sendto(self.socketfd, buffer.advanced(by: sent), Int(bufSize - sent), sendFlags, addressPointer, addressLength)
3156 | #else
3157 | s = Darwin.sendto(self.socketfd, buffer.advanced(by: sent), Int(bufSize - sent), sendFlags, addressPointer, addressLength)
| `- error: cannot find 'Darwin' in scope
3158 | #endif
3159 |
/host/spi-builder-workspace/.build/checkouts/BlueSocket/Sources/Socket/Socket.swift:3290:20: error: cannot assign value of type 'Int' to type 'time_t' (aka 'Int64')
3288 | // First get seconds...
3289 | let secs = Int(Double(timeout / 1000))
3290 | timer.tv_sec = secs
| `- error: cannot assign value of type 'Int' to type 'time_t' (aka 'Int64')
3291 |
3292 | // Now get the leftover millisecs...
/host/spi-builder-workspace/.build/checkouts/BlueSocket/Sources/Socket/Socket.swift:3302:22: error: cannot assign value of type 'Int32' to type 'suseconds_t' (aka 'Int64')
3300 | timer.tv_usec = Int(uSecs)
3301 | #else
3302 | timer.tv_usec = Int32(uSecs)
| `- error: cannot assign value of type 'Int32' to type 'suseconds_t' (aka 'Int64')
3303 | #endif
3304 | }
/host/spi-builder-workspace/.build/checkouts/BlueSocket/Sources/Socket/Socket.swift:3336:52: error: cannot find 'O_NONBLOCK' in scope
3334 | if shouldBlock {
3335 |
3336 | result = fcntl(self.socketfd, F_SETFL, flags & ~O_NONBLOCK)
| `- error: cannot find 'O_NONBLOCK' in scope
3337 |
3338 | } else {
/host/spi-builder-workspace/.build/checkouts/BlueSocket/Sources/Socket/Socket.swift:3340:51: error: cannot find 'O_NONBLOCK' in scope
3338 | } else {
3339 |
3340 | result = fcntl(self.socketfd, F_SETFL, flags | O_NONBLOCK)
| `- error: cannot find 'O_NONBLOCK' in scope
3341 | }
3342 |
/host/spi-builder-workspace/.build/checkouts/BlueSocket/Sources/Socket/Socket.swift:3367:19: error: cannot assign value of type 'Int' to type 'time_t' (aka 'Int64')
3365 | // First get seconds...
3366 | let secs = Int(Double(value / 1000))
3367 | timer.tv_sec = secs
| `- error: cannot assign value of type 'Int' to type 'time_t' (aka 'Int64')
3368 |
3369 | // Now get the leftover millisecs...
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
warning: you may be able to install openssl using your system-packager:
apt-get install openssl libssl-dev
warning: you may be able to install libz using your system-packager:
apt-get install libz-dev
warning: you may be able to install openssl using your system-packager:
apt-get install openssl libssl-dev
warning: you may be able to install libz using your system-packager:
apt-get install libz-dev
[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/422] Compiling tls_record.cc
[0/422] Compiling tls13_server.cc
[0/422] Compiling ssl_x509.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>
| ^~~~~~~~~~~
[0/422] Compiling tls13_client.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_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/422] Compiling tls13_both.cc
[0/422] Compiling tls13_enc.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/422] Compiling tls_method.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>
| ^~~~~~~~~~~
[0/422] Compiling t1_enc.cc
BUILD FAILURE 6.1 wasm