The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Failed to build Elasticsearch, reference master (fef7dc), with Swift 6.1 for Linux on 25 Apr 2025 12:26:26 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-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: master
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
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at fef7dc4 Merge pull request #18 from docterd/multi_match_fuzzyness
Cloned https://github.com/ryangrimm/vaporelasticsearch.git
Revision (git rev-parse @):
fef7dc43bfb419e51f59a8911125c5d90942e8c6
SUCCESS checkout https://github.com/ryangrimm/vaporelasticsearch.git at master
========================================
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"
    },
    {
      "identity" : "vapor",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "3.0.0",
            "upper_bound" : "4.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/vapor/vapor.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",
      "product_dependencies" : [
        "Vapor"
      ],
      "sources" : [
        "Analysis/AnalyzerTests.swift",
        "Analysis/CharacterFilterTests.swift",
        "Analysis/NormalizerTests.swift",
        "Analysis/TokenFilterTests.swift",
        "Analysis/TokenizerTests.swift",
        "ElasticsearchAggregationCodableTests.swift",
        "ElasticsearchQueryCodableTests.swift",
        "ElasticsearchTests.swift",
        "TestHelpers.swift",
        "VaporIntegrationTests.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+Suggest.swift",
        "Client/ElasticsearchClient+connect.swift",
        "Client/ElasticsearchClient.swift",
        "Client/ElasticsearchLogger.swift",
        "Database/ElasticsearchClientConfig.swift",
        "Database/ElasticsearchDatabase+KeyedCacheSupporting.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/Response/SuggestResponse.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/FunctionScore.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/Nested.swift",
        "Search/Query/Prefix.swift",
        "Search/Query/Query.swift",
        "Search/Query/Range.swift",
        "Search/Query/Regexp.swift",
        "Search/Query/Score Functions/AnyScoreFunction.swift",
        "Search/Query/Score Functions/Exp.swift",
        "Search/Query/Score Functions/FieldValueFactor.swift",
        "Search/Query/Score Functions/Gauss.swift",
        "Search/Query/Score Functions/Linear.swift",
        "Search/Query/Score Functions/RandomScore.swift",
        "Search/Query/Score Functions/ScoreFunction.swift",
        "Search/Query/Score Functions/ScriptScore.swift",
        "Search/Query/Score Functions/WeightScore.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/Suggest.swift",
        "Search/Query/Term.swift",
        "Search/Query/Terms.swift",
        "Search/Query/Wildcard.swift",
        "Search/Script.swift",
        "Search/SearchContainer.swift",
        "Search/Sort/Sort.swift",
        "Search/Sort/SortOrder.swift",
        "Search/SuggestContainer.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-4606859-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/vapor.git
Fetching https://github.com/vapor/crypto.git
Fetching https://github.com/apple/swift-nio.git
[1/75431] Fetching swift-nio
[2/149729] Fetching swift-nio, vapor
[23925/152515] Fetching swift-nio, vapor, crypto
Fetched https://github.com/vapor/crypto.git from cache (1.05s)
[50268/149729] Fetching swift-nio, vapor
Fetching https://github.com/vapor/http.git
Fetching https://github.com/vapor/database-kit.git
Fetching https://github.com/vapor/core.git
Fetched https://github.com/vapor/vapor.git from cache (3.20s)
[61854/75431] Fetching swift-nio
[74678/76612] Fetching swift-nio, database-kit
[76613/102079] Fetching swift-nio, database-kit, http
Fetched https://github.com/vapor/database-kit.git from cache (0.45s)
[79506/100898] Fetching swift-nio, http
[96061/121041] Fetching swift-nio, http, core
Fetched https://github.com/vapor/http.git from cache (2.32s)
Fetched https://github.com/vapor/core.git from cache (2.34s)
Fetched https://github.com/apple/swift-nio.git from cache (8.31s)
Computing version for https://github.com/vapor/crypto.git
Computed https://github.com/vapor/crypto.git at 3.4.1 (9.77s)
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.19s)
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.73s)
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.24s)
Computing version for https://github.com/vapor/service.git
Computed https://github.com/vapor/service.git at 1.0.2 (0.79s)
Computing version for https://github.com/vapor/vapor.git
Computed https://github.com/vapor/vapor.git at 3.3.3 (0.59s)
Fetching https://github.com/vapor/template-kit.git
Fetching https://github.com/vapor/validation.git
Fetching https://github.com/vapor/websocket.git
Fetching https://github.com/vapor/url-encoded-form.git
Fetching https://github.com/vapor/routing.git
Fetching https://github.com/vapor/multipart.git
[1/1282] Fetching template-kit
[271/22005] Fetching template-kit, routing
[413/22584] Fetching template-kit, routing, validation
[2899/25780] Fetching template-kit, routing, validation, multipart
[6808/28313] Fetching template-kit, routing, validation, multipart, websocket
Fetched https://github.com/vapor/template-kit.git from cache (0.34s)
[20285/27031] Fetching routing, validation, multipart, websocket
Fetched https://github.com/vapor/websocket.git from cache (0.34s)
[17959/24498] Fetching routing, validation, multipart
Fetching https://github.com/vapor/console.git
[22933/29983] Fetching routing, validation, multipart, console
Fetched https://github.com/vapor/console.git from cache (0.41s)
[22951/24498] Fetching routing, validation, multipart
Fetched https://github.com/vapor/multipart.git from cache (1.70s)
[1/381] Fetching url-encoded-form
Fetched https://github.com/vapor/url-encoded-form.git from cache (4.58s)
Fetched https://github.com/vapor/validation.git from cache (4.58s)
Fetched https://github.com/vapor/routing.git from cache (4.61s)
Computing version for https://github.com/vapor/http.git
Computed https://github.com/vapor/http.git at 3.4.0 (5.41s)
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.35s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 1.14.4 (3.26s)
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.23s)
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 (0.81s)
Computing version for https://github.com/vapor/validation.git
Computed https://github.com/vapor/validation.git at 2.1.1 (0.57s)
Computing version for https://github.com/vapor/routing.git
Computed https://github.com/vapor/routing.git at 3.1.0 (0.76s)
Computing version for https://github.com/vapor/websocket.git
Computed https://github.com/vapor/websocket.git at 1.1.2 (0.97s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 1.4.0 (1.06s)
Computing version for https://github.com/vapor/console.git
Computed https://github.com/vapor/console.git at 3.1.1 (1.10s)
Computing version for https://github.com/vapor/url-encoded-form.git
Computed https://github.com/vapor/url-encoded-form.git at 1.1.0 (1.04s)
Computing version for https://github.com/vapor/template-kit.git
Computed https://github.com/vapor/template-kit.git at 1.5.0 (0.68s)
Computing version for https://github.com/vapor/multipart.git
Computed https://github.com/vapor/multipart.git at 3.1.3 (0.75s)
Computing version for https://github.com/vapor/core.git
Computed https://github.com/vapor/core.git at 3.10.1 (0.84s)
Creating working copy for https://github.com/vapor/core.git
Working copy of https://github.com/vapor/core.git resolved at 3.10.1
Creating working copy for https://github.com/vapor/validation.git
Working copy of https://github.com/vapor/validation.git resolved at 2.1.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/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/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/routing.git
Working copy of https://github.com/vapor/routing.git resolved at 3.1.0
Creating working copy for https://github.com/apple/swift-nio-ssl.git
Working copy of https://github.com/apple/swift-nio-ssl.git resolved at 1.4.0
Creating working copy for https://github.com/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/console.git
Working copy of https://github.com/vapor/console.git resolved at 3.1.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
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/service.git
Working copy of https://github.com/vapor/service.git resolved at 1.0.2
Creating working copy for https://github.com/vapor/vapor.git
Working copy of https://github.com/vapor/vapor.git resolved at 3.3.3
Creating working copy for https://github.com/vapor/multipart.git
Working copy of https://github.com/vapor/multipart.git resolved at 3.1.3
Creating working copy for https://github.com/vapor/template-kit.git
Working copy of https://github.com/vapor/template-kit.git resolved at 1.5.0
Creating working copy for https://github.com/vapor/http.git
Working copy of https://github.com/vapor/http.git resolved at 3.4.0
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 CNIOZlib empty.c
[18/32] Compiling CNIOSHA1 c_nio_sha1.c
[19/32] Compiling CNIODarwin shim.c
[20/32] Compiling CNIOLinux shim.c
[21/32] Compiling CBcrypt bcrypt.c
[22/32] Compiling CNIOOpenSSL helpers.c
[23/32] Write sources
[25/32] Compiling CBase32 base32.c
[26/32] Compiling CBcrypt blf.c
[27/32] Compiling CNIOHTTPParser c_nio_http_parser.c
[28/32] Write swift-version-24593BA9C3E375BF.txt
[29/32] Compiling CCryptoOpenSSL shim.c
[30/32] Compiling CNIOOpenSSL shims.c
[31/41] Compiling c-atomics.c
[33/44] Compiling Debugging SourceLocation.swift
[34/44] Compiling NIOPriorityQueue PriorityQueue.swift
[35/44] Compiling NIOConcurrencyHelpers atomics.swift
[36/44] Emitting module NIOConcurrencyHelpers
[37/44] Compiling NIOConcurrencyHelpers lock.swift
[38/44] Emitting module COperatingSystem
[39/44] Compiling COperatingSystem libc.swift
[40/46] Emitting module NIOPriorityQueue
[41/46] Compiling NIOPriorityQueue Heap.swift
[45/66] Emitting module Debugging
[46/66] Compiling Debugging Debuggable.swift
[47/97] 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 RecvByteBufferAllocator.swift
[58/104] Compiling NIO Resolver.swift
[59/104] Compiling NIO Selectable.swift
[60/104] Compiling NIO Selector.swift
[61/104] Compiling NIO ServerSocket.swift
[62/104] Compiling NIO Socket.swift
[63/104] Compiling NIO SocketAddresses.swift
[64/104] Compiling NIO Heap.swift
[65/104] Compiling NIO IO.swift
[66/104] Compiling NIO IOData.swift
[67/104] Compiling NIO IntegerTypes.swift
[68/104] Compiling NIO Interfaces.swift
[69/104] Compiling NIO Linux.swift
[70/104] Compiling NIO LinuxCPUSet.swift
[71/104] Compiling NIO ByteBuffer-int.swift
[72/104] Compiling NIO ByteBuffer-views.swift
[73/104] Compiling NIO Channel.swift
[74/104] Compiling NIO ChannelHandler.swift
[75/104] Compiling NIO ChannelHandlers.swift
[76/104] Compiling NIO ChannelInvoker.swift
[77/104] Compiling NIO ChannelOption.swift
[78/104] Compiling NIO ChannelPipeline.swift
[79/104] Compiling NIO CircularBuffer.swift
[80/104] Compiling NIO Codec.swift
[81/104] Compiling NIO CompositeError.swift
[82/104] Compiling NIO ContiguousCollection.swift
[83/104] Compiling NIO DeadChannel.swift
[84/104] Compiling NIO Embedded.swift
[85/104] Compiling NIO EventLoop.swift
[86/104] Compiling NIO EventLoopFuture.swift
[87/104] Compiling NIO FileDescriptor.swift
[88/104] Compiling NIO FileHandle.swift
[89/104] Compiling NIO FileRegion.swift
[90/104] Compiling NIO GetaddrinfoResolver.swift
[91/104] Compiling NIO HappyEyeballs.swift
[92/104] Compiling NIO AddressedEnvelope.swift
[93/104] Compiling NIO BaseSocket.swift
[94/104] Compiling NIO BaseSocketChannel.swift
[95/104] Compiling NIO BlockingIOThreadPool.swift
[96/104] Compiling NIO Bootstrap.swift
[97/104] Compiling NIO ByteBuffer-aux.swift
[98/104] Compiling NIO ByteBuffer-core.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] Emitting module NIOFoundationCompat
[107/147] Compiling NIOTLS TLSEvents.swift
[108/147] Compiling Bits Bytes.swift
[109/148] Emitting module NIOTLS
[110/148] Compiling Async Async+NIO.swift
[111/148] Compiling Async AsyncError.swift
[112/149] Emitting module Async
[113/149] Compiling Bits Data+Bytes.swift
[114/149] Compiling Async Collection+Future.swift
[115/149] Compiling Async Deprecated.swift
[116/149] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[117/150] Compiling Async Exports.swift
[118/150] Compiling Async Future+DoCatch.swift
[119/150] Compiling Bits Deprecated.swift
[122/150] Compiling Async Future+Flatten.swift
[123/150] Compiling Async Future+Global.swift
[124/150] Compiling Async Worker.swift
[125/150] Compiling Async FutureType.swift
[126/150] Compiling Async QueueHandler.swift
[127/150] Compiling Async Future+Variadic.swift
[128/150] Compiling Async Future+Void.swift
[129/150] Compiling Async Future+Map.swift
[130/150] Compiling Async Future+Transform.swift
[136/151] Emitting module Bits
[139/151] Compiling Bits Data+Strings.swift
[140/152] Emitting module NIOHTTP1
[143/153] Compiling NIOHTTP1 HTTPEncoder.swift
[144/153] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[145/153] Compiling NIOTLS SNIHandler.swift
[146/154] Compiling NIOHTTP1 HTTPUpgradeHandler.swift
[147/154] Compiling NIOHTTP1 HTTPPipelineSetup.swift
[148/154] Compiling NIOHTTP1 HTTPResponseCompressor.swift
[150/198] Compiling NIOOpenSSL OpenSSLHandler.swift
[151/198] Compiling NIOOpenSSL OpenSSLServerHandler.swift
[152/198] Compiling Random RandomProtocol.swift
[153/198] Compiling NIOHTTP1 HTTPServerProtocolErrorHandler.swift
[154/198] Compiling NIOHTTP1 HTTPServerPipelineHandler.swift
[155/198] Compiling NIOHTTP1 HTTPTypes.swift
[156/199] Compiling Random URandom.swift
[157/199] Emitting module Random
[159/199] Compiling Random OSRandom.swift
[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
[167/203] Compiling NIOOpenSSL PosixPort.swift
[168/203] Compiling NIOOpenSSL SSLPKCS12Bundle.swift
[169/203] Compiling NIOOpenSSL SSLPointerTricks.swift
[170/203] Compiling Core HeaderValue.swift
[171/203] Compiling NIOOpenSSL SSLInit.swift
[172/203] Compiling NIOOpenSSL SSLPrivateKey.swift
[173/203] Compiling NIOOpenSSL SSLPublicKey.swift
[174/203] Compiling Core Reflectable.swift
[175/203] Compiling Core String+Utilities.swift
[176/203] Compiling Core Thread+Async.swift
[177/203] Compiling NIOOpenSSL SSLCertificate.swift
[178/203] Compiling NIOOpenSSL SSLConnection.swift
[179/203] Compiling NIOOpenSSL SSLContext.swift
[180/203] Compiling NIOOpenSSL ByteBufferBIO.swift
[181/203] Compiling NIOOpenSSL IdentityVerification.swift
[182/203] Compiling NIOOpenSSL OpenSSLClientHandler.swift
[183/203] Compiling NIOOpenSSL SSLErrors.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
[192/205] Emitting module NIOOpenSSL
[200/205] Emitting module Core
[201/205] Compiling NIOOpenSSL SSLVerificationCallbacks.swift
[202/205] Compiling NIOOpenSSL TLSConfiguration.swift
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-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] Emitting module COperatingSystem
[3/13] Compiling COperatingSystem libc.swift
[4/14] Compiling Debugging SourceLocation.swift
[6/14] Compiling NIOPriorityQueue PriorityQueue.swift
[7/14] Compiling NIOConcurrencyHelpers lock.swift
[8/14] Compiling Debugging Demangler.swift
[9/14] Emitting module NIOPriorityQueue
[10/14] Compiling NIOPriorityQueue Heap.swift
[11/14] Emitting module Debugging
[12/14] Compiling Debugging Debuggable.swift
[13/14] Emitting module NIOConcurrencyHelpers
[14/14] Compiling NIOConcurrencyHelpers atomics.swift
[18/67] Compiling NIO MarkedCircularBuffer.swift
[19/67] Compiling NIO MulticastChannel.swift
[20/67] Compiling NIO NIOAny.swift
[21/67] Compiling NIO NonBlockingFileIO.swift
[22/67] Compiling NIO PendingDatagramWritesManager.swift
[23/67] Compiling NIO PendingWritesManager.swift
[24/67] Compiling NIO PriorityQueue.swift
[25/73] Compiling NIO Heap.swift
[26/73] Compiling NIO IO.swift
[27/73] Compiling NIO IOData.swift
[28/73] Compiling NIO IntegerTypes.swift
[29/73] Compiling NIO Interfaces.swift
[30/73] Compiling NIO Linux.swift
[31/73] Compiling NIO LinuxCPUSet.swift
[32/73] Compiling NIO RecvByteBufferAllocator.swift
[33/73] Compiling NIO Resolver.swift
[34/73] Compiling NIO Selectable.swift
[35/73] Compiling NIO Selector.swift
[36/73] Compiling NIO ServerSocket.swift
[37/73] Compiling NIO Socket.swift
[38/73] Compiling NIO SocketAddresses.swift
[39/73] Compiling NIO EventLoop.swift
[40/73] Compiling NIO EventLoopFuture.swift
[41/73] Compiling NIO FileDescriptor.swift
[42/73] Compiling NIO FileHandle.swift
[43/73] Compiling NIO FileRegion.swift
[44/73] Compiling NIO GetaddrinfoResolver.swift
[45/73] Compiling NIO HappyEyeballs.swift
[46/73] Compiling NIO AddressedEnvelope.swift
[47/73] Compiling NIO BaseSocket.swift
[48/73] Compiling NIO BaseSocketChannel.swift
[49/73] Compiling NIO BlockingIOThreadPool.swift
[50/73] Compiling NIO Bootstrap.swift
[51/73] Compiling NIO ByteBuffer-aux.swift
[52/73] Compiling NIO ByteBuffer-core.swift
[53/73] Compiling NIO ChannelPipeline.swift
[54/73] Compiling NIO CircularBuffer.swift
[55/73] Compiling NIO Codec.swift
[56/73] Compiling NIO CompositeError.swift
[57/73] Compiling NIO ContiguousCollection.swift
[58/73] Compiling NIO DeadChannel.swift
[59/73] Compiling NIO Embedded.swift
[60/73] Emitting module NIO
[61/73] Compiling NIO ByteBuffer-int.swift
[62/73] Compiling NIO ByteBuffer-views.swift
[63/73] Compiling NIO Channel.swift
[64/73] Compiling NIO ChannelHandler.swift
[65/73] Compiling NIO ChannelHandlers.swift
[66/73] Compiling NIO ChannelInvoker.swift
[67/73] Compiling NIO ChannelOption.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 NIOTLS TLSEvents.swift
[76/116] Compiling Bits Byte+Control.swift
[77/116] Compiling Bits Byte+Digit.swift
[78/116] Compiling NIOHTTP1 ByteCollectionUtils.swift
[79/116] Compiling NIOHTTP1 HTTPDecoder.swift
[80/116] Compiling Bits ByteBuffer+binaryFloatingPointOperations.swift
[81/116] Compiling Bits ByteBuffer+peek.swift
[82/117] Compiling Bits ByteBuffer+require.swift
[83/117] Compiling Bits ByteBuffer+string.swift
[84/117] Compiling Async Future+Flatten.swift
[85/117] Compiling Async Future+Global.swift
[86/117] Compiling Async Future+Variadic.swift
[87/117] Compiling Async Future+Void.swift
[88/117] Emitting module Async
[89/117] Compiling Async FutureType.swift
[90/117] Compiling Async QueueHandler.swift
[91/117] Emitting module NIOFoundationCompat
[92/117] Compiling Async Worker.swift
[93/118] Compiling Bits Bytes.swift
[94/118] Emitting module Bits
[95/118] Compiling NIOHTTP1 HTTPPipelineSetup.swift
[98/120] Compiling NIOHTTP1 HTTPServerProtocolErrorHandler.swift
[104/120] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[107/121] Compiling Bits Deprecated.swift
[109/121] Compiling Bits Data+Bytes.swift
[110/121] Compiling Bits Data+Strings.swift
[111/122] Compiling NIOHTTP1 HTTPServerPipelineHandler.swift
[113/122] Emitting module NIOTLS
[114/122] Compiling NIOTLS SNIHandler.swift
[115/122] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[116/123] Compiling NIOHTTP1 HTTPEncoder.swift
[117/123] Compiling NIOHTTP1 HTTPResponseCompressor.swift
[118/123] Compiling NIOHTTP1 HTTPUpgradeHandler.swift
[122/123] Emitting module NIOHTTP1
[123/123] Compiling NIOHTTP1 HTTPTypes.swift
[125/152] Compiling Random URandom.swift
[126/152] Compiling Random RandomProtocol.swift
[127/168] Emitting module NIOOpenSSL
[128/170] Compiling NIOOpenSSL SSLPKCS12Bundle.swift
[129/170] Compiling NIOOpenSSL SSLPointerTricks.swift
[130/170] Compiling NIOOpenSSL SSLConnection.swift
[131/173] Compiling Random Array+Random.swift
[132/173] Emitting module Random
[133/173] Compiling Random OSRandom.swift
[134/174] Compiling Core NotFound.swift
[135/174] Compiling Core OptionalType.swift
[136/174] Compiling Core Process+Execute.swift
[138/174] Compiling NIOOpenSSL SSLPrivateKey.swift
[139/174] Compiling NIOOpenSSL SSLPublicKey.swift
[140/174] Compiling NIOOpenSSL PosixPort.swift
[141/174] Compiling NIOOpenSSL SSLCertificate.swift
[142/174] Compiling NIOOpenSSL OpenSSLHandler.swift
[143/174] Compiling NIOOpenSSL OpenSSLServerHandler.swift
[144/174] Compiling Core Reflectable.swift
[145/174] Compiling Core String+Utilities.swift
[146/174] Compiling Core Thread+Async.swift
[147/174] Compiling NIOOpenSSL ByteBufferBIO.swift
[148/174] Compiling NIOOpenSSL IdentityVerification.swift
[149/174] Compiling NIOOpenSSL OpenSSLClientHandler.swift
[150/174] Compiling NIOOpenSSL SSLVerificationCallbacks.swift
[151/174] Compiling NIOOpenSSL TLSConfiguration.swift
[152/174] Compiling NIOOpenSSL SSLErrors.swift
[153/174] Compiling NIOOpenSSL SSLInit.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
[157/174] Compiling NIOOpenSSL SSLContext.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
BUILD FAILURE 6.1 linux