Build Information
Failed to build Nats, reference 2.0.9 (3f3bbe
), with Swift 6.1 for Linux on 25 Apr 2025 10:04:26 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/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/hjuraev/nats-swift.git
Reference: 2.0.9
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/hjuraev/nats-swift
* tag 2.0.9 -> FETCH_HEAD
HEAD is now at 3f3bbe3 fix
Cloned https://github.com/hjuraev/nats-swift.git
Revision (git rev-parse @):
3f3bbe35f0403d82cb1bb62afae1791a4b5d2269
SUCCESS checkout https://github.com/hjuraev/nats-swift.git at 2.0.9
========================================
Build
========================================
Selected platform: linux
Swift version: 6.1
Building package at path: $PWD
https://github.com/hjuraev/nats-swift.git
https://github.com/hjuraev/nats-swift.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "vapor",
"requirement" : {
"range" : [
{
"lower_bound" : "3.0.0",
"upper_bound" : "4.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/vapor/vapor.git"
},
{
"identity" : "swift-protobuf",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-protobuf.git"
}
],
"manifest_display_name" : "Nats",
"name" : "Nats",
"path" : "/host/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "Nats",
"targets" : [
"Nats"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "NatsBenchmark",
"targets" : [
"NatsBenchmark"
],
"type" : {
"executable" : null
}
}
],
"targets" : [
{
"c99name" : "NatsBenchmark",
"module_type" : "SwiftTarget",
"name" : "NatsBenchmark",
"path" : "Sources/NatsBenchmark",
"product_memberships" : [
"NatsBenchmark"
],
"sources" : [
"main.swift"
],
"target_dependencies" : [
"Nats"
],
"type" : "executable"
},
{
"c99name" : "Nats",
"module_type" : "SwiftTarget",
"name" : "Nats",
"path" : "Sources/Nats",
"product_dependencies" : [
"Vapor",
"SwiftProtobuf"
],
"product_memberships" : [
"Nats",
"NatsBenchmark"
],
"sources" : [
"Handlers/NatsDecoder.swift",
"Handlers/NatsEncoder.swift",
"Handlers/NatsHandler.swift",
"Nats.swift",
"NatsMessage/Message.swift",
"NatsMessage/NatProtocol.swift",
"Streaming/StreamingClose.swift",
"Streaming/StreamingConnect.swift",
"Streaming/proto.swift"
],
"type" : "library"
}
],
"tools_version" : "5.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/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/vapor/vapor.git
Fetching https://github.com/apple/swift-protobuf.git
[1/74298] Fetching vapor
[14861/112802] Fetching vapor, swift-protobuf
Fetched https://github.com/vapor/vapor.git from cache (5.26s)
Fetched https://github.com/apple/swift-protobuf.git from cache (5.29s)
Computing version for https://github.com/vapor/vapor.git
Computed https://github.com/vapor/vapor.git at 3.3.3 (7.54s)
Fetching https://github.com/vapor/validation.git
Fetching https://github.com/vapor/routing.git
Fetching https://github.com/vapor/template-kit.git
Fetching https://github.com/vapor/service.git
Fetching https://github.com/vapor/websocket.git
Fetching https://github.com/vapor/url-encoded-form.git
[1/579] Fetching validation
[580/1861] Fetching validation, template-kit
[1862/2242] Fetching validation, template-kit, url-encoded-form
[2243/3161] Fetching validation, template-kit, url-encoded-form, service
[2289/23884] Fetching validation, template-kit, url-encoded-form, service, routing
[5028/26417] Fetching validation, template-kit, url-encoded-form, service, routing, websocket
Fetched https://github.com/vapor/validation.git from cache (0.30s)
[7439/25838] Fetching template-kit, url-encoded-form, service, routing, websocket
Fetching https://github.com/vapor/multipart.git
Fetched https://github.com/vapor/service.git from cache (0.41s)
[19739/24919] Fetching template-kit, url-encoded-form, routing, websocket
Fetched https://github.com/vapor/template-kit.git from cache (0.41s)
Fetched https://github.com/vapor/url-encoded-form.git from cache (0.41s)
[18490/23256] Fetching routing, websocket
Fetched https://github.com/vapor/websocket.git from cache (0.42s)
Fetching https://github.com/vapor/crypto.git
Fetching https://github.com/vapor/http.git
[15958/23919] Fetching routing, multipart
[18003/49386] Fetching routing, multipart, http
[18768/52172] Fetching routing, multipart, http, crypto
Fetched https://github.com/vapor/routing.git from cache (1.19s)
Fetching https://github.com/vapor/console.git
[25045/31449] Fetching multipart, http, crypto
[29884/36934] Fetching multipart, http, crypto, console
Fetched https://github.com/vapor/console.git from cache (0.98s)
Fetching https://github.com/vapor/core.git
Fetching https://github.com/vapor/database-kit.git
Fetched https://github.com/vapor/crypto.git from cache (1.76s)
Fetched https://github.com/vapor/http.git from cache (1.78s)
Fetched https://github.com/vapor/multipart.git from cache (2.07s)
[1/1181] Fetching database-kit
[1182/21324] Fetching database-kit, core
Fetched https://github.com/vapor/database-kit.git from cache (0.87s)
Fetched https://github.com/vapor/core.git from cache (0.88s)
Computing version for https://github.com/vapor/http.git
Computed https://github.com/vapor/http.git at 3.4.0 (3.57s)
Fetching https://github.com/apple/swift-nio-ssl.git
Fetching https://github.com/apple/swift-nio.git
[1/14793] Fetching swift-nio-ssl
[1481/90224] Fetching swift-nio-ssl, swift-nio
Fetched https://github.com/apple/swift-nio-ssl.git from cache (1.55s)
[54311/75431] Fetching swift-nio
Fetched https://github.com/apple/swift-nio.git from cache (4.29s)
Computing version for https://github.com/vapor/validation.git
Computed https://github.com/vapor/validation.git at 2.1.1 (4.78s)
Computing version for https://github.com/vapor/service.git
Computed https://github.com/vapor/service.git at 1.0.2 (0.47s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 1.14.4 (0.51s)
Fetching https://github.com/apple/swift-nio-zlib-support.git
[1/15] Fetching swift-nio-zlib-support
Fetched https://github.com/apple/swift-nio-zlib-support.git from cache (0.19s)
Computing version for https://github.com/apple/swift-nio-zlib-support.git
Computed https://github.com/apple/swift-nio-zlib-support.git at 1.0.0 (2.55s)
Computing version for https://github.com/vapor/routing.git
Computed https://github.com/vapor/routing.git at 3.1.0 (3.55s)
Computing version for https://github.com/vapor/websocket.git
Computed https://github.com/vapor/websocket.git at 1.1.2 (0.50s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 1.4.0 (0.69s)
Fetching https://github.com/apple/swift-nio-ssl-support.git
[1/16] Fetching swift-nio-ssl-support
Fetched https://github.com/apple/swift-nio-ssl-support.git from cache (0.80s)
Computing version for https://github.com/apple/swift-nio-ssl-support.git
Computed https://github.com/apple/swift-nio-ssl-support.git at 1.0.0 (1.38s)
Computing version for https://github.com/vapor/crypto.git
Computed https://github.com/vapor/crypto.git at 3.4.1 (0.55s)
Computing version for https://github.com/vapor/console.git
Computed https://github.com/vapor/console.git at 3.1.1 (0.79s)
Computing version for https://github.com/vapor/database-kit.git
Computed https://github.com/vapor/database-kit.git at 1.3.3 (1.09s)
Computing version for https://github.com/vapor/url-encoded-form.git
Computed https://github.com/vapor/url-encoded-form.git at 1.1.0 (0.49s)
Computing version for https://github.com/vapor/template-kit.git
Computed https://github.com/vapor/template-kit.git at 1.5.0 (0.52s)
Computing version for https://github.com/vapor/multipart.git
Computed https://github.com/vapor/multipart.git at 3.1.3 (0.47s)
Computing version for https://github.com/vapor/core.git
Computed https://github.com/vapor/core.git at 3.10.1 (0.49s)
Computing version for https://github.com/apple/swift-protobuf.git
Computed https://github.com/apple/swift-protobuf.git at 1.29.0 (0.43s)
Creating working copy for https://github.com/vapor/http.git
Working copy of https://github.com/vapor/http.git resolved at 3.4.0
Creating working copy for https://github.com/vapor/database-kit.git
Working copy of https://github.com/vapor/database-kit.git resolved at 1.3.3
Creating working copy for https://github.com/vapor/core.git
Working copy of https://github.com/vapor/core.git resolved at 3.10.1
Creating working copy for https://github.com/vapor/url-encoded-form.git
Working copy of https://github.com/vapor/url-encoded-form.git resolved at 1.1.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 1.4.0
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 1.14.4
Creating working copy for https://github.com/apple/swift-nio-ssl-support.git
Working copy of https://github.com/apple/swift-nio-ssl-support.git resolved at 1.0.0
Creating working copy for https://github.com/apple/swift-protobuf.git
Working copy of https://github.com/apple/swift-protobuf.git resolved at 1.29.0
Creating working copy for https://github.com/vapor/crypto.git
Working copy of https://github.com/vapor/crypto.git resolved at 3.4.1
Creating working copy for https://github.com/vapor/validation.git
Working copy of https://github.com/vapor/validation.git resolved at 2.1.1
Creating working copy for https://github.com/vapor/multipart.git
Working copy of https://github.com/vapor/multipart.git resolved at 3.1.3
Creating working copy for https://github.com/vapor/template-kit.git
Working copy of https://github.com/vapor/template-kit.git resolved at 1.5.0
Creating working copy for https://github.com/vapor/websocket.git
Working copy of https://github.com/vapor/websocket.git resolved at 1.1.2
Creating working copy for https://github.com/vapor/service.git
Working copy of https://github.com/vapor/service.git resolved at 1.0.2
Creating working copy for https://github.com/vapor/vapor.git
Working copy of https://github.com/vapor/vapor.git resolved at 3.3.3
Creating working copy for https://github.com/apple/swift-nio-zlib-support.git
Working copy of https://github.com/apple/swift-nio-zlib-support.git resolved at 1.0.0
Creating working copy for https://github.com/vapor/routing.git
Working copy of https://github.com/vapor/routing.git resolved at 3.1.0
Creating working copy for https://github.com/vapor/console.git
Working copy of https://github.com/vapor/console.git resolved at 3.1.1
warning: 'swift-nio-ssl-support': ignoring declared target(s) 'swift-nio-ssl-support' in the system package
warning: 'swift-nio-zlib-support': ignoring declared target(s) 'swift-nio-zlib-support' in the system package
[1/1] Compiling plugin SwiftProtobufPlugin
Building for debugging...
[1/80] Write sources
[6/80] Copying PrivacyInfo.xcprivacy
[6/80] Write sources
[31/80] Compiling CNIOZlib empty.c
[32/80] Compiling CNIODarwin shim.c
[32/80] Compiling CNIOSHA1 c_nio_sha1.c
[34/80] Compiling CNIOLinux ifaddrs-android.c
[35/80] Compiling CNIOLinux shim.c
[36/80] Compiling CBcrypt blf.c
[37/80] Compiling CBase32 base32.c
[37/80] Write sources
[40/80] Compiling CBcrypt bcrypt.c
[41/80] Compiling CNIOHTTPParser c_nio_http_parser.c
[42/80] Compiling CNIOOpenSSL helpers.c
[43/80] Compiling CCryptoOpenSSL shim.c
[44/80] Compiling CNIOOpenSSL shims.c
[45/80] Write swift-version-24593BA9C3E375BF.txt
[47/172] Emitting module NIOPriorityQueue
[48/172] Compiling Debugging SourceLocation.swift
[49/172] Compiling NIOPriorityQueue PriorityQueue.swift
[49/172] Compiling c-atomics.c
[51/175] Compiling NIOPriorityQueue Heap.swift
[52/176] Emitting module COperatingSystem
[53/176] Compiling COperatingSystem libc.swift
[54/177] Compiling NIOConcurrencyHelpers lock.swift
[57/177] Compiling Debugging Demangler.swift
[58/177] Emitting module Debugging
[59/177] Compiling Debugging Debuggable.swift
[60/178] Compiling NIOConcurrencyHelpers atomics.swift
[61/178] Emitting module NIOConcurrencyHelpers
[61/178] Wrapping AST for COperatingSystem for debugging
[62/179] Wrapping AST for NIOPriorityQueue for debugging
[66/179] Compiling SwiftProtobuf Message+JSONAdditions.swift
[67/179] Compiling SwiftProtobuf Message+JSONAdditions_Data.swift
[68/179] Compiling SwiftProtobuf Message+JSONArrayAdditions.swift
[69/179] Compiling SwiftProtobuf Message+JSONArrayAdditions_Data.swift
[70/179] Compiling SwiftProtobuf Message+TextFormatAdditions.swift
[71/179] Compiling SwiftProtobuf Message.swift
[72/179] Compiling SwiftProtobuf MessageExtension.swift
[73/179] Compiling SwiftProtobuf NameMap.swift
[74/179] Compiling SwiftProtobuf PathDecoder.swift
[75/179] Compiling SwiftProtobuf PathVisitor.swift
[76/179] Compiling SwiftProtobuf ProtoNameProviding.swift
[77/179] Compiling SwiftProtobuf ProtobufAPIVersionCheck.swift
[78/179] Compiling SwiftProtobuf ProtobufMap.swift
[79/179] Compiling SwiftProtobuf SelectiveVisitor.swift
[80/179] Compiling SwiftProtobuf SimpleExtensionMap.swift
[81/179] Compiling SwiftProtobuf StringUtils.swift
[82/179] Compiling SwiftProtobuf SwiftProtobufContiguousBytes.swift
[83/179] Compiling SwiftProtobuf SwiftProtobufError.swift
[84/179] Compiling SwiftProtobuf TextFormatDecoder.swift
[85/179] Compiling SwiftProtobuf TextFormatDecodingError.swift
[86/179] Compiling SwiftProtobuf TextFormatDecodingOptions.swift
[87/179] Compiling SwiftProtobuf TextFormatEncoder.swift
[88/179] Compiling SwiftProtobuf TextFormatEncodingOptions.swift
[88/190] Wrapping AST for Debugging for debugging
[90/190] Compiling SwiftProtobuf Google_Protobuf_Duration+Extensions.swift
[91/190] Compiling SwiftProtobuf Google_Protobuf_FieldMask+Extensions.swift
[92/190] Compiling SwiftProtobuf Google_Protobuf_ListValue+Extensions.swift
[93/190] Compiling SwiftProtobuf Google_Protobuf_NullValue+Extensions.swift
[94/190] Compiling SwiftProtobuf Google_Protobuf_Struct+Extensions.swift
[95/190] Compiling SwiftProtobuf Google_Protobuf_Timestamp+Extensions.swift
[96/190] Compiling SwiftProtobuf Google_Protobuf_Value+Extensions.swift
[97/190] Compiling SwiftProtobuf Google_Protobuf_Wrappers+Extensions.swift
[98/190] Compiling SwiftProtobuf HashVisitor.swift
[99/190] Compiling SwiftProtobuf Internal.swift
[100/190] Compiling SwiftProtobuf JSONDecoder.swift
[101/190] Compiling SwiftProtobuf JSONDecodingError.swift
[102/190] Compiling SwiftProtobuf CustomJSONCodable.swift
[103/190] Compiling SwiftProtobuf Decoder.swift
[104/190] Compiling SwiftProtobuf DoubleParser.swift
[105/190] Compiling SwiftProtobuf Enum.swift
[106/190] Compiling SwiftProtobuf ExtensibleMessage.swift
[107/190] Compiling SwiftProtobuf ExtensionFieldValueSet.swift
[108/190] Compiling SwiftProtobuf ExtensionFields.swift
[109/190] Compiling SwiftProtobuf ExtensionMap.swift
[110/190] Compiling SwiftProtobuf FieldTag.swift
[111/190] Compiling SwiftProtobuf FieldTypes.swift
[112/190] Compiling SwiftProtobuf Google_Protobuf_Any+Extensions.swift
[113/190] Compiling SwiftProtobuf Google_Protobuf_Any+Registry.swift
[113/190] Wrapping AST for NIOConcurrencyHelpers for debugging
[115/240] Compiling NIO Resolver.swift
[116/240] Compiling NIO Selectable.swift
[117/240] Compiling NIO Selector.swift
[118/240] Compiling NIO ServerSocket.swift
[119/240] Compiling NIO Socket.swift
[120/240] Compiling NIO SocketAddresses.swift
[121/240] Compiling NIO MarkedCircularBuffer.swift
[122/240] Compiling NIO MulticastChannel.swift
[123/240] Compiling NIO NIOAny.swift
[124/240] Compiling NIO NonBlockingFileIO.swift
[125/240] Compiling NIO PendingDatagramWritesManager.swift
[126/240] Compiling NIO PendingWritesManager.swift
[127/240] Compiling SwiftProtobuf TextFormatEncodingVisitor.swift
[128/240] Compiling SwiftProtobuf TextFormatScanner.swift
[129/240] Compiling SwiftProtobuf TimeUtils.swift
[130/240] Compiling SwiftProtobuf UnknownStorage.swift
[131/240] Compiling SwiftProtobuf UnsafeRawPointer+Shims.swift
[132/240] Compiling SwiftProtobuf Varint.swift
[133/240] Compiling SwiftProtobuf Version.swift
[134/240] Compiling SwiftProtobuf Visitor.swift
[135/240] Compiling SwiftProtobuf WireFormat.swift
[136/240] Compiling SwiftProtobuf ZigZag.swift
[137/240] Compiling SwiftProtobuf any.pb.swift
[138/240] Compiling NIO CompositeError.swift
[139/240] Compiling NIO ContiguousCollection.swift
[140/240] Compiling NIO DeadChannel.swift
[141/240] Compiling NIO Embedded.swift
[142/240] Compiling NIO Heap.swift
[143/240] Compiling NIO IO.swift
[144/240] Compiling NIO IOData.swift
[145/240] Compiling NIO IntegerTypes.swift
[146/240] Compiling NIO Interfaces.swift
[147/240] Compiling NIO Linux.swift
[148/240] Compiling NIO LinuxCPUSet.swift
[149/240] Compiling NIO RecvByteBufferAllocator.swift
[150/240] Emitting module SwiftProtobuf
[151/240] Compiling NIO ByteBuffer-int.swift
[152/240] Compiling NIO ByteBuffer-views.swift
[153/240] Compiling NIO Channel.swift
[154/240] Compiling NIO ChannelHandler.swift
[155/240] Compiling NIO ChannelHandlers.swift
[156/240] Compiling NIO ChannelInvoker.swift
[157/240] Compiling NIO ChannelOption.swift
[158/246] Emitting module NIO
[179/246] Compiling NIO PriorityQueue.swift
[180/246] Compiling NIO EventLoop.swift
[181/246] Compiling NIO EventLoopFuture.swift
[182/246] Compiling NIO FileDescriptor.swift
[183/246] Compiling NIO FileHandle.swift
[184/246] Compiling NIO FileRegion.swift
[185/246] Compiling NIO GetaddrinfoResolver.swift
[186/246] Compiling NIO HappyEyeballs.swift
[187/246] Compiling NIO ChannelPipeline.swift
[188/246] Compiling NIO CircularBuffer.swift
[189/246] Compiling NIO Codec.swift
[194/246] Compiling NIO AddressedEnvelope.swift
[195/246] Compiling NIO BaseSocket.swift
[196/246] Compiling NIO BaseSocketChannel.swift
[197/246] Compiling NIO BlockingIOThreadPool.swift
[198/246] Compiling NIO Bootstrap.swift
[199/246] Compiling NIO ByteBuffer-aux.swift
[200/246] Compiling NIO ByteBuffer-core.swift
[201/246] Compiling NIO SocketChannel.swift
[202/246] Compiling NIO SocketOptionProvider.swift
[203/246] Compiling NIO System.swift
[204/246] Compiling NIO Thread.swift
[205/246] Compiling NIO TypeAssistedChannelHandler.swift
[206/246] Compiling NIO Utilities.swift
[207/255] Wrapping AST for NIO for debugging
[209/289] Compiling NIOTLS TLSEvents.swift
[210/289] Emitting module Async
[211/290] Compiling NIOHTTP1 HTTPServerProtocolErrorHandler.swift
[212/291] Emitting module NIOTLS
[213/291] Compiling Bits ByteBuffer+require.swift
[214/291] Compiling Bits ByteBuffer+string.swift
[215/291] Emitting module NIOFoundationCompat
[216/291] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[217/291] Compiling Bits Byte+Control.swift
[218/291] Compiling Bits Byte+Digit.swift
[221/291] Compiling NIOHTTP1 ByteCollectionUtils.swift
[222/291] Compiling NIOHTTP1 HTTPDecoder.swift
[223/291] Compiling Bits ByteBuffer+binaryFloatingPointOperations.swift
[224/291] Compiling Bits ByteBuffer+peek.swift
[225/293] Compiling Async FutureType.swift
[226/293] Compiling Async QueueHandler.swift
[227/293] Compiling Async Worker.swift
[233/293] Emitting module Bits
[236/293] Compiling Async Future+Map.swift
[237/293] Compiling Async Future+Transform.swift
[238/293] Compiling Async Future+Variadic.swift
[239/293] Compiling Async Future+Void.swift
[240/294] Compiling Bits Data+Strings.swift
[241/294] Compiling Bits Bytes.swift
[242/294] Compiling Bits Data+Bytes.swift
[243/294] Compiling Bits Deprecated.swift
[245/295] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[246/295] Compiling NIOTLS SNIHandler.swift
[248/296] Compiling NIOHTTP1 HTTPServerPipelineHandler.swift
[249/296] Compiling NIOHTTP1 HTTPUpgradeHandler.swift
[250/296] Wrapping AST for NIOFoundationCompat for debugging
[251/296] Wrapping AST for Bits for debugging
[252/296] Wrapping AST for Async for debugging
[254/314] Compiling NIOHTTP1 HTTPPipelineSetup.swift
[255/318] Compiling NIOHTTP1 HTTPEncoder.swift
[256/318] Compiling NIOHTTP1 HTTPTypes.swift
[257/321] Compiling NIOHTTP1 HTTPResponseCompressor.swift
[257/324] Wrapping AST for NIOTLS for debugging
[259/325] Compiling Core BasicKey.swift
[260/325] Compiling Core CaseInsensitiveString.swift
[261/325] Emitting module NIOHTTP1
[262/341] Compiling Core NotFound.swift
[263/341] Compiling Core OptionalType.swift
[264/341] Compiling Core Process+Execute.swift
[266/344] Emitting module Random
[267/344] Compiling Random RandomProtocol.swift
[268/344] Compiling Random URandom.swift
[268/344] Wrapping AST for NIOHTTP1 for debugging
[270/344] Compiling Random Array+Random.swift
[271/344] Compiling Random OSRandom.swift
[272/344] Compiling Core Reflectable.swift
[273/344] Compiling Core String+Utilities.swift
[274/344] Compiling Core Thread+Async.swift
[275/345] Compiling NIOOpenSSL SSLInit.swift
[276/345] Compiling NIOOpenSSL ByteBufferBIO.swift
[277/345] Compiling NIOOpenSSL IdentityVerification.swift
[279/354] Compiling NIOOpenSSL OpenSSLClientHandler.swift
[280/354] Compiling NIOOpenSSL SSLPrivateKey.swift
[281/354] Compiling NIOOpenSSL SSLPublicKey.swift
[282/354] Compiling NIOOpenSSL SSLPKCS12Bundle.swift
[283/354] Compiling NIOOpenSSL SSLPointerTricks.swift
[284/354] Compiling Core HeaderValue.swift
[285/354] Compiling NIOWebSocket Base64.swift
[286/354] Compiling NIOWebSocket SHA1.swift
[287/354] Compiling NIOOpenSSL SSLConnection.swift
[288/354] Compiling NIOOpenSSL SSLContext.swift
[288/354] Wrapping AST for Random for debugging
[290/354] Compiling NIOWebSocket WebSocketOpcode.swift
[291/355] Compiling NIOWebSocket WebSocketProtocolErrorHandler.swift
[292/355] Compiling NIOWebSocket WebSocketErrorCodes.swift
[293/355] Emitting module NIOOpenSSL
[294/357] Compiling NIOOpenSSL OpenSSLHandler.swift
[295/357] Compiling NIOOpenSSL OpenSSLServerHandler.swift
[296/357] Compiling NIOOpenSSL SSLErrors.swift
[297/357] Compiling NIOWebSocket WebSocketFrameEncoder.swift
[298/357] Emitting module NIOWebSocket
[303/357] Compiling NIOWebSocket WebSocketUpgrader.swift
[304/357] Compiling NIOWebSocket WebSocketFrameDecoder.swift
[307/357] Compiling NIOWebSocket WebSocketFrame.swift
[309/358] Compiling NIOOpenSSL SSLVerificationCallbacks.swift
[310/358] Compiling NIOOpenSSL TLSConfiguration.swift
/host/spi-builder-workspace/.build/checkouts/swift-nio-ssl/Sources/NIOOpenSSL/SSLConnection.swift:308:29: error: cannot find 'SSL_get_peer_certificate' in scope
306 | /// if available.
307 | func getPeerCertificate() -> OpenSSLCertificate? {
308 | guard let certPtr = SSL_get_peer_certificate(.make(optional: ssl)) else {
| `- error: cannot find 'SSL_get_peer_certificate' in scope
309 | return nil
310 | }
/host/spi-builder-workspace/.build/checkouts/swift-nio-ssl/Sources/NIOOpenSSL/SSLConnection.swift:308:55: error: cannot infer contextual base in reference to member 'make'
306 | /// if available.
307 | func getPeerCertificate() -> OpenSSLCertificate? {
308 | guard let certPtr = SSL_get_peer_certificate(.make(optional: ssl)) else {
| `- error: cannot infer contextual base in reference to member 'make'
309 | return nil
310 | }
/host/spi-builder-workspace/.build/checkouts/swift-nio-ssl/Sources/NIOOpenSSL/SSLContext.swift:130:34: error: cannot find 'SSL_OP_NO_COMPRESSION' in scope
128 | CNIOOpenSSL_SSL_CTX_set_mode(ctx, Int(SSL_MODE_RELEASE_BUFFERS | SSL_MODE_AUTO_RETRY))
129 |
130 | var opensslOptions = Int(SSL_OP_NO_COMPRESSION)
| `- error: cannot find 'SSL_OP_NO_COMPRESSION' in scope
131 |
132 | // Handle TLS versions
/usr/include/openssl/ssl.h:387:10: note: macro 'SSL_OP_NO_COMPRESSION' unavailable: structure not supported
385 | # define SSL_OP_NO_SESSION_RESUMPTION_ON_RENEGOTIATION SSL_OP_BIT(16)
386 | /* Don't use compression even if supported */
387 | # define SSL_OP_NO_COMPRESSION SSL_OP_BIT(17)
| `- note: macro 'SSL_OP_NO_COMPRESSION' unavailable: structure not supported
388 | /* Permit unsafe legacy renegotiation */
389 | # define SSL_OP_ALLOW_UNSAFE_LEGACY_RENEGOTIATION SSL_OP_BIT(18)
/host/spi-builder-workspace/.build/checkouts/swift-nio-ssl/Sources/NIOOpenSSL/SSLContext.swift:135:35: error: cannot find 'SSL_OP_NO_TLSv1_2' in scope
133 | switch configuration.minimumTLSVersion {
134 | case .tlsv13:
135 | opensslOptions |= Int(SSL_OP_NO_TLSv1_2)
| `- error: cannot find 'SSL_OP_NO_TLSv1_2' in scope
136 | fallthrough
137 | case .tlsv12:
/usr/include/openssl/ssl.h:420:10: note: macro 'SSL_OP_NO_TLSv1_2' unavailable: structure not supported
418 | # define SSL_OP_NO_SSLv3 SSL_OP_BIT(25)
419 | # define SSL_OP_NO_TLSv1 SSL_OP_BIT(26)
420 | # define SSL_OP_NO_TLSv1_2 SSL_OP_BIT(27)
| `- note: macro 'SSL_OP_NO_TLSv1_2' unavailable: structure not supported
421 | # define SSL_OP_NO_TLSv1_1 SSL_OP_BIT(28)
422 | # define SSL_OP_NO_TLSv1_3 SSL_OP_BIT(29)
/host/spi-builder-workspace/.build/checkouts/swift-nio-ssl/Sources/NIOOpenSSL/SSLContext.swift:138:35: error: cannot find 'SSL_OP_NO_TLSv1_1' in scope
136 | fallthrough
137 | case .tlsv12:
138 | opensslOptions |= Int(SSL_OP_NO_TLSv1_1)
| `- error: cannot find 'SSL_OP_NO_TLSv1_1' in scope
139 | fallthrough
140 | case .tlsv11:
/usr/include/openssl/ssl.h:421:10: note: macro 'SSL_OP_NO_TLSv1_1' unavailable: structure not supported
419 | # define SSL_OP_NO_TLSv1 SSL_OP_BIT(26)
420 | # define SSL_OP_NO_TLSv1_2 SSL_OP_BIT(27)
421 | # define SSL_OP_NO_TLSv1_1 SSL_OP_BIT(28)
| `- note: macro 'SSL_OP_NO_TLSv1_1' unavailable: structure not supported
422 | # define SSL_OP_NO_TLSv1_3 SSL_OP_BIT(29)
423 | # define SSL_OP_NO_DTLSv1 SSL_OP_BIT(26)
/host/spi-builder-workspace/.build/checkouts/swift-nio-ssl/Sources/NIOOpenSSL/SSLContext.swift:141:35: error: cannot find 'SSL_OP_NO_TLSv1' in scope
139 | fallthrough
140 | case .tlsv11:
141 | opensslOptions |= Int(SSL_OP_NO_TLSv1)
| `- error: cannot find 'SSL_OP_NO_TLSv1' in scope
142 | fallthrough
143 | case .tlsv1:
/usr/include/openssl/ssl.h:419:10: note: macro 'SSL_OP_NO_TLSv1' unavailable: structure not supported
417 | # define SSL_OP_NO_ANTI_REPLAY SSL_OP_BIT(24)
418 | # define SSL_OP_NO_SSLv3 SSL_OP_BIT(25)
419 | # define SSL_OP_NO_TLSv1 SSL_OP_BIT(26)
| `- note: macro 'SSL_OP_NO_TLSv1' unavailable: structure not supported
420 | # define SSL_OP_NO_TLSv1_2 SSL_OP_BIT(27)
421 | # define SSL_OP_NO_TLSv1_1 SSL_OP_BIT(28)
/host/spi-builder-workspace/.build/checkouts/swift-nio-ssl/Sources/NIOOpenSSL/SSLContext.swift:144:35: error: cannot find 'SSL_OP_NO_SSLv3' in scope
142 | fallthrough
143 | case .tlsv1:
144 | opensslOptions |= Int(SSL_OP_NO_SSLv3)
| `- error: cannot find 'SSL_OP_NO_SSLv3' in scope
145 | fallthrough
146 | case .sslv3:
/usr/include/openssl/ssl.h:418:10: note: macro 'SSL_OP_NO_SSLv3' unavailable: structure not supported
416 | */
417 | # define SSL_OP_NO_ANTI_REPLAY SSL_OP_BIT(24)
418 | # define SSL_OP_NO_SSLv3 SSL_OP_BIT(25)
| `- note: macro 'SSL_OP_NO_SSLv3' unavailable: structure not supported
419 | # define SSL_OP_NO_TLSv1 SSL_OP_BIT(26)
420 | # define SSL_OP_NO_TLSv1_2 SSL_OP_BIT(27)
/host/spi-builder-workspace/.build/checkouts/swift-nio-ssl/Sources/NIOOpenSSL/SSLContext.swift:155:35: error: cannot find 'SSL_OP_NO_SSLv3' in scope
153 | switch configuration.maximumTLSVersion {
154 | case .some(.sslv2):
155 | opensslOptions |= Int(SSL_OP_NO_SSLv3)
| `- error: cannot find 'SSL_OP_NO_SSLv3' in scope
156 | fallthrough
157 | case .some(.sslv3):
/usr/include/openssl/ssl.h:418:10: note: macro 'SSL_OP_NO_SSLv3' unavailable: structure not supported
416 | */
417 | # define SSL_OP_NO_ANTI_REPLAY SSL_OP_BIT(24)
418 | # define SSL_OP_NO_SSLv3 SSL_OP_BIT(25)
| `- note: macro 'SSL_OP_NO_SSLv3' unavailable: structure not supported
419 | # define SSL_OP_NO_TLSv1 SSL_OP_BIT(26)
420 | # define SSL_OP_NO_TLSv1_2 SSL_OP_BIT(27)
/host/spi-builder-workspace/.build/checkouts/swift-nio-ssl/Sources/NIOOpenSSL/SSLContext.swift:158:35: error: cannot find 'SSL_OP_NO_TLSv1' in scope
156 | fallthrough
157 | case .some(.sslv3):
158 | opensslOptions |= Int(SSL_OP_NO_TLSv1)
| `- error: cannot find 'SSL_OP_NO_TLSv1' in scope
159 | fallthrough
160 | case .some(.tlsv1):
/usr/include/openssl/ssl.h:419:10: note: macro 'SSL_OP_NO_TLSv1' unavailable: structure not supported
417 | # define SSL_OP_NO_ANTI_REPLAY SSL_OP_BIT(24)
418 | # define SSL_OP_NO_SSLv3 SSL_OP_BIT(25)
419 | # define SSL_OP_NO_TLSv1 SSL_OP_BIT(26)
| `- note: macro 'SSL_OP_NO_TLSv1' unavailable: structure not supported
420 | # define SSL_OP_NO_TLSv1_2 SSL_OP_BIT(27)
421 | # define SSL_OP_NO_TLSv1_1 SSL_OP_BIT(28)
/host/spi-builder-workspace/.build/checkouts/swift-nio-ssl/Sources/NIOOpenSSL/SSLContext.swift:161:35: error: cannot find 'SSL_OP_NO_TLSv1_1' in scope
159 | fallthrough
160 | case .some(.tlsv1):
161 | opensslOptions |= Int(SSL_OP_NO_TLSv1_1)
| `- error: cannot find 'SSL_OP_NO_TLSv1_1' in scope
162 | fallthrough
163 | case .some(.tlsv11):
/usr/include/openssl/ssl.h:421:10: note: macro 'SSL_OP_NO_TLSv1_1' unavailable: structure not supported
419 | # define SSL_OP_NO_TLSv1 SSL_OP_BIT(26)
420 | # define SSL_OP_NO_TLSv1_2 SSL_OP_BIT(27)
421 | # define SSL_OP_NO_TLSv1_1 SSL_OP_BIT(28)
| `- note: macro 'SSL_OP_NO_TLSv1_1' unavailable: structure not supported
422 | # define SSL_OP_NO_TLSv1_3 SSL_OP_BIT(29)
423 | # define SSL_OP_NO_DTLSv1 SSL_OP_BIT(26)
/host/spi-builder-workspace/.build/checkouts/swift-nio-ssl/Sources/NIOOpenSSL/SSLContext.swift:164:35: error: cannot find 'SSL_OP_NO_TLSv1_2' in scope
162 | fallthrough
163 | case .some(.tlsv11):
164 | opensslOptions |= Int(SSL_OP_NO_TLSv1_2)
| `- error: cannot find 'SSL_OP_NO_TLSv1_2' in scope
165 | fallthrough
166 | case .some(.tlsv12):
/usr/include/openssl/ssl.h:420:10: note: macro 'SSL_OP_NO_TLSv1_2' unavailable: structure not supported
418 | # define SSL_OP_NO_SSLv3 SSL_OP_BIT(25)
419 | # define SSL_OP_NO_TLSv1 SSL_OP_BIT(26)
420 | # define SSL_OP_NO_TLSv1_2 SSL_OP_BIT(27)
| `- note: macro 'SSL_OP_NO_TLSv1_2' unavailable: structure not supported
421 | # define SSL_OP_NO_TLSv1_1 SSL_OP_BIT(28)
422 | # define SSL_OP_NO_TLSv1_3 SSL_OP_BIT(29)
/host/spi-builder-workspace/.build/checkouts/swift-nio-ssl/Sources/NIOOpenSSL/SSLContext.swift:167:35: error: cannot find 'CNIOOpenSSL_SSL_OP_NO_TLSv1_3' in scope
165 | fallthrough
166 | case .some(.tlsv12):
167 | opensslOptions |= Int(CNIOOpenSSL_SSL_OP_NO_TLSv1_3)
| `- error: cannot find 'CNIOOpenSSL_SSL_OP_NO_TLSv1_3' in scope
168 | case .some(.tlsv13), .none:
169 | break
/host/spi-builder-workspace/.build/checkouts/swift-nio-ssl/Sources/NIOOpenSSL/SSLConnection.swift:308:29: error: cannot find 'SSL_get_peer_certificate' in scope
306 | /// if available.
307 | func getPeerCertificate() -> OpenSSLCertificate? {
308 | guard let certPtr = SSL_get_peer_certificate(.make(optional: ssl)) else {
| `- error: cannot find 'SSL_get_peer_certificate' in scope
309 | return nil
310 | }
/host/spi-builder-workspace/.build/checkouts/swift-nio-ssl/Sources/NIOOpenSSL/SSLConnection.swift:308:55: error: cannot infer contextual base in reference to member 'make'
306 | /// if available.
307 | func getPeerCertificate() -> OpenSSLCertificate? {
308 | guard let certPtr = SSL_get_peer_certificate(.make(optional: ssl)) else {
| `- error: cannot infer contextual base in reference to member 'make'
309 | return nil
310 | }
/host/spi-builder-workspace/.build/checkouts/swift-nio-ssl/Sources/NIOOpenSSL/SSLContext.swift:130:34: error: cannot find 'SSL_OP_NO_COMPRESSION' in scope
128 | CNIOOpenSSL_SSL_CTX_set_mode(ctx, Int(SSL_MODE_RELEASE_BUFFERS | SSL_MODE_AUTO_RETRY))
129 |
130 | var opensslOptions = Int(SSL_OP_NO_COMPRESSION)
| `- error: cannot find 'SSL_OP_NO_COMPRESSION' in scope
131 |
132 | // Handle TLS versions
/usr/include/openssl/ssl.h:387:10: note: macro 'SSL_OP_NO_COMPRESSION' unavailable: structure not supported
385 | # define SSL_OP_NO_SESSION_RESUMPTION_ON_RENEGOTIATION SSL_OP_BIT(16)
386 | /* Don't use compression even if supported */
387 | # define SSL_OP_NO_COMPRESSION SSL_OP_BIT(17)
| `- note: macro 'SSL_OP_NO_COMPRESSION' unavailable: structure not supported
388 | /* Permit unsafe legacy renegotiation */
389 | # define SSL_OP_ALLOW_UNSAFE_LEGACY_RENEGOTIATION SSL_OP_BIT(18)
/host/spi-builder-workspace/.build/checkouts/swift-nio-ssl/Sources/NIOOpenSSL/SSLContext.swift:135:35: error: cannot find 'SSL_OP_NO_TLSv1_2' in scope
133 | switch configuration.minimumTLSVersion {
134 | case .tlsv13:
135 | opensslOptions |= Int(SSL_OP_NO_TLSv1_2)
| `- error: cannot find 'SSL_OP_NO_TLSv1_2' in scope
136 | fallthrough
137 | case .tlsv12:
/usr/include/openssl/ssl.h:420:10: note: macro 'SSL_OP_NO_TLSv1_2' unavailable: structure not supported
418 | # define SSL_OP_NO_SSLv3 SSL_OP_BIT(25)
419 | # define SSL_OP_NO_TLSv1 SSL_OP_BIT(26)
420 | # define SSL_OP_NO_TLSv1_2 SSL_OP_BIT(27)
| `- note: macro 'SSL_OP_NO_TLSv1_2' unavailable: structure not supported
421 | # define SSL_OP_NO_TLSv1_1 SSL_OP_BIT(28)
422 | # define SSL_OP_NO_TLSv1_3 SSL_OP_BIT(29)
/host/spi-builder-workspace/.build/checkouts/swift-nio-ssl/Sources/NIOOpenSSL/SSLContext.swift:138:35: error: cannot find 'SSL_OP_NO_TLSv1_1' in scope
136 | fallthrough
137 | case .tlsv12:
138 | opensslOptions |= Int(SSL_OP_NO_TLSv1_1)
| `- error: cannot find 'SSL_OP_NO_TLSv1_1' in scope
139 | fallthrough
140 | case .tlsv11:
/usr/include/openssl/ssl.h:421:10: note: macro 'SSL_OP_NO_TLSv1_1' unavailable: structure not supported
419 | # define SSL_OP_NO_TLSv1 SSL_OP_BIT(26)
420 | # define SSL_OP_NO_TLSv1_2 SSL_OP_BIT(27)
421 | # define SSL_OP_NO_TLSv1_1 SSL_OP_BIT(28)
| `- note: macro 'SSL_OP_NO_TLSv1_1' unavailable: structure not supported
422 | # define SSL_OP_NO_TLSv1_3 SSL_OP_BIT(29)
423 | # define SSL_OP_NO_DTLSv1 SSL_OP_BIT(26)
/host/spi-builder-workspace/.build/checkouts/swift-nio-ssl/Sources/NIOOpenSSL/SSLContext.swift:141:35: error: cannot find 'SSL_OP_NO_TLSv1' in scope
139 | fallthrough
140 | case .tlsv11:
141 | opensslOptions |= Int(SSL_OP_NO_TLSv1)
| `- error: cannot find 'SSL_OP_NO_TLSv1' in scope
142 | fallthrough
143 | case .tlsv1:
/usr/include/openssl/ssl.h:419:10: note: macro 'SSL_OP_NO_TLSv1' unavailable: structure not supported
417 | # define SSL_OP_NO_ANTI_REPLAY SSL_OP_BIT(24)
418 | # define SSL_OP_NO_SSLv3 SSL_OP_BIT(25)
419 | # define SSL_OP_NO_TLSv1 SSL_OP_BIT(26)
| `- note: macro 'SSL_OP_NO_TLSv1' unavailable: structure not supported
420 | # define SSL_OP_NO_TLSv1_2 SSL_OP_BIT(27)
421 | # define SSL_OP_NO_TLSv1_1 SSL_OP_BIT(28)
/host/spi-builder-workspace/.build/checkouts/swift-nio-ssl/Sources/NIOOpenSSL/SSLContext.swift:144:35: error: cannot find 'SSL_OP_NO_SSLv3' in scope
142 | fallthrough
143 | case .tlsv1:
144 | opensslOptions |= Int(SSL_OP_NO_SSLv3)
| `- error: cannot find 'SSL_OP_NO_SSLv3' in scope
145 | fallthrough
146 | case .sslv3:
/usr/include/openssl/ssl.h:418:10: note: macro 'SSL_OP_NO_SSLv3' unavailable: structure not supported
416 | */
417 | # define SSL_OP_NO_ANTI_REPLAY SSL_OP_BIT(24)
418 | # define SSL_OP_NO_SSLv3 SSL_OP_BIT(25)
| `- note: macro 'SSL_OP_NO_SSLv3' unavailable: structure not supported
419 | # define SSL_OP_NO_TLSv1 SSL_OP_BIT(26)
420 | # define SSL_OP_NO_TLSv1_2 SSL_OP_BIT(27)
/host/spi-builder-workspace/.build/checkouts/swift-nio-ssl/Sources/NIOOpenSSL/SSLContext.swift:155:35: error: cannot find 'SSL_OP_NO_SSLv3' in scope
153 | switch configuration.maximumTLSVersion {
154 | case .some(.sslv2):
155 | opensslOptions |= Int(SSL_OP_NO_SSLv3)
| `- error: cannot find 'SSL_OP_NO_SSLv3' in scope
156 | fallthrough
157 | case .some(.sslv3):
/usr/include/openssl/ssl.h:418:10: note: macro 'SSL_OP_NO_SSLv3' unavailable: structure not supported
416 | */
417 | # define SSL_OP_NO_ANTI_REPLAY SSL_OP_BIT(24)
418 | # define SSL_OP_NO_SSLv3 SSL_OP_BIT(25)
| `- note: macro 'SSL_OP_NO_SSLv3' unavailable: structure not supported
419 | # define SSL_OP_NO_TLSv1 SSL_OP_BIT(26)
420 | # define SSL_OP_NO_TLSv1_2 SSL_OP_BIT(27)
/host/spi-builder-workspace/.build/checkouts/swift-nio-ssl/Sources/NIOOpenSSL/SSLContext.swift:158:35: error: cannot find 'SSL_OP_NO_TLSv1' in scope
156 | fallthrough
157 | case .some(.sslv3):
158 | opensslOptions |= Int(SSL_OP_NO_TLSv1)
| `- error: cannot find 'SSL_OP_NO_TLSv1' in scope
159 | fallthrough
160 | case .some(.tlsv1):
/usr/include/openssl/ssl.h:419:10: note: macro 'SSL_OP_NO_TLSv1' unavailable: structure not supported
417 | # define SSL_OP_NO_ANTI_REPLAY SSL_OP_BIT(24)
418 | # define SSL_OP_NO_SSLv3 SSL_OP_BIT(25)
419 | # define SSL_OP_NO_TLSv1 SSL_OP_BIT(26)
| `- note: macro 'SSL_OP_NO_TLSv1' unavailable: structure not supported
420 | # define SSL_OP_NO_TLSv1_2 SSL_OP_BIT(27)
421 | # define SSL_OP_NO_TLSv1_1 SSL_OP_BIT(28)
/host/spi-builder-workspace/.build/checkouts/swift-nio-ssl/Sources/NIOOpenSSL/SSLContext.swift:161:35: error: cannot find 'SSL_OP_NO_TLSv1_1' in scope
159 | fallthrough
160 | case .some(.tlsv1):
161 | opensslOptions |= Int(SSL_OP_NO_TLSv1_1)
| `- error: cannot find 'SSL_OP_NO_TLSv1_1' in scope
162 | fallthrough
163 | case .some(.tlsv11):
/usr/include/openssl/ssl.h:421:10: note: macro 'SSL_OP_NO_TLSv1_1' unavailable: structure not supported
419 | # define SSL_OP_NO_TLSv1 SSL_OP_BIT(26)
420 | # define SSL_OP_NO_TLSv1_2 SSL_OP_BIT(27)
421 | # define SSL_OP_NO_TLSv1_1 SSL_OP_BIT(28)
| `- note: macro 'SSL_OP_NO_TLSv1_1' unavailable: structure not supported
422 | # define SSL_OP_NO_TLSv1_3 SSL_OP_BIT(29)
423 | # define SSL_OP_NO_DTLSv1 SSL_OP_BIT(26)
/host/spi-builder-workspace/.build/checkouts/swift-nio-ssl/Sources/NIOOpenSSL/SSLContext.swift:164:35: error: cannot find 'SSL_OP_NO_TLSv1_2' in scope
162 | fallthrough
163 | case .some(.tlsv11):
164 | opensslOptions |= Int(SSL_OP_NO_TLSv1_2)
| `- error: cannot find 'SSL_OP_NO_TLSv1_2' in scope
165 | fallthrough
166 | case .some(.tlsv12):
/usr/include/openssl/ssl.h:420:10: note: macro 'SSL_OP_NO_TLSv1_2' unavailable: structure not supported
418 | # define SSL_OP_NO_SSLv3 SSL_OP_BIT(25)
419 | # define SSL_OP_NO_TLSv1 SSL_OP_BIT(26)
420 | # define SSL_OP_NO_TLSv1_2 SSL_OP_BIT(27)
| `- note: macro 'SSL_OP_NO_TLSv1_2' unavailable: structure not supported
421 | # define SSL_OP_NO_TLSv1_1 SSL_OP_BIT(28)
422 | # define SSL_OP_NO_TLSv1_3 SSL_OP_BIT(29)
/host/spi-builder-workspace/.build/checkouts/swift-nio-ssl/Sources/NIOOpenSSL/SSLContext.swift:167:35: error: cannot find 'CNIOOpenSSL_SSL_OP_NO_TLSv1_3' in scope
165 | fallthrough
166 | case .some(.tlsv12):
167 | opensslOptions |= Int(CNIOOpenSSL_SSL_OP_NO_TLSv1_3)
| `- error: cannot find 'CNIOOpenSSL_SSL_OP_NO_TLSv1_3' in scope
168 | case .some(.tlsv13), .none:
169 | break
[322/358] Emitting module Core
[324/358] Compiling Core MediaType.swift
[325/358] Compiling Core NestedData.swift
[326/359] Wrapping AST for NIOWebSocket for debugging
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/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: 'swift-nio-ssl-support': ignoring declared target(s) 'swift-nio-ssl-support' in the system package
warning: 'swift-nio-zlib-support': ignoring declared target(s) 'swift-nio-zlib-support' in the system package
[0/1] Planning build
[1/1] Compiling plugin SwiftProtobufPlugin
Building for debugging...
[1/35] Write swift-version-24593BA9C3E375BF.txt
[3/47] Compiling COperatingSystem libc.swift
[4/47] Emitting module COperatingSystem
[5/101] Emitting module NIOConcurrencyHelpers
[6/109] Compiling Debugging SourceLocation.swift
[7/131] Compiling Debugging Demangler.swift
[9/130] Compiling NIOPriorityQueue PriorityQueue.swift
[10/130] Compiling NIOConcurrencyHelpers atomics.swift
[11/130] Emitting module NIOPriorityQueue
[12/130] Compiling NIOConcurrencyHelpers lock.swift
[13/130] Compiling NIOPriorityQueue Heap.swift
[14/132] Emitting module Debugging
[15/132] Compiling Debugging Debuggable.swift
[18/131] Wrapping AST for NIOConcurrencyHelpers for debugging
[20/181] Compiling NIO Heap.swift
[21/181] Compiling NIO IO.swift
[22/181] Compiling NIO IOData.swift
[23/181] Compiling NIO IntegerTypes.swift
[24/181] Compiling NIO Interfaces.swift
[25/181] Compiling NIO Linux.swift
[26/181] Compiling NIO LinuxCPUSet.swift
[27/187] Compiling NIO EventLoop.swift
[28/187] Compiling NIO EventLoopFuture.swift
[29/187] Compiling NIO FileDescriptor.swift
[30/187] Compiling NIO FileHandle.swift
[31/187] Compiling NIO FileRegion.swift
[32/187] Compiling NIO GetaddrinfoResolver.swift
[33/187] Compiling NIO HappyEyeballs.swift
[34/187] Compiling NIO MarkedCircularBuffer.swift
[35/187] Compiling NIO MulticastChannel.swift
[36/187] Compiling NIO NIOAny.swift
[37/187] Compiling NIO NonBlockingFileIO.swift
[38/187] Compiling NIO PendingDatagramWritesManager.swift
[39/187] Compiling NIO PendingWritesManager.swift
[40/187] Compiling NIO PriorityQueue.swift
[41/187] Compiling NIO RecvByteBufferAllocator.swift
[42/187] Compiling NIO Resolver.swift
[43/187] Compiling NIO Selectable.swift
[44/187] Compiling NIO Selector.swift
[45/187] Compiling NIO ServerSocket.swift
[46/187] Compiling NIO Socket.swift
[47/187] Compiling NIO SocketAddresses.swift
[48/187] Compiling NIO ByteBuffer-int.swift
[49/187] Compiling NIO ByteBuffer-views.swift
[50/187] Compiling NIO Channel.swift
[51/187] Compiling NIO ChannelHandler.swift
[52/187] Compiling NIO ChannelHandlers.swift
[53/187] Compiling NIO ChannelInvoker.swift
[54/187] Compiling NIO ChannelOption.swift
[55/187] Compiling NIO ChannelPipeline.swift
[56/187] Compiling NIO CircularBuffer.swift
[57/187] Compiling NIO Codec.swift
[58/187] Compiling NIO CompositeError.swift
[59/187] Compiling NIO ContiguousCollection.swift
[60/187] Compiling NIO DeadChannel.swift
[61/187] Compiling NIO Embedded.swift
[63/187] Compiling NIO SocketChannel.swift
[64/187] Compiling NIO SocketOptionProvider.swift
[65/187] Compiling NIO System.swift
[66/187] Compiling NIO Thread.swift
[67/187] Compiling NIO TypeAssistedChannelHandler.swift
[68/187] Compiling NIO Utilities.swift
[69/187] Compiling SwiftProtobuf TextFormatDecodingError.swift
[70/187] Compiling SwiftProtobuf TextFormatDecodingOptions.swift
[71/187] Compiling SwiftProtobuf TextFormatEncoder.swift
[72/187] Compiling SwiftProtobuf TextFormatEncodingOptions.swift
[73/198] Compiling NIO AddressedEnvelope.swift
[74/198] Compiling NIO BaseSocket.swift
[75/198] Compiling NIO BaseSocketChannel.swift
[76/198] Compiling NIO BlockingIOThreadPool.swift
[77/198] Compiling NIO Bootstrap.swift
[78/198] Compiling NIO ByteBuffer-aux.swift
[79/198] Compiling NIO ByteBuffer-core.swift
[80/198] Emitting module NIO
[117/198] Compiling SwiftProtobuf Message+JSONAdditions.swift
[118/198] Compiling SwiftProtobuf Message+JSONAdditions_Data.swift
[119/198] Compiling SwiftProtobuf Message+JSONArrayAdditions.swift
[120/198] Compiling SwiftProtobuf Message+JSONArrayAdditions_Data.swift
[121/198] Compiling SwiftProtobuf Message+TextFormatAdditions.swift
[122/198] Compiling SwiftProtobuf Message.swift
[123/198] Compiling SwiftProtobuf MessageExtension.swift
[124/198] Compiling SwiftProtobuf NameMap.swift
[125/198] Compiling SwiftProtobuf PathDecoder.swift
[126/198] Compiling SwiftProtobuf PathVisitor.swift
[127/198] Compiling SwiftProtobuf ProtoNameProviding.swift
[128/198] Compiling SwiftProtobuf ProtobufAPIVersionCheck.swift
[129/198] Compiling SwiftProtobuf TextFormatEncodingVisitor.swift
[130/198] Compiling SwiftProtobuf TextFormatScanner.swift
[131/198] Compiling SwiftProtobuf TimeUtils.swift
[132/198] Compiling SwiftProtobuf UnknownStorage.swift
[133/198] Compiling SwiftProtobuf UnsafeRawPointer+Shims.swift
[134/198] Compiling SwiftProtobuf Varint.swift
[135/198] Compiling SwiftProtobuf Version.swift
[136/198] Compiling SwiftProtobuf Visitor.swift
[137/198] Compiling SwiftProtobuf WireFormat.swift
[138/198] Compiling SwiftProtobuf ZigZag.swift
[139/198] Compiling SwiftProtobuf any.pb.swift
[146/199] Wrapping AST for NIO for debugging
[148/241] Emitting module NIOTLS
[149/241] Compiling NIOTLS TLSEvents.swift
[150/241] Emitting module Async
[151/242] Emitting module SwiftProtobuf
[152/242] Compiling Async FutureType.swift
[153/242] Compiling Async QueueHandler.swift
[164/242] Compiling NIOHTTP1 HTTPPipelineSetup.swift
[165/243] Compiling Async Future+Map.swift
[166/243] Compiling Async Future+Transform.swift
[167/243] Compiling Async Collection+Future.swift
[168/243] Compiling Async Deprecated.swift
[169/243] Compiling Async Async+NIO.swift
[170/243] Compiling Async AsyncError.swift
[171/243] Compiling Bits Bytes.swift
[172/243] Compiling Async Future+Flatten.swift
[173/243] Compiling Async Future+Global.swift
[174/243] Compiling Async Exports.swift
[175/243] Compiling Async Future+DoCatch.swift
[178/244] Emitting module NIOFoundationCompat
[179/244] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[180/244] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[181/244] Compiling Async Worker.swift
[182/244] Compiling Async Future+Variadic.swift
[183/244] Compiling Async Future+Void.swift
[188/245] Compiling NIOHTTP1 HTTPServerPipelineHandler.swift
[191/246] Emitting module Bits
[196/246] Compiling NIOHTTP1 HTTPResponseCompressor.swift
[197/246] Compiling Bits Data+Strings.swift
[198/246] Compiling Bits Data+Bytes.swift
[199/246] Compiling NIOHTTP1 HTTPServerProtocolErrorHandler.swift
[200/246] Compiling NIOHTTP1 HTTPTypes.swift
[201/246] Compiling Bits Deprecated.swift
[202/247] Emitting module NIOHTTP1
[203/247] Compiling NIOHTTP1 HTTPEncoder.swift
[204/247] Compiling NIOTLS SNIHandler.swift
[205/248] Compiling NIOHTTP1 HTTPUpgradeHandler.swift
[210/246] Wrapping AST for NIOHTTP1 for debugging
[211/246] Wrapping AST for Async for debugging
[213/299] Compiling NIOWebSocket WebSocketErrorCodes.swift
[214/300] Compiling NIOWebSocket WebSocketProtocolErrorHandler.swift
[215/300] Compiling NIOWebSocket WebSocketOpcode.swift
[216/300] Emitting module Random
[217/300] Compiling Random RandomProtocol.swift
[218/300] Compiling Random URandom.swift
[219/300] Compiling Core Deprecated.swift
[220/300] Compiling Core DirectoryConfig.swift
[221/302] Emitting module NIOWebSocket
[222/302] Compiling Core Data+Hex.swift
/host/spi-builder-workspace/.build/checkouts/swift-nio-ssl/Sources/NIOOpenSSL/SSLConnection.swift:308:29: error: cannot find 'SSL_get_peer_certificate' in scope
306 | /// if available.
307 | func getPeerCertificate() -> OpenSSLCertificate? {
308 | guard let certPtr = SSL_get_peer_certificate(.make(optional: ssl)) else {
| `- error: cannot find 'SSL_get_peer_certificate' in scope
309 | return nil
310 | }
/host/spi-builder-workspace/.build/checkouts/swift-nio-ssl/Sources/NIOOpenSSL/SSLConnection.swift:308:55: error: cannot infer contextual base in reference to member 'make'
306 | /// if available.
307 | func getPeerCertificate() -> OpenSSLCertificate? {
308 | guard let certPtr = SSL_get_peer_certificate(.make(optional: ssl)) else {
| `- error: cannot infer contextual base in reference to member 'make'
309 | return nil
310 | }
/host/spi-builder-workspace/.build/checkouts/swift-nio-ssl/Sources/NIOOpenSSL/SSLContext.swift:130:34: error: cannot find 'SSL_OP_NO_COMPRESSION' in scope
128 | CNIOOpenSSL_SSL_CTX_set_mode(ctx, Int(SSL_MODE_RELEASE_BUFFERS | SSL_MODE_AUTO_RETRY))
129 |
130 | var opensslOptions = Int(SSL_OP_NO_COMPRESSION)
| `- error: cannot find 'SSL_OP_NO_COMPRESSION' in scope
131 |
132 | // Handle TLS versions
/usr/include/openssl/ssl.h:387:10: note: macro 'SSL_OP_NO_COMPRESSION' unavailable: structure not supported
385 | # define SSL_OP_NO_SESSION_RESUMPTION_ON_RENEGOTIATION SSL_OP_BIT(16)
386 | /* Don't use compression even if supported */
387 | # define SSL_OP_NO_COMPRESSION SSL_OP_BIT(17)
| `- note: macro 'SSL_OP_NO_COMPRESSION' unavailable: structure not supported
388 | /* Permit unsafe legacy renegotiation */
389 | # define SSL_OP_ALLOW_UNSAFE_LEGACY_RENEGOTIATION SSL_OP_BIT(18)
/host/spi-builder-workspace/.build/checkouts/swift-nio-ssl/Sources/NIOOpenSSL/SSLContext.swift:135:35: error: cannot find 'SSL_OP_NO_TLSv1_2' in scope
133 | switch configuration.minimumTLSVersion {
134 | case .tlsv13:
135 | opensslOptions |= Int(SSL_OP_NO_TLSv1_2)
| `- error: cannot find 'SSL_OP_NO_TLSv1_2' in scope
136 | fallthrough
137 | case .tlsv12:
/usr/include/openssl/ssl.h:420:10: note: macro 'SSL_OP_NO_TLSv1_2' unavailable: structure not supported
418 | # define SSL_OP_NO_SSLv3 SSL_OP_BIT(25)
419 | # define SSL_OP_NO_TLSv1 SSL_OP_BIT(26)
420 | # define SSL_OP_NO_TLSv1_2 SSL_OP_BIT(27)
| `- note: macro 'SSL_OP_NO_TLSv1_2' unavailable: structure not supported
421 | # define SSL_OP_NO_TLSv1_1 SSL_OP_BIT(28)
422 | # define SSL_OP_NO_TLSv1_3 SSL_OP_BIT(29)
/host/spi-builder-workspace/.build/checkouts/swift-nio-ssl/Sources/NIOOpenSSL/SSLContext.swift:138:35: error: cannot find 'SSL_OP_NO_TLSv1_1' in scope
136 | fallthrough
137 | case .tlsv12:
138 | opensslOptions |= Int(SSL_OP_NO_TLSv1_1)
| `- error: cannot find 'SSL_OP_NO_TLSv1_1' in scope
139 | fallthrough
140 | case .tlsv11:
/usr/include/openssl/ssl.h:421:10: note: macro 'SSL_OP_NO_TLSv1_1' unavailable: structure not supported
419 | # define SSL_OP_NO_TLSv1 SSL_OP_BIT(26)
420 | # define SSL_OP_NO_TLSv1_2 SSL_OP_BIT(27)
421 | # define SSL_OP_NO_TLSv1_1 SSL_OP_BIT(28)
| `- note: macro 'SSL_OP_NO_TLSv1_1' unavailable: structure not supported
422 | # define SSL_OP_NO_TLSv1_3 SSL_OP_BIT(29)
423 | # define SSL_OP_NO_DTLSv1 SSL_OP_BIT(26)
/host/spi-builder-workspace/.build/checkouts/swift-nio-ssl/Sources/NIOOpenSSL/SSLContext.swift:141:35: error: cannot find 'SSL_OP_NO_TLSv1' in scope
139 | fallthrough
140 | case .tlsv11:
141 | opensslOptions |= Int(SSL_OP_NO_TLSv1)
| `- error: cannot find 'SSL_OP_NO_TLSv1' in scope
142 | fallthrough
143 | case .tlsv1:
/usr/include/openssl/ssl.h:419:10: note: macro 'SSL_OP_NO_TLSv1' unavailable: structure not supported
417 | # define SSL_OP_NO_ANTI_REPLAY SSL_OP_BIT(24)
418 | # define SSL_OP_NO_SSLv3 SSL_OP_BIT(25)
419 | # define SSL_OP_NO_TLSv1 SSL_OP_BIT(26)
| `- note: macro 'SSL_OP_NO_TLSv1' unavailable: structure not supported
420 | # define SSL_OP_NO_TLSv1_2 SSL_OP_BIT(27)
421 | # define SSL_OP_NO_TLSv1_1 SSL_OP_BIT(28)
/host/spi-builder-workspace/.build/checkouts/swift-nio-ssl/Sources/NIOOpenSSL/SSLContext.swift:144:35: error: cannot find 'SSL_OP_NO_SSLv3' in scope
142 | fallthrough
143 | case .tlsv1:
144 | opensslOptions |= Int(SSL_OP_NO_SSLv3)
| `- error: cannot find 'SSL_OP_NO_SSLv3' in scope
145 | fallthrough
146 | case .sslv3:
/usr/include/openssl/ssl.h:418:10: note: macro 'SSL_OP_NO_SSLv3' unavailable: structure not supported
416 | */
417 | # define SSL_OP_NO_ANTI_REPLAY SSL_OP_BIT(24)
418 | # define SSL_OP_NO_SSLv3 SSL_OP_BIT(25)
| `- note: macro 'SSL_OP_NO_SSLv3' unavailable: structure not supported
419 | # define SSL_OP_NO_TLSv1 SSL_OP_BIT(26)
420 | # define SSL_OP_NO_TLSv1_2 SSL_OP_BIT(27)
/host/spi-builder-workspace/.build/checkouts/swift-nio-ssl/Sources/NIOOpenSSL/SSLContext.swift:155:35: error: cannot find 'SSL_OP_NO_SSLv3' in scope
153 | switch configuration.maximumTLSVersion {
154 | case .some(.sslv2):
155 | opensslOptions |= Int(SSL_OP_NO_SSLv3)
| `- error: cannot find 'SSL_OP_NO_SSLv3' in scope
156 | fallthrough
157 | case .some(.sslv3):
/usr/include/openssl/ssl.h:418:10: note: macro 'SSL_OP_NO_SSLv3' unavailable: structure not supported
416 | */
417 | # define SSL_OP_NO_ANTI_REPLAY SSL_OP_BIT(24)
418 | # define SSL_OP_NO_SSLv3 SSL_OP_BIT(25)
| `- note: macro 'SSL_OP_NO_SSLv3' unavailable: structure not supported
419 | # define SSL_OP_NO_TLSv1 SSL_OP_BIT(26)
420 | # define SSL_OP_NO_TLSv1_2 SSL_OP_BIT(27)
/host/spi-builder-workspace/.build/checkouts/swift-nio-ssl/Sources/NIOOpenSSL/SSLContext.swift:158:35: error: cannot find 'SSL_OP_NO_TLSv1' in scope
156 | fallthrough
157 | case .some(.sslv3):
158 | opensslOptions |= Int(SSL_OP_NO_TLSv1)
| `- error: cannot find 'SSL_OP_NO_TLSv1' in scope
159 | fallthrough
160 | case .some(.tlsv1):
/usr/include/openssl/ssl.h:419:10: note: macro 'SSL_OP_NO_TLSv1' unavailable: structure not supported
417 | # define SSL_OP_NO_ANTI_REPLAY SSL_OP_BIT(24)
418 | # define SSL_OP_NO_SSLv3 SSL_OP_BIT(25)
419 | # define SSL_OP_NO_TLSv1 SSL_OP_BIT(26)
| `- note: macro 'SSL_OP_NO_TLSv1' unavailable: structure not supported
420 | # define SSL_OP_NO_TLSv1_2 SSL_OP_BIT(27)
421 | # define SSL_OP_NO_TLSv1_1 SSL_OP_BIT(28)
/host/spi-builder-workspace/.build/checkouts/swift-nio-ssl/Sources/NIOOpenSSL/SSLContext.swift:161:35: error: cannot find 'SSL_OP_NO_TLSv1_1' in scope
159 | fallthrough
160 | case .some(.tlsv1):
161 | opensslOptions |= Int(SSL_OP_NO_TLSv1_1)
| `- error: cannot find 'SSL_OP_NO_TLSv1_1' in scope
162 | fallthrough
163 | case .some(.tlsv11):
/usr/include/openssl/ssl.h:421:10: note: macro 'SSL_OP_NO_TLSv1_1' unavailable: structure not supported
419 | # define SSL_OP_NO_TLSv1 SSL_OP_BIT(26)
420 | # define SSL_OP_NO_TLSv1_2 SSL_OP_BIT(27)
421 | # define SSL_OP_NO_TLSv1_1 SSL_OP_BIT(28)
| `- note: macro 'SSL_OP_NO_TLSv1_1' unavailable: structure not supported
422 | # define SSL_OP_NO_TLSv1_3 SSL_OP_BIT(29)
423 | # define SSL_OP_NO_DTLSv1 SSL_OP_BIT(26)
/host/spi-builder-workspace/.build/checkouts/swift-nio-ssl/Sources/NIOOpenSSL/SSLContext.swift:164:35: error: cannot find 'SSL_OP_NO_TLSv1_2' in scope
162 | fallthrough
163 | case .some(.tlsv11):
164 | opensslOptions |= Int(SSL_OP_NO_TLSv1_2)
| `- error: cannot find 'SSL_OP_NO_TLSv1_2' in scope
165 | fallthrough
166 | case .some(.tlsv12):
/usr/include/openssl/ssl.h:420:10: note: macro 'SSL_OP_NO_TLSv1_2' unavailable: structure not supported
418 | # define SSL_OP_NO_SSLv3 SSL_OP_BIT(25)
419 | # define SSL_OP_NO_TLSv1 SSL_OP_BIT(26)
420 | # define SSL_OP_NO_TLSv1_2 SSL_OP_BIT(27)
| `- note: macro 'SSL_OP_NO_TLSv1_2' unavailable: structure not supported
421 | # define SSL_OP_NO_TLSv1_1 SSL_OP_BIT(28)
422 | # define SSL_OP_NO_TLSv1_3 SSL_OP_BIT(29)
/host/spi-builder-workspace/.build/checkouts/swift-nio-ssl/Sources/NIOOpenSSL/SSLContext.swift:167:35: error: cannot find 'CNIOOpenSSL_SSL_OP_NO_TLSv1_3' in scope
165 | fallthrough
166 | case .some(.tlsv12):
167 | opensslOptions |= Int(CNIOOpenSSL_SSL_OP_NO_TLSv1_3)
| `- error: cannot find 'CNIOOpenSSL_SSL_OP_NO_TLSv1_3' in scope
168 | case .some(.tlsv13), .none:
169 | break
[223/302] Compiling Core DataCoders.swift
/host/spi-builder-workspace/.build/checkouts/swift-nio-ssl/Sources/NIOOpenSSL/SSLConnection.swift:308:29: error: cannot find 'SSL_get_peer_certificate' in scope
306 | /// if available.
307 | func getPeerCertificate() -> OpenSSLCertificate? {
308 | guard let certPtr = SSL_get_peer_certificate(.make(optional: ssl)) else {
| `- error: cannot find 'SSL_get_peer_certificate' in scope
309 | return nil
310 | }
/host/spi-builder-workspace/.build/checkouts/swift-nio-ssl/Sources/NIOOpenSSL/SSLConnection.swift:308:55: error: cannot infer contextual base in reference to member 'make'
306 | /// if available.
307 | func getPeerCertificate() -> OpenSSLCertificate? {
308 | guard let certPtr = SSL_get_peer_certificate(.make(optional: ssl)) else {
| `- error: cannot infer contextual base in reference to member 'make'
309 | return nil
310 | }
/host/spi-builder-workspace/.build/checkouts/swift-nio-ssl/Sources/NIOOpenSSL/SSLContext.swift:130:34: error: cannot find 'SSL_OP_NO_COMPRESSION' in scope
128 | CNIOOpenSSL_SSL_CTX_set_mode(ctx, Int(SSL_MODE_RELEASE_BUFFERS | SSL_MODE_AUTO_RETRY))
129 |
130 | var opensslOptions = Int(SSL_OP_NO_COMPRESSION)
| `- error: cannot find 'SSL_OP_NO_COMPRESSION' in scope
131 |
132 | // Handle TLS versions
/usr/include/openssl/ssl.h:387:10: note: macro 'SSL_OP_NO_COMPRESSION' unavailable: structure not supported
385 | # define SSL_OP_NO_SESSION_RESUMPTION_ON_RENEGOTIATION SSL_OP_BIT(16)
386 | /* Don't use compression even if supported */
387 | # define SSL_OP_NO_COMPRESSION SSL_OP_BIT(17)
| `- note: macro 'SSL_OP_NO_COMPRESSION' unavailable: structure not supported
388 | /* Permit unsafe legacy renegotiation */
389 | # define SSL_OP_ALLOW_UNSAFE_LEGACY_RENEGOTIATION SSL_OP_BIT(18)
/host/spi-builder-workspace/.build/checkouts/swift-nio-ssl/Sources/NIOOpenSSL/SSLContext.swift:135:35: error: cannot find 'SSL_OP_NO_TLSv1_2' in scope
133 | switch configuration.minimumTLSVersion {
134 | case .tlsv13:
135 | opensslOptions |= Int(SSL_OP_NO_TLSv1_2)
| `- error: cannot find 'SSL_OP_NO_TLSv1_2' in scope
136 | fallthrough
137 | case .tlsv12:
/usr/include/openssl/ssl.h:420:10: note: macro 'SSL_OP_NO_TLSv1_2' unavailable: structure not supported
418 | # define SSL_OP_NO_SSLv3 SSL_OP_BIT(25)
419 | # define SSL_OP_NO_TLSv1 SSL_OP_BIT(26)
420 | # define SSL_OP_NO_TLSv1_2 SSL_OP_BIT(27)
| `- note: macro 'SSL_OP_NO_TLSv1_2' unavailable: structure not supported
421 | # define SSL_OP_NO_TLSv1_1 SSL_OP_BIT(28)
422 | # define SSL_OP_NO_TLSv1_3 SSL_OP_BIT(29)
/host/spi-builder-workspace/.build/checkouts/swift-nio-ssl/Sources/NIOOpenSSL/SSLContext.swift:138:35: error: cannot find 'SSL_OP_NO_TLSv1_1' in scope
136 | fallthrough
137 | case .tlsv12:
138 | opensslOptions |= Int(SSL_OP_NO_TLSv1_1)
| `- error: cannot find 'SSL_OP_NO_TLSv1_1' in scope
139 | fallthrough
140 | case .tlsv11:
/usr/include/openssl/ssl.h:421:10: note: macro 'SSL_OP_NO_TLSv1_1' unavailable: structure not supported
419 | # define SSL_OP_NO_TLSv1 SSL_OP_BIT(26)
420 | # define SSL_OP_NO_TLSv1_2 SSL_OP_BIT(27)
421 | # define SSL_OP_NO_TLSv1_1 SSL_OP_BIT(28)
| `- note: macro 'SSL_OP_NO_TLSv1_1' unavailable: structure not supported
422 | # define SSL_OP_NO_TLSv1_3 SSL_OP_BIT(29)
423 | # define SSL_OP_NO_DTLSv1 SSL_OP_BIT(26)
/host/spi-builder-workspace/.build/checkouts/swift-nio-ssl/Sources/NIOOpenSSL/SSLContext.swift:141:35: error: cannot find 'SSL_OP_NO_TLSv1' in scope
139 | fallthrough
140 | case .tlsv11:
141 | opensslOptions |= Int(SSL_OP_NO_TLSv1)
| `- error: cannot find 'SSL_OP_NO_TLSv1' in scope
142 | fallthrough
143 | case .tlsv1:
/usr/include/openssl/ssl.h:419:10: note: macro 'SSL_OP_NO_TLSv1' unavailable: structure not supported
417 | # define SSL_OP_NO_ANTI_REPLAY SSL_OP_BIT(24)
418 | # define SSL_OP_NO_SSLv3 SSL_OP_BIT(25)
419 | # define SSL_OP_NO_TLSv1 SSL_OP_BIT(26)
| `- note: macro 'SSL_OP_NO_TLSv1' unavailable: structure not supported
420 | # define SSL_OP_NO_TLSv1_2 SSL_OP_BIT(27)
421 | # define SSL_OP_NO_TLSv1_1 SSL_OP_BIT(28)
/host/spi-builder-workspace/.build/checkouts/swift-nio-ssl/Sources/NIOOpenSSL/SSLContext.swift:144:35: error: cannot find 'SSL_OP_NO_SSLv3' in scope
142 | fallthrough
143 | case .tlsv1:
144 | opensslOptions |= Int(SSL_OP_NO_SSLv3)
| `- error: cannot find 'SSL_OP_NO_SSLv3' in scope
145 | fallthrough
146 | case .sslv3:
/usr/include/openssl/ssl.h:418:10: note: macro 'SSL_OP_NO_SSLv3' unavailable: structure not supported
416 | */
417 | # define SSL_OP_NO_ANTI_REPLAY SSL_OP_BIT(24)
418 | # define SSL_OP_NO_SSLv3 SSL_OP_BIT(25)
| `- note: macro 'SSL_OP_NO_SSLv3' unavailable: structure not supported
419 | # define SSL_OP_NO_TLSv1 SSL_OP_BIT(26)
420 | # define SSL_OP_NO_TLSv1_2 SSL_OP_BIT(27)
/host/spi-builder-workspace/.build/checkouts/swift-nio-ssl/Sources/NIOOpenSSL/SSLContext.swift:155:35: error: cannot find 'SSL_OP_NO_SSLv3' in scope
153 | switch configuration.maximumTLSVersion {
154 | case .some(.sslv2):
155 | opensslOptions |= Int(SSL_OP_NO_SSLv3)
| `- error: cannot find 'SSL_OP_NO_SSLv3' in scope
156 | fallthrough
157 | case .some(.sslv3):
/usr/include/openssl/ssl.h:418:10: note: macro 'SSL_OP_NO_SSLv3' unavailable: structure not supported
416 | */
417 | # define SSL_OP_NO_ANTI_REPLAY SSL_OP_BIT(24)
418 | # define SSL_OP_NO_SSLv3 SSL_OP_BIT(25)
| `- note: macro 'SSL_OP_NO_SSLv3' unavailable: structure not supported
419 | # define SSL_OP_NO_TLSv1 SSL_OP_BIT(26)
420 | # define SSL_OP_NO_TLSv1_2 SSL_OP_BIT(27)
/host/spi-builder-workspace/.build/checkouts/swift-nio-ssl/Sources/NIOOpenSSL/SSLContext.swift:158:35: error: cannot find 'SSL_OP_NO_TLSv1' in scope
156 | fallthrough
157 | case .some(.sslv3):
158 | opensslOptions |= Int(SSL_OP_NO_TLSv1)
| `- error: cannot find 'SSL_OP_NO_TLSv1' in scope
159 | fallthrough
160 | case .some(.tlsv1):
/usr/include/openssl/ssl.h:419:10: note: macro 'SSL_OP_NO_TLSv1' unavailable: structure not supported
417 | # define SSL_OP_NO_ANTI_REPLAY SSL_OP_BIT(24)
418 | # define SSL_OP_NO_SSLv3 SSL_OP_BIT(25)
419 | # define SSL_OP_NO_TLSv1 SSL_OP_BIT(26)
| `- note: macro 'SSL_OP_NO_TLSv1' unavailable: structure not supported
420 | # define SSL_OP_NO_TLSv1_2 SSL_OP_BIT(27)
421 | # define SSL_OP_NO_TLSv1_1 SSL_OP_BIT(28)
/host/spi-builder-workspace/.build/checkouts/swift-nio-ssl/Sources/NIOOpenSSL/SSLContext.swift:161:35: error: cannot find 'SSL_OP_NO_TLSv1_1' in scope
159 | fallthrough
160 | case .some(.tlsv1):
161 | opensslOptions |= Int(SSL_OP_NO_TLSv1_1)
| `- error: cannot find 'SSL_OP_NO_TLSv1_1' in scope
162 | fallthrough
163 | case .some(.tlsv11):
/usr/include/openssl/ssl.h:421:10: note: macro 'SSL_OP_NO_TLSv1_1' unavailable: structure not supported
419 | # define SSL_OP_NO_TLSv1 SSL_OP_BIT(26)
420 | # define SSL_OP_NO_TLSv1_2 SSL_OP_BIT(27)
421 | # define SSL_OP_NO_TLSv1_1 SSL_OP_BIT(28)
| `- note: macro 'SSL_OP_NO_TLSv1_1' unavailable: structure not supported
422 | # define SSL_OP_NO_TLSv1_3 SSL_OP_BIT(29)
423 | # define SSL_OP_NO_DTLSv1 SSL_OP_BIT(26)
/host/spi-builder-workspace/.build/checkouts/swift-nio-ssl/Sources/NIOOpenSSL/SSLContext.swift:164:35: error: cannot find 'SSL_OP_NO_TLSv1_2' in scope
162 | fallthrough
163 | case .some(.tlsv11):
164 | opensslOptions |= Int(SSL_OP_NO_TLSv1_2)
| `- error: cannot find 'SSL_OP_NO_TLSv1_2' in scope
165 | fallthrough
166 | case .some(.tlsv12):
/usr/include/openssl/ssl.h:420:10: note: macro 'SSL_OP_NO_TLSv1_2' unavailable: structure not supported
418 | # define SSL_OP_NO_SSLv3 SSL_OP_BIT(25)
419 | # define SSL_OP_NO_TLSv1 SSL_OP_BIT(26)
420 | # define SSL_OP_NO_TLSv1_2 SSL_OP_BIT(27)
| `- note: macro 'SSL_OP_NO_TLSv1_2' unavailable: structure not supported
421 | # define SSL_OP_NO_TLSv1_1 SSL_OP_BIT(28)
422 | # define SSL_OP_NO_TLSv1_3 SSL_OP_BIT(29)
/host/spi-builder-workspace/.build/checkouts/swift-nio-ssl/Sources/NIOOpenSSL/SSLContext.swift:167:35: error: cannot find 'CNIOOpenSSL_SSL_OP_NO_TLSv1_3' in scope
165 | fallthrough
166 | case .some(.tlsv12):
167 | opensslOptions |= Int(CNIOOpenSSL_SSL_OP_NO_TLSv1_3)
| `- error: cannot find 'CNIOOpenSSL_SSL_OP_NO_TLSv1_3' in scope
168 | case .some(.tlsv13), .none:
169 | break
[224/302] Compiling Core BasicKey.swift
[225/302] Compiling Core CaseInsensitiveString.swift
[226/302] Compiling Core NotFound.swift
[227/302] Compiling Core OptionalType.swift
[228/302] Compiling Core Process+Execute.swift
[229/305] Compiling Core CoreError.swift
[230/305] Compiling Core Data+Base64URL.swift
[231/305] Emitting module NIOOpenSSL
[232/305] Compiling Random Array+Random.swift
[233/305] Compiling Random OSRandom.swift
[234/306] Compiling NIOWebSocket WebSocketFrameDecoder.swift
[235/306] Compiling NIOWebSocket WebSocketFrameEncoder.swift
[236/306] Compiling NIOWebSocket WebSocketFrame.swift
[239/306] Compiling NIOWebSocket WebSocketUpgrader.swift
[240/306] Compiling Core Reflectable.swift
[241/306] Compiling Core String+Utilities.swift
[242/306] Compiling Core Thread+Async.swift
[244/307] Compiling Core Future+Unwrap.swift
[245/307] Compiling Core FutureEncoder.swift
[246/307] Compiling Core Exports.swift
[247/307] Compiling Core File.swift
[249/306] Compiling Core Decodable+Reflectable.swift
[250/306] Compiling Core ReflectionDecodable.swift
[251/306] Compiling Core ReflectionDecoders.swift
[256/306] Compiling NIOOpenSSL SSLVerificationCallbacks.swift
[257/306] Compiling NIOOpenSSL TLSConfiguration.swift
[257/306] Wrapping AST for NIOWebSocket for debugging
BUILD FAILURE 6.1 linux