Build Information
Failed to build kineo-endpoint, reference master (1f4f11
), with Swift 6.1 for Android on 27 May 2025 22:26:14 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.63.1
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: android
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:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -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
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/vapor/vapor.git
Fetching https://github.com/kasei/diomede.git
Fetching https://github.com/alexaubry/HTMLString
Fetching https://github.com/kasei/kineo.git
[1/788] Fetching diomede
[789/2419] Fetching diomede, htmlstring
[1067/8659] Fetching diomede, htmlstring, kineo
Fetched https://github.com/alexaubry/HTMLString from cache (0.33s)
[1/74378] Fetching vapor
Fetched https://github.com/kasei/kineo.git from cache (3.59s)
Fetched https://github.com/kasei/diomede.git from cache (3.59s)
Fetched https://github.com/vapor/vapor.git from cache (3.64s)
Computing version for https://github.com/alexaubry/HTMLString
Computed https://github.com/alexaubry/HTMLString at 4.0.2 (6.11s)
Computing version for https://github.com/vapor/vapor.git
Computed https://github.com/vapor/vapor.git at 3.3.3 (0.70s)
Fetching https://github.com/vapor/validation.git
Fetching https://github.com/vapor/routing.git
Fetching https://github.com/vapor/websocket.git
Fetching https://github.com/vapor/template-kit.git
Fetching https://github.com/vapor/url-encoded-form.git
Fetching https://github.com/vapor/service.git
[1/20727] Fetching routing
[416/21306] Fetching routing, validation
[932/23915] Fetching routing, validation, websocket
[2346/25197] Fetching routing, validation, websocket, template-kit
[2490/26116] Fetching routing, validation, websocket, template-kit, service
[4043/26497] Fetching routing, validation, websocket, template-kit, service, url-encoded-form
Fetched https://github.com/vapor/url-encoded-form.git from cache (0.41s)
[11608/26116] Fetching routing, validation, websocket, template-kit, service
Fetching https://github.com/vapor/multipart.git
Fetched https://github.com/vapor/service.git from cache (0.42s)
[11518/25197] Fetching routing, validation, websocket, template-kit
Fetching https://github.com/vapor/http.git
Fetched https://github.com/vapor/template-kit.git from cache (0.53s)
Fetched https://github.com/vapor/websocket.git from cache (0.53s)
Fetching https://github.com/vapor/crypto.git
Fetching https://github.com/vapor/database-kit.git
[16747/21306] Fetching routing, validation
[16955/46773] Fetching routing, validation, http
[17210/50092] Fetching routing, validation, http, multipart
[27519/52878] Fetching routing, validation, http, multipart, crypto
[31121/54059] Fetching routing, validation, http, multipart, crypto, database-kit
Fetched https://github.com/vapor/database-kit.git from cache (0.42s)
[44765/52878] Fetching routing, validation, http, multipart, crypto
Fetched https://github.com/vapor/crypto.git from cache (0.45s)
Fetching https://github.com/vapor/core.git
Fetching https://github.com/vapor/console.git
[43562/50092] Fetching routing, validation, http, multipart
Fetched https://github.com/vapor/validation.git from cache (1.15s)
Fetched https://github.com/vapor/routing.git from cache (1.17s)
[22510/28786] Fetching http, multipart
[25313/48929] Fetching http, multipart, core
[29110/54506] Fetching http, multipart, core, console
Fetched https://github.com/vapor/console.git from cache (0.51s)
[43410/48929] Fetching http, multipart, core
Fetched https://github.com/vapor/http.git from cache (1.31s)
[21390/23462] Fetching multipart, core
Fetched https://github.com/vapor/core.git from cache (1.23s)
Fetched https://github.com/vapor/multipart.git from cache (1.98s)
Computing version for https://github.com/vapor/http.git
Computed https://github.com/vapor/http.git at 3.4.0 (2.98s)
Fetching https://github.com/apple/swift-nio.git
Fetching https://github.com/apple/swift-nio-ssl.git
[1/14843] Fetching swift-nio-ssl
[2/90898] Fetching swift-nio-ssl, swift-nio
Fetched https://github.com/apple/swift-nio-ssl.git from cache (5.64s)
Fetched https://github.com/apple/swift-nio.git from cache (5.73s)
Computing version for https://github.com/vapor/validation.git
Computed https://github.com/vapor/validation.git at 2.1.1 (6.65s)
Computing version for https://github.com/vapor/service.git
Computed https://github.com/vapor/service.git at 1.0.2 (0.62s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 1.14.4 (0.70s)
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.25s)
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.93s)
Computing version for https://github.com/vapor/routing.git
Computed https://github.com/vapor/routing.git at 3.1.0 (0.81s)
Computing version for https://github.com/vapor/websocket.git
Computed https://github.com/vapor/websocket.git at 1.1.2 (0.77s)
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.94s)
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.27s)
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.81s)
Computing version for https://github.com/vapor/crypto.git
Computed https://github.com/vapor/crypto.git at 3.4.1 (0.68s)
Computing version for https://github.com/vapor/console.git
Computed https://github.com/vapor/console.git at 3.1.1 (0.71s)
Computing version for https://github.com/kasei/diomede.git
Computed https://github.com/kasei/diomede.git at 0.0.66 (0.86s)
Fetching https://github.com/kasei/swift-sparql-syntax.git
Fetching https://github.com/agisboye/CLMDB.git
Fetching https://github.com/krzyzanowskim/CryptoSwift.git
[1/2483] Fetching swift-sparql-syntax
[275/2528] Fetching swift-sparql-syntax, clmdb
[2331/15469] Fetching swift-sparql-syntax, clmdb, cryptoswift
Fetched https://github.com/agisboye/CLMDB.git from cache (0.37s)
[3519/15424] Fetching swift-sparql-syntax, cryptoswift
Fetched https://github.com/kasei/swift-sparql-syntax.git from cache (0.59s)
[1942/12941] Fetching cryptoswift
Fetched https://github.com/krzyzanowskim/CryptoSwift.git from cache (2.19s)
Computing version for https://github.com/krzyzanowskim/CryptoSwift.git
Computed https://github.com/krzyzanowskim/CryptoSwift.git at 1.5.1 (6.24s)
Computing version for https://github.com/agisboye/CLMDB.git
Computed https://github.com/agisboye/CLMDB.git at 0.9.33 (2.60s)
Computing version for https://github.com/vapor/database-kit.git
Computed https://github.com/vapor/database-kit.git at 1.3.3 (0.93s)
Computing version for https://github.com/vapor/url-encoded-form.git
Computed https://github.com/vapor/url-encoded-form.git at 1.1.0 (1.24s)
Computing version for https://github.com/vapor/template-kit.git
Computed https://github.com/vapor/template-kit.git at 1.5.0 (0.81s)
Computing version for https://github.com/vapor/multipart.git
Computed https://github.com/vapor/multipart.git at 3.1.3 (0.84s)
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.93s)
Fetching https://github.com/kasei/swift-serd.git
[1/68] Fetching swift-serd
Fetched https://github.com/kasei/swift-serd.git from cache (0.30s)
Computing version for https://github.com/kasei/swift-serd.git
Computed https://github.com/kasei/swift-serd.git at 0.0.4 (1.24s)
Computing version for https://github.com/kasei/kineo.git
Computed https://github.com/kasei/kineo.git at 0.0.108 (0.88s)
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/kasei/IDPPlanner.git
Fetching https://github.com/stephencelis/SQLite.swift.git
[1/47] Fetching idpplanner
[40/859] Fetching idpplanner, uritemplate.swift
[852/6818] Fetching idpplanner, uritemplate.swift, swift-algorithms
Fetched https://github.com/kasei/IDPPlanner.git from cache (0.34s)
[1945/6771] Fetching uritemplate.swift, swift-algorithms
[3316/16536] Fetching uritemplate.swift, swift-algorithms, sqlite.swift
[12827/31887] Fetching uritemplate.swift, swift-algorithms, sqlite.swift, swift-argument-parser
Fetched https://github.com/apple/swift-argument-parser from cache (1.18s)
Fetched https://github.com/kylef/URITemplate.swift.git from cache (1.37s)
Fetched https://github.com/apple/swift-algorithms from cache (1.38s)
Fetched https://github.com/stephencelis/SQLite.swift.git from cache (1.39s)
Computing version for https://github.com/kasei/IDPPlanner.git
Computed https://github.com/kasei/IDPPlanner.git at 0.0.5 (2.89s)
Computing version for https://github.com/kylef/URITemplate.swift.git
Computed https://github.com/kylef/URITemplate.swift.git at 3.0.1 (2.90s)
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/Spectre.git from cache (0.29s)
Fetched https://github.com/kylef/PathKit.git from cache (0.29s)
Computing version for https://github.com/kylef/Spectre.git
Computed https://github.com/kylef/Spectre.git at 0.10.1 (0.94s)
Computing version for https://github.com/apple/swift-algorithms
Computed https://github.com/apple/swift-algorithms at 0.1.1 (0.60s)
Fetching https://github.com/apple/swift-numerics
[1/5691] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics from cache (0.40s)
Computing version for https://github.com/stephencelis/SQLite.swift.git
Computed https://github.com/stephencelis/SQLite.swift.git at 0.11.6 (1.08s)
Fetching https://github.com/stephencelis/CSQLite.git
[1/19] Fetching csqlite
Fetched https://github.com/stephencelis/CSQLite.git from cache (0.22s)
Computing version for https://github.com/stephencelis/CSQLite.git
Computed https://github.com/stephencelis/CSQLite.git at 0.0.3 (0.82s)
Computing version for https://github.com/kylef/PathKit.git
Computed https://github.com/kylef/PathKit.git at 1.0.1 (0.69s)
Computing version for https://github.com/apple/swift-numerics
Computed https://github.com/apple/swift-numerics at 0.1.0 (1.99s)
Computing version for https://github.com/vapor/core.git
Computed https://github.com/vapor/core.git at 3.10.1 (1.87s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.5.0 (0.84s)
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/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/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/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-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/kasei/IDPPlanner.git
Working copy of https://github.com/kasei/IDPPlanner.git resolved at 0.0.5
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/http.git
Working copy of https://github.com/vapor/http.git resolved at 3.4.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/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/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/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/routing.git
Working copy of https://github.com/vapor/routing.git resolved at 3.1.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/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/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/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-zlib-support.git
Working copy of https://github.com/apple/swift-nio-zlib-support.git resolved at 1.0.0
Creating working copy for https://github.com/vapor/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-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/alexaubry/HTMLString
Working copy of https://github.com/alexaubry/HTMLString resolved at 4.0.2
Creating working copy for https://github.com/vapor/service.git
Working copy of https://github.com/vapor/service.git resolved at 1.0.2
Creating working copy for https://github.com/kylef/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/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-algorithms
Working copy of https://github.com/apple/swift-algorithms resolved at 0.1.1
Creating working copy for https://github.com/apple/swift-numerics
Working copy of https://github.com/apple/swift-numerics resolved at 0.1.0
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 1.14.4
Creating working copy for https://github.com/kasei/diomede.git
Working copy of https://github.com/kasei/diomede.git resolved at 0.0.66
Creating working copy for https://github.com/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/crypto.git
Working copy of https://github.com/vapor/crypto.git resolved at 3.4.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: couldn't find pc file for openssl
warning: couldn't find pc file for openssl
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
[5/114] Compiling serd env.c
[6/114] Compiling serd string.c
[6/114] Write sources
[9/114] Compiling serd reader.c
[9/114] Write sources
[31/114] Compiling _NumericsShims _NumericsShims.c
[32/114] Compiling serd node.c
[32/114] Write sources
[45/114] Compiling serd uri.c
[46/114] Compiling serd byte_source.c
[47/114] Compiling CNIOZlib empty.c
[48/114] Compiling LMDB midl.c
[48/114] Compiling serd n3.c
In file included from /host/spi-builder-workspace/.build/checkouts/swift-nio-ssl/Sources/CNIOOpenSSL/shims.c:16:
/host/spi-builder-workspace/.build/checkouts/swift-nio-ssl/Sources/CNIOOpenSSL/include/c_nio_openssl.h:17:10: fatal error: 'openssl/conf.h' file not found
17 | #include <openssl/conf.h>
| ^~~~~~~~~~~~~~~~
1 error generated.
[50/114] Compiling CNIOOpenSSL shims.c
[50/114] Compiling CNIOLinux shim.c
[50/114] Compiling CNIOLinux ifaddrs-android.c
In file included from /host/spi-builder-workspace/.build/checkouts/swift-nio-ssl/Sources/CNIOOpenSSL/helpers.c:14:
/host/spi-builder-workspace/.build/checkouts/swift-nio-ssl/Sources/CNIOOpenSSL/include/c_nio_openssl.h:17:10: fatal error: 'openssl/conf.h' file not found
17 | #include <openssl/conf.h>
| ^~~~~~~~~~~~~~~~
[50/114] Compiling CNIOOpenSSL helpers.c
[50/114] Compiling LMDB mdb.c
[50/114] Compiling CNIOSHA1 c_nio_sha1.c
[50/114] Compiling serd writer.c
[50/114] Write swift-version-24593BA9C3E375BF.txt
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-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: couldn't find pc file for openssl
warning: couldn't find pc file for openssl
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/65] Write sources
In file included from /host/spi-builder-workspace/.build/checkouts/swift-nio-ssl/Sources/CNIOOpenSSL/shims.c:16:
/host/spi-builder-workspace/.build/checkouts/swift-nio-ssl/Sources/CNIOOpenSSL/include/c_nio_openssl.h:17:10: fatal error: 'openssl/conf.h' file not found
17 | #include <openssl/conf.h>
| ^~~~~~~~~~~~~~~~
1 error generated.
[3/65] Compiling CNIOOpenSSL shims.c
[3/65] Compiling CNIOLinux ifaddrs-android.c
In file included from /host/spi-builder-workspace/.build/checkouts/swift-nio-ssl/Sources/CNIOOpenSSL/helpers.c:14:
/host/spi-builder-workspace/.build/checkouts/swift-nio-ssl/Sources/CNIOOpenSSL/include/c_nio_openssl.h:17:10: fatal error: 'openssl/conf.h' file not found
17 | #include <openssl/conf.h>
| ^~~~~~~~~~~~~~~~
[3/65] Compiling CNIOOpenSSL helpers.c
[3/65] Compiling serd writer.c
[3/65] Compiling CNIOLinux shim.c
[3/65] Compiling CNIOSHA1 c_nio_sha1.c
[3/65] Compiling LMDB mdb.c
[3/65] Write swift-version-24593BA9C3E375BF.txt
BUILD FAILURE 6.1 android