Build Information
Failed to build kineo-endpoint, reference master (1f4f11
), with Swift 6.1 for Linux on 26 Apr 2025 08:09:54 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/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.1
Building package at path: $PWD
https://github.com/kasei/kineo-endpoint.git
https://github.com/kasei/kineo-endpoint.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "kineo",
"requirement" : {
"range" : [
{
"lower_bound" : "0.0.94",
"upper_bound" : "0.1.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/kasei/kineo.git"
},
{
"identity" : "vapor",
"requirement" : {
"range" : [
{
"lower_bound" : "3.2.0",
"upper_bound" : "4.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/vapor/vapor.git"
},
{
"identity" : "htmlstring",
"requirement" : {
"range" : [
{
"lower_bound" : "4.0.0",
"upper_bound" : "4.1.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/alexaubry/HTMLString"
},
{
"identity" : "diomede",
"requirement" : {
"range" : [
{
"lower_bound" : "0.0.59",
"upper_bound" : "0.1.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/kasei/diomede.git"
}
],
"manifest_display_name" : "kineo-endpoint",
"name" : "kineo-endpoint",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.15"
}
],
"products" : [
{
"name" : "KineoEndpoint",
"targets" : [
"KineoEndpoint"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "kineo-endpoint",
"targets" : [
"kineo-endpoint"
],
"type" : {
"executable" : null
}
},
{
"name" : "kineo-create-db",
"targets" : [
"kineo-create-db"
],
"type" : {
"executable" : null
}
}
],
"targets" : [
{
"c99name" : "kineo_endpoint",
"module_type" : "SwiftTarget",
"name" : "kineo-endpoint",
"path" : "Sources/kineo-endpoint",
"product_dependencies" : [
"Vapor"
],
"product_memberships" : [
"kineo-endpoint"
],
"sources" : [
"main.swift"
],
"target_dependencies" : [
"KineoEndpoint"
],
"type" : "executable"
},
{
"c99name" : "kineo_create_db",
"module_type" : "SwiftTarget",
"name" : "kineo-create-db",
"path" : "Sources/kineo-create-db",
"product_memberships" : [
"kineo-create-db"
],
"sources" : [
"main.swift"
],
"target_dependencies" : [
"KineoEndpoint"
],
"type" : "executable"
},
{
"c99name" : "KineoEndpoint",
"module_type" : "SwiftTarget",
"name" : "KineoEndpoint",
"path" : "Sources/KineoEndpoint",
"product_dependencies" : [
"Kineo",
"Vapor",
"DiomedeQuadStore",
"HTMLString"
],
"product_memberships" : [
"KineoEndpoint",
"kineo-endpoint",
"kineo-create-db"
],
"sources" : [
"KineoEndpoint.swift",
"SPARQLHTML.swift"
],
"type" : "library"
}
],
"tools_version" : "5.2"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/vapor/vapor.git
Fetching https://github.com/alexaubry/HTMLString
Fetching https://github.com/kasei/diomede.git
Fetching https://github.com/kasei/kineo.git
[1/788] Fetching diomede
[600/2419] Fetching diomede, htmlstring
[1458/8659] Fetching diomede, htmlstring, kineo
[8660/82972] Fetching diomede, htmlstring, kineo, vapor
Fetched https://github.com/kasei/diomede.git from cache (0.41s)
[10101/82184] Fetching htmlstring, kineo, vapor
Fetched https://github.com/kasei/kineo.git from cache (0.41s)
[4604/75944] Fetching htmlstring, vapor
Fetched https://github.com/alexaubry/HTMLString from cache (1.92s)
Fetched https://github.com/vapor/vapor.git from cache (1.96s)
Computing version for https://github.com/alexaubry/HTMLString
Computed https://github.com/alexaubry/HTMLString at 4.0.2 (4.18s)
Computing version for https://github.com/vapor/vapor.git
Computed https://github.com/vapor/vapor.git at 3.3.3 (0.58s)
Fetching https://github.com/vapor/url-encoded-form.git
Fetching https://github.com/vapor/template-kit.git
Fetching https://github.com/vapor/service.git
Fetching https://github.com/vapor/routing.git
Fetching https://github.com/vapor/validation.git
Fetching https://github.com/vapor/websocket.git
[1/1282] Fetching template-kit
[1283/2201] Fetching template-kit, service
[2202/2582] Fetching template-kit, service, url-encoded-form
[2477/23305] Fetching template-kit, service, url-encoded-form, routing
[2791/23884] Fetching template-kit, service, url-encoded-form, routing, validation
[7307/26471] Fetching template-kit, service, url-encoded-form, routing, validation, websocket
Fetched https://github.com/vapor/validation.git from cache (0.36s)
Fetched https://github.com/vapor/websocket.git from cache (0.36s)
[18539/23305] Fetching template-kit, service, url-encoded-form, routing
Fetching https://github.com/vapor/multipart.git
Fetching https://github.com/vapor/http.git
[21649/26513] Fetching template-kit, service, url-encoded-form, routing, multipart
[24397/51980] Fetching template-kit, service, url-encoded-form, routing, multipart, http
Fetched https://github.com/vapor/url-encoded-form.git from cache (0.91s)
[33184/51599] Fetching template-kit, service, routing, multipart, http
Fetched https://github.com/vapor/service.git from cache (0.91s)
[32519/50680] Fetching template-kit, routing, multipart, http
Fetched https://github.com/vapor/template-kit.git from cache (0.91s)
[32001/49398] Fetching routing, multipart, http
Fetching https://github.com/vapor/core.git
Fetching https://github.com/vapor/database-kit.git
Fetching https://github.com/vapor/crypto.git
Fetched https://github.com/vapor/routing.git from cache (0.93s)
[12552/28675] Fetching multipart, http
Fetching https://github.com/vapor/console.git
[21721/29856] Fetching multipart, http, database-kit
[22902/49999] Fetching multipart, http, database-kit, core
[23910/52785] Fetching multipart, http, database-kit, core, crypto
[30059/58270] Fetching multipart, http, database-kit, core, crypto, console
Fetched https://github.com/vapor/database-kit.git from cache (0.29s)
[31254/57089] Fetching multipart, http, core, crypto, console
Fetched https://github.com/vapor/crypto.git from cache (0.38s)
[39790/54303] Fetching multipart, http, core, console
Fetched https://github.com/vapor/console.git from cache (0.45s)
[42874/48818] Fetching multipart, http, core
Fetched https://github.com/vapor/http.git from cache (1.68s)
Fetched https://github.com/vapor/multipart.git from cache (1.72s)
Fetched https://github.com/vapor/core.git from cache (1.17s)
Computing version for https://github.com/vapor/http.git
Computed https://github.com/vapor/http.git at 3.4.0 (2.65s)
Fetching https://github.com/apple/swift-nio-ssl.git
Fetching https://github.com/apple/swift-nio.git
[1/75431] Fetching swift-nio
[756/90224] Fetching swift-nio, swift-nio-ssl
Fetched https://github.com/apple/swift-nio-ssl.git from cache (6.33s)
Fetched https://github.com/apple/swift-nio.git from cache (6.40s)
Computing version for https://github.com/vapor/validation.git
Computed https://github.com/vapor/validation.git at 2.1.1 (7.57s)
Computing version for https://github.com/vapor/service.git
Computed https://github.com/vapor/service.git at 1.0.2 (0.58s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 1.14.4 (0.71s)
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.17s)
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.97s)
Computing version for https://github.com/vapor/routing.git
Computed https://github.com/vapor/routing.git at 3.1.0 (0.53s)
Computing version for https://github.com/vapor/websocket.git
Computed https://github.com/vapor/websocket.git at 1.1.2 (0.57s)
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.18s)
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.73s)
Computing version for https://github.com/vapor/crypto.git
Computed https://github.com/vapor/crypto.git at 3.4.1 (0.56s)
Computing version for https://github.com/vapor/console.git
Computed https://github.com/vapor/console.git at 3.1.1 (0.84s)
Computing version for https://github.com/kasei/diomede.git
Computed https://github.com/kasei/diomede.git at 0.0.66 (0.57s)
Fetching https://github.com/kasei/swift-sparql-syntax.git
Fetching https://github.com/agisboye/CLMDB.git
Fetching https://github.com/krzyzanowskim/CryptoSwift.git
[1/45] Fetching clmdb
[46/2528] Fetching clmdb, swift-sparql-syntax
[2529/15462] Fetching clmdb, swift-sparql-syntax, cryptoswift
Fetched https://github.com/agisboye/CLMDB.git from cache (0.26s)
[4424/15417] Fetching swift-sparql-syntax, cryptoswift
Fetched https://github.com/kasei/swift-sparql-syntax.git from cache (1.30s)
Fetched https://github.com/krzyzanowskim/CryptoSwift.git from cache (1.33s)
Computing version for https://github.com/krzyzanowskim/CryptoSwift.git
Computed https://github.com/krzyzanowskim/CryptoSwift.git at 1.5.1 (1.89s)
Computing version for https://github.com/agisboye/CLMDB.git
Computed https://github.com/agisboye/CLMDB.git at 0.9.33 (0.53s)
Computing version for https://github.com/vapor/database-kit.git
Computed https://github.com/vapor/database-kit.git at 1.3.3 (0.55s)
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.60s)
Computing version for https://github.com/vapor/template-kit.git
Computed https://github.com/vapor/template-kit.git at 1.5.0 (0.61s)
Computing version for https://github.com/vapor/multipart.git
Computed https://github.com/vapor/multipart.git at 3.1.3 (0.63s)
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.59s)
Fetching https://github.com/kasei/swift-serd.git
[1/68] Fetching swift-serd
Fetched https://github.com/kasei/swift-serd.git from cache (0.22s)
Computing version for https://github.com/kasei/swift-serd.git
Computed https://github.com/kasei/swift-serd.git at 0.0.4 (0.76s)
Computing version for https://github.com/kasei/kineo.git
Computed https://github.com/kasei/kineo.git at 0.0.108 (0.58s)
Fetching https://github.com/kasei/IDPPlanner.git
Fetching https://github.com/apple/swift-argument-parser
Fetching https://github.com/kylef/URITemplate.swift.git
Fetching https://github.com/apple/swift-algorithms
Fetching https://github.com/stephencelis/SQLite.swift.git
[1/47] Fetching idpplanner
[48/859] Fetching idpplanner, uritemplate.swift
[860/10466] Fetching idpplanner, uritemplate.swift, sqlite.swift
[1821/16369] Fetching idpplanner, uritemplate.swift, sqlite.swift, swift-algorithms
[14449/31306] Fetching idpplanner, uritemplate.swift, sqlite.swift, swift-algorithms, swift-argument-parser
Fetched https://github.com/kasei/IDPPlanner.git from cache (0.98s)
Fetched https://github.com/apple/swift-argument-parser from cache (0.99s)
Fetched https://github.com/kylef/URITemplate.swift.git from cache (1.04s)
Fetched https://github.com/apple/swift-algorithms from cache (1.04s)
Fetched https://github.com/stephencelis/SQLite.swift.git from cache (1.05s)
Computing version for https://github.com/kasei/IDPPlanner.git
Computed https://github.com/kasei/IDPPlanner.git at 0.0.5 (1.70s)
Computing version for https://github.com/kylef/URITemplate.swift.git
Computed https://github.com/kylef/URITemplate.swift.git at 3.0.1 (2.24s)
Fetching https://github.com/kylef/PathKit.git
Fetching https://github.com/kylef/Spectre.git
[1/1021] Fetching spectre
[1022/2432] Fetching spectre, pathkit
Fetched https://github.com/kylef/PathKit.git from cache (0.24s)
Fetched https://github.com/kylef/Spectre.git from cache (0.24s)
Computing version for https://github.com/kylef/Spectre.git
Computed https://github.com/kylef/Spectre.git at 0.10.1 (0.78s)
Computing version for https://github.com/apple/swift-algorithms
Computed https://github.com/apple/swift-algorithms at 0.1.1 (2.53s)
Fetching https://github.com/apple/swift-numerics
[1/5674] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics from cache (0.55s)
Computing version for https://github.com/stephencelis/SQLite.swift.git
Computed https://github.com/stephencelis/SQLite.swift.git at 0.11.6 (1.22s)
Fetching https://github.com/stephencelis/CSQLite.git
[1/19] Fetching csqlite
Fetched https://github.com/stephencelis/CSQLite.git from cache (0.18s)
Computing version for https://github.com/stephencelis/CSQLite.git
Computed https://github.com/stephencelis/CSQLite.git at 0.0.3 (0.71s)
Computing version for https://github.com/kylef/PathKit.git
Computed https://github.com/kylef/PathKit.git at 1.0.1 (0.59s)
Computing version for https://github.com/apple/swift-numerics
Computed https://github.com/apple/swift-numerics at 0.1.0 (0.57s)
Computing version for https://github.com/vapor/core.git
Computed https://github.com/vapor/core.git at 3.10.1 (0.55s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.5.0 (0.51s)
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/apple/swift-numerics
Working copy of https://github.com/apple/swift-numerics resolved at 0.1.0
Creating working copy for https://github.com/agisboye/CLMDB.git
Working copy of https://github.com/agisboye/CLMDB.git resolved at 0.9.33
Creating working copy for https://github.com/vapor/database-kit.git
Working copy of https://github.com/vapor/database-kit.git resolved at 1.3.3
Creating working copy for https://github.com/vapor/http.git
Working copy of https://github.com/vapor/http.git resolved at 3.4.0
Creating working copy for https://github.com/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/crypto.git
Working copy of https://github.com/vapor/crypto.git resolved at 3.4.1
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/vapor/vapor.git
Working copy of https://github.com/vapor/vapor.git resolved at 3.3.3
Creating working copy for https://github.com/apple/swift-algorithms
Working copy of https://github.com/apple/swift-algorithms resolved at 0.1.1
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/kasei/kineo.git
Working copy of https://github.com/kasei/kineo.git resolved at 0.0.108
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/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/kylef/PathKit.git
Working copy of https://github.com/kylef/PathKit.git resolved at 1.0.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/vapor/template-kit.git
Working copy of https://github.com/vapor/template-kit.git resolved at 1.5.0
Creating working copy for https://github.com/apple/swift-nio-ssl.git
Working copy of https://github.com/apple/swift-nio-ssl.git resolved at 1.4.0
Creating working copy for https://github.com/apple/swift-nio-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/validation.git
Working copy of https://github.com/vapor/validation.git resolved at 2.1.1
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/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/stephencelis/CSQLite.git
Working copy of https://github.com/stephencelis/CSQLite.git resolved at 0.0.3
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/service.git
Working copy of https://github.com/vapor/service.git resolved at 1.0.2
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/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.git
Working copy of https://github.com/apple/swift-nio.git resolved at 1.14.4
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/kylef/Spectre.git
Working copy of https://github.com/kylef/Spectre.git resolved at 0.10.1
Creating working copy for https://github.com/vapor/multipart.git
Working copy of https://github.com/vapor/multipart.git resolved at 3.1.3
Creating working copy for https://github.com/vapor/core.git
Working copy of https://github.com/vapor/core.git resolved at 3.10.1
Creating working copy for https://github.com/kasei/IDPPlanner.git
Working copy of https://github.com/kasei/IDPPlanner.git resolved at 0.0.5
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: 'csqlite': ignoring declared target(s) 'CSQLite' 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
[7/114] Compiling serd env.c
[8/114] Compiling serd uri.c
[8/114] Compiling serd string.c
[8/114] Write sources
[10/114] Compiling serd reader.c
[19/114] Write sources
[32/114] Compiling serd node.c
[33/114] Write sources
[45/114] Compiling serd writer.c
[45/114] Compiling _NumericsShims _NumericsShims.c
[47/114] Compiling CNIOZlib empty.c
[48/114] Compiling LMDB midl.c
[49/114] Compiling serd byte_source.c
[50/114] Compiling CNIOLinux ifaddrs-android.c
[50/114] Compiling serd n3.c
[52/114] Compiling CNIOSHA1 c_nio_sha1.c
[53/114] Compiling CNIODarwin shim.c
[54/114] Compiling CNIOLinux shim.c
[55/114] Compiling CBcrypt blf.c
[56/114] Write swift-version-24593BA9C3E375BF.txt
[57/114] Compiling CNIOHTTPParser c_nio_http_parser.c
[58/114] Compiling CBase32 base32.c
[58/114] Compiling CBcrypt bcrypt.c
[60/114] Compiling CCryptoOpenSSL shim.c
[60/114] Compiling CNIOOpenSSL shims.c
[61/114] Compiling CNIOOpenSSL helpers.c
[63/151] Compiling LMDB mdb.c
[65/171] Emitting module RealModule
[65/172] Compiling c-atomics.c
[67/176] Compiling RealModule RealFunctions.swift
[68/176] Compiling RealModule Real.swift
[69/176] Compiling NIOPriorityQueue PriorityQueue.swift
[70/176] Compiling RealModule AlgebraicField.swift
[71/176] Compiling RealModule ApproximateEquality.swift
[72/176] Compiling RealModule ElementaryFunctions.swift
[73/176] Compiling RealModule AugmentedArithmetic.swift
[74/176] Compiling RealModule Double+Real.swift
[75/176] Compiling RealModule Float+Real.swift
[76/176] Compiling RealModule Float16+Real.swift
[77/176] Compiling RealModule Float80+Real.swift
[78/177] Emitting module SQLite
[80/179] Compiling Debugging SourceLocation.swift
[81/179] Emitting module Debugging
[82/182] Emitting module NIOConcurrencyHelpers
[83/182] Compiling NIOConcurrencyHelpers lock.swift
[84/182] Emitting module NIOPriorityQueue
[85/182] Compiling NIOPriorityQueue Heap.swift
[90/183] Compiling NIOConcurrencyHelpers atomics.swift
[91/183] Compiling Debugging Demangler.swift
[92/183] Compiling HTMLString Deprecated.swift
[93/184] Compiling IDPPlanner IDPPlanner.swift
[94/184] Emitting module IDPPlanner
[95/184] Compiling IDPPlanner SetExtensions.swift
[96/184] Compiling Debugging Debuggable.swift
[97/186] Emitting module URITemplate
[98/186] Compiling URITemplate URITemplate.swift
[99/187] Compiling HTMLString NSString+HTMLString.swift
[104/187] Compiling SQLite Value.swift
[105/187] Compiling SQLite Cipher.swift
[106/187] Compiling SQLite RTree.swift
[107/187] Compiling SQLite Foundation.swift
[108/187] Compiling SQLite Helpers.swift
[109/187] Compiling SPARQLSyntax RDFSerialization.swift
[110/187] Compiling SPARQLSyntax SPARQLLexer.swift
[111/187] Compiling SQLite AggregateFunctions.swift
[112/187] Compiling SPARQLSyntax SPARQLSyntax.swift
[113/187] Compiling SPARQLSyntax Window.swift
[114/240] Wrapping AST for RealModule for debugging
[115/277] Wrapping AST for NIOPriorityQueue for debugging
[116/277] Wrapping AST for URITemplate for debugging
[117/329] Wrapping AST for NIOConcurrencyHelpers for debugging
[118/329] Wrapping AST for IDPPlanner for debugging
[118/329] Write sources
[123/329] Compiling NIO ContiguousCollection.swift
[124/329] Compiling NIO DeadChannel.swift
[124/329] Wrapping AST for Debugging for debugging
[126/329] Compiling COperatingSystem libc.swift
[127/329] Emitting module COperatingSystem
[128/350] Wrapping AST for COperatingSystem for debugging
[130/350] Compiling Algorithms Indexed.swift
[131/350] Compiling Algorithms Intersperse.swift
[132/350] Compiling Algorithms Chunked.swift
[133/350] Compiling Algorithms Combinations.swift
[134/350] Compiling Algorithms FirstNonNil.swift
[135/350] Compiling Algorithms Chain.swift
[136/351] Compiling Algorithms Suffix.swift
[137/351] Compiling Algorithms Trim.swift
[138/353] Compiling Algorithms Compacted.swift
[139/353] Compiling Algorithms Cycle.swift
[140/353] Compiling SPARQLSyntax XSD.swift
[141/353] Compiling Algorithms Unique.swift
[142/353] Compiling Algorithms Windows.swift
[143/353] Compiling Algorithms Rotate.swift
[144/353] Compiling Algorithms Stride.swift
[153/353] Compiling Algorithms LazySplit.swift
[154/353] Compiling HTMLString HTMLString.swift
[155/353] Compiling HTMLString Mappings.swift
[156/353] Compiling CryptoSwift Collection+Extension.swift
[157/353] Compiling CryptoSwift CompactMap.swift
[158/353] Compiling CryptoSwift Cryptor.swift
[159/353] Compiling CryptoSwift Cryptors.swift
[160/353] Compiling CryptoSwift Digest.swift
[161/353] Compiling CryptoSwift DigestType.swift
[162/353] Compiling CryptoSwift AES+Foundation.swift
[163/353] Compiling CryptoSwift Array+Foundation.swift
[164/353] Compiling CryptoSwift Blowfish+Foundation.swift
[165/353] Compiling CryptoSwift ChaCha20+Foundation.swift
[166/353] Compiling CryptoSwift Data+Extension.swift
[167/353] Compiling CryptoSwift HMAC+Foundation.swift
[168/353] Compiling CryptoSwift Rabbit+Foundation.swift
[169/353] Compiling CryptoSwift String+FoundationExtension.swift
[170/353] Compiling CryptoSwift Utils+Foundation.swift
[171/353] Compiling CryptoSwift Generics.swift
[172/353] Compiling CryptoSwift HKDF.swift
[173/353] Compiling CryptoSwift HMAC.swift
[174/353] Compiling CryptoSwift ISO10126Padding.swift
[175/353] Compiling CryptoSwift ISO78164Padding.swift
[176/353] Compiling CryptoSwift Int+Extension.swift
[177/353] Compiling CryptoSwift MD5.swift
[178/353] Compiling CryptoSwift NoPadding.swift
[179/353] Compiling CryptoSwift Operators.swift
[180/353] Compiling CryptoSwift PBKDF1.swift
[181/365] Emitting module HTMLString
[182/366] Compiling Algorithms Reductions.swift
[187/367] Wrapping AST for SQLite for debugging
[189/367] Compiling NIO Heap.swift
[190/367] Compiling NIO IO.swift
[191/367] Compiling NIO IOData.swift
[192/367] Compiling NIO IntegerTypes.swift
[193/367] Compiling NIO Interfaces.swift
[194/367] Compiling NIO Linux.swift
[195/367] Compiling NIO LinuxCPUSet.swift
[195/373] Wrapping AST for HTMLString for debugging
[197/373] Compiling Algorithms Product.swift
[198/373] Compiling Algorithms RandomSample.swift
[200/373] Compiling Algorithms MinMax.swift
[201/373] Compiling Algorithms Partition.swift
[202/373] Compiling Algorithms Permutations.swift
[203/373] Compiling NIO MarkedCircularBuffer.swift
[204/373] Compiling NIO MulticastChannel.swift
[205/373] Compiling NIO NIOAny.swift
[206/373] Compiling NIO NonBlockingFileIO.swift
[207/373] Compiling NIO PendingDatagramWritesManager.swift
[208/373] Compiling NIO PendingWritesManager.swift
[209/373] Compiling NIO PriorityQueue.swift
[210/373] Compiling NIO RecvByteBufferAllocator.swift
[211/373] Compiling NIO Resolver.swift
[212/373] Compiling NIO Selectable.swift
[213/373] Compiling NIO Selector.swift
[214/373] Compiling NIO ServerSocket.swift
[215/373] Compiling NIO Socket.swift
[216/373] Compiling NIO SocketAddresses.swift
[224/373] Emitting module Algorithms
[225/374] Wrapping AST for Algorithms for debugging
[234/374] Compiling NIO EventLoop.swift
[235/374] Compiling NIO EventLoopFuture.swift
[236/374] Compiling NIO FileDescriptor.swift
[237/374] Compiling NIO FileHandle.swift
[238/374] Compiling NIO FileRegion.swift
[239/374] Compiling NIO GetaddrinfoResolver.swift
[240/374] Compiling NIO HappyEyeballs.swift
[241/374] Compiling CryptoSwift SecureBytes.swift
[242/374] Compiling CryptoSwift StreamDecryptor.swift
[243/374] Compiling CryptoSwift StreamEncryptor.swift
[244/374] Compiling CryptoSwift String+Extension.swift
[245/374] Compiling CryptoSwift UInt128.swift
[246/374] Compiling CryptoSwift UInt16+Extension.swift
[247/374] Compiling CryptoSwift UInt32+Extension.swift
[248/374] Compiling CryptoSwift UInt64+Extension.swift
[249/374] Compiling CryptoSwift UInt8+Extension.swift
[250/374] Compiling CryptoSwift Updatable.swift
[251/374] Compiling CryptoSwift Utils.swift
[252/374] Compiling CryptoSwift ZeroPadding.swift
[253/374] Emitting module NIO
[271/374] Compiling NIO SocketChannel.swift
[272/374] Compiling NIO SocketOptionProvider.swift
[273/374] Compiling NIO System.swift
[290/374] Compiling NIO Thread.swift
[291/374] Compiling NIO TypeAssistedChannelHandler.swift
[292/374] Compiling NIO Utilities.swift
[293/375] Emitting module CryptoSwift
[294/375] Wrapping AST for NIO for debugging
[296/417] Compiling Async FutureType.swift
[297/417] Compiling Async QueueHandler.swift
[298/418] Compiling NIOTLS TLSEvents.swift
[299/418] Emitting module Async
[300/418] Compiling Async Async+NIO.swift
[301/418] Compiling Async AsyncError.swift
[302/418] Compiling Async Collection+Future.swift
[303/418] Compiling Async Deprecated.swift
[304/418] Compiling Bits Bytes.swift
[305/419] Compiling Async Worker.swift
[306/419] Compiling Async Exports.swift
[307/419] Compiling Async Future+DoCatch.swift
[308/419] Compiling Async Future+Flatten.swift
[309/419] Compiling Async Future+Global.swift
[312/419] Compiling NIOHTTP1 HTTPPipelineSetup.swift
[313/420] Compiling NIOHTTP1 HTTPServerProtocolErrorHandler.swift
[314/420] Emitting module Bits
[321/420] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[322/420] Emitting module NIOFoundationCompat
[323/420] Compiling Bits Data+Bytes.swift
[324/420] Compiling Bits Data+Strings.swift
[325/421] Compiling Async Future+Variadic.swift
[326/421] Compiling Async Future+Void.swift
[327/421] Compiling Async Future+Map.swift
[328/421] Compiling Async Future+Transform.swift
[329/422] Compiling Bits Deprecated.swift
[330/423] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[331/423] Emitting module NIOTLS
[332/423] Compiling NIOTLS SNIHandler.swift
[337/424] Compiling NIOHTTP1 HTTPServerPipelineHandler.swift
[337/424] Wrapping AST for Async for debugging
[339/428] Compiling Core ReflectionDecoders.swift
[340/428] Compiling Core CoreError.swift
[341/428] Compiling Core Data+Base64URL.swift
[364/429] Wrapping AST for NIOFoundationCompat for debugging
[365/444] Wrapping AST for NIOTLS for debugging
[366/451] Wrapping AST for Bits for debugging
[368/452] Compiling NIOHTTP1 HTTPEncoder.swift
[369/452] Compiling NIOHTTP1 HTTPUpgradeHandler.swift
[370/452] Compiling NIOHTTP1 HTTPResponseCompressor.swift
[371/468] Compiling Random Array+Random.swift
[372/468] Emitting module Random
[373/468] Compiling NIOOpenSSL SSLConnection.swift
[374/468] Compiling NIOOpenSSL SSLContext.swift
[375/468] Compiling NIOOpenSSL SSLErrors.swift
[376/471] Compiling Random RandomProtocol.swift
[377/471] Compiling Random URandom.swift
[378/471] Compiling Core NotFound.swift
[379/471] Compiling Core OptionalType.swift
[380/471] Compiling Core Process+Execute.swift
[381/471] Compiling NIOOpenSSL SSLInit.swift
[382/471] Compiling NIOOpenSSL SSLPKCS12Bundle.swift
[383/471] Compiling NIOOpenSSL SSLPointerTricks.swift
[384/471] Compiling Random OSRandom.swift
[385/472] Emitting module NIOHTTP1
[386/472] Compiling NIOOpenSSL ByteBufferBIO.swift
[387/472] Compiling NIOOpenSSL IdentityVerification.swift
[389/472] Compiling NIOHTTP1 HTTPTypes.swift
[391/473] Compiling Core Reflectable.swift
[392/473] Compiling Core String+Utilities.swift
[393/473] Compiling Core Thread+Async.swift
[396/473] Compiling NIOOpenSSL OpenSSLClientHandler.swift
[397/473] Compiling NIOOpenSSL OpenSSLHandler.swift
[398/473] Compiling NIOOpenSSL OpenSSLServerHandler.swift
[399/473] Compiling NIOOpenSSL PosixPort.swift
[400/473] Compiling NIOOpenSSL SSLCertificate.swift
[400/473] Wrapping AST for Random for debugging
[402/473] Emitting module NIOOpenSSL
[402/475] Wrapping AST for NIOHTTP1 for debugging
[404/484] Compiling NIOOpenSSL SSLPrivateKey.swift
[405/484] Compiling NIOOpenSSL SSLPublicKey.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
[408/484] Compiling NIOOpenSSL SSLVerificationCallbacks.swift
[409/484] Compiling NIOOpenSSL TLSConfiguration.swift
[410/484] Emitting module Core
[413/484] Compiling NIOWebSocket WebSocketOpcode.swift
[414/484] Compiling NIOWebSocket WebSocketProtocolErrorHandler.swift
[415/484] Compiling NIOWebSocket WebSocketFrameEncoder.swift
[416/485] Compiling NIOWebSocket WebSocketFrameDecoder.swift
[423/485] Compiling NIOWebSocket Base64.swift
[424/485] Compiling NIOWebSocket SHA1.swift
[426/485] Emitting module NIOWebSocket
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
warning: 'swift-nio-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: 'csqlite': ignoring declared target(s) 'CSQLite' 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
[0/1] Planning build
[1/1] Compiling plugin GenerateManual
Building for debugging...
[1/48] Write swift-version-24593BA9C3E375BF.txt
[3/108] Compiling HTMLString NSString+HTMLString.swift
[4/108] Compiling IDPPlanner SetExtensions.swift
[5/108] Compiling IDPPlanner IDPPlanner.swift
[6/108] Emitting module IDPPlanner
[7/109] Compiling RealModule Float80+Real.swift
[8/109] Compiling RealModule Real.swift
[9/110] Compiling NIOPriorityQueue PriorityQueue.swift
[10/110] Compiling RealModule Float16+Real.swift
[12/110] Compiling RealModule ElementaryFunctions.swift
[13/110] Compiling RealModule Float+Real.swift
[14/110] Emitting module RealModule
[15/110] Compiling RealModule RealFunctions.swift
[16/110] Compiling RealModule AugmentedArithmetic.swift
[17/110] Compiling RealModule Double+Real.swift
[18/110] Compiling RealModule AlgebraicField.swift
[19/110] Compiling RealModule ApproximateEquality.swift
[20/111] Compiling NIOConcurrencyHelpers lock.swift
[21/111] Emitting module NIOPriorityQueue
[22/111] Compiling NIOPriorityQueue Heap.swift
[24/112] Emitting module NIOConcurrencyHelpers
[25/112] Compiling NIOConcurrencyHelpers atomics.swift
[31/118] Emitting module SQLite
[32/118] Compiling SPARQLSyntax RDFSerialization.swift
[33/118] Compiling SPARQLSyntax SPARQLLexer.swift
[34/118] Compiling URITemplate URITemplate.swift
[35/118] Emitting module URITemplate
[36/119] Compiling Debugging SourceLocation.swift
[38/121] Compiling SPARQLSyntax PropertyPath.swift
[39/121] Compiling SPARQLSyntax Query.swift
[40/121] Compiling SPARQLSyntax SPARQLSerializer.swift
[41/121] Compiling SPARQLSyntax SPARQLSyntax.swift
[42/121] Compiling SPARQLSyntax Window.swift
[43/121] Compiling SPARQLSyntax RDF.swift
[44/121] Compiling SPARQLSyntax RDFPatterns.swift
[45/121] Compiling SPARQLSyntax SPARQLParser.swift
[47/221] Compiling COperatingSystem libc.swift
[48/226] Compiling Debugging Demangler.swift
[49/230] Emitting module COperatingSystem
[51/230] Compiling Algorithms Partition.swift
[52/230] Compiling Algorithms Permutations.swift
[53/231] Emitting module Debugging
[54/231] Compiling Debugging Debuggable.swift
[55/232] Compiling Algorithms Suffix.swift
[56/232] Compiling Algorithms Trim.swift
[56/234] Wrapping AST for RealModule for debugging
[58/269] Wrapping AST for NIOConcurrencyHelpers for debugging
[59/283] Wrapping AST for IDPPlanner for debugging
[61/283] Compiling SPARQLSyntax XSD.swift
[62/283] Compiling NIO ChannelInvoker.swift
[63/283] Compiling NIO ChannelOption.swift
[64/283] Compiling NIO AddressedEnvelope.swift
[65/283] Compiling NIO BaseSocket.swift
[66/283] Compiling NIO BaseSocketChannel.swift
[67/283] Compiling NIO ContiguousCollection.swift
[68/283] Compiling NIO DeadChannel.swift
[69/283] Compiling CryptoSwift Collection+Extension.swift
[70/283] Compiling CryptoSwift CompactMap.swift
[71/283] Compiling CryptoSwift Cryptor.swift
[72/283] Compiling CryptoSwift Cryptors.swift
[73/283] Compiling CryptoSwift Digest.swift
[74/283] Compiling CryptoSwift DigestType.swift
[75/283] Compiling CryptoSwift AES+Foundation.swift
[76/283] Compiling CryptoSwift Array+Foundation.swift
[77/283] Compiling CryptoSwift Blowfish+Foundation.swift
[78/283] Compiling CryptoSwift ChaCha20+Foundation.swift
[79/283] Compiling CryptoSwift Data+Extension.swift
[80/283] Compiling CryptoSwift HMAC+Foundation.swift
[81/283] Compiling CryptoSwift Rabbit+Foundation.swift
[83/295] Compiling NIO Embedded.swift
[84/295] Compiling NIO ByteBuffer-core.swift
[85/295] Compiling NIO ByteBuffer-int.swift
[86/295] Compiling NIO ByteBuffer-views.swift
[87/295] Compiling NIO Channel.swift
[88/295] Compiling NIO ChannelHandler.swift
[89/295] Compiling NIO ChannelHandlers.swift
[90/295] Compiling NIO Codec.swift
[91/295] Compiling NIO CompositeError.swift
[95/295] Compiling NIO Bootstrap.swift
[96/295] Compiling NIO ByteBuffer-aux.swift
[97/295] Compiling NIO BlockingIOThreadPool.swift
[102/295] Compiling NIO Heap.swift
[103/295] Compiling NIO IO.swift
[104/295] Compiling NIO IOData.swift
[105/295] Compiling NIO IntegerTypes.swift
[106/295] Compiling NIO Interfaces.swift
[107/295] Compiling NIO Linux.swift
[108/295] Compiling NIO LinuxCPUSet.swift
[109/301] Compiling NIO ChannelPipeline.swift
[110/301] Compiling NIO CircularBuffer.swift
[114/302] Emitting module Algorithms
[116/302] Compiling NIO EventLoop.swift
[117/302] Compiling NIO EventLoopFuture.swift
[118/302] Compiling NIO FileDescriptor.swift
[119/302] Compiling NIO FileHandle.swift
[120/302] Compiling NIO FileRegion.swift
[121/302] Compiling NIO GetaddrinfoResolver.swift
[122/302] Compiling NIO HappyEyeballs.swift
[123/302] Compiling NIO MarkedCircularBuffer.swift
[124/302] Compiling NIO MulticastChannel.swift
[125/302] Compiling NIO NIOAny.swift
[126/302] Compiling NIO NonBlockingFileIO.swift
[127/302] Compiling NIO PendingDatagramWritesManager.swift
[128/302] Compiling NIO PendingWritesManager.swift
[129/302] Compiling NIO PriorityQueue.swift
[130/302] Compiling NIO RecvByteBufferAllocator.swift
[131/302] Compiling NIO Resolver.swift
[132/302] Compiling NIO Selectable.swift
[133/302] Compiling NIO Selector.swift
[134/302] Compiling NIO ServerSocket.swift
[135/302] Compiling NIO Socket.swift
[136/302] Compiling NIO SocketAddresses.swift
[136/302] Wrapping AST for Algorithms for debugging
[138/302] Compiling CryptoSwift SecureBytes.swift
[139/302] Compiling CryptoSwift StreamDecryptor.swift
[140/302] Compiling CryptoSwift StreamEncryptor.swift
[141/302] Compiling CryptoSwift String+Extension.swift
[142/302] Compiling CryptoSwift UInt128.swift
[143/302] Compiling CryptoSwift UInt16+Extension.swift
[144/302] Compiling CryptoSwift UInt32+Extension.swift
[145/302] Compiling CryptoSwift UInt64+Extension.swift
[146/302] Compiling CryptoSwift UInt8+Extension.swift
[147/302] Compiling CryptoSwift Updatable.swift
[148/302] Compiling CryptoSwift Utils.swift
[149/302] Compiling CryptoSwift ZeroPadding.swift
[150/302] Emitting module HTMLString
[165/302] Compiling HTMLString Deprecated.swift
[166/302] Compiling HTMLString HTMLString.swift
[167/302] Compiling HTMLString Mappings.swift
[169/302] Emitting module NIO
[177/302] Compiling NIO SocketChannel.swift
[178/302] Compiling NIO SocketOptionProvider.swift
[179/302] Compiling NIO System.swift
[180/302] Compiling NIO Thread.swift
[181/302] Compiling NIO TypeAssistedChannelHandler.swift
[182/302] Compiling NIO Utilities.swift
[209/306] Wrapping AST for NIO for debugging
[211/345] Compiling Async Exports.swift
[212/345] Compiling Async Future+DoCatch.swift
[213/346] Compiling Bits Bytes.swift
[214/346] Compiling NIOTLS TLSEvents.swift
[215/346] Emitting module Bits
[216/346] Emitting module NIOTLS
[219/346] Emitting module Async
[220/347] Compiling Async Async+NIO.swift
[221/347] Compiling Async AsyncError.swift
[222/347] Compiling NIOHTTP1 ByteCollectionUtils.swift
[223/347] Compiling NIOHTTP1 HTTPDecoder.swift
[224/347] Compiling Async Future+Flatten.swift
[225/347] Compiling Async Future+Global.swift
[228/347] Compiling Bits Deprecated.swift
[233/347] Emitting module NIOFoundationCompat
[234/347] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[235/348] Compiling Async Future+Variadic.swift
[236/348] Compiling Async Future+Void.swift
[237/348] Compiling Async FutureType.swift
[238/348] Compiling Async QueueHandler.swift
[239/348] Compiling Async Future+Map.swift
[240/348] Compiling Async Future+Transform.swift
[241/348] Compiling Async Worker.swift
[243/349] Emitting module NIOHTTP1
[244/349] Compiling Bits Data+Bytes.swift
[245/349] Compiling Bits Data+Strings.swift
[247/350] Compiling NIOHTTP1 HTTPServerPipelineHandler.swift
[249/349] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[250/349] Compiling NIOTLS SNIHandler.swift
[250/350] Wrapping AST for Async for debugging
[252/350] Compiling NIOHTTP1 HTTPEncoder.swift
[254/350] Emitting module CryptoSwift
[281/350] Compiling NIOHTTP1 HTTPResponseCompressor.swift
[282/350] Compiling NIOHTTP1 HTTPPipelineSetup.swift
[283/349] Compiling NIOHTTP1 HTTPServerProtocolErrorHandler.swift
[284/349] Compiling NIOHTTP1 HTTPTypes.swift
[285/349] Compiling NIOHTTP1 HTTPUpgradeHandler.swift
[286/377] Compiling Core ReflectionDecoders.swift
[287/377] Compiling Core CoreError.swift
[289/384] Compiling Random RandomProtocol.swift
[290/384] Compiling Random URandom.swift
[291/388] Emitting module Random
[291/394] Wrapping AST for NIOHTTP1 for debugging
[293/394] Compiling Random Array+Random.swift
[294/394] Compiling Random OSRandom.swift
[295/404] Compiling NIOOpenSSL SSLConnection.swift
[296/404] Compiling NIOOpenSSL SSLContext.swift
[297/404] Compiling NIOOpenSSL SSLErrors.swift
[298/407] Compiling Core NotFound.swift
[299/407] Compiling Core OptionalType.swift
[300/407] Compiling Core Process+Execute.swift
[302/407] Emitting module NIOOpenSSL
[303/407] Compiling NIOWebSocket Base64.swift
[304/407] Compiling NIOWebSocket SHA1.swift
[305/407] Compiling NIOOpenSSL OpenSSLClientHandler.swift
[306/409] Compiling NIOOpenSSL OpenSSLHandler.swift
[307/409] Compiling NIOOpenSSL OpenSSLServerHandler.swift
[308/409] Compiling NIOOpenSSL PosixPort.swift
[309/409] Compiling NIOOpenSSL SSLCertificate.swift
[310/409] Compiling NIOOpenSSL SSLInit.swift
[311/409] Compiling NIOOpenSSL SSLPKCS12Bundle.swift
[312/409] Compiling NIOOpenSSL SSLPointerTricks.swift
[315/408] Compiling NIOWebSocket WebSocketOpcode.swift
[316/408] Compiling NIOWebSocket WebSocketProtocolErrorHandler.swift
[317/409] Compiling NIOOpenSSL SSLPrivateKey.swift
[318/409] Compiling NIOOpenSSL SSLPublicKey.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
[327/409] Compiling Core Reflectable.swift
[328/409] Compiling Core String+Utilities.swift
[329/409] Compiling Core Thread+Async.swift
[333/409] Compiling NIOOpenSSL SSLVerificationCallbacks.swift
[334/409] Compiling NIOOpenSSL TLSConfiguration.swift
[335/409] Emitting module NIOWebSocket
[336/409] Compiling NIOWebSocket WebSocketFrameEncoder.swift
[337/409] Compiling NIOWebSocket WebSocketErrorCodes.swift
[338/409] Compiling CryptoSwift String+FoundationExtension.swift
[339/409] Compiling CryptoSwift Utils+Foundation.swift
[340/409] Compiling CryptoSwift Generics.swift
[341/409] Compiling CryptoSwift HKDF.swift
[342/409] Compiling CryptoSwift HMAC.swift
[343/409] Compiling CryptoSwift ISO10126Padding.swift
[344/409] Compiling CryptoSwift ISO78164Padding.swift
[345/409] Compiling CryptoSwift Int+Extension.swift
[346/409] Compiling CryptoSwift MD5.swift
[347/409] Compiling CryptoSwift NoPadding.swift
[348/409] Compiling CryptoSwift Operators.swift
[349/409] Compiling CryptoSwift PBKDF1.swift
BUILD FAILURE 6.1 linux