Build Information
Failed to build kineo-endpoint, reference 0.0.12 (1f4f11
), with Swift 6.1 for Linux on 26 Apr 2025 08:09:27 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/kasei/kineo-endpoint.git
Reference: 0.0.12
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
* tag 0.0.12 -> FETCH_HEAD
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 0.0.12
========================================
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-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/kasei/diomede.git
Fetching https://github.com/vapor/vapor.git
Fetching https://github.com/alexaubry/HTMLString
Fetching https://github.com/kasei/kineo.git
[1/1631] Fetching htmlstring
[132/7871] Fetching htmlstring, kineo
[1622/8659] Fetching htmlstring, kineo, diomede
[8660/82972] Fetching htmlstring, kineo, diomede, vapor
Fetched https://github.com/kasei/diomede.git from cache (1.56s)
Fetched https://github.com/alexaubry/HTMLString from cache (1.56s)
Fetched https://github.com/kasei/kineo.git from cache (1.56s)
Fetched https://github.com/vapor/vapor.git from cache (1.59s)
Computing version for https://github.com/alexaubry/HTMLString
Computed https://github.com/alexaubry/HTMLString at 4.0.2 (3.41s)
Computing version for https://github.com/vapor/vapor.git
Computed https://github.com/vapor/vapor.git at 3.3.3 (0.47s)
Fetching https://github.com/vapor/url-encoded-form.git
Fetching https://github.com/vapor/routing.git
Fetching https://github.com/vapor/validation.git
Fetching https://github.com/vapor/service.git
Fetching https://github.com/vapor/websocket.git
Fetching https://github.com/vapor/template-kit.git
[1/579] Fetching validation
[123/960] Fetching validation, url-encoded-form
[961/2242] Fetching validation, url-encoded-form, template-kit
[1282/3161] Fetching validation, url-encoded-form, template-kit, service
[3162/23884] Fetching validation, url-encoded-form, template-kit, service, routing
[5649/26471] Fetching validation, url-encoded-form, template-kit, service, routing, websocket
Fetched https://github.com/vapor/url-encoded-form.git from cache (0.25s)
[9073/26090] Fetching validation, template-kit, service, routing, websocket
Fetching https://github.com/vapor/multipart.git
Fetched https://github.com/vapor/service.git from cache (0.31s)
Fetched https://github.com/vapor/template-kit.git from cache (0.31s)
Fetched https://github.com/vapor/websocket.git from cache (0.31s)
[15707/21302] Fetching validation, routing
Fetching https://github.com/vapor/database-kit.git
Fetching https://github.com/vapor/http.git
Fetching https://github.com/vapor/crypto.git
[16744/24510] Fetching validation, routing, multipart
[18043/49977] Fetching validation, routing, multipart, http
[22312/51158] Fetching validation, routing, multipart, http, database-kit
Fetched https://github.com/vapor/database-kit.git from cache (0.25s)
[30543/49977] Fetching validation, routing, multipart, http
Fetching https://github.com/vapor/core.git
[33091/52763] Fetching validation, routing, multipart, http, crypto
Fetched https://github.com/vapor/crypto.git from cache (0.40s)
Fetching https://github.com/vapor/console.git
[43022/49977] Fetching validation, routing, multipart, http
[43023/70120] Fetching validation, routing, multipart, http, core
Fetched https://github.com/vapor/validation.git from cache (0.83s)
[48848/69541] Fetching routing, multipart, http, core
Fetched https://github.com/vapor/routing.git from cache (0.85s)
[31021/48818] Fetching multipart, http, core
[41062/54303] Fetching multipart, http, core, console
Fetched https://github.com/vapor/console.git from cache (0.33s)
[42874/48818] Fetching multipart, http, core
Fetched https://github.com/vapor/http.git from cache (0.87s)
Fetched https://github.com/vapor/core.git from cache (0.79s)
[1123/3208] Fetching multipart
Fetched https://github.com/vapor/multipart.git from cache (1.48s)
Computing version for https://github.com/vapor/http.git
Computed https://github.com/vapor/http.git at 3.4.0 (2.21s)
Fetching https://github.com/apple/swift-nio-ssl.git
Fetching https://github.com/apple/swift-nio.git
[1/14793] Fetching swift-nio-ssl
[1629/90224] Fetching swift-nio-ssl, swift-nio
Fetched https://github.com/apple/swift-nio-ssl.git from cache (3.90s)
Fetched https://github.com/apple/swift-nio.git from cache (3.98s)
Computing version for https://github.com/vapor/validation.git
Computed https://github.com/vapor/validation.git at 2.1.1 (4.43s)
Computing version for https://github.com/vapor/service.git
Computed https://github.com/vapor/service.git at 1.0.2 (0.45s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 1.14.4 (0.48s)
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.21s)
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.64s)
Computing version for https://github.com/vapor/routing.git
Computed https://github.com/vapor/routing.git at 3.1.0 (0.46s)
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.46s)
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.20s)
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.65s)
Computing version for https://github.com/vapor/crypto.git
Computed https://github.com/vapor/crypto.git at 3.4.1 (0.46s)
Computing version for https://github.com/vapor/console.git
Computed https://github.com/vapor/console.git at 3.1.1 (0.46s)
Computing version for https://github.com/kasei/diomede.git
Computed https://github.com/kasei/diomede.git at 0.0.66 (0.47s)
Fetching https://github.com/agisboye/CLMDB.git
Fetching https://github.com/kasei/swift-sparql-syntax.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.19s)
[3001/15417] Fetching swift-sparql-syntax, cryptoswift
Fetched https://github.com/kasei/swift-sparql-syntax.git from cache (1.08s)
Fetched https://github.com/krzyzanowskim/CryptoSwift.git from cache (1.10s)
Computing version for https://github.com/krzyzanowskim/CryptoSwift.git
Computed https://github.com/krzyzanowskim/CryptoSwift.git at 1.5.1 (1.55s)
Computing version for https://github.com/agisboye/CLMDB.git
Computed https://github.com/agisboye/CLMDB.git at 0.9.33 (0.45s)
Computing version for https://github.com/vapor/database-kit.git
Computed https://github.com/vapor/database-kit.git at 1.3.3 (0.45s)
Computing version for https://github.com/vapor/url-encoded-form.git
Computed https://github.com/vapor/url-encoded-form.git at 1.1.0 (2.80s)
Computing version for https://github.com/vapor/template-kit.git
Computed https://github.com/vapor/template-kit.git at 1.5.0 (0.49s)
Computing version for https://github.com/vapor/multipart.git
Computed https://github.com/vapor/multipart.git at 3.1.3 (0.74s)
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.19s)
Computing version for https://github.com/kasei/swift-serd.git
Computed https://github.com/kasei/swift-serd.git at 0.0.4 (0.65s)
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/kylef/URITemplate.swift.git
Fetching https://github.com/apple/swift-argument-parser
Fetching https://github.com/stephencelis/SQLite.swift.git
Fetching https://github.com/kasei/IDPPlanner.git
Fetching https://github.com/apple/swift-algorithms
[1/47] Fetching idpplanner
[47/859] Fetching idpplanner, uritemplate.swift
[859/6762] Fetching idpplanner, uritemplate.swift, swift-algorithms
[978/16369] Fetching idpplanner, uritemplate.swift, swift-algorithms, sqlite.swift
[15025/31306] Fetching idpplanner, uritemplate.swift, swift-algorithms, sqlite.swift, swift-argument-parser
Fetched https://github.com/kylef/URITemplate.swift.git from cache (0.79s)
Fetched https://github.com/apple/swift-algorithms from cache (0.79s)
Fetched https://github.com/kasei/IDPPlanner.git from cache (0.82s)
Fetched https://github.com/apple/swift-argument-parser from cache (0.83s)
Fetched https://github.com/stephencelis/SQLite.swift.git from cache (0.84s)
Computing version for https://github.com/kasei/IDPPlanner.git
Computed https://github.com/kasei/IDPPlanner.git at 0.0.5 (1.28s)
Computing version for https://github.com/kylef/URITemplate.swift.git
Computed https://github.com/kylef/URITemplate.swift.git at 3.0.1 (1.84s)
Fetching https://github.com/kylef/Spectre.git
Fetching https://github.com/kylef/PathKit.git
[1/1411] Fetching pathkit
[1412/2432] Fetching pathkit, spectre
Fetched https://github.com/kylef/PathKit.git from cache (0.21s)
Fetched https://github.com/kylef/Spectre.git from cache (0.22s)
Computing version for https://github.com/kylef/Spectre.git
Computed https://github.com/kylef/Spectre.git at 0.10.1 (0.68s)
Computing version for https://github.com/apple/swift-algorithms
Computed https://github.com/apple/swift-algorithms at 0.1.1 (0.47s)
Fetching https://github.com/apple/swift-numerics
[1/5674] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics from cache (0.38s)
Computing version for https://github.com/stephencelis/SQLite.swift.git
Computed https://github.com/stephencelis/SQLite.swift.git at 0.11.6 (0.83s)
Fetching https://github.com/stephencelis/CSQLite.git
[1/19] Fetching csqlite
Fetched https://github.com/stephencelis/CSQLite.git from cache (0.17s)
Computing version for https://github.com/stephencelis/CSQLite.git
Computed https://github.com/stephencelis/CSQLite.git at 0.0.3 (0.62s)
Computing version for https://github.com/kylef/PathKit.git
Computed https://github.com/kylef/PathKit.git at 1.0.1 (0.49s)
Computing version for https://github.com/apple/swift-numerics
Computed https://github.com/apple/swift-numerics at 0.1.0 (0.70s)
Computing version for https://github.com/vapor/core.git
Computed https://github.com/vapor/core.git at 3.10.1 (0.47s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.5.0 (0.41s)
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/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-algorithms
Working copy of https://github.com/apple/swift-algorithms resolved at 0.1.1
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/apple/swift-numerics
Working copy of https://github.com/apple/swift-numerics resolved at 0.1.0
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/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/kasei/kineo.git
Working copy of https://github.com/kasei/kineo.git resolved at 0.0.108
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-nio-ssl.git
Working copy of https://github.com/apple/swift-nio-ssl.git resolved at 1.4.0
Creating working copy for https://github.com/vapor/service.git
Working copy of https://github.com/vapor/service.git resolved at 1.0.2
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/alexaubry/HTMLString
Working copy of https://github.com/alexaubry/HTMLString resolved at 4.0.2
Creating working copy for https://github.com/vapor/vapor.git
Working copy of https://github.com/vapor/vapor.git resolved at 3.3.3
Creating working copy for https://github.com/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/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-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/http.git
Working copy of https://github.com/vapor/http.git resolved at 3.4.0
Creating working copy for https://github.com/apple/swift-nio-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/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/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/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/core.git
Working copy of https://github.com/vapor/core.git resolved at 3.10.1
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 1.14.4
Creating working copy for https://github.com/stephencelis/CSQLite.git
Working copy of https://github.com/stephencelis/CSQLite.git resolved at 0.0.3
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/websocket.git
Working copy of https://github.com/vapor/websocket.git resolved at 1.1.2
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/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/validation.git
Working copy of https://github.com/vapor/validation.git resolved at 2.1.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/crypto.git
Working copy of https://github.com/vapor/crypto.git resolved at 3.4.1
Creating working copy for https://github.com/vapor/console.git
Working copy of https://github.com/vapor/console.git resolved at 3.1.1
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
[12/114] Compiling CNIOLinux ifaddrs-android.c
[13/114] Compiling CNIODarwin shim.c
[14/114] Compiling CNIOLinux shim.c
[15/114] Compiling serd uri.c
[16/114] Compiling serd string.c
[17/114] Compiling serd writer.c
[18/114] Compiling serd reader.c
[19/114] Compiling CNIOHTTPParser c_nio_http_parser.c
[20/114] Compiling serd env.c
[20/114] Write sources
[41/114] Compiling serd node.c
[42/114] Compiling _NumericsShims _NumericsShims.c
[43/114] Write sources
[54/114] Compiling serd byte_source.c
[55/114] Compiling CNIOZlib empty.c
[56/114] Compiling LMDB midl.c
[57/114] Compiling CNIOSHA1 c_nio_sha1.c
[58/114] Compiling CCryptoOpenSSL shim.c
[59/114] Write swift-version-24593BA9C3E375BF.txt
[59/114] Compiling serd n3.c
[61/114] Compiling CBase32 base32.c
[62/114] Compiling CBcrypt bcrypt.c
[63/114] Compiling CBcrypt blf.c
[64/116] Compiling CNIOOpenSSL helpers.c
[65/116] Compiling CNIOOpenSSL shims.c
[66/160] Compiling LMDB mdb.c
[67/171] Compiling c-atomics.c
[69/171] Emitting module IDPPlanner
[70/175] Compiling Debugging SourceLocation.swift
[71/175] Compiling RealModule AlgebraicField.swift
[72/175] Compiling RealModule ApproximateEquality.swift
[73/175] Emitting module RealModule
[74/175] Compiling SPARQLSyntax Expression.swift
[75/175] Compiling SPARQLSyntax IRI.swift
[76/176] Compiling NIOPriorityQueue PriorityQueue.swift
[77/176] Compiling RealModule Float80+Real.swift
[78/176] Compiling RealModule Real.swift
[79/176] Compiling RealModule Float+Real.swift
[80/176] Compiling RealModule ElementaryFunctions.swift
[81/176] Compiling RealModule Float16+Real.swift
[82/176] Compiling RealModule RealFunctions.swift
[84/180] Emitting module NIOPriorityQueue
[85/180] Compiling NIOPriorityQueue Heap.swift
[86/181] Compiling SPARQLSyntax SPARQLSyntax.swift
[87/181] Compiling SPARQLSyntax Window.swift
[88/182] Emitting module URITemplate
[89/182] Compiling URITemplate URITemplate.swift
[90/183] Compiling HTMLString NSString+HTMLString.swift
[91/183] Compiling IDPPlanner IDPPlanner.swift
[92/183] Compiling IDPPlanner SetExtensions.swift
[93/183] Emitting module NIOConcurrencyHelpers
[94/183] Compiling Debugging Demangler.swift
[95/184] Compiling SQLite DateAndTimeFunctions.swift
[96/184] Compiling SQLite Expression.swift
[98/186] Compiling HTMLString Deprecated.swift
[99/186] Emitting module SQLite
[103/186] Compiling SPARQLSyntax SPARQLSerializer.swift
[106/186] Compiling SPARQLSyntax RDF.swift
[107/186] Compiling SPARQLSyntax RDFPatterns.swift
[108/186] Compiling SPARQLSyntax RDFSerialization.swift
[110/186] Compiling SPARQLSyntax PropertyPath.swift
[111/186] Compiling SPARQLSyntax Query.swift
[112/186] Compiling SPARQLSyntax SPARQLLexer.swift
[113/186] Compiling SPARQLSyntax SPARQLParser.swift
[115/186] Emitting module Debugging
[116/186] Compiling Debugging Debuggable.swift
[117/186] Compiling NIOConcurrencyHelpers lock.swift
[119/187] Compiling SPARQLSyntax XSD.swift
[121/205] Compiling NIOConcurrencyHelpers atomics.swift
[121/221] Wrapping AST for URITemplate for debugging
[122/300] Wrapping AST for RealModule for debugging
[125/300] Emitting module COperatingSystem
[126/300] Compiling COperatingSystem libc.swift
[126/301] Wrapping AST for NIOPriorityQueue for debugging
[127/301] Wrapping AST for IDPPlanner for debugging
[129/301] Compiling CryptoSwift CS.swift
[130/301] Compiling CryptoSwift Codable.swift
[131/304] Wrapping AST for NIOConcurrencyHelpers for debugging
[132/353] Wrapping AST for Debugging for debugging
[133/353] Wrapping AST for COperatingSystem for debugging
[135/353] Compiling NIO Channel.swift
[136/353] Compiling NIO ChannelHandler.swift
[137/353] Compiling NIO ByteBuffer-int.swift
[138/353] Compiling NIO ByteBuffer-views.swift
[139/353] Compiling NIO CircularBuffer.swift
[140/353] Compiling NIO Codec.swift
[141/353] Compiling NIO DeadChannel.swift
[142/353] Compiling NIO Embedded.swift
[144/353] Compiling NIO ChannelHandlers.swift
[145/353] Compiling NIO ChannelInvoker.swift
[146/353] Compiling NIO ChannelOption.swift
[147/353] Compiling NIO AddressedEnvelope.swift
[148/353] Compiling NIO BaseSocket.swift
[149/353] Emitting module HTMLString
[150/353] Compiling NIO ContiguousCollection.swift
[152/353] Compiling NIO BaseSocketChannel.swift
[153/353] Compiling NIO BlockingIOThreadPool.swift
[154/353] Compiling NIO Bootstrap.swift
[155/353] Compiling NIO ByteBuffer-aux.swift
[156/353] Compiling NIO ByteBuffer-core.swift
[157/353] Compiling NIO ChannelPipeline.swift
[162/353] Compiling NIO CompositeError.swift
[163/354] Wrapping AST for SQLite for debugging
[165/354] Compiling NIO RecvByteBufferAllocator.swift
[166/354] Compiling NIO Resolver.swift
[167/354] Compiling NIO Selectable.swift
[168/354] Compiling NIO Selector.swift
[169/354] Compiling NIO ServerSocket.swift
[170/354] Compiling NIO Socket.swift
[171/354] Compiling NIO SocketAddresses.swift
[179/360] Compiling NIO Thread.swift
[180/360] Compiling NIO TypeAssistedChannelHandler.swift
[181/360] Compiling NIO Utilities.swift
[182/360] Compiling CryptoSwift Cryptors.swift
[183/360] Compiling CryptoSwift Digest.swift
[184/360] Compiling CryptoSwift DigestType.swift
[185/360] Compiling CryptoSwift AES+Foundation.swift
[186/360] Compiling CryptoSwift Array+Foundation.swift
[187/360] Compiling CryptoSwift Blowfish+Foundation.swift
[188/360] Compiling CryptoSwift ChaCha20+Foundation.swift
[189/360] Compiling CryptoSwift Data+Extension.swift
[190/360] Compiling CryptoSwift HMAC+Foundation.swift
[191/360] Compiling CryptoSwift Rabbit+Foundation.swift
[192/372] Compiling HTMLString HTMLString.swift
[193/372] Compiling HTMLString Mappings.swift
[195/373] Emitting module Algorithms
[197/374] Compiling NIO Heap.swift
[198/374] Compiling NIO IO.swift
[199/374] Compiling NIO IOData.swift
[200/374] Compiling NIO IntegerTypes.swift
[201/374] Compiling NIO Interfaces.swift
[202/374] Compiling NIO Linux.swift
[203/374] Compiling NIO LinuxCPUSet.swift
[204/374] Compiling NIO MarkedCircularBuffer.swift
[205/374] Compiling NIO MulticastChannel.swift
[206/374] Compiling NIO NIOAny.swift
[207/374] Compiling NIO NonBlockingFileIO.swift
[208/374] Compiling NIO PendingDatagramWritesManager.swift
[209/374] Compiling NIO PendingWritesManager.swift
[210/374] Compiling NIO PriorityQueue.swift
[210/374] Wrapping AST for HTMLString for debugging
[212/374] Compiling NIO EventLoop.swift
[213/374] Compiling NIO EventLoopFuture.swift
[214/374] Compiling NIO FileDescriptor.swift
[215/374] Compiling NIO FileHandle.swift
[216/374] Compiling NIO FileRegion.swift
[217/374] Compiling NIO GetaddrinfoResolver.swift
[218/374] Compiling NIO HappyEyeballs.swift
[218/374] Wrapping AST for Algorithms for debugging
[227/374] Compiling CryptoSwift SecureBytes.swift
[228/374] Compiling CryptoSwift StreamDecryptor.swift
[229/374] Compiling CryptoSwift StreamEncryptor.swift
[230/374] Compiling CryptoSwift String+Extension.swift
[231/374] Compiling CryptoSwift UInt128.swift
[232/374] Compiling CryptoSwift UInt16+Extension.swift
[233/374] Compiling CryptoSwift UInt32+Extension.swift
[234/374] Compiling CryptoSwift UInt64+Extension.swift
[235/374] Compiling CryptoSwift UInt8+Extension.swift
[236/374] Compiling CryptoSwift Updatable.swift
[237/374] Compiling CryptoSwift Utils.swift
[238/374] Compiling CryptoSwift ZeroPadding.swift
[239/374] Compiling NIO SocketChannel.swift
[240/374] Compiling NIO SocketOptionProvider.swift
[241/374] Compiling NIO System.swift
[245/374] Emitting module NIO
[279/375] Wrapping AST for NIO for debugging
[281/417] Emitting module NIOTLS
[282/417] Compiling NIOTLS TLSEvents.swift
[283/417] Emitting module Async
[284/418] Emitting module NIOFoundationCompat
[285/418] Compiling Async Future+Flatten.swift
[286/418] Compiling Async Future+Global.swift
[287/418] Compiling Async Exports.swift
[288/418] Compiling Async Future+DoCatch.swift
[289/418] Compiling Async Async+NIO.swift
[290/418] Compiling Async AsyncError.swift
[291/418] Compiling Async Collection+Future.swift
[292/418] Compiling Async Deprecated.swift
[293/418] Compiling Async Worker.swift
[300/419] Compiling Bits Data+Strings.swift
[301/419] Compiling Bits Bytes.swift
[302/419] Compiling Bits Data+Bytes.swift
[303/419] Emitting module Bits
[306/419] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[307/420] Compiling Async Future+Map.swift
[308/420] Compiling Async Future+Transform.swift
[309/420] Compiling Async Future+Variadic.swift
[310/420] Compiling Async Future+Void.swift
[311/420] Compiling Async FutureType.swift
[312/420] Compiling Async QueueHandler.swift
[326/421] Emitting module CryptoSwift
[340/421] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[341/421] Compiling NIOTLS SNIHandler.swift
[343/422] Compiling Bits Deprecated.swift
[346/423] Compiling NIOHTTP1 HTTPServerPipelineHandler.swift
[347/424] Wrapping AST for Async for debugging
[348/424] Wrapping AST for NIOFoundationCompat for debugging
[352/424] Emitting module NIOHTTP1
[353/424] Compiling NIOHTTP1 HTTPPipelineSetup.swift
[354/424] Compiling NIOHTTP1 HTTPResponseCompressor.swift
[355/424] Compiling NIOHTTP1 HTTPEncoder.swift
[355/424] Wrapping AST for NIOTLS for debugging
[356/424] Wrapping AST for Bits for debugging
[358/468] Compiling NIOHTTP1 HTTPUpgradeHandler.swift
[359/468] Compiling NIOHTTP1 HTTPServerProtocolErrorHandler.swift
[360/468] Compiling NIOHTTP1 HTTPTypes.swift
[362/469] Compiling Random RandomProtocol.swift
[363/469] Compiling Random URandom.swift
[364/469] Emitting module Random
[365/469] Compiling Random OSRandom.swift
[366/469] Compiling Random Array+Random.swift
[366/470] Wrapping AST for NIOHTTP1 for debugging
[368/470] Compiling Core NotFound.swift
[369/470] Compiling Core OptionalType.swift
[370/470] Compiling Core Process+Execute.swift
[372/482] Compiling Core Reflectable.swift
[373/482] Compiling Core String+Utilities.swift
[374/482] Compiling Core Thread+Async.swift
[375/482] Compiling Core ReflectionDecoders.swift
[376/482] Compiling Core CoreError.swift
[377/482] Compiling Core Data+Base64URL.swift
[377/482] Wrapping AST for Random for debugging
[379/482] Compiling NIOWebSocket WebSocketProtocolErrorHandler.swift
[380/482] Compiling NIOWebSocket WebSocketOpcode.swift
[381/483] Compiling NIOWebSocket WebSocketFrameEncoder.swift
[382/483] Compiling NIOWebSocket Base64.swift
[383/483] Compiling NIOWebSocket SHA1.swift
[384/483] Compiling Core Decodable+Reflectable.swift
[385/483] Compiling Core ReflectionDecodable.swift
[386/483] Emitting module NIOWebSocket
[389/483] Compiling NIOWebSocket WebSocketErrorCodes.swift
[390/483] Compiling NIOWebSocket WebSocketUpgrader.swift
[391/483] Compiling NIOWebSocket WebSocketFrame.swift
[392/483] Compiling NIOWebSocket WebSocketFrameDecoder.swift
[393/484] Compiling NIOOpenSSL SSLPrivateKey.swift
[394/484] Compiling NIOOpenSSL SSLPublicKey.swift
[396/486] Compiling Core Deprecated.swift
[397/486] Compiling Core DirectoryConfig.swift
[398/486] Compiling NIOOpenSSL SSLPKCS12Bundle.swift
[399/486] Compiling NIOOpenSSL SSLPointerTricks.swift
[400/486] Compiling Core Data+Hex.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
[401/486] Compiling Core DataCoders.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
[407/486] Emitting module NIOOpenSSL
[409/486] Wrapping AST for NIOWebSocket for debugging
[411/486] Compiling NIOOpenSSL SSLVerificationCallbacks.swift
[412/486] Compiling NIOOpenSSL TLSConfiguration.swift
[413/486] Compiling CryptoSwift String+FoundationExtension.swift
[414/486] Compiling CryptoSwift Utils+Foundation.swift
[415/486] Compiling CryptoSwift Generics.swift
[416/486] Compiling CryptoSwift HKDF.swift
[417/486] Compiling CryptoSwift HMAC.swift
[418/486] Compiling CryptoSwift ISO10126Padding.swift
[419/486] Compiling CryptoSwift ISO78164Padding.swift
[420/486] Compiling CryptoSwift Int+Extension.swift
[421/486] Compiling CryptoSwift MD5.swift
[422/486] Compiling CryptoSwift NoPadding.swift
[423/486] Compiling CryptoSwift Operators.swift
[424/486] Compiling CryptoSwift PBKDF1.swift
[425/486] Compiling CryptoSwift PBKDF2.swift
[426/486] Compiling CryptoSwift PKCS5.swift
[427/486] Compiling CryptoSwift PKCS7.swift
[428/486] Compiling CryptoSwift PKCS7Padding.swift
[429/486] Compiling CryptoSwift Padding.swift
[430/486] Compiling CryptoSwift Poly1305.swift
[431/486] Compiling CryptoSwift RSA.swift
[432/486] Compiling CryptoSwift Rabbit.swift
[433/486] Compiling CryptoSwift SHA1.swift
[434/486] Compiling CryptoSwift SHA2.swift
[435/486] Compiling CryptoSwift SHA3.swift
[436/486] Compiling CryptoSwift Scrypt.swift
[440/487] Compiling Core LosslessDataConvertible.swift
[441/487] Compiling Core MediaType.swift
[442/487] Compiling Core NestedData.swift
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
warning: 'swift-nio-ssl-support': ignoring declared target(s) 'swift-nio-ssl-support' in the system package
warning: 'swift-nio-zlib-support': ignoring declared target(s) 'swift-nio-zlib-support' in the system package
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/88] Compiling NIOPriorityQueue PriorityQueue.swift
[4/88] Compiling RealModule ElementaryFunctions.swift
[5/89] Compiling RealModule RealFunctions.swift
[6/89] Compiling HTMLString NSString+HTMLString.swift
[7/90] Emitting module NIOPriorityQueue
[8/90] Compiling NIOPriorityQueue Heap.swift
[9/97] Compiling IDPPlanner SetExtensions.swift
[11/109] Emitting module COperatingSystem
[12/109] Compiling COperatingSystem libc.swift
[13/109] Compiling RealModule Real.swift
[14/110] Compiling RealModule Float80+Real.swift
[15/110] Compiling RealModule Float16+Real.swift
[16/110] Compiling RealModule Float+Real.swift
[17/109] Compiling SQLite Statement.swift
[18/109] Compiling SQLite Value.swift
[19/109] Compiling SQLite Cipher.swift
[20/109] Compiling SQLite Blob.swift
[21/109] Emitting module RealModule
[22/110] Emitting module IDPPlanner
[23/110] Compiling IDPPlanner IDPPlanner.swift
[27/110] Emitting module URITemplate
[28/110] Compiling URITemplate URITemplate.swift
[28/114] Wrapping AST for IDPPlanner for debugging
[31/117] Compiling SQLite CoreFunctions.swift
[32/117] Compiling SQLite CustomFunctions.swift
[33/118] Emitting module SQLite
[34/120] Compiling SQLite AggregateFunctions.swift
[35/120] Compiling SQLite Coding.swift
[36/120] Compiling SQLite Collation.swift
[37/120] Compiling Debugging SourceLocation.swift
[37/121] Wrapping AST for RealModule for debugging
[39/171] Compiling Debugging Demangler.swift
[40/204] Compiling NIOConcurrencyHelpers lock.swift
[41/230] Compiling Algorithms Trim.swift
[42/230] Compiling Algorithms Indexed.swift
[43/230] Compiling Algorithms Intersperse.swift
[44/230] Compiling Algorithms Compacted.swift
[45/230] Compiling Algorithms Cycle.swift
[46/230] Compiling Algorithms FirstNonNil.swift
[47/230] Compiling Algorithms Product.swift
[48/230] Compiling Algorithms RandomSample.swift
[49/230] Compiling Algorithms Reductions.swift
[50/230] Emitting module Debugging
[51/230] Compiling Debugging Debuggable.swift
[52/231] Compiling SPARQLSyntax XSD.swift
[54/230] Compiling Algorithms Suffix.swift
[56/230] Compiling Algorithms Rotate.swift
[57/230] Compiling Algorithms Stride.swift
[62/232] Compiling Algorithms MinMax.swift
[63/232] Compiling Algorithms Partition.swift
[64/232] Compiling Algorithms Permutations.swift
[65/232] Compiling Algorithms Chain.swift
[66/232] Compiling Algorithms Chunked.swift
[67/232] Compiling Algorithms Combinations.swift
[68/232] Compiling Algorithms Unique.swift
[69/232] Compiling Algorithms Windows.swift
[70/232] Compiling CryptoSwift Blowfish+Foundation.swift
[71/232] Compiling CryptoSwift ChaCha20+Foundation.swift
[72/232] Compiling CryptoSwift Data+Extension.swift
[73/232] Compiling CryptoSwift HMAC+Foundation.swift
[74/232] Compiling CryptoSwift Rabbit+Foundation.swift
[75/244] Emitting module NIOConcurrencyHelpers
[76/244] Compiling NIOConcurrencyHelpers atomics.swift
[81/245] Wrapping AST for NIOConcurrencyHelpers for debugging
[83/295] Compiling NIO GetaddrinfoResolver.swift
[84/295] Compiling NIO HappyEyeballs.swift
[85/295] Compiling NIO ChannelOption.swift
[86/295] Compiling NIO EventLoop.swift
[87/295] Compiling NIO EventLoopFuture.swift
[88/295] Compiling NIO ChannelHandler.swift
[89/295] Compiling NIO ChannelHandlers.swift
[90/295] Compiling NIO ChannelInvoker.swift
[91/295] Compiling NIO ChannelPipeline.swift
[92/295] Compiling NIO CircularBuffer.swift
[93/295] Compiling NIO Codec.swift
[94/295] Compiling NIO CompositeError.swift
[95/295] Compiling NIO ContiguousCollection.swift
[96/295] Compiling NIO DeadChannel.swift
[97/295] Compiling NIO FileDescriptor.swift
[98/295] Compiling NIO FileHandle.swift
[99/295] Compiling NIO FileRegion.swift
[100/295] Emitting module HTMLString
[101/295] Compiling NIO Heap.swift
[102/295] Compiling NIO IO.swift
[103/295] Compiling NIO IOData.swift
[104/295] Compiling NIO IntegerTypes.swift
[105/295] Compiling NIO Interfaces.swift
[106/295] Compiling NIO Linux.swift
[107/295] Compiling NIO LinuxCPUSet.swift
[108/301] Emitting module Algorithms
[109/301] Compiling CryptoSwift SecureBytes.swift
[110/301] Compiling CryptoSwift StreamDecryptor.swift
[111/301] Compiling CryptoSwift StreamEncryptor.swift
[112/301] Compiling CryptoSwift String+Extension.swift
[113/301] Compiling CryptoSwift UInt128.swift
[114/301] Compiling CryptoSwift UInt16+Extension.swift
[115/301] Compiling CryptoSwift UInt32+Extension.swift
[116/301] Compiling CryptoSwift UInt64+Extension.swift
[117/301] Compiling CryptoSwift UInt8+Extension.swift
[118/301] Compiling CryptoSwift Updatable.swift
[119/301] Compiling CryptoSwift Utils.swift
[120/301] Compiling CryptoSwift ZeroPadding.swift
[122/302] Compiling NIO RecvByteBufferAllocator.swift
[123/302] Compiling NIO Resolver.swift
[124/302] Compiling NIO Selectable.swift
[125/302] Compiling NIO Selector.swift
[126/302] Compiling NIO ServerSocket.swift
[127/302] Compiling NIO Socket.swift
[128/302] Compiling NIO SocketAddresses.swift
[129/302] Compiling NIO MarkedCircularBuffer.swift
[130/302] Compiling NIO MulticastChannel.swift
[131/302] Compiling NIO NIOAny.swift
[132/302] Compiling NIO NonBlockingFileIO.swift
[133/302] Compiling NIO PendingDatagramWritesManager.swift
[134/302] Compiling NIO PendingWritesManager.swift
[135/302] Compiling NIO PriorityQueue.swift
[141/303] Wrapping AST for Algorithms for debugging
[144/303] Emitting module NIO
[145/302] Compiling HTMLString HTMLString.swift
[146/302] Compiling HTMLString Deprecated.swift
[147/302] Compiling HTMLString Mappings.swift
[148/303] Compiling NIO ByteBuffer-int.swift
[149/303] Compiling NIO ByteBuffer-views.swift
[150/303] Compiling NIO Channel.swift
[161/303] Compiling NIO Embedded.swift
[170/302] Compiling NIO AddressedEnvelope.swift
[171/302] Compiling NIO BaseSocket.swift
[172/302] Compiling NIO BaseSocketChannel.swift
[173/302] Compiling NIO BlockingIOThreadPool.swift
[174/302] Compiling NIO Bootstrap.swift
[175/302] Compiling NIO ByteBuffer-aux.swift
[176/302] Compiling NIO ByteBuffer-core.swift
[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
[184/303] Emitting module CryptoSwift
[184/308] Wrapping AST for NIO for debugging
[186/345] Compiling Bits BitsError.swift
[187/345] Compiling Bits Byte+Alphabet.swift
[188/346] Compiling Bits Byte+Control.swift
[189/346] Compiling Bits Byte+Digit.swift
[190/346] Emitting module Async
[191/346] Compiling Bits ByteBuffer+require.swift
[192/346] Compiling Bits ByteBuffer+string.swift
[193/346] Compiling NIOTLS TLSEvents.swift
[194/346] Compiling Async Future+Map.swift
[195/346] Compiling Async Future+Transform.swift
[196/346] Compiling Bits ByteBuffer+binaryFloatingPointOperations.swift
[197/346] Compiling Bits ByteBuffer+peek.swift
[198/346] Emitting module NIOFoundationCompat
[199/346] Compiling Async FutureType.swift
[200/346] Compiling Async QueueHandler.swift
[201/346] Compiling Async Future+Variadic.swift
[202/346] Compiling Async Future+Void.swift
[206/346] Compiling CryptoSwift AES.swift
[207/346] Compiling CryptoSwift Array+Extension.swift
[208/346] Compiling CryptoSwift Authenticator.swift
[209/346] Compiling CryptoSwift BatchedCollection.swift
[210/346] Compiling CryptoSwift Bit.swift
[211/346] Compiling CryptoSwift BlockCipher.swift
[212/346] Compiling CryptoSwift BlockDecryptor.swift
[213/346] Compiling CryptoSwift BlockEncryptor.swift
[214/346] Compiling CryptoSwift BlockMode.swift
[215/346] Compiling CryptoSwift BlockModeOptions.swift
[218/347] Compiling Async Worker.swift
[219/348] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[259/349] Compiling Bits Bytes.swift
[260/349] Emitting module Bits
[263/349] Compiling Bits Data+Bytes.swift
[264/349] Compiling Bits Deprecated.swift
[271/349] Compiling Bits Data+Strings.swift
[272/350] Compiling NIOHTTP1 HTTPServerPipelineHandler.swift
[273/351] Emitting module NIOTLS
[274/351] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[275/351] Compiling NIOTLS SNIHandler.swift
[277/351] Emitting module NIOHTTP1
[278/350] Wrapping AST for Async for debugging
[280/349] Compiling NIOHTTP1 HTTPUpgradeHandler.swift
[281/349] Compiling NIOHTTP1 HTTPServerProtocolErrorHandler.swift
[282/349] Compiling NIOHTTP1 HTTPTypes.swift
[283/365] Compiling NIOHTTP1 HTTPPipelineSetup.swift
[284/365] Compiling NIOHTTP1 HTTPEncoder.swift
[285/365] Compiling NIOHTTP1 HTTPResponseCompressor.swift
[286/393] Compiling NIOOpenSSL ByteBufferBIO.swift
[287/393] Compiling NIOOpenSSL IdentityVerification.swift
[289/394] Compiling Random RandomProtocol.swift
[290/394] Compiling Random URandom.swift
[291/394] Emitting module Random
[292/394] Compiling NIOOpenSSL SSLConnection.swift
[293/394] Compiling NIOOpenSSL SSLContext.swift
[294/394] Compiling NIOOpenSSL SSLErrors.swift
[295/397] Compiling Random OSRandom.swift
[296/397] Compiling Random Array+Random.swift
[296/397] Wrapping AST for NIOHTTP1 for debugging
[299/397] Compiling Core NotFound.swift
[300/397] Compiling Core OptionalType.swift
[301/397] Compiling Core Process+Execute.swift
[302/397] Compiling NIOOpenSSL PosixPort.swift
[303/397] Compiling NIOOpenSSL SSLCertificate.swift
[304/399] Compiling NIOOpenSSL OpenSSLServerHandler.swift
[309/400] Compiling NIOOpenSSL OpenSSLClientHandler.swift
[310/400] Compiling NIOOpenSSL OpenSSLHandler.swift
[311/405] Compiling Core Reflectable.swift
[312/405] Compiling Core String+Utilities.swift
[313/405] Compiling Core Thread+Async.swift
[314/408] Compiling NIOOpenSSL SSLPrivateKey.swift
[315/408] 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
[320/408] Compiling NIOOpenSSL SSLInit.swift
[321/408] Compiling NIOOpenSSL SSLPKCS12Bundle.swift
[322/408] Compiling NIOOpenSSL SSLPointerTricks.swift
[327/408] Compiling NIOOpenSSL SSLVerificationCallbacks.swift
[328/408] Compiling NIOOpenSSL TLSConfiguration.swift
[329/408] Compiling NIOWebSocket WebSocketProtocolErrorHandler.swift
[330/408] Compiling NIOWebSocket WebSocketOpcode.swift
[331/409] Compiling NIOWebSocket Base64.swift
[332/409] Compiling NIOWebSocket SHA1.swift
[334/409] Emitting module NIOOpenSSL
[337/409] Emitting module NIOWebSocket
[338/409] Compiling NIOWebSocket WebSocketFrameEncoder.swift
[339/409] Compiling CryptoSwift String+FoundationExtension.swift
[340/409] Compiling CryptoSwift Utils+Foundation.swift
[341/409] Compiling CryptoSwift Generics.swift
[342/409] Compiling CryptoSwift HKDF.swift
[343/409] Compiling CryptoSwift HMAC.swift
[344/409] Compiling CryptoSwift ISO10126Padding.swift
[345/409] Compiling CryptoSwift ISO78164Padding.swift
[346/409] Compiling CryptoSwift Int+Extension.swift
[347/409] Compiling CryptoSwift MD5.swift
[348/409] Compiling CryptoSwift NoPadding.swift
[349/409] Compiling CryptoSwift Operators.swift
[350/409] Compiling CryptoSwift PBKDF1.swift
BUILD FAILURE 6.1 linux