Build Information
Failed to build S3, reference 3.0.1 (616ff5
), with Swift 6.1 for Linux on 25 Apr 2025 16:40:10 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/liveui/s3.git
Reference: 3.0.1
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/liveui/s3
* tag 3.0.1 -> FETCH_HEAD
HEAD is now at 616ff54 adding support for FoundationNetworking
Cloned https://github.com/liveui/s3.git
Revision (git rev-parse @):
616ff54a50f45dba54c29af04742ad0ba2c85366
SUCCESS checkout https://github.com/liveui/s3.git at 3.0.1
========================================
Build
========================================
Selected platform: linux
Swift version: 6.1
Building package at path: $PWD
https://github.com/liveui/s3.git
https://github.com/liveui/s3.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" : "xmlcoding",
"requirement" : {
"range" : [
{
"lower_bound" : "0.1.0",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/LiveUI/XMLCoding.git"
},
{
"identity" : "vaportesttools",
"requirement" : {
"range" : [
{
"lower_bound" : "0.1.5",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/LiveUI/VaporTestTools.git"
}
],
"manifest_display_name" : "S3",
"name" : "S3",
"path" : "/host/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "S3",
"targets" : [
"S3"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "S3Signer",
"targets" : [
"S3Signer"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "S3TestTools",
"targets" : [
"S3TestTools"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "S3DemoRun",
"targets" : [
"S3DemoRun"
],
"type" : {
"executable" : null
}
}
],
"targets" : [
{
"c99name" : "S3Tests",
"module_type" : "SwiftTarget",
"name" : "S3Tests",
"path" : "Tests/S3Tests",
"sources" : [
"AWSTestSuite.swift",
"BaseTestCase.swift",
"S3SignerAWSTests.swift",
"S3SignerV2Tests.swift",
"S3Tests.swift"
],
"target_dependencies" : [
"S3"
],
"type" : "test"
},
{
"c99name" : "S3TestTools",
"module_type" : "SwiftTarget",
"name" : "S3TestTools",
"path" : "Sources/S3TestTools",
"product_dependencies" : [
"Vapor",
"VaporTestTools"
],
"product_memberships" : [
"S3TestTools"
],
"sources" : [
"Extensions/Services+S3Mock.swift",
"S3Mock.swift"
],
"target_dependencies" : [
"S3"
],
"type" : "library"
},
{
"c99name" : "S3Signer",
"module_type" : "SwiftTarget",
"name" : "S3Signer",
"path" : "Sources/S3Signer",
"product_dependencies" : [
"Vapor"
],
"product_memberships" : [
"S3",
"S3Signer",
"S3TestTools",
"S3DemoRun"
],
"sources" : [
"Dates.swift",
"Expiration.swift",
"Extensions/Container+S3Signer.swift",
"Extensions/String+Encoding.swift",
"HTTPMethod+Description.swift",
"Payload.swift",
"Region.swift",
"S3Signer+Private.swift",
"S3Signer.swift"
],
"type" : "library"
},
{
"c99name" : "S3DemoRun",
"module_type" : "SwiftTarget",
"name" : "S3DemoRun",
"path" : "Sources/S3DemoRun",
"product_memberships" : [
"S3DemoRun"
],
"sources" : [
"main.swift"
],
"target_dependencies" : [
"S3DemoApp"
],
"type" : "executable"
},
{
"c99name" : "S3DemoApp",
"module_type" : "SwiftTarget",
"name" : "S3DemoApp",
"path" : "Sources/S3DemoApp",
"product_dependencies" : [
"Vapor"
],
"product_memberships" : [
"S3DemoRun"
],
"sources" : [
"S3DemoApp.swift"
],
"target_dependencies" : [
"S3",
"S3Signer"
],
"type" : "library"
},
{
"c99name" : "S3",
"module_type" : "SwiftTarget",
"name" : "S3",
"path" : "Sources/S3",
"product_dependencies" : [
"Vapor",
"XMLCoding"
],
"product_memberships" : [
"S3",
"S3TestTools",
"S3DemoRun"
],
"sources" : [
"Extensions/Container+S3.swift",
"Extensions/Error+S3.swift",
"Extensions/HTTPHeaders+Tools.swift",
"Extensions/Region+Tools.swift",
"Extensions/Response+XMLDecoding.swift",
"Extensions/S3+Bucket.swift",
"Extensions/S3+Copy.swift",
"Extensions/S3+Delete.swift",
"Extensions/S3+Get.swift",
"Extensions/S3+List.swift",
"Extensions/S3+Move.swift",
"Extensions/S3+ObjectInfo.swift",
"Extensions/S3+Private.swift",
"Extensions/S3+Put.swift",
"Extensions/S3+Service.swift",
"Extensions/S3+Strings.swift",
"Extensions/Service+S3.swift",
"Models/AccessControlList.swift",
"Models/Bucket.swift",
"Models/BucketResults.swift",
"Models/BucketsInfo.swift",
"Models/ErrorMessage.swift",
"Models/File.swift",
"Models/Object.swift",
"Models/Owner.swift",
"Protocols/LocationConvertible.swift",
"Protocols/S3Client.swift",
"S3.swift",
"URLBuilder/S3URLBuilder.swift",
"URLBuilder/URLBuilder.swift"
],
"target_dependencies" : [
"S3Signer"
],
"type" : "library"
}
],
"tools_version" : "4.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/LiveUI/XMLCoding.git
Fetching https://github.com/LiveUI/VaporTestTools.git
[1/536] Fetching xmlcoding
[109/873] Fetching xmlcoding, vaportesttools
Fetching https://github.com/vapor/vapor.git
Fetched https://github.com/LiveUI/XMLCoding.git from cache (0.45s)
Fetched https://github.com/LiveUI/VaporTestTools.git from cache (0.45s)
[1/74313] Fetching vapor
Fetched https://github.com/vapor/vapor.git from cache (3.55s)
Computing version for https://github.com/LiveUI/VaporTestTools.git
Computed https://github.com/LiveUI/VaporTestTools.git at 0.1.7 (4.95s)
Fetching https://github.com/apple/swift-nio.git
[1/75431] Fetching swift-nio
Fetched https://github.com/apple/swift-nio.git from cache (5.97s)
Computing version for https://github.com/LiveUI/XMLCoding.git
Computed https://github.com/LiveUI/XMLCoding.git at 0.4.1 (7.07s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 1.14.4 (1.02s)
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.28s)
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 (1.32s)
Computing version for https://github.com/vapor/vapor.git
Computed https://github.com/vapor/vapor.git at 3.3.3 (0.99s)
Fetching https://github.com/vapor/websocket.git
Fetching https://github.com/vapor/service.git
Fetching https://github.com/vapor/template-kit.git
Fetching https://github.com/vapor/url-encoded-form.git
Fetching https://github.com/vapor/validation.git
[1/919] Fetching service
[20/3452] Fetching service, websocket
[346/4734] Fetching service, websocket, template-kit
[683/5313] Fetching service, websocket, template-kit, validation
[2558/5694] Fetching service, websocket, template-kit, validation, url-encoded-form
Fetching https://github.com/vapor/routing.git
Fetched https://github.com/vapor/template-kit.git from cache (1.12s)
Fetched https://github.com/vapor/url-encoded-form.git from cache (1.12s)
Fetching https://github.com/vapor/multipart.git
Fetched https://github.com/vapor/validation.git from cache (1.13s)
Fetched https://github.com/vapor/websocket.git from cache (1.14s)
Fetching https://github.com/vapor/database-kit.git
Fetched https://github.com/vapor/service.git from cache (1.15s)
Fetching https://github.com/vapor/crypto.git
Fetching https://github.com/vapor/core.git
[1/20723] Fetching routing
[1038/21904] Fetching routing, database-kit
[2712/42047] Fetching routing, database-kit, core
[5103/44833] Fetching routing, database-kit, core, crypto
[5360/48041] Fetching routing, database-kit, core, crypto, multipart
Fetched https://github.com/vapor/database-kit.git from cache (0.61s)
[18134/46860] Fetching routing, core, crypto, multipart
Fetching https://github.com/vapor/console.git
Fetched https://github.com/vapor/crypto.git from cache (0.64s)
[16361/44074] Fetching routing, core, multipart
[33710/49559] Fetching routing, core, multipart, console
Fetched https://github.com/vapor/console.git from cache (0.60s)
[36541/44074] Fetching routing, core, multipart
Fetched https://github.com/vapor/routing.git from cache (2.21s)
Fetched https://github.com/vapor/core.git from cache (2.26s)
[1649/3208] Fetching multipart
Fetching https://github.com/vapor/http.git
Fetched https://github.com/vapor/multipart.git from cache (2.72s)
[1/25467] Fetching http
Fetched https://github.com/vapor/http.git from cache (1.39s)
Computing version for https://github.com/vapor/http.git
Computed https://github.com/vapor/http.git at 3.4.0 (6.05s)
Fetching https://github.com/apple/swift-nio-ssl.git
[1/14793] Fetching swift-nio-ssl
Fetched https://github.com/apple/swift-nio-ssl.git from cache (2.33s)
Computing version for https://github.com/vapor/validation.git
Computed https://github.com/vapor/validation.git at 2.1.1 (3.49s)
Computing version for https://github.com/vapor/service.git
Computed https://github.com/vapor/service.git at 1.0.2 (0.55s)
Computing version for https://github.com/vapor/routing.git
Computed https://github.com/vapor/routing.git at 3.1.0 (0.71s)
Computing version for https://github.com/vapor/websocket.git
Computed https://github.com/vapor/websocket.git at 1.1.2 (0.59s)
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.93s)
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.26s)
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.37s)
Computing version for https://github.com/vapor/crypto.git
Computed https://github.com/vapor/crypto.git at 3.4.1 (0.62s)
Computing version for https://github.com/vapor/console.git
Computed https://github.com/vapor/console.git at 3.1.1 (2.39s)
Computing version for https://github.com/vapor/database-kit.git
Computed https://github.com/vapor/database-kit.git at 1.3.3 (0.64s)
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.73s)
Computing version for https://github.com/vapor/template-kit.git
Computed https://github.com/vapor/template-kit.git at 1.5.0 (0.58s)
Computing version for https://github.com/vapor/multipart.git
Computed https://github.com/vapor/multipart.git at 3.1.3 (0.57s)
Computing version for https://github.com/vapor/core.git
Computed https://github.com/vapor/core.git at 3.10.1 (0.57s)
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/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/core.git
Working copy of https://github.com/vapor/core.git resolved at 3.10.1
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/LiveUI/XMLCoding.git
Working copy of https://github.com/LiveUI/XMLCoding.git resolved at 0.4.1
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/routing.git
Working copy of https://github.com/vapor/routing.git resolved at 3.1.0
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/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/LiveUI/VaporTestTools.git
Working copy of https://github.com/LiveUI/VaporTestTools.git resolved at 0.1.7
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/vapor/vapor.git
Working copy of https://github.com/vapor/vapor.git resolved at 3.3.3
Creating working copy for https://github.com/vapor/console.git
Working copy of https://github.com/vapor/console.git resolved at 3.1.1
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/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.git
Working copy of https://github.com/apple/swift-nio-ssl.git resolved at 1.4.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/websocket.git
Working copy of https://github.com/vapor/websocket.git resolved at 1.1.2
warning: 'swift-nio-zlib-support': ignoring declared target(s) 'swift-nio-zlib-support' in the system package
warning: 'swift-nio-ssl-support': ignoring declared target(s) 'swift-nio-ssl-support' in the system package
Building for debugging...
[0/84] Write sources
[33/84] Compiling CNIOZlib empty.c
[34/84] Compiling CNIOSHA1 c_nio_sha1.c
[35/84] Compiling CNIOLinux ifaddrs-android.c
[36/84] Compiling CNIODarwin shim.c
[37/84] Compiling CNIOLinux shim.c
[38/84] Compiling CBcrypt bcrypt.c
[39/84] Compiling CBcrypt blf.c
[39/84] Write sources
[42/84] Compiling CBase32 base32.c
[43/84] Compiling CNIOHTTPParser c_nio_http_parser.c
[44/84] Write swift-version-24593BA9C3E375BF.txt
[45/84] Compiling CNIOOpenSSL helpers.c
[45/84] Compiling CNIOOpenSSL shims.c
[47/84] Compiling CCryptoOpenSSL shim.c
[49/105] Emitting module Debugging
[49/105] Compiling c-atomics.c
[51/108] Compiling Debugging SourceLocation.swift
[52/108] Compiling NIOPriorityQueue PriorityQueue.swift
[53/108] Emitting module COperatingSystem
[54/108] Compiling COperatingSystem libc.swift
[55/108] Compiling NIOConcurrencyHelpers lock.swift
[56/108] Compiling NIOConcurrencyHelpers atomics.swift
[57/108] Emitting module NIOConcurrencyHelpers
[58/110] Emitting module NIOPriorityQueue
[59/110] Compiling NIOPriorityQueue Heap.swift
[63/111] Compiling XMLCoding ISO8601DateFormatter.swift
[64/112] Compiling Debugging Demangler.swift
[65/112] Emitting module XMLCoding
[66/112] Compiling XMLCoding DecodingErrorExtension.swift
[67/112] Compiling XMLCoding XMLDecoder.swift
[68/112] Compiling Debugging Debuggable.swift
[69/113] Compiling XMLCoding XMLReferencingEncoder.swift
[69/113] Wrapping AST for COperatingSystem for debugging
[70/113] Wrapping AST for NIOConcurrencyHelpers for debugging
[72/113] Compiling XMLCoding XMLKey.swift
[72/113] Wrapping AST for NIOPriorityQueue for debugging
[75/113] Compiling XMLCoding XMLDecodingStorage.swift
[76/113] Compiling XMLCoding XMLKeyedDecodingContainer.swift
[77/113] Compiling XMLCoding XMLEncoder.swift
[78/113] Compiling XMLCoding XMLEncodingStorage.swift
[79/113] Compiling XMLCoding XMLUnkeyedDecodingContainer.swift
[80/113] Compiling XMLCoding EncodingErrorExtension.swift
[80/163] Wrapping AST for Debugging for debugging
[82/163] Compiling XMLCoding XMLStackParser.swift
[83/164] Wrapping AST for XMLCoding for debugging
[85/164] Compiling NIO ByteBuffer-int.swift
[86/164] Compiling NIO ByteBuffer-views.swift
[87/164] Compiling NIO Channel.swift
[88/164] Compiling NIO ChannelHandler.swift
[89/164] Compiling NIO ChannelHandlers.swift
[90/164] Compiling NIO ChannelInvoker.swift
[91/164] Compiling NIO ChannelOption.swift
[92/170] Emitting module NIO
[93/170] Compiling NIO MarkedCircularBuffer.swift
[94/170] Compiling NIO MulticastChannel.swift
[95/170] Compiling NIO NIOAny.swift
[96/170] Compiling NIO NonBlockingFileIO.swift
[97/170] Compiling NIO PendingDatagramWritesManager.swift
[98/170] Compiling NIO PendingWritesManager.swift
[99/170] Compiling NIO PriorityQueue.swift
[100/170] Compiling NIO Heap.swift
[101/170] Compiling NIO IO.swift
[102/170] Compiling NIO IOData.swift
[103/170] Compiling NIO IntegerTypes.swift
[104/170] Compiling NIO Interfaces.swift
[105/170] Compiling NIO Linux.swift
[106/170] Compiling NIO LinuxCPUSet.swift
[107/170] Compiling NIO RecvByteBufferAllocator.swift
[108/170] Compiling NIO Resolver.swift
[109/170] Compiling NIO Selectable.swift
[110/170] Compiling NIO Selector.swift
[111/170] Compiling NIO ServerSocket.swift
[112/170] Compiling NIO Socket.swift
[113/170] Compiling NIO SocketAddresses.swift
[114/170] Compiling NIO EventLoop.swift
[115/170] Compiling NIO EventLoopFuture.swift
[116/170] Compiling NIO FileDescriptor.swift
[117/170] Compiling NIO FileHandle.swift
[118/170] Compiling NIO FileRegion.swift
[119/170] Compiling NIO GetaddrinfoResolver.swift
[120/170] Compiling NIO HappyEyeballs.swift
[121/170] Compiling NIO ChannelPipeline.swift
[122/170] Compiling NIO CircularBuffer.swift
[123/170] Compiling NIO Codec.swift
[124/170] Compiling NIO CompositeError.swift
[125/170] Compiling NIO ContiguousCollection.swift
[126/170] Compiling NIO DeadChannel.swift
[127/170] Compiling NIO Embedded.swift
[128/170] Compiling NIO SocketChannel.swift
[129/170] Compiling NIO SocketOptionProvider.swift
[130/170] Compiling NIO System.swift
[131/170] Compiling NIO Thread.swift
[132/170] Compiling NIO TypeAssistedChannelHandler.swift
[133/170] Compiling NIO Utilities.swift
[134/170] Compiling NIO AddressedEnvelope.swift
[135/170] Compiling NIO BaseSocket.swift
[136/170] Compiling NIO BaseSocketChannel.swift
[137/170] Compiling NIO BlockingIOThreadPool.swift
[138/170] Compiling NIO Bootstrap.swift
[139/170] Compiling NIO ByteBuffer-aux.swift
[140/170] Compiling NIO ByteBuffer-core.swift
[141/175] Wrapping AST for NIO for debugging
[143/213] Compiling NIOTLS TLSEvents.swift
[144/213] Compiling Bits Byte+Control.swift
[145/213] Compiling Bits Byte+Digit.swift
[146/214] Emitting module NIOFoundationCompat
[147/214] Compiling Bits BitsError.swift
[148/214] Compiling Bits Byte+Alphabet.swift
[149/214] Emitting module Async
[150/214] Compiling Async Future+Flatten.swift
[151/214] Compiling Async Future+Global.swift
[152/214] Compiling Bits ByteBuffer+require.swift
[153/214] Compiling Bits ByteBuffer+string.swift
[154/214] Compiling Bits ByteBuffer+binaryFloatingPointOperations.swift
[155/214] Compiling Bits ByteBuffer+peek.swift
[156/214] Compiling Async Worker.swift
[157/214] Compiling Bits Bytes.swift
[158/214] Compiling Bits Data+Bytes.swift
[163/215] Emitting module Bits
[164/215] Compiling Bits Data+Strings.swift
[169/215] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[170/216] Compiling Async FutureType.swift
[171/216] Compiling Async QueueHandler.swift
[172/216] Compiling Async Future+Variadic.swift
[173/216] Compiling Async Future+Void.swift
[174/216] Emitting module NIOTLS
[175/216] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[176/216] Compiling NIOTLS SNIHandler.swift
[179/218] Compiling Bits Deprecated.swift
[181/219] Compiling NIOHTTP1 HTTPServerPipelineHandler.swift
[182/220] Wrapping AST for Async for debugging
[183/220] Wrapping AST for NIOTLS for debugging
[184/220] Wrapping AST for NIOFoundationCompat for debugging
[186/236] Compiling NIOHTTP1 HTTPPipelineSetup.swift
[187/236] Compiling NIOHTTP1 HTTPEncoder.swift
[188/236] Compiling NIOHTTP1 HTTPResponseCompressor.swift
[188/244] Wrapping AST for Bits for debugging
[190/264] Compiling Random Array+Random.swift
[191/264] Compiling NIOHTTP1 HTTPUpgradeHandler.swift
[192/264] Compiling Random RandomProtocol.swift
[193/264] Emitting module Random
[194/264] Compiling NIOHTTP1 HTTPTypes.swift
[195/264] Compiling NIOHTTP1 HTTPServerProtocolErrorHandler.swift
[196/264] Compiling Random URandom.swift
[197/264] Emitting module NIOHTTP1
[198/264] Compiling Core ReflectionDecoders.swift
[199/264] Compiling Core CoreError.swift
[200/265] Compiling Random OSRandom.swift
[203/266] Compiling Core NotFound.swift
[204/266] Compiling Core OptionalType.swift
[205/266] Compiling Core Process+Execute.swift
[206/269] Compiling Core Data+Hex.swift
[207/269] Compiling Core DataCoders.swift
[208/269] Compiling Core Deprecated.swift
[209/269] Compiling Core DirectoryConfig.swift
[210/269] Compiling Core Exports.swift
[211/269] Compiling Core File.swift
[212/269] Compiling Core Future+Unwrap.swift
[213/269] Compiling Core FutureEncoder.swift
[214/269] Compiling Core HeaderValue.swift
[214/269] Wrapping AST for NIOHTTP1 for debugging
[215/269] Wrapping AST for Random for debugging
[217/278] Compiling Core Reflectable.swift
[218/278] Compiling Core String+Utilities.swift
[219/278] Compiling Core Thread+Async.swift
[220/278] Compiling Core BasicKey.swift
[221/278] Compiling Core CaseInsensitiveString.swift
[222/278] Compiling Core Decodable+Reflectable.swift
[223/278] Compiling Core ReflectionDecodable.swift
[224/278] Compiling NIOWebSocket Base64.swift
[225/278] Compiling NIOWebSocket SHA1.swift
[226/278] Compiling Core Data+Base64URL.swift
[229/280] Compiling NIOWebSocket WebSocketOpcode.swift
[230/280] Compiling NIOWebSocket WebSocketProtocolErrorHandler.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
[235/281] Emitting module NIOOpenSSL
[245/281] Compiling NIOWebSocket WebSocketFrameDecoder.swift
[246/281] Compiling NIOWebSocket WebSocketFrameEncoder.swift
[247/281] Emitting module NIOWebSocket
[250/281] Compiling NIOWebSocket WebSocketErrorCodes.swift
[251/281] Compiling NIOWebSocket WebSocketFrame.swift
[252/281] Compiling NIOWebSocket WebSocketUpgrader.swift
[254/282] Compiling NIOOpenSSL SSLVerificationCallbacks.swift
[255/282] Compiling NIOOpenSSL TLSConfiguration.swift
[255/282] Wrapping AST for NIOWebSocket for debugging
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: 'swift-nio-zlib-support': ignoring declared target(s) 'swift-nio-zlib-support' in the system package
warning: 'swift-nio-ssl-support': ignoring declared target(s) 'swift-nio-ssl-support' in the system package
[0/1] Planning build
Building for debugging...
[0/36] Write swift-version-24593BA9C3E375BF.txt
[2/60] Compiling COperatingSystem libc.swift
[3/60] Emitting module COperatingSystem
[4/61] Emitting module Debugging
[6/60] Compiling Debugging SourceLocation.swift
[7/60] Emitting module NIOConcurrencyHelpers
[8/60] Compiling NIOConcurrencyHelpers lock.swift
[9/60] Compiling XMLCoding ISO8601DateFormatter.swift
[10/60] Compiling XMLCoding XMLKey.swift
[11/60] Compiling Debugging Debuggable.swift
[12/60] Compiling Debugging Demangler.swift
[13/62] Compiling XMLCoding XMLReferencingEncoder.swift
[14/62] Compiling NIOPriorityQueue PriorityQueue.swift
[15/62] Emitting module NIOPriorityQueue
[16/62] Compiling NIOPriorityQueue Heap.swift
[19/61] Compiling NIOConcurrencyHelpers atomics.swift
[20/61] Compiling XMLCoding XMLDecodingStorage.swift
[21/61] Compiling XMLCoding XMLKeyedDecodingContainer.swift
[22/62] Compiling XMLCoding XMLUnkeyedDecodingContainer.swift
[23/62] Compiling XMLCoding EncodingErrorExtension.swift
[24/62] Emitting module XMLCoding
[25/62] Compiling XMLCoding DecodingErrorExtension.swift
[26/62] Compiling XMLCoding XMLDecoder.swift
[28/62] Compiling XMLCoding XMLStackParser.swift
[28/62] Wrapping AST for NIOConcurrencyHelpers for debugging
[30/112] Compiling NIO ChannelOption.swift
[31/112] Compiling NIO AddressedEnvelope.swift
[32/113] Wrapping AST for XMLCoding for debugging
[34/113] Compiling NIO ByteBuffer-int.swift
[35/113] Compiling NIO ByteBuffer-views.swift
[36/113] Compiling NIO Channel.swift
[37/113] Compiling NIO ChannelHandler.swift
[38/113] Compiling NIO ChannelHandlers.swift
[39/113] Compiling NIO ChannelInvoker.swift
[41/119] Emitting module NIO
[42/119] Compiling NIO RecvByteBufferAllocator.swift
[43/119] Compiling NIO Resolver.swift
[44/119] Compiling NIO Selectable.swift
[45/119] Compiling NIO Selector.swift
[46/119] Compiling NIO ServerSocket.swift
[47/119] Compiling NIO Socket.swift
[48/119] Compiling NIO SocketAddresses.swift
[49/119] Compiling NIO Heap.swift
[50/119] Compiling NIO IO.swift
[51/119] Compiling NIO IOData.swift
[52/119] Compiling NIO IntegerTypes.swift
[53/119] Compiling NIO Interfaces.swift
[54/119] Compiling NIO Linux.swift
[55/119] Compiling NIO LinuxCPUSet.swift
[56/119] Compiling NIO MarkedCircularBuffer.swift
[57/119] Compiling NIO MulticastChannel.swift
[58/119] Compiling NIO NIOAny.swift
[59/119] Compiling NIO NonBlockingFileIO.swift
[60/119] Compiling NIO PendingDatagramWritesManager.swift
[61/119] Compiling NIO PendingWritesManager.swift
[62/119] Compiling NIO PriorityQueue.swift
[63/119] Compiling NIO EventLoop.swift
[64/119] Compiling NIO EventLoopFuture.swift
[65/119] Compiling NIO FileDescriptor.swift
[66/119] Compiling NIO FileHandle.swift
[67/119] Compiling NIO FileRegion.swift
[68/119] Compiling NIO GetaddrinfoResolver.swift
[69/119] Compiling NIO HappyEyeballs.swift
[70/119] Compiling NIO ChannelPipeline.swift
[71/119] Compiling NIO CircularBuffer.swift
[72/119] Compiling NIO Codec.swift
[73/119] Compiling NIO CompositeError.swift
[74/119] Compiling NIO ContiguousCollection.swift
[75/119] Compiling NIO DeadChannel.swift
[76/119] Compiling NIO Embedded.swift
[78/119] Compiling NIO BaseSocket.swift
[79/119] Compiling NIO BaseSocketChannel.swift
[80/119] Compiling NIO BlockingIOThreadPool.swift
[81/119] Compiling NIO Bootstrap.swift
[82/119] Compiling NIO ByteBuffer-aux.swift
[83/119] Compiling NIO ByteBuffer-core.swift
[84/119] Compiling NIO SocketChannel.swift
[85/119] Compiling NIO SocketOptionProvider.swift
[86/119] Compiling NIO System.swift
[87/119] Compiling NIO Thread.swift
[88/119] Compiling NIO TypeAssistedChannelHandler.swift
[89/119] Compiling NIO Utilities.swift
[90/120] Wrapping AST for NIO for debugging
[92/162] Compiling NIOHTTP1 HTTPServerProtocolErrorHandler.swift
[93/163] Compiling Bits ByteBuffer+require.swift
[94/163] Compiling Bits ByteBuffer+string.swift
[95/164] Compiling NIOTLS TLSEvents.swift
[96/164] Compiling Bits Byte+Control.swift
[97/164] Compiling Bits Byte+Digit.swift
[98/164] Emitting module NIOTLS
[99/164] Emitting module Async
[100/164] Compiling Bits ByteBuffer+binaryFloatingPointOperations.swift
[101/164] Compiling Bits ByteBuffer+peek.swift
[102/164] Compiling Bits BitsError.swift
[103/164] Compiling Bits Byte+Alphabet.swift
[106/164] Compiling Async Future+Flatten.swift
[107/164] Compiling Async Future+Global.swift
[108/165] Compiling Async Worker.swift
[109/165] Compiling Bits Bytes.swift
[110/165] Compiling Async FutureType.swift
[111/165] Compiling Async QueueHandler.swift
[112/165] Compiling Async Future+Variadic.swift
[113/165] Compiling Async Future+Void.swift
[114/166] Emitting module Bits
[115/166] Emitting module NIOFoundationCompat
[116/166] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[117/166] Compiling Bits Deprecated.swift
[118/167] Emitting module NIOHTTP1
[120/167] Compiling NIOHTTP1 HTTPUpgradeHandler.swift
[121/167] Compiling Bits Data+Bytes.swift
[122/167] Compiling Bits Data+Strings.swift
[129/168] Compiling NIOHTTP1 HTTPServerPipelineHandler.swift
[132/166] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[133/166] Compiling NIOTLS SNIHandler.swift
[134/166] Compiling NIOHTTP1 HTTPResponseCompressor.swift
[134/167] Wrapping AST for Async for debugging
[136/167] Compiling NIOHTTP1 HTTPTypes.swift
[138/194] Compiling NIOHTTP1 HTTPPipelineSetup.swift
[139/195] Compiling Core BasicKey.swift
[140/195] Compiling Core CaseInsensitiveString.swift
[141/198] Compiling NIOHTTP1 HTTPEncoder.swift
[142/207] Compiling Random URandom.swift
[143/207] Compiling Random RandomProtocol.swift
[145/211] Compiling Random Array+Random.swift
[146/211] Emitting module Random
[147/211] Compiling Random OSRandom.swift
[148/212] Compiling Core NotFound.swift
[149/212] Compiling Core OptionalType.swift
[150/212] Compiling Core Process+Execute.swift
[151/215] Wrapping AST for NIOHTTP1 for debugging
[153/214] Compiling NIOOpenSSL SSLPrivateKey.swift
[154/214] Compiling NIOOpenSSL SSLPublicKey.swift
[155/216] Compiling NIOOpenSSL ByteBufferBIO.swift
[156/216] Compiling NIOOpenSSL IdentityVerification.swift
[157/216] Compiling NIOOpenSSL OpenSSLClientHandler.swift
[158/216] Compiling NIOOpenSSL OpenSSLHandler.swift
[159/217] Compiling NIOOpenSSL OpenSSLServerHandler.swift
[160/217] Compiling NIOOpenSSL SSLConnection.swift
[161/217] Compiling NIOOpenSSL SSLContext.swift
[162/225] Compiling NIOOpenSSL SSLErrors.swift
[163/225] Compiling NIOOpenSSL SSLInit.swift
[164/225] Compiling NIOOpenSSL SSLPKCS12Bundle.swift
[165/225] Compiling NIOOpenSSL SSLPointerTricks.swift
[168/225] Compiling Core Reflectable.swift
[169/225] Compiling Core String+Utilities.swift
[170/225] Compiling Core Thread+Async.swift
[173/225] Compiling NIOOpenSSL PosixPort.swift
[175/225] Compiling NIOOpenSSL SSLCertificate.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
[178/225] Compiling NIOWebSocket WebSocketOpcode.swift
[179/225] Compiling NIOWebSocket WebSocketProtocolErrorHandler.swift
[180/226] Compiling NIOWebSocket Base64.swift
[181/226] Compiling NIOWebSocket SHA1.swift
[183/226] Emitting module NIOOpenSSL
[184/226] Emitting module NIOWebSocket
[185/226] Compiling NIOOpenSSL SSLVerificationCallbacks.swift
[186/226] Compiling NIOOpenSSL TLSConfiguration.swift
[187/226] Compiling NIOWebSocket WebSocketFrameEncoder.swift
[188/226] Compiling NIOWebSocket WebSocketFrameDecoder.swift
BUILD FAILURE 6.1 linux