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 kineo-endpoint, reference master (1f4f11), with Swift 6.0 for Linux on 27 Nov 2024 23:05:01 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.0-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

Build Log

========================================
RunAll
========================================
Builder version: 4.58.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/kasei/kineo-endpoint.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/kasei/kineo-endpoint
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 1f4f114 Performance improvements when operating over datasets with many graphs.
Cloned https://github.com/kasei/kineo-endpoint.git
Revision (git rev-parse @):
1f4f1142176e4d2bd90ec940d822b939ce815522
SUCCESS checkout https://github.com/kasei/kineo-endpoint.git at master
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.0
Building package at path:  $PWD
https://github.com/kasei/kineo-endpoint.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-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.0-latest: Pulling from finestructure/spi-images
Digest: sha256:47d26c99ca4f1ac0a332c85fd5b13ff4390e72115219984a57a68fe9d1063a05
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Fetching https://github.com/vapor/vapor.git
Fetching https://github.com/kasei/kineo.git
Fetching https://github.com/alexaubry/HTMLString
Fetching https://github.com/kasei/diomede.git
[1/1631] Fetching htmlstring
[50/2419] Fetching htmlstring, diomede
[1214/8659] Fetching htmlstring, diomede, kineo
[8660/78960] Fetching htmlstring, diomede, kineo, vapor
Fetched https://github.com/kasei/diomede.git from cache (0.58s)
Fetched https://github.com/alexaubry/HTMLString from cache (0.59s)
[18895/76541] Fetching kineo, vapor
Fetched https://github.com/kasei/kineo.git from cache (0.60s)
[13358/70301] Fetching vapor
Fetched https://github.com/vapor/vapor.git from cache (2.64s)
Computing version for https://github.com/alexaubry/HTMLString
Computed https://github.com/alexaubry/HTMLString at 4.0.2 (2.37s)
Computing version for https://github.com/vapor/vapor.git
Computed https://github.com/vapor/vapor.git at 3.3.3 (0.52s)
Fetching https://github.com/vapor/service.git
Fetching https://github.com/vapor/routing.git
Fetching https://github.com/vapor/template-kit.git
Fetching https://github.com/vapor/websocket.git
Fetching https://github.com/vapor/validation.git
Fetching https://github.com/vapor/url-encoded-form.git
[1/919] Fetching service
[920/2201] Fetching service, template-kit
[2202/4725] Fetching service, template-kit, websocket
[3086/5106] Fetching service, template-kit, websocket, url-encoded-form
[4224/25796] Fetching service, template-kit, websocket, url-encoded-form, routing
Fetched https://github.com/vapor/service.git from cache (0.28s)
[7498/24877] Fetching template-kit, websocket, url-encoded-form, routing
Fetched https://github.com/vapor/url-encoded-form.git from cache (0.28s)
[7531/24496] Fetching template-kit, websocket, routing
Fetching https://github.com/vapor/http.git
Fetching https://github.com/vapor/multipart.git
Fetched https://github.com/vapor/template-kit.git from cache (0.29s)
[6456/23214] Fetching websocket, routing
[6457/23793] Fetching websocket, routing, validation
Fetching https://github.com/vapor/database-kit.git
Fetched https://github.com/vapor/validation.git from cache (0.42s)
[13490/23214] Fetching websocket, routing
Fetched https://github.com/vapor/websocket.git from cache (0.43s)
[11794/20690] Fetching routing
Fetching https://github.com/vapor/crypto.git
Fetching https://github.com/vapor/core.git
[15933/46157] Fetching routing, http
[16443/48250] Fetching routing, http, multipart
[16908/49431] Fetching routing, http, multipart, database-kit
[22918/69574] Fetching routing, http, multipart, database-kit, core
Fetched https://github.com/vapor/database-kit.git from cache (0.42s)
[23614/68393] Fetching routing, http, multipart, core
Fetching https://github.com/vapor/console.git
[50264/71179] Fetching routing, http, multipart, core, crypto
Fetched https://github.com/vapor/crypto.git from cache (0.60s)
[57683/73863] Fetching routing, http, multipart, core, console
Fetched https://github.com/vapor/console.git from cache (0.55s)
Fetched https://github.com/vapor/routing.git from cache (1.43s)
[46121/47703] Fetching http, multipart, core
Fetched https://github.com/vapor/core.git from cache (1.23s)
[25991/27560] Fetching http, multipart
Fetched https://github.com/vapor/http.git from cache (1.94s)
Fetched https://github.com/vapor/multipart.git from cache (1.99s)
Computing version for https://github.com/vapor/http.git
Computed https://github.com/vapor/http.git at 3.4.0 (0.52s)
Fetching https://github.com/apple/swift-nio.git
Fetching https://github.com/apple/swift-nio-ssl.git
[1/71966] Fetching swift-nio
[2880/85275] Fetching swift-nio, swift-nio-ssl
Fetched https://github.com/apple/swift-nio-ssl.git from cache (1.85s)
[51816/71966] Fetching swift-nio
Fetched https://github.com/apple/swift-nio.git from cache (4.59s)
Computing version for https://github.com/vapor/validation.git
Computed https://github.com/vapor/validation.git at 2.1.1 (0.46s)
Computing version for https://github.com/vapor/service.git
Computed https://github.com/vapor/service.git at 1.0.2 (0.48s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 1.14.4 (0.54s)
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.22s)
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.48s)
Computing version for https://github.com/vapor/routing.git
Computed https://github.com/vapor/routing.git at 3.1.0 (0.48s)
Computing version for https://github.com/vapor/websocket.git
Computed https://github.com/vapor/websocket.git at 1.1.2 (0.47s)
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.55s)
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.17s)
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 (0.53s)
Computing version for https://github.com/vapor/crypto.git
Computed https://github.com/vapor/crypto.git at 3.4.1 (0.48s)
Computing version for https://github.com/vapor/console.git
Computed https://github.com/vapor/console.git at 3.1.1 (0.48s)
Computing version for https://github.com/kasei/diomede.git
Computed https://github.com/kasei/diomede.git at 0.0.66 (0.49s)
Fetching https://github.com/agisboye/CLMDB.git
Fetching https://github.com/kasei/swift-sparql-syntax.git
Fetching https://github.com/krzyzanowskim/CryptoSwift.git
[1/43] Fetching clmdb
[44/2526] Fetching clmdb, swift-sparql-syntax
[2527/15229] Fetching clmdb, swift-sparql-syntax, cryptoswift
Fetched https://github.com/agisboye/CLMDB.git from cache (1.29s)
Fetched https://github.com/kasei/swift-sparql-syntax.git from cache (1.29s)
Fetched https://github.com/krzyzanowskim/CryptoSwift.git from cache (1.32s)
Computing version for https://github.com/krzyzanowskim/CryptoSwift.git
Computed https://github.com/krzyzanowskim/CryptoSwift.git at 1.5.1 (0.49s)
Computing version for https://github.com/agisboye/CLMDB.git
Computed https://github.com/agisboye/CLMDB.git at 0.9.31 (0.50s)
Computing version for https://github.com/vapor/database-kit.git
Computed https://github.com/vapor/database-kit.git at 1.3.3 (0.48s)
Computing version for https://github.com/vapor/url-encoded-form.git
Computed https://github.com/vapor/url-encoded-form.git at 1.1.0 (0.49s)
Computing version for https://github.com/vapor/template-kit.git
Computed https://github.com/vapor/template-kit.git at 1.5.0 (0.53s)
Computing version for https://github.com/vapor/multipart.git
Computed https://github.com/vapor/multipart.git at 3.1.3 (0.61s)
Computing version for https://github.com/kasei/swift-sparql-syntax.git
Computed https://github.com/kasei/swift-sparql-syntax.git at 0.2.11 (0.49s)
Fetching https://github.com/kasei/swift-serd.git
[1/68] Fetching swift-serd
Fetched https://github.com/kasei/swift-serd.git from cache (0.18s)
Computing version for https://github.com/kasei/swift-serd.git
Computed https://github.com/kasei/swift-serd.git at 0.0.4 (0.47s)
Computing version for https://github.com/kasei/kineo.git
Computed https://github.com/kasei/kineo.git at 0.0.108 (0.50s)
Fetching https://github.com/stephencelis/SQLite.swift.git
Fetching https://github.com/kasei/IDPPlanner.git
Fetching https://github.com/kylef/URITemplate.swift.git
Fetching https://github.com/apple/swift-algorithms
Fetching https://github.com/apple/swift-argument-parser
[1/47] Fetching idpplanner
[48/859] Fetching idpplanner, uritemplate.swift
[860/10448] Fetching idpplanner, uritemplate.swift, sqlite.swift
[1436/16039] Fetching idpplanner, uritemplate.swift, sqlite.swift, swift-algorithms
[10958/28434] Fetching idpplanner, uritemplate.swift, sqlite.swift, swift-algorithms, swift-argument-parser
Fetched https://github.com/apple/swift-algorithms from cache (0.43s)
[11462/22843] Fetching idpplanner, uritemplate.swift, sqlite.swift, swift-argument-parser
Fetched https://github.com/kasei/IDPPlanner.git from cache (0.72s)
Fetched https://github.com/kylef/URITemplate.swift.git from cache (0.72s)
Fetched https://github.com/apple/swift-argument-parser from cache (0.73s)
Fetched https://github.com/stephencelis/SQLite.swift.git from cache (0.94s)
Computing version for https://github.com/kasei/IDPPlanner.git
Computed https://github.com/kasei/IDPPlanner.git at 0.0.5 (0.49s)
Computing version for https://github.com/kylef/URITemplate.swift.git
Computed https://github.com/kylef/URITemplate.swift.git at 3.0.1 (2.05s)
Fetching https://github.com/kylef/PathKit.git
Fetching https://github.com/kylef/Spectre.git
[1/1021] Fetching spectre
[195/2432] Fetching spectre, pathkit
Fetched https://github.com/kylef/Spectre.git from cache (0.18s)
Fetched https://github.com/kylef/PathKit.git from cache (0.18s)
Computing version for https://github.com/kylef/Spectre.git
Computed https://github.com/kylef/Spectre.git at 0.10.1 (0.50s)
Computing version for https://github.com/apple/swift-algorithms
Computed https://github.com/apple/swift-algorithms at 0.1.1 (0.52s)
Fetching https://github.com/apple/swift-numerics
[1/5576] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics from cache (0.37s)
Computing version for https://github.com/stephencelis/SQLite.swift.git
Computed https://github.com/stephencelis/SQLite.swift.git at 0.11.6 (0.48s)
Fetching https://github.com/stephencelis/CSQLite.git
[1/19] Fetching csqlite
Fetched https://github.com/stephencelis/CSQLite.git from cache (0.15s)
Computing version for https://github.com/stephencelis/CSQLite.git
Computed https://github.com/stephencelis/CSQLite.git at 0.0.3 (0.61s)
Computing version for https://github.com/kylef/PathKit.git
Computed https://github.com/kylef/PathKit.git at 1.0.1 (0.57s)
Computing version for https://github.com/apple/swift-numerics
Computed https://github.com/apple/swift-numerics at 0.1.0 (0.49s)
Computing version for https://github.com/vapor/core.git
Computed https://github.com/vapor/core.git at 3.10.1 (0.51s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.5.0 (0.47s)
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/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/routing.git
Working copy of https://github.com/vapor/routing.git resolved at 3.1.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/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/websocket.git
Working copy of https://github.com/vapor/websocket.git resolved at 1.1.2
Creating working copy for https://github.com/vapor/http.git
Working copy of https://github.com/vapor/http.git resolved at 3.4.0
Creating working copy for https://github.com/vapor/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/stephencelis/SQLite.swift.git
Working copy of https://github.com/stephencelis/SQLite.swift.git resolved at 0.11.6
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/kasei/IDPPlanner.git
Working copy of https://github.com/kasei/IDPPlanner.git resolved at 0.0.5
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/stephencelis/CSQLite.git
Working copy of https://github.com/stephencelis/CSQLite.git resolved at 0.0.3
Creating working copy for https://github.com/kylef/URITemplate.swift.git
Working copy of https://github.com/kylef/URITemplate.swift.git resolved at 3.0.1
Creating working copy for https://github.com/apple/swift-numerics
Working copy of https://github.com/apple/swift-numerics resolved at 0.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/kylef/PathKit.git
Working copy of https://github.com/kylef/PathKit.git resolved at 1.0.1
Creating working copy for https://github.com/kasei/swift-sparql-syntax.git
Working copy of https://github.com/kasei/swift-sparql-syntax.git resolved at 0.2.11
Creating working copy for https://github.com/vapor/validation.git
Working copy of https://github.com/vapor/validation.git resolved at 2.1.1
Creating working copy for https://github.com/vapor/crypto.git
Working copy of https://github.com/vapor/crypto.git resolved at 3.4.1
Creating working copy for https://github.com/vapor/template-kit.git
Working copy of https://github.com/vapor/template-kit.git resolved at 1.5.0
Creating working copy for https://github.com/alexaubry/HTMLString
Working copy of https://github.com/alexaubry/HTMLString resolved at 4.0.2
Creating working copy for https://github.com/kasei/kineo.git
Working copy of https://github.com/kasei/kineo.git resolved at 0.0.108
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/kylef/Spectre.git
Working copy of https://github.com/kylef/Spectre.git resolved at 0.10.1
Creating working copy for https://github.com/apple/swift-algorithms
Working copy of https://github.com/apple/swift-algorithms resolved at 0.1.1
Creating working copy for https://github.com/apple/swift-argument-parser
Working copy of https://github.com/apple/swift-argument-parser resolved at 1.5.0
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/kasei/swift-serd.git
Working copy of https://github.com/kasei/swift-serd.git resolved at 0.0.4
Creating working copy for https://github.com/kasei/diomede.git
Working copy of https://github.com/kasei/diomede.git resolved at 0.0.66
Creating working copy for https://github.com/krzyzanowskim/CryptoSwift.git
Working copy of https://github.com/krzyzanowskim/CryptoSwift.git resolved at 1.5.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/agisboye/CLMDB.git
Working copy of https://github.com/agisboye/CLMDB.git resolved at 0.9.31
warning: 'csqlite': ignoring declared target(s) 'CSQLite' in the system package
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
warning: 'kineo': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /host/spi-builder-workspace/.build/checkouts/kineo/Sources/Kineo/ext/Heap/LICENSE.txt
[1/1] Compiling plugin GenerateManual
Building for debugging...
[1/114] Write sources
[4/114] Compiling serd string.c
[5/114] Compiling serd uri.c
[6/114] Compiling serd reader.c
[7/114] Write sources
[28/114] Compiling serd writer.c
[29/114] Compiling serd byte_source.c
[29/114] Write sources
[45/114] Compiling serd env.c
[45/114] Compiling serd node.c
[47/114] Compiling CNIOZlib empty.c
[47/114] Compiling _NumericsShims _NumericsShims.c
[49/114] Compiling CNIOSHA1 c_nio_sha1.c
[50/114] Compiling LMDB midl.c
[51/114] Compiling serd n3.c
[52/114] Compiling CNIOLinux ifaddrs-android.c
[53/114] Compiling CNIODarwin shim.c
[54/114] Compiling CNIOLinux shim.c
[55/114] Write swift-version-24593BA9C3E375BF.txt
[56/114] Compiling CBcrypt bcrypt.c
[57/114] Compiling CBcrypt blf.c
[58/114] Compiling CNIOHTTPParser c_nio_http_parser.c
[59/150] Compiling CNIOOpenSSL helpers.c
[60/150] Compiling CCryptoOpenSSL shim.c
[61/150] Compiling CNIOOpenSSL shims.c
[62/150] Compiling LMDB mdb.c
[63/171] Compiling c-atomics.c
[65/171] Emitting module URITemplate
[66/171] Emitting module IDPPlanner
[67/175] Compiling Debugging SourceLocation.swift
[68/175] Compiling RealModule Float+Real.swift
[69/176] Compiling RealModule Real.swift
[70/176] Compiling RealModule ElementaryFunctions.swift
[71/176] Compiling RealModule Float80+Real.swift
[72/176] Compiling NIOPriorityQueue PriorityQueue.swift
[73/176] Compiling RealModule Float16+Real.swift
[74/176] Compiling RealModule AugmentedArithmetic.swift
[75/176] Compiling RealModule Double+Real.swift
[76/176] Emitting module RealModule
[77/176] Compiling RealModule AlgebraicField.swift
[78/176] Compiling RealModule ApproximateEquality.swift
[79/176] Compiling RealModule RealFunctions.swift
[81/180] Emitting module NIOPriorityQueue
[82/180] Compiling NIOPriorityQueue Heap.swift
[84/181] Compiling NIOConcurrencyHelpers lock.swift
[85/271] Emitting module HTMLString
[86/271] Emitting module NIOConcurrencyHelpers
[87/271] Compiling NIOConcurrencyHelpers atomics.swift
[89/274] Compiling COperatingSystem libc.swift
[90/274] Emitting module COperatingSystem
[92/325] Emitting module Debugging
[93/325] Compiling Debugging Debuggable.swift
[94/325] Compiling Debugging Demangler.swift
[95/326] Compiling NIO Embedded.swift
[96/326] Compiling NIO AddressedEnvelope.swift
[97/326] Compiling NIO BaseSocket.swift
[98/326] Compiling NIO CompositeError.swift
[99/326] Compiling NIO ContiguousCollection.swift
[100/326] Compiling NIO DeadChannel.swift
[101/326] Compiling URITemplate URITemplate.swift
[102/329] Emitting module SQLite
[103/329] Compiling NIO ChannelPipeline.swift
[104/329] Compiling NIO CircularBuffer.swift
[105/329] Compiling NIO Codec.swift
[106/329] Compiling NIO ByteBuffer-aux.swift
[107/329] Compiling NIO ByteBuffer-core.swift
[108/330] Compiling IDPPlanner SetExtensions.swift
[109/330] Compiling IDPPlanner IDPPlanner.swift
[111/331] Compiling HTMLString NSString+HTMLString.swift
[117/331] Compiling NIO BaseSocketChannel.swift
[118/331] Compiling NIO BlockingIOThreadPool.swift
[119/331] Compiling NIO Bootstrap.swift
[122/331] Wrapping AST for RealModule for debugging
[123/331] Wrapping AST for NIOPriorityQueue for debugging
[124/331] Wrapping AST for URITemplate for debugging
[125/331] Wrapping AST for NIOConcurrencyHelpers for debugging
[126/331] Wrapping AST for IDPPlanner for debugging
[127/331] Compiling CBase32 base32.c
[128/331] Write sources
[129/331] Compiling NIO Channel.swift
[130/331] Compiling NIO ChannelHandler.swift
[132/331] Compiling NIO ByteBuffer-int.swift
[133/331] Compiling NIO ByteBuffer-views.swift
[133/331] Write sources
[135/331] Wrapping AST for COperatingSystem for debugging
[136/331] Wrapping AST for Debugging for debugging
[138/331] Compiling SPARQLSyntax XSD.swift
[139/331] Compiling HTMLString Mappings.swift
[140/331] Compiling HTMLString Deprecated.swift
[141/331] Compiling HTMLString HTMLString.swift
[142/352] Wrapping AST for HTMLString for debugging
[144/352] Compiling Algorithms Suffix.swift
[145/352] Compiling Algorithms Trim.swift
[146/354] Compiling Algorithms Rotate.swift
[147/354] Compiling Algorithms Stride.swift
[148/354] Compiling Algorithms Unique.swift
[149/354] Compiling Algorithms Windows.swift
[150/354] Compiling NIO Heap.swift
[151/354] Compiling NIO IO.swift
[152/354] Compiling NIO IOData.swift
[153/354] Compiling NIO IntegerTypes.swift
[154/354] Compiling NIO Interfaces.swift
[155/354] Compiling NIO Linux.swift
[156/354] Compiling NIO LinuxCPUSet.swift
[157/354] Compiling NIO MarkedCircularBuffer.swift
[158/354] Compiling NIO MulticastChannel.swift
[159/354] Compiling NIO NIOAny.swift
[160/354] Compiling NIO NonBlockingFileIO.swift
[161/354] Compiling NIO PendingDatagramWritesManager.swift
[162/354] Compiling NIO PendingWritesManager.swift
[163/354] Compiling NIO PriorityQueue.swift
[164/360] Compiling NIO RecvByteBufferAllocator.swift
[165/360] Compiling NIO Resolver.swift
[166/360] Compiling NIO Selectable.swift
[167/360] Compiling NIO Selector.swift
[168/360] Compiling NIO ServerSocket.swift
[169/360] Compiling NIO Socket.swift
[170/360] Compiling NIO SocketAddresses.swift
[171/360] Compiling Algorithms Indexed.swift
[172/360] Compiling Algorithms Intersperse.swift
[173/360] Compiling Algorithms LazySplit.swift
[177/361] Emitting module NIO
[177/361] Wrapping AST for SQLite for debugging
[179/361] Compiling Algorithms Compacted.swift
[180/361] Compiling Algorithms Cycle.swift
[181/361] Compiling Algorithms FirstNonNil.swift
[182/361] Compiling Algorithms Chain.swift
[183/361] Compiling Algorithms Chunked.swift
[184/361] Compiling Algorithms Combinations.swift
[185/361] Compiling Algorithms Product.swift
[186/361] Compiling Algorithms RandomSample.swift
[187/361] Compiling Algorithms Reductions.swift
[188/361] Compiling Algorithms MinMax.swift
[189/361] Compiling Algorithms Partition.swift
[190/361] Compiling Algorithms Permutations.swift
[205/361] Compiling NIO EventLoop.swift
[206/361] Compiling NIO EventLoopFuture.swift
[207/361] Compiling NIO FileDescriptor.swift
[208/361] Compiling NIO FileHandle.swift
[209/361] Compiling NIO FileRegion.swift
[210/361] Compiling NIO GetaddrinfoResolver.swift
[211/361] Compiling NIO HappyEyeballs.swift
[235/361] Compiling NIO SocketChannel.swift
[236/361] Compiling NIO SocketOptionProvider.swift
[237/361] Compiling NIO System.swift
[245/373] Emitting module Algorithms
[249/374] Compiling NIO Thread.swift
[250/374] Compiling NIO TypeAssistedChannelHandler.swift
[251/374] Compiling NIO Utilities.swift
[253/375] Wrapping AST for Algorithms for debugging
[254/379] Wrapping AST for NIO for debugging
[256/380] Emitting module CryptoSwift
[257/417] Compiling NIOTLS TLSEvents.swift
[258/417] Compiling Async Future+Map.swift
[259/417] Compiling Async Future+Transform.swift
[260/418] Emitting module NIOTLS
[261/418] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[262/418] Emitting module NIOFoundationCompat
[263/418] Compiling Bits BitsError.swift
[264/418] Compiling Bits Byte+Alphabet.swift
[265/418] Emitting module Async
[266/418] Compiling Bits ByteBuffer+require.swift
[267/418] Compiling Bits ByteBuffer+string.swift
[268/418] Compiling Bits Byte+Control.swift
[269/418] Compiling Bits Byte+Digit.swift
[270/418] Compiling Bits ByteBuffer+binaryFloatingPointOperations.swift
[271/418] Compiling Bits ByteBuffer+peek.swift
[272/418] Compiling Bits Bytes.swift
[273/418] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[276/420] Compiling Async FutureType.swift
[277/420] Compiling Async QueueHandler.swift
[278/420] Compiling Async Worker.swift
[284/420] Compiling Async Future+Variadic.swift
[285/420] Compiling Async Future+Void.swift
[286/421] Compiling NIOTLS SNIHandler.swift
[287/421] Compiling Bits Deprecated.swift
[288/422] Compiling Bits Data+Strings.swift
[289/422] Compiling Bits Data+Bytes.swift
[292/422] Emitting module Bits
[292/423] Wrapping AST for NIOFoundationCompat for debugging
[297/423] Compiling NIOHTTP1 HTTPServerPipelineHandler.swift
[297/424] Wrapping AST for NIOTLS for debugging
[298/424] Wrapping AST for Async for debugging
[300/424] Emitting module NIOHTTP1
[326/445] Wrapping AST for Bits for debugging
[328/468] Compiling Random URandom.swift
[329/468] Compiling Random RandomProtocol.swift
[330/468] Compiling Random Array+Random.swift
[331/468] Compiling Random OSRandom.swift
[332/468] Compiling NIOHTTP1 HTTPUpgradeHandler.swift
[333/468] Emitting module Random
[335/469] Compiling NIOHTTP1 HTTPEncoder.swift
[336/469] Compiling NIOHTTP1 HTTPPipelineSetup.swift
[337/469] Compiling NIOHTTP1 HTTPResponseCompressor.swift
[338/469] Compiling CryptoSwift SecureBytes.swift
[339/469] Compiling CryptoSwift StreamDecryptor.swift
[340/469] Compiling CryptoSwift StreamEncryptor.swift
[341/469] Compiling CryptoSwift String+Extension.swift
[342/469] Compiling CryptoSwift UInt128.swift
[343/469] Compiling CryptoSwift UInt16+Extension.swift
[344/469] Compiling CryptoSwift UInt32+Extension.swift
[345/469] Compiling CryptoSwift UInt64+Extension.swift
[346/469] Compiling CryptoSwift UInt8+Extension.swift
[347/469] Compiling CryptoSwift Updatable.swift
[348/469] Compiling CryptoSwift Utils.swift
[349/469] Compiling CryptoSwift ZeroPadding.swift
[350/469] Compiling Core NotFound.swift
[351/469] Compiling Core OptionalType.swift
[352/469] Compiling Core Process+Execute.swift
[353/472] Compiling NIOHTTP1 HTTPServerProtocolErrorHandler.swift
[354/472] Compiling NIOHTTP1 HTTPTypes.swift
[354/472] Wrapping AST for Random for debugging
[356/472] Compiling Core ReflectionDecoders.swift
[357/472] Compiling Core CoreError.swift
[358/474] Compiling Core Reflectable.swift
[359/474] Compiling Core String+Utilities.swift
[360/474] Compiling Core Thread+Async.swift
[363/474] Compiling Core MediaType.swift
[364/474] Compiling Core NestedData.swift
[365/474] Emitting module NIOOpenSSL
[368/475] Compiling Core Data+Hex.swift
[369/475] Compiling Core DataCoders.swift
[370/475] Compiling Core Deprecated.swift
[371/475] Compiling Core BasicKey.swift
[372/475] Compiling Core CaseInsensitiveString.swift
[373/475] Compiling Core Decodable+Reflectable.swift
[374/475] Compiling Core ReflectionDecodable.swift
[377/475] Compiling Core Data+Base64URL.swift
[381/475] Compiling CryptoSwift Cryptors.swift
[382/475] Compiling CryptoSwift Digest.swift
[383/475] Compiling CryptoSwift DigestType.swift
[384/475] Compiling CryptoSwift AES+Foundation.swift
[385/475] Compiling CryptoSwift Array+Foundation.swift
[386/475] Compiling CryptoSwift Blowfish+Foundation.swift
[387/475] Compiling CryptoSwift ChaCha20+Foundation.swift
[388/475] Compiling CryptoSwift Data+Extension.swift
[389/475] Compiling CryptoSwift HMAC+Foundation.swift
[390/475] Compiling CryptoSwift Rabbit+Foundation.swift
[391/475] Compiling CryptoSwift PBKDF2.swift
[392/475] Compiling CryptoSwift PKCS5.swift
[393/475] Compiling CryptoSwift PKCS7.swift
[394/475] Compiling CryptoSwift PKCS7Padding.swift
[395/475] Compiling CryptoSwift Padding.swift
[396/475] Compiling CryptoSwift Poly1305.swift
[397/475] Compiling CryptoSwift RSA.swift
[398/475] Compiling CryptoSwift Rabbit.swift
[399/475] Compiling CryptoSwift SHA1.swift
[400/475] Compiling CryptoSwift SHA2.swift
[401/475] Compiling CryptoSwift SHA3.swift
[402/475] Compiling CryptoSwift Scrypt.swift
[403/475] Compiling CryptoSwift String+FoundationExtension.swift
[404/475] Compiling CryptoSwift Utils+Foundation.swift
[405/475] Compiling CryptoSwift Generics.swift
[406/475] Compiling CryptoSwift HKDF.swift
[407/475] Compiling CryptoSwift HMAC.swift
[408/475] Compiling CryptoSwift ISO10126Padding.swift
[409/475] Compiling CryptoSwift ISO78164Padding.swift
[410/475] Compiling CryptoSwift Int+Extension.swift
[411/475] Compiling CryptoSwift MD5.swift
[412/475] Compiling CryptoSwift NoPadding.swift
[413/475] Compiling CryptoSwift Operators.swift
[414/475] Compiling CryptoSwift PBKDF1.swift
[417/476] Compiling Core LosslessDataConvertible.swift
[419/476] Compiling NIOOpenSSL SSLVerificationCallbacks.swift
[420/476] 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
[427/476] Wrapping AST for NIOHTTP1 for debugging
[434/476] Compiling Core FutureEncoder.swift
[435/476] Compiling Core HeaderValue.swift
[436/476] Compiling Core DirectoryConfig.swift
[437/476] Compiling Core Exports.swift
[438/476] Compiling Core File.swift
[438/476] Wrapping AST for CryptoSwift for debugging
BUILD FAILURE 6.0 linux