Build Information
Failed to build KituraWebSocket, reference 2.1.200 (9864e3
), with Swift 6.1 for Linux on 26 Apr 2025 04:09:02 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.61.0
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: linux
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-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -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
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/Kitura/BlueCryptor.git
Fetching https://github.com/Kitura/Kitura-NIO.git
Fetching https://github.com/Kitura/Kitura-WebSocket-Compression.git
[1/1654] Fetching bluecryptor
[266/1762] Fetching bluecryptor, kitura-websocket-compression
[589/5233] Fetching bluecryptor, kitura-websocket-compression, kitura-nio
Fetched https://github.com/Kitura/Kitura-WebSocket-Compression.git from cache (0.26s)
[5125/5125] Fetching bluecryptor, kitura-nio
Fetched https://github.com/Kitura/BlueCryptor.git from cache (0.34s)
Fetched https://github.com/Kitura/Kitura-NIO.git from cache (0.34s)
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.96s)
Fetching https://github.com/apple/swift-nio.git
[1/75431] Fetching swift-nio
Fetched https://github.com/apple/swift-nio.git from cache (4.68s)
Computing version for https://github.com/Kitura/BlueCryptor.git
Computed https://github.com/Kitura/BlueCryptor.git at 1.0.200 (5.27s)
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 (0.80s)
Fetching https://github.com/apple/swift-nio-extras.git
Fetching https://github.com/Kitura/LoggerAPI.git
Fetching https://github.com/apple/swift-nio-ssl.git
Fetching https://github.com/Kitura/BlueSSLService.git
[1/771] Fetching loggerapi
[772/2848] Fetching loggerapi, bluesslservice
[2849/8510] Fetching loggerapi, bluesslservice, swift-nio-extras
Fetched https://github.com/Kitura/LoggerAPI.git from cache (0.28s)
[5984/7739] Fetching bluesslservice, swift-nio-extras
[7740/22532] Fetching bluesslservice, swift-nio-extras, swift-nio-ssl
Fetched https://github.com/Kitura/BlueSSLService.git from cache (1.79s)
Fetched https://github.com/apple/swift-nio-extras.git from cache (1.79s)
Fetched https://github.com/apple/swift-nio-ssl.git from cache (1.81s)
Computing version for https://github.com/Kitura/LoggerAPI.git
Computed https://github.com/Kitura/LoggerAPI.git at 1.9.200 (2.41s)
Fetching https://github.com/apple/swift-log.git
[1/3836] Fetching swift-log
Fetched https://github.com/apple/swift-log.git from cache (0.36s)
Computing version for https://github.com/Kitura/BlueSSLService.git
Computed https://github.com/Kitura/BlueSSLService.git at 1.0.200 (0.93s)
Fetching https://github.com/Kitura/BlueSocket.git
[1/2942] Fetching bluesocket
Fetched https://github.com/Kitura/BlueSocket.git from cache (0.33s)
Computing version for https://github.com/Kitura/BlueSocket.git
Computed https://github.com/Kitura/BlueSocket.git at 1.0.200 (0.89s)
Computing version for https://github.com/Kitura/OpenSSL.git
Computed https://github.com/Kitura/OpenSSL.git at 2.3.1 (2.32s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (0.62s)
Computing version for https://github.com/apple/swift-nio-extras.git
Computed https://github.com/apple/swift-nio-extras.git at 1.26.0 (0.62s)
Fetching https://github.com/apple/swift-algorithms.git
Fetching https://github.com/apple/swift-http-structured-headers.git
Fetching https://github.com/apple/swift-http-types.git
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/apple/swift-nio-http2.git
[1/1127] Fetching swift-http-structured-headers
[869/2031] Fetching swift-http-structured-headers, swift-http-types
[2032/3736] Fetching swift-http-structured-headers, swift-http-types, swift-atomics
[2391/9639] Fetching swift-http-structured-headers, swift-http-types, swift-atomics, swift-algorithms
[3329/21131] Fetching swift-http-structured-headers, swift-http-types, swift-atomics, swift-algorithms, swift-nio-http2
Fetched https://github.com/apple/swift-http-types.git from cache (0.34s)
[6150/20227] Fetching swift-http-structured-headers, swift-atomics, swift-algorithms, swift-nio-http2
Fetched https://github.com/apple/swift-atomics.git from cache (0.50s)
Fetched https://github.com/apple/swift-algorithms.git from cache (0.51s)
[3886/12619] Fetching swift-http-structured-headers, swift-nio-http2
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (1.20s)
Fetched https://github.com/apple/swift-nio-http2.git from cache (1.21s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (1.79s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.82.0 (0.85s)
Fetching https://github.com/apple/swift-system.git
Fetching https://github.com/apple/swift-collections.git
[1/4353] Fetching swift-system
[4354/20595] Fetching swift-system, swift-collections
Fetched https://github.com/apple/swift-system.git from cache (3.47s)
Fetched https://github.com/apple/swift-collections.git from cache (3.50s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (6.27s)
Fetching https://github.com/apple/swift-numerics.git
[1/5674] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.43s)
Computing version for https://github.com/apple/swift-http-structured-headers.git
Computed https://github.com/apple/swift-http-structured-headers.git at 1.2.2 (1.26s)
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.59s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.4.2 (0.62s)
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-collections.git
Computed https://github.com/apple/swift-collections.git at 1.1.4 (1.34s)
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.99s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.30.0 (1.13s)
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/BlueCryptor.git
Working copy of https://github.com/Kitura/BlueCryptor.git resolved at 1.0.200
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/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-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-extras.git
Working copy of https://github.com/apple/swift-nio-extras.git resolved at 1.26.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/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-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-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/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-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/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-http-structured-headers.git
Working copy of https://github.com/apple/swift-http-structured-headers.git resolved at 1.2.2
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.82.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.30.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-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.1.4
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
warning: you may be able to install libz using your system-packager:
apt-get install libz-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
[4/465] Compiling a_d2i_fp.cc
[5/465] Write sources
[7/465] Compiling cpu_aarch64_apple.cc
[8/465] Write sources
[25/465] Compiling _AtomicsShims.c
[26/465] Compiling CNIOWindows shim.c
[27/465] Compiling CNIOWindows WSAStartup.c
[28/465] Compiling CNIOWASI CNIOWASI.c
[28/465] Compiling a_dup.cc
[30/465] Compiling CNIOSHA1 c_nio_sha1.c
[31/465] Compiling CNIOLinux liburing_shims.c
[32/465] Compiling conf.cc
[33/465] Compiling CNIOLLHTTP c_nio_http.c
[34/465] Compiling CNIOLinux shim.c
[35/465] Compiling CNIODarwin shim.c
[36/465] Write swift-version-24593BA9C3E375BF.txt
[37/465] Compiling CNIOLLHTTP c_nio_api.c
[38/465] Compiling a_bool.cc
[39/465] Compiling fiat_p256_adx_sqr.S
[40/465] Compiling fiat_p256_adx_mul.S
[41/465] Compiling CNIOLLHTTP c_nio_llhttp.c
[42/471] Compiling v3_conf.cc
[43/483] Compiling v3_cpols.cc
[44/497] Compiling fiat_curve25519_adx_square.S
[45/497] Compiling CNIOBoringSSLShims shims.c
[46/497] Compiling fiat_curve25519_adx_mul.S
[47/497] Compiling tls_record.cc
[48/497] Compiling tls_method.cc
[49/497] Compiling tls13_server.cc
[51/497] Compiling InternalCollectionsUtilities UInt+reversed.swift
[52/497] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[53/499] Compiling InternalCollectionsUtilities _SortedCollection.swift
[54/499] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[55/499] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[56/499] Compiling InternalCollectionsUtilities Integer rank.swift
[57/499] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[58/499] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+SE-0370.swift
[59/499] Compiling InternalCollectionsUtilities UnsafeMutablePointer+SE-0370.swift
[60/499] Compiling InternalCollectionsUtilities UnsafeRawPointer extensions.swift
[61/499] Emitting module InternalCollectionsUtilities
[62/499] Compiling InternalCollectionsUtilities Debugging.swift
[63/499] Compiling InternalCollectionsUtilities Descriptions.swift
[64/499] Emitting module _NIOBase64
[65/499] Compiling _NIOBase64 Base64.swift
[66/499] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[67/499] Compiling InternalCollectionsUtilities Specialize.swift
[68/500] Compiling _NIODataStructures PriorityQueue.swift
[69/500] Compiling _NIODataStructures _TinyArray.swift
[70/500] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[71/500] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[73/500] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[74/500] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[74/501] Compiling tls13_enc.cc
[76/501] Wrapping AST for _NIOBase64 for debugging
[77/501] Compiling tls13_client.cc
[78/501] Compiling tls13_both.cc
[79/504] Wrapping AST for InternalCollectionsUtilities for debugging
[81/516] Compiling DequeModule Deque+CustomReflectable.swift
[82/516] Compiling DequeModule Deque+Descriptions.swift
[83/518] Compiling DequeModule _DequeBuffer.swift
[84/518] Compiling DequeModule _DequeBufferHeader.swift
[85/518] Compiling Logging MetadataProvider.swift
[86/518] Compiling Logging Locks.swift
[87/518] Emitting module Logging
[88/518] Compiling DequeModule Deque+Extras.swift
[89/518] Compiling DequeModule Deque+Hashable.swift
[90/518] Compiling DequeModule Deque+Equatable.swift
[91/518] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[92/518] Compiling _NIODataStructures Heap.swift
[93/518] Emitting module _NIODataStructures
[94/519] Compiling Logging LogHandler.swift
[95/519] Compiling Logging Logging.swift
[98/522] Compiling DequeModule _DequeSlot.swift
[99/522] Compiling DequeModule _UnsafeWrappedBuffer.swift
[99/522] Compiling t1_enc.cc
[101/522] Compiling DequeModule Deque+Testing.swift
[102/522] Compiling DequeModule Deque._Storage.swift
[103/522] Compiling DequeModule Deque._UnsafeHandle.swift
[104/522] Compiling DequeModule Deque.swift
[105/522] Compiling Socket SocketProtocols.swift
[106/522] Emitting module Socket
[107/522] Compiling Socket Socket.swift
[108/522] Compiling Socket SocketUtils.swift
[109/522] Compiling LoggerAPI Logger.swift
[110/522] Compiling DequeModule Deque+Codable.swift
[111/522] Compiling DequeModule Deque+Collection.swift
[111/522] Wrapping AST for _NIODataStructures for debugging
[113/522] Emitting module LoggerAPI
[115/524] Wrapping AST for Logging for debugging
[117/524] Emitting module DequeModule
[117/525] Wrapping AST for LoggerAPI for debugging
[118/525] Compiling ssl_stat.cc
[119/525] Compiling ssl_transcript.cc
[121/525] Compiling ssl_versions.cc
[122/525] Wrapping AST for Socket for debugging
[123/528] Wrapping AST for DequeModule for debugging
[124/528] Compiling ssl_x509.cc
[126/528] Compiling SSLService SSLPointerTricks.swift
[126/528] Compiling ssl_privkey.cc
[128/528] Compiling SSLService SSLService.swift
/host/spi-builder-workspace/.build/checkouts/BlueSSLService/Sources/SSLService/SSLService.swift:1322:8: error: cannot find 'SSL_get_peer_certificate' in scope
1320 | }
1321 |
1322 | if SSL_get_peer_certificate(.make(optional: sslConnect)) != nil {
| `- error: cannot find 'SSL_get_peer_certificate' in scope
1323 |
1324 | let rc = SSL_get_verify_result(.make(optional: sslConnect))
/host/spi-builder-workspace/.build/checkouts/BlueSSLService/Sources/SSLService/SSLService.swift:1322:34: error: cannot infer contextual base in reference to member 'make'
1320 | }
1321 |
1322 | if SSL_get_peer_certificate(.make(optional: sslConnect)) != nil {
| `- error: cannot infer contextual base in reference to member 'make'
1323 |
1324 | let rc = SSL_get_verify_result(.make(optional: sslConnect))
[129/528] Emitting module SSLService
[129/528] Compiling ssl_cert.cc
[129/528] Compiling ssl_session.cc
[129/528] Compiling ssl_credential.cc
[129/528] Compiling ssl_lib.cc
[129/528] Compiling ssl_key_share.cc
[129/528] Compiling ssl_cipher.cc
[129/528] Compiling ssl_file.cc
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
warning: you may be able to install libz using your system-packager:
apt-get install libz-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...
[0/407] Compiling ssl_cert.cc
[1/407] Compiling ssl_credential.cc
[2/407] Compiling ssl_session.cc
[3/407] Compiling ssl_key_share.cc
[4/407] Write swift-version-24593BA9C3E375BF.txt
[5/407] Compiling ssl_buffer.cc
[6/407] Compiling ssl_file.cc
[7/407] Compiling ssl_cipher.cc
[8/417] Compiling ssl_lib.cc
[10/417] Emitting module _NIODataStructures
[11/422] Compiling _NIODataStructures PriorityQueue.swift
[12/422] Compiling _NIODataStructures Heap.swift
[13/422] Compiling Socket SocketProtocols.swift
[14/422] Compiling Socket SocketUtils.swift
[15/422] Emitting module _NIOBase64
[16/422] Compiling _NIOBase64 Base64.swift
[17/423] Compiling Logging LogHandler.swift
[18/423] Compiling _NIODataStructures _TinyArray.swift
[20/423] Compiling Logging MetadataProvider.swift
[21/422] Compiling ssl_aead_ctx.cc
[22/422] Compiling ssl_asn1.cc
[24/422] Compiling Logging Locks.swift
[24/439] Compiling s3_pkt.cc
[25/439] Compiling s3_lib.cc
[27/439] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[28/439] Compiling InternalCollectionsUtilities Specialize.swift
[29/441] Compiling InternalCollectionsUtilities Debugging.swift
[30/441] Compiling InternalCollectionsUtilities Descriptions.swift
[31/441] Compiling InternalCollectionsUtilities _SortedCollection.swift
[32/441] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[33/441] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+SE-0370.swift
[34/441] Compiling InternalCollectionsUtilities UnsafeMutablePointer+SE-0370.swift
[35/441] Compiling InternalCollectionsUtilities UnsafeRawPointer extensions.swift
[36/441] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[37/441] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[38/441] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[39/441] Compiling InternalCollectionsUtilities Integer rank.swift
[40/441] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[41/441] Emitting module InternalCollectionsUtilities
[42/441] Compiling Logging Logging.swift
[43/441] Emitting module Logging
[45/442] Compiling InternalCollectionsUtilities UInt+reversed.swift
[46/442] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[47/442] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[48/442] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[49/443] Compiling s3_both.cc
[50/443] Compiling handshake_client.cc
[51/443] Compiling handshake_server.cc
[53/443] Emitting module Socket
[54/443] Compiling Socket Socket.swift
[54/444] Compiling handshake.cc
[56/444] Compiling handoff.cc
[57/445] Wrapping AST for Logging for debugging
[59/445] Emitting module LoggerAPI
[60/445] Compiling LoggerAPI Logger.swift
[62/463] Emitting module SSLService
[63/463] Compiling DequeModule _DequeBuffer.swift
[64/463] Compiling DequeModule _DequeBufferHeader.swift
[65/465] Compiling DequeModule Deque+CustomReflectable.swift
[66/465] Compiling DequeModule Deque+Descriptions.swift
[66/465] Compiling encrypted_client_hello.cc
[67/465] Compiling d1_pkt.cc
[68/465] Wrapping AST for InternalCollectionsUtilities for debugging
[70/465] Compiling DequeModule Deque+Testing.swift
[71/465] Compiling DequeModule Deque._Storage.swift
[72/465] Compiling SSLService SSLPointerTricks.swift
[73/465] Compiling SSLService SSLService.swift
/host/spi-builder-workspace/.build/checkouts/BlueSSLService/Sources/SSLService/SSLService.swift:1322:8: error: cannot find 'SSL_get_peer_certificate' in scope
1320 | }
1321 |
1322 | if SSL_get_peer_certificate(.make(optional: sslConnect)) != nil {
| `- error: cannot find 'SSL_get_peer_certificate' in scope
1323 |
1324 | let rc = SSL_get_verify_result(.make(optional: sslConnect))
/host/spi-builder-workspace/.build/checkouts/BlueSSLService/Sources/SSLService/SSLService.swift:1322:34: error: cannot infer contextual base in reference to member 'make'
1320 | }
1321 |
1322 | if SSL_get_peer_certificate(.make(optional: sslConnect)) != nil {
| `- error: cannot infer contextual base in reference to member 'make'
1323 |
1324 | let rc = SSL_get_verify_result(.make(optional: sslConnect))
[74/465] Compiling DequeModule Deque+Extras.swift
[75/465] Compiling DequeModule Deque+Hashable.swift
[76/465] Compiling DequeModule Deque+Equatable.swift
[77/465] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[77/465] Compiling d1_lib.cc
[77/465] Compiling dtls_method.cc
[77/465] Compiling d1_both.cc
[77/465] Compiling d1_srtp.cc
[77/465] Compiling extensions.cc
[77/465] Compiling dtls_record.cc
BUILD FAILURE 6.1 linux