Build Information
Failed to build Elasticsearch, reference 0.1.1 (a1b0ee
), with Swift 6.1 for Linux on 25 Apr 2025 12:25:07 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/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/ryangrimm/vaporelasticsearch.git
Reference: 0.1.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/ryangrimm/vaporelasticsearch
* tag 0.1.1 -> FETCH_HEAD
HEAD is now at a1b0ee8 Remove all spaces from folders as they cause issues on most linux systems
Cloned https://github.com/ryangrimm/vaporelasticsearch.git
Revision (git rev-parse @):
a1b0ee8261207133a3a34ef180b2406383552df8
SUCCESS checkout https://github.com/ryangrimm/vaporelasticsearch.git at 0.1.1
========================================
Build
========================================
Selected platform: linux
Swift version: 6.1
Building package at path: $PWD
https://github.com/ryangrimm/vaporelasticsearch.git
https://github.com/ryangrimm/vaporelasticsearch.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "core",
"requirement" : {
"range" : [
{
"lower_bound" : "3.0.0",
"upper_bound" : "4.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/vapor/core.git"
},
{
"identity" : "crypto",
"requirement" : {
"range" : [
{
"lower_bound" : "3.2.0",
"upper_bound" : "4.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/vapor/crypto.git"
},
{
"identity" : "database-kit",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/vapor/database-kit.git"
},
{
"identity" : "swift-nio",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-nio.git"
},
{
"identity" : "http",
"requirement" : {
"range" : [
{
"lower_bound" : "3.0.0",
"upper_bound" : "4.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/vapor/http.git"
}
],
"manifest_display_name" : "Elasticsearch",
"name" : "Elasticsearch",
"path" : "/host/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "Elasticsearch",
"targets" : [
"Elasticsearch"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "ElasticsearchTests",
"module_type" : "SwiftTarget",
"name" : "ElasticsearchTests",
"path" : "Tests/ElasticsearchTests",
"sources" : [
"Analysis/AnalyzerTests.swift",
"Analysis/CharacterFilterTests.swift",
"Analysis/NormalizerTests.swift",
"Analysis/TokenFilterTests.swift",
"Analysis/TokenizerTests.swift",
"ElasticsearchAggregationCodableTests.swift",
"ElasticsearchQueryCodableTests.swift",
"ElasticsearchTests.swift",
"TestHelpers.swift",
"XCTestManifests.swift"
],
"target_dependencies" : [
"Elasticsearch"
],
"type" : "test"
},
{
"c99name" : "Elasticsearch",
"module_type" : "SwiftTarget",
"name" : "Elasticsearch",
"path" : "Sources/Elasticsearch",
"product_dependencies" : [
"Crypto",
"Async",
"Bits",
"DatabaseKit",
"Debugging",
"NIO",
"COperatingSystem",
"HTTP"
],
"product_memberships" : [
"Elasticsearch"
],
"sources" : [
"Client/ElasticsearchBulk.swift",
"Client/ElasticsearchClient+CRUD.swift",
"Client/ElasticsearchClient+IndexMgmt.swift",
"Client/ElasticsearchClient+Search.swift",
"Client/ElasticsearchClient+connect.swift",
"Client/ElasticsearchClient.swift",
"Client/ElasticsearchLogger.swift",
"Database/ElasticsearchClientConfig.swift",
"Database/ElasticsearchDatabase+LogSupporting.swift",
"Database/ElasticsearchDatabase.swift",
"Database/ElasticsearchProvider.swift",
"Index/Analysis.swift",
"Index/Analyzers/Analyzer.swift",
"Index/Analyzers/CustomAnalyzer.swift",
"Index/Analyzers/FingerprintAnalyzer.swift",
"Index/Analyzers/KeywordAnalyzer.swift",
"Index/Analyzers/PatternAnalyzer.swift",
"Index/Analyzers/SimpleAnalyzer.swift",
"Index/Analyzers/StandardAnalyzer.swift",
"Index/Analyzers/StopAnalyzer.swift",
"Index/Analyzers/WhitespaceAnalyzer.swift",
"Index/DefinesAnalysis.swift",
"Index/DocumentTypeSettings.swift",
"Index/ElasticsearchIndex.swift",
"Index/Filters/Character/CharacterFilter.swift",
"Index/Filters/Character/HTMLStripCharacterFilter.swift",
"Index/Filters/Character/MappingCharacterFilter.swift",
"Index/Filters/Character/PatternReplaceCharacterFilter.swift",
"Index/Filters/Token/ASCIIFoldingFilter.swift",
"Index/Filters/Token/ApostropheFilter.swift",
"Index/Filters/Token/ArabicNormalizationFilter.swift",
"Index/Filters/Token/ClassicFilter.swift",
"Index/Filters/Token/DecimalDigitFilter.swift",
"Index/Filters/Token/EdgeNGram.swift",
"Index/Filters/Token/GermanNormalizationFilter.swift",
"Index/Filters/Token/HindiNormalizationFilter.swift",
"Index/Filters/Token/IndicNormalizationFilter.swift",
"Index/Filters/Token/KStemFilter.swift",
"Index/Filters/Token/LengthFilter.swift",
"Index/Filters/Token/LowercaseFilter.swift",
"Index/Filters/Token/NGramFilter.swift",
"Index/Filters/Token/PersianNormalizationFilter.swift",
"Index/Filters/Token/PorterStemFilter.swift",
"Index/Filters/Token/ReverseFilter.swift",
"Index/Filters/Token/ScandinavianFoldingFilter.swift",
"Index/Filters/Token/ScandinavianNormalizationFilter.swift",
"Index/Filters/Token/SerbianNormalizationFIlter.swift",
"Index/Filters/Token/SoraniNormalizationFilter.swift",
"Index/Filters/Token/StandardFilter.swift",
"Index/Filters/Token/StemmerFilter+Languages.swift",
"Index/Filters/Token/StemmerFilter.swift",
"Index/Filters/Token/SynonymFilter.swift",
"Index/Filters/Token/TokenFilter.swift",
"Index/Filters/Token/TrimFilter.swift",
"Index/Filters/Token/UppercaseFilter.swift",
"Index/IndexMeta.swift",
"Index/IndexModifies.swift",
"Index/IndexSettings.swift",
"Index/MappingTypes/AnyMap.swift",
"Index/MappingTypes/MapBinary.swift",
"Index/MappingTypes/MapBoolean.swift",
"Index/MappingTypes/MapByte.swift",
"Index/MappingTypes/MapCompletionSuggester.swift",
"Index/MappingTypes/MapDate.swift",
"Index/MappingTypes/MapDateRange.swift",
"Index/MappingTypes/MapDouble.swift",
"Index/MappingTypes/MapDoubleRange.swift",
"Index/MappingTypes/MapFloat.swift",
"Index/MappingTypes/MapFloatRange.swift",
"Index/MappingTypes/MapGeoPoint.swift",
"Index/MappingTypes/MapGeoShape.swift",
"Index/MappingTypes/MapHalfFloat.swift",
"Index/MappingTypes/MapIPAddress.swift",
"Index/MappingTypes/MapInteger.swift",
"Index/MappingTypes/MapIntegerRange.swift",
"Index/MappingTypes/MapJoin.swift",
"Index/MappingTypes/MapKeyword.swift",
"Index/MappingTypes/MapLong.swift",
"Index/MappingTypes/MapLongRange.swift",
"Index/MappingTypes/MapNested.swift",
"Index/MappingTypes/MapObject.swift",
"Index/MappingTypes/MapPercolator.swift",
"Index/MappingTypes/MapScaledFloat.swift",
"Index/MappingTypes/MapShort.swift",
"Index/MappingTypes/MapText.swift",
"Index/MappingTypes/MapTokenCount.swift",
"Index/MappingTypes/Mappable.swift",
"Index/Normalizers/CustomNormalizer.swift",
"Index/Normalizers/Normalizer.swift",
"Index/Tokenizers/ClassicTokenizer.swift",
"Index/Tokenizers/EdgeNGramTokenizer.swift",
"Index/Tokenizers/KeywordTokenizer.swift",
"Index/Tokenizers/LetterTokenizer.swift",
"Index/Tokenizers/LowercaseTokenizer.swift",
"Index/Tokenizers/NGramTokenizer.swift",
"Index/Tokenizers/PathHierarchyTokenizer.swift",
"Index/Tokenizers/PatternTokenizer.swift",
"Index/Tokenizers/SimplePatternSplitTokenizer.swift",
"Index/Tokenizers/SimplePatternTokenizer.swift",
"Index/Tokenizers/StandardTokenizer.swift",
"Index/Tokenizers/ThaiTokenizer.swift",
"Index/Tokenizers/Tokenizer.swift",
"Index/Tokenizers/UAXURLEmailTokenizer.swift",
"Index/Tokenizers/WhitespaceTokenizer.swift",
"Model/Response/AggregationDateHistogramResponse.swift",
"Model/Response/AggregationExtendedStatsResponse.swift",
"Model/Response/AggregationGeoBoundsResponse.swift",
"Model/Response/AggregationGeoCentroidResponse.swift",
"Model/Response/AggregationHistogramResponse.swift",
"Model/Response/AggregationResponse.swift",
"Model/Response/AggregationSingleValueResponse.swift",
"Model/Response/AggregationStatsResponse.swift",
"Model/Response/AggregationTermsResponse.swift",
"Model/Response/AnyAggregationResponse.swift",
"Model/Response/BulkResponse.swift",
"Model/Response/DocResponse.swift",
"Model/Response/IndexResponse.swift",
"Model/Response/SearchResponse.swift",
"Model/SettableID.swift",
"Search/Aggregation/Aggregation.swift",
"Search/Aggregation/AnyAggregation.swift",
"Search/Aggregation/BucketAggregations/DateHistogramAggregation.swift",
"Search/Aggregation/BucketAggregations/HistogramAggregation.swift",
"Search/Aggregation/BucketAggregations/TermsAggregation.swift",
"Search/Aggregation/MetricsAggregations/AvgAggregation.swift",
"Search/Aggregation/MetricsAggregations/CardinalityAggregation.swift",
"Search/Aggregation/MetricsAggregations/ExtendedStatsAggregation.swift",
"Search/Aggregation/MetricsAggregations/GeoBoundsAggregation.swift",
"Search/Aggregation/MetricsAggregations/GeoCentroidAggregation.swift",
"Search/Aggregation/MetricsAggregations/MaxAggregation.swift",
"Search/Aggregation/MetricsAggregations/MinAggregation.swift",
"Search/Aggregation/MetricsAggregations/StatsAggregation.swift",
"Search/Aggregation/MetricsAggregations/SumAggregation.swift",
"Search/Aggregation/MetricsAggregations/TopHitsAggregation.swift",
"Search/Aggregation/MetricsAggregations/ValueCountAggregation.swift",
"Search/Decoder+AggregationUserInfo.swift",
"Search/Query/AnyQuery.swift",
"Search/Query/BoolQuery.swift",
"Search/Query/CommonTerms.swift",
"Search/Query/Exists.swift",
"Search/Query/Fuzzy.swift",
"Search/Query/Geo/GeoHelpers.swift",
"Search/Query/Geo/GeoPolygon.swift",
"Search/Query/IDs.swift",
"Search/Query/Match.swift",
"Search/Query/MatchAll.swift",
"Search/Query/MatchNone.swift",
"Search/Query/MatchPhrase.swift",
"Search/Query/MatchPhrasePrefix.swift",
"Search/Query/MultiMatch.swift",
"Search/Query/Prefix.swift",
"Search/Query/Query.swift",
"Search/Query/Range.swift",
"Search/Query/Regexp.swift",
"Search/Query/ScriptQuery.swift",
"Search/Query/SpanQueries/AnySpanQuery.swift",
"Search/Query/SpanQueries/Span.swift",
"Search/Query/SpanQueries/SpanContaining.swift",
"Search/Query/SpanQueries/SpanFirst.swift",
"Search/Query/SpanQueries/SpanNear.swift",
"Search/Query/SpanQueries/SpanNot.swift",
"Search/Query/SpanQueries/SpanOr.swift",
"Search/Query/SpanQueries/SpanTerm.swift",
"Search/Query/SpanQueries/SpanWithin.swift",
"Search/Query/Term.swift",
"Search/Query/Terms.swift",
"Search/Query/Wildcard.swift",
"Search/Script.swift",
"Search/SearchContainer.swift",
"Utilities/DynamicKey.swift",
"Utilities/ElasticsearchError.swift",
"Utilities/Exports.swift"
],
"type" : "library"
}
],
"tools_version" : "4.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/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/crypto.git
Fetching https://github.com/vapor/http.git
Fetching https://github.com/apple/swift-nio.git
Fetching https://github.com/vapor/database-kit.git
Fetching https://github.com/vapor/core.git
[1/2786] Fetching crypto
[1255/3967] Fetching crypto, database-kit
[3968/29434] Fetching crypto, database-kit, http
[6261/49577] Fetching crypto, database-kit, http, core
[21111/125008] Fetching crypto, database-kit, http, core, swift-nio
Fetched https://github.com/vapor/database-kit.git from cache (2.04s)
[109496/123827] Fetching crypto, http, core, swift-nio
Fetched https://github.com/vapor/crypto.git from cache (4.88s)
Fetched https://github.com/vapor/core.git from cache (4.90s)
Fetched https://github.com/vapor/http.git from cache (4.90s)
Fetched https://github.com/apple/swift-nio.git from cache (4.97s)
Computing version for https://github.com/vapor/crypto.git
Computed https://github.com/vapor/crypto.git at 3.4.1 (5.47s)
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.23s)
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/database-kit.git
Computed https://github.com/vapor/database-kit.git at 1.3.3 (0.62s)
Fetching https://github.com/vapor/service.git
[1/919] Fetching service
Fetched https://github.com/vapor/service.git from cache (0.22s)
Computing version for https://github.com/vapor/service.git
Computed https://github.com/vapor/service.git at 1.0.2 (4.23s)
Computing version for https://github.com/vapor/http.git
Computed https://github.com/vapor/http.git at 3.4.0 (0.53s)
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 (1.57s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 1.14.4 (2.17s)
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.18s)
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.02s)
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.49s)
Computing version for https://github.com/vapor/core.git
Computed https://github.com/vapor/core.git at 3.10.1 (0.78s)
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/http.git
Working copy of https://github.com/vapor/http.git resolved at 3.4.0
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/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-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/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.git
Working copy of https://github.com/apple/swift-nio.git resolved at 1.14.4
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/service.git
Working copy of https://github.com/vapor/service.git resolved at 1.0.2
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
Building for debugging...
[0/32] Write sources
[16/32] Compiling CNIOLinux ifaddrs-android.c
[17/32] Compiling CNIOSHA1 c_nio_sha1.c
[18/32] Compiling CNIODarwin shim.c
[19/32] Compiling CNIOLinux shim.c
[20/32] Compiling CNIOHTTPParser c_nio_http_parser.c
[21/32] Compiling CNIOOpenSSL helpers.c
[22/32] Compiling CCryptoOpenSSL shim.c
[23/32] Write sources
[25/32] Compiling CBase32 base32.c
[26/32] Compiling CBcrypt blf.c
[27/32] Compiling CNIOZlib empty.c
[28/32] Write swift-version-24593BA9C3E375BF.txt
[29/32] Compiling CBcrypt bcrypt.c
[30/32] Compiling CNIOOpenSSL shims.c
[31/41] Compiling c-atomics.c
[33/44] Compiling NIOPriorityQueue PriorityQueue.swift
[34/44] Compiling Debugging SourceLocation.swift
[35/44] Compiling COperatingSystem libc.swift
[36/44] Emitting module COperatingSystem
[37/45] Emitting module NIOPriorityQueue
[38/45] Compiling NIOPriorityQueue Heap.swift
[39/46] Compiling NIOConcurrencyHelpers atomics.swift
[40/46] Emitting module NIOConcurrencyHelpers
[41/46] Compiling NIOConcurrencyHelpers lock.swift
[43/47] Emitting module Debugging
[46/47] Compiling Debugging Debuggable.swift
[47/47] Compiling Debugging Demangler.swift
[49/98] Emitting module NIO
[50/104] Compiling NIO MarkedCircularBuffer.swift
[51/104] Compiling NIO MulticastChannel.swift
[52/104] Compiling NIO NIOAny.swift
[53/104] Compiling NIO NonBlockingFileIO.swift
[54/104] Compiling NIO PendingDatagramWritesManager.swift
[55/104] Compiling NIO PendingWritesManager.swift
[56/104] Compiling NIO PriorityQueue.swift
[57/104] Compiling NIO AddressedEnvelope.swift
[58/104] Compiling NIO BaseSocket.swift
[59/104] Compiling NIO BaseSocketChannel.swift
[60/104] Compiling NIO BlockingIOThreadPool.swift
[61/104] Compiling NIO Bootstrap.swift
[62/104] Compiling NIO ByteBuffer-aux.swift
[63/104] Compiling NIO ByteBuffer-core.swift
[64/104] Compiling NIO ByteBuffer-int.swift
[65/104] Compiling NIO ByteBuffer-views.swift
[66/104] Compiling NIO Channel.swift
[67/104] Compiling NIO ChannelHandler.swift
[68/104] Compiling NIO ChannelHandlers.swift
[69/104] Compiling NIO ChannelInvoker.swift
[70/104] Compiling NIO ChannelOption.swift
[71/104] Compiling NIO RecvByteBufferAllocator.swift
[72/104] Compiling NIO Resolver.swift
[73/104] Compiling NIO Selectable.swift
[74/104] Compiling NIO Selector.swift
[75/104] Compiling NIO ServerSocket.swift
[76/104] Compiling NIO Socket.swift
[77/104] Compiling NIO SocketAddresses.swift
[78/104] Compiling NIO Heap.swift
[79/104] Compiling NIO IO.swift
[80/104] Compiling NIO IOData.swift
[81/104] Compiling NIO IntegerTypes.swift
[82/104] Compiling NIO Interfaces.swift
[83/104] Compiling NIO Linux.swift
[84/104] Compiling NIO LinuxCPUSet.swift
[85/104] Compiling NIO ChannelPipeline.swift
[86/104] Compiling NIO CircularBuffer.swift
[87/104] Compiling NIO Codec.swift
[88/104] Compiling NIO CompositeError.swift
[89/104] Compiling NIO ContiguousCollection.swift
[90/104] Compiling NIO DeadChannel.swift
[91/104] Compiling NIO Embedded.swift
[92/104] Compiling NIO EventLoop.swift
[93/104] Compiling NIO EventLoopFuture.swift
[94/104] Compiling NIO FileDescriptor.swift
[95/104] Compiling NIO FileHandle.swift
[96/104] Compiling NIO FileRegion.swift
[97/104] Compiling NIO GetaddrinfoResolver.swift
[98/104] Compiling NIO HappyEyeballs.swift
[99/104] Compiling NIO SocketChannel.swift
[100/104] Compiling NIO SocketOptionProvider.swift
[101/104] Compiling NIO System.swift
[102/104] Compiling NIO Thread.swift
[103/104] Compiling NIO TypeAssistedChannelHandler.swift
[104/104] Compiling NIO Utilities.swift
[106/147] Compiling Async Exports.swift
[107/147] Compiling Async Future+DoCatch.swift
[108/148] Compiling NIOTLS TLSEvents.swift
[109/148] Compiling Async Future+Flatten.swift
[110/148] Compiling Async Future+Global.swift
[111/148] Compiling Async Collection+Future.swift
[112/148] Compiling Async Deprecated.swift
[113/148] Emitting module Async
[114/148] Compiling Async Async+NIO.swift
[115/148] Compiling Async AsyncError.swift
[116/148] Compiling Async Worker.swift
[125/149] Emitting module Bits
[126/149] Compiling NIOHTTP1 HTTPPipelineSetup.swift
[127/149] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[128/149] Emitting module NIOTLS
[129/149] Compiling Bits Bytes.swift
[130/150] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[131/150] Emitting module NIOFoundationCompat
[132/151] Compiling Bits Deprecated.swift
[133/151] Compiling Async Future+Map.swift
[134/151] Compiling Async Future+Transform.swift
[135/151] Compiling Async Future+Variadic.swift
[136/151] Compiling Async Future+Void.swift
[137/151] Compiling Async FutureType.swift
[138/151] Compiling Async QueueHandler.swift
[140/152] Compiling Bits Data+Bytes.swift
[141/152] Compiling Bits Data+Strings.swift
[143/153] Compiling NIOTLS SNIHandler.swift
[144/154] Compiling NIOHTTP1 HTTPUpgradeHandler.swift
[147/154] Compiling NIOHTTP1 HTTPEncoder.swift
[148/198] Compiling Random RandomProtocol.swift
[149/198] Compiling NIOHTTP1 HTTPServerProtocolErrorHandler.swift
[150/198] Emitting module NIOHTTP1
[151/198] Compiling NIOOpenSSL ByteBufferBIO.swift
[152/198] Compiling NIOOpenSSL IdentityVerification.swift
[153/198] Compiling NIOHTTP1 HTTPServerPipelineHandler.swift
[154/198] Compiling NIOHTTP1 HTTPResponseCompressor.swift
[155/198] Compiling NIOHTTP1 HTTPTypes.swift
[156/199] Compiling Random OSRandom.swift
[157/199] Compiling Random URandom.swift
[159/199] Emitting module Random
[160/199] Compiling Random Array+Random.swift
[162/200] Compiling Core NotFound.swift
[163/200] Compiling Core OptionalType.swift
[164/200] Compiling Core Process+Execute.swift
[165/203] Compiling NIOOpenSSL PosixPort.swift
[166/203] Compiling NIOOpenSSL SSLCertificate.swift
[167/203] Compiling NIOOpenSSL SSLPKCS12Bundle.swift
[168/203] Compiling NIOOpenSSL OpenSSLServerHandler.swift
[169/203] Compiling NIOOpenSSL SSLConnection.swift
[170/203] Compiling NIOOpenSSL SSLContext.swift
[171/203] Compiling NIOOpenSSL SSLPointerTricks.swift
[172/203] Compiling NIOOpenSSL SSLErrors.swift
[173/203] Compiling NIOOpenSSL SSLInit.swift
[174/203] Compiling Core Reflectable.swift
[175/203] Compiling Core String+Utilities.swift
[176/203] Compiling Core Thread+Async.swift
[179/203] Compiling NIOOpenSSL OpenSSLClientHandler.swift
[180/203] Compiling NIOOpenSSL OpenSSLHandler.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
[187/205] Compiling NIOOpenSSL SSLPrivateKey.swift
[188/205] Compiling NIOOpenSSL SSLPublicKey.swift
[196/205] Emitting module NIOOpenSSL
[197/205] Emitting module Core
[198/205] Compiling NIOOpenSSL SSLVerificationCallbacks.swift
[199/205] Compiling NIOOpenSSL TLSConfiguration.swift
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/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
Building for debugging...
[0/1] Write swift-version-24593BA9C3E375BF.txt
[2/13] Compiling COperatingSystem libc.swift
[3/13] Emitting module COperatingSystem
[5/14] Compiling NIOPriorityQueue PriorityQueue.swift
[6/14] Compiling Debugging SourceLocation.swift
[7/14] Compiling Debugging Demangler.swift
[8/14] Emitting module Debugging
[9/14] Compiling Debugging Debuggable.swift
[10/15] Compiling NIOConcurrencyHelpers lock.swift
[12/15] Emitting module NIOPriorityQueue
[13/15] Compiling NIOPriorityQueue Heap.swift
[15/16] Compiling NIOConcurrencyHelpers atomics.swift
[16/16] Emitting module NIOConcurrencyHelpers
[18/67] Compiling NIO ByteBuffer-int.swift
[19/67] Compiling NIO ByteBuffer-views.swift
[20/67] Compiling NIO Channel.swift
[21/67] Compiling NIO ChannelHandler.swift
[22/67] Compiling NIO ChannelHandlers.swift
[23/67] Compiling NIO ChannelInvoker.swift
[24/67] Compiling NIO ChannelOption.swift
[25/73] Emitting module NIO
[26/73] Compiling NIO MarkedCircularBuffer.swift
[27/73] Compiling NIO MulticastChannel.swift
[28/73] Compiling NIO NIOAny.swift
[29/73] Compiling NIO NonBlockingFileIO.swift
[30/73] Compiling NIO PendingDatagramWritesManager.swift
[31/73] Compiling NIO PendingWritesManager.swift
[32/73] Compiling NIO PriorityQueue.swift
[33/73] Compiling NIO Heap.swift
[34/73] Compiling NIO IO.swift
[35/73] Compiling NIO IOData.swift
[36/73] Compiling NIO IntegerTypes.swift
[37/73] Compiling NIO Interfaces.swift
[38/73] Compiling NIO Linux.swift
[39/73] Compiling NIO LinuxCPUSet.swift
[40/73] Compiling NIO RecvByteBufferAllocator.swift
[41/73] Compiling NIO Resolver.swift
[42/73] Compiling NIO Selectable.swift
[43/73] Compiling NIO Selector.swift
[44/73] Compiling NIO ServerSocket.swift
[45/73] Compiling NIO Socket.swift
[46/73] Compiling NIO SocketAddresses.swift
[47/73] Compiling NIO ChannelPipeline.swift
[48/73] Compiling NIO CircularBuffer.swift
[49/73] Compiling NIO Codec.swift
[50/73] Compiling NIO CompositeError.swift
[51/73] Compiling NIO ContiguousCollection.swift
[52/73] Compiling NIO DeadChannel.swift
[53/73] Compiling NIO Embedded.swift
[54/73] Compiling NIO EventLoop.swift
[55/73] Compiling NIO EventLoopFuture.swift
[56/73] Compiling NIO FileDescriptor.swift
[57/73] Compiling NIO FileHandle.swift
[58/73] Compiling NIO FileRegion.swift
[59/73] Compiling NIO GetaddrinfoResolver.swift
[60/73] Compiling NIO HappyEyeballs.swift
[61/73] Compiling NIO AddressedEnvelope.swift
[62/73] Compiling NIO BaseSocket.swift
[63/73] Compiling NIO BaseSocketChannel.swift
[64/73] Compiling NIO BlockingIOThreadPool.swift
[65/73] Compiling NIO Bootstrap.swift
[66/73] Compiling NIO ByteBuffer-aux.swift
[67/73] Compiling NIO ByteBuffer-core.swift
[68/73] Compiling NIO SocketChannel.swift
[69/73] Compiling NIO SocketOptionProvider.swift
[70/73] Compiling NIO System.swift
[71/73] Compiling NIO Thread.swift
[72/73] Compiling NIO TypeAssistedChannelHandler.swift
[73/73] Compiling NIO Utilities.swift
[75/116] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[76/116] Emitting module NIOFoundationCompat
[77/117] Compiling NIOTLS TLSEvents.swift
[78/117] Compiling Async Exports.swift
[79/117] Compiling Async Future+DoCatch.swift
[81/118] Compiling Async Collection+Future.swift
[82/118] Compiling Async Deprecated.swift
[83/118] Compiling Async Future+Flatten.swift
[84/118] Compiling Async Future+Global.swift
[85/118] Compiling Async Future+Map.swift
[86/118] Compiling Async Future+Transform.swift
[87/118] Compiling NIOHTTP1 ByteCollectionUtils.swift
[88/118] Compiling NIOHTTP1 HTTPDecoder.swift
[89/118] Emitting module Async
[94/118] Compiling Async Worker.swift
[99/119] Emitting module Bits
[100/119] Compiling Async FutureType.swift
[101/119] Compiling Async QueueHandler.swift
[102/119] Compiling NIOHTTP1 HTTPServerProtocolErrorHandler.swift
[103/119] Compiling NIOHTTP1 HTTPServerPipelineHandler.swift
[104/119] Compiling NIOHTTP1 HTTPPipelineSetup.swift
[105/120] Compiling Async Future+Variadic.swift
[106/120] Compiling Async Future+Void.swift
[107/121] Compiling Bits Bytes.swift
[108/121] Compiling Bits Data+Bytes.swift
[109/121] Compiling Bits Data+Strings.swift
[110/121] Compiling NIOHTTP1 HTTPResponseCompressor.swift
[111/121] Compiling NIOHTTP1 HTTPEncoder.swift
[113/121] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[114/121] Compiling NIOTLS SNIHandler.swift
[115/121] Emitting module NIOTLS
[116/122] Compiling Bits Deprecated.swift
[119/123] Compiling NIOHTTP1 HTTPUpgradeHandler.swift
[120/123] Compiling NIOHTTP1 HTTPTypes.swift
[121/123] Emitting module NIOHTTP1
[125/168] Emitting module NIOOpenSSL
[126/170] Compiling Random OSRandom.swift
[127/170] Compiling Random RandomProtocol.swift
[128/170] Compiling Random URandom.swift
[129/170] Emitting module Random
[130/170] Compiling Random Array+Random.swift
[131/171] Compiling Core BasicKey.swift
[132/171] Compiling Core CaseInsensitiveString.swift
[133/171] Compiling Core NotFound.swift
[134/171] Compiling Core OptionalType.swift
[135/171] Compiling Core Process+Execute.swift
[136/171] Compiling Core ReflectionDecoders.swift
[137/171] Compiling Core CoreError.swift
[138/171] Compiling Core Data+Base64URL.swift
[139/174] Compiling NIOOpenSSL SSLErrors.swift
[140/174] Compiling NIOOpenSSL SSLInit.swift
[145/174] Compiling NIOOpenSSL SSLPKCS12Bundle.swift
[146/174] Compiling NIOOpenSSL SSLPointerTricks.swift
[147/174] Compiling NIOOpenSSL SSLConnection.swift
[148/174] Compiling NIOOpenSSL SSLContext.swift
[152/174] Compiling NIOOpenSSL SSLPrivateKey.swift
[153/174] Compiling NIOOpenSSL SSLPublicKey.swift
[154/174] Compiling NIOOpenSSL SSLVerificationCallbacks.swift
[155/174] 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
[160/174] Compiling Core Decodable+Reflectable.swift
[161/174] Compiling Core ReflectionDecodable.swift
[162/174] Compiling Core Reflectable.swift
[163/174] Compiling Core String+Utilities.swift
[164/174] Compiling Core Thread+Async.swift
BUILD FAILURE 6.1 linux