Build Information
Failed to build FluentPostGIS, reference master (ee2427
), with Swift 6.1 for Android on 27 May 2025 10:18:12 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/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/plarson/fluent-postgis.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/plarson/fluent-postgis
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at ee24270 GeometryCollectable
Cloned https://github.com/plarson/fluent-postgis.git
Revision (git rev-parse @):
ee2427042beadb1c28d7b36a2130c9f1ab8692f0
SUCCESS checkout https://github.com/plarson/fluent-postgis.git at master
========================================
Build
========================================
Selected platform: android
Swift version: 6.1
Building package at path: $PWD
https://github.com/plarson/fluent-postgis.git
https://github.com/plarson/fluent-postgis.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "fluent",
"requirement" : {
"range" : [
{
"lower_bound" : "3.0.0",
"upper_bound" : "4.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/vapor/fluent.git"
},
{
"identity" : "fluent-postgresql",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/vapor/fluent-postgresql.git"
},
{
"identity" : "wkcodable",
"requirement" : {
"range" : [
{
"lower_bound" : "0.1.1",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/plarson/WKCodable"
}
],
"manifest_display_name" : "FluentPostGIS",
"name" : "FluentPostGIS",
"path" : "/host/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "FluentPostGIS",
"targets" : [
"FluentPostGIS"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "FluentPostGISTests",
"module_type" : "SwiftTarget",
"name" : "FluentPostGISTests",
"path" : "Tests/FluentPostGISTests",
"product_dependencies" : [
"FluentBenchmark"
],
"sources" : [
"GeometryTests.swift",
"QueryTests.swift",
"XCTestManifests.swift"
],
"target_dependencies" : [
"FluentPostGIS"
],
"type" : "test"
},
{
"c99name" : "FluentPostGIS",
"module_type" : "SwiftTarget",
"name" : "FluentPostGIS",
"path" : "Sources/FluentPostGIS",
"product_dependencies" : [
"FluentPostgreSQL",
"WKCodable"
],
"product_memberships" : [
"FluentPostGIS"
],
"sources" : [
"Geometry/GeographicGeometryCollection2D.swift",
"Geometry/GeographicLineString2D.swift",
"Geometry/GeographicMultiLineString2D.swift",
"Geometry/GeographicMultiPoint2D.swift",
"Geometry/GeographicMultiPolygon2D.swift",
"Geometry/GeographicPoint2D.swift",
"Geometry/GeographicPolygon2D.swift",
"Geometry/GeometricGeometryCollection2D.swift",
"Geometry/GeometricLineString2D.swift",
"Geometry/GeometricMultiLineString2D.swift",
"Geometry/GeometricMultiPoint2D.swift",
"Geometry/GeometricMultiPolygon2D.swift",
"Geometry/GeometricPoint2D.swift",
"Geometry/GeometricPolygon2D.swift",
"Geometry/GeometryConvertible.swift",
"Geometry/PostgreSQLDataType+PostGIS.swift",
"Queries/QueryBuilder+Contains.swift",
"Queries/QueryBuilder+Crosses.swift",
"Queries/QueryBuilder+Disjoint.swift",
"Queries/QueryBuilder+Distance.swift",
"Queries/QueryBuilder+DistanceWithin.swift",
"Queries/QueryBuilder+Equals.swift",
"Queries/QueryBuilder+Intersects.swift",
"Queries/QueryBuilder+Overlaps.swift",
"Queries/QueryBuilder+Touches.swift",
"Queries/QueryBuilder+Within.swift",
"Queries/QuerySupporting+Geometry.swift",
"Support/EnablePostGISMigration.swift",
"Support/FluentPostGISProvider.swift",
"Support/PostGISDataTypeCode.swift",
"Support/PostGISError.swift"
],
"type" : "library"
}
],
"tools_version" : "4.1"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/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:9f3c606dcd2a4f06d17ba472aa533c43685ba7ba19a5c9bc23518a066eb7f86a
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/vapor/fluent.git
Fetching https://github.com/plarson/WKCodable
Fetching https://github.com/vapor/fluent-postgresql.git
[1/295] Fetching wkcodable
[296/2954] Fetching wkcodable, fluent-postgresql
Fetched https://github.com/plarson/WKCodable from cache (0.24s)
[240/2659] Fetching fluent-postgresql
[1437/16080] Fetching fluent-postgresql, fluent
Fetched https://github.com/vapor/fluent-postgresql.git from cache (0.31s)
[4564/13421] Fetching fluent
Fetched https://github.com/vapor/fluent.git from cache (1.07s)
Computing version for https://github.com/plarson/WKCodable
Computed https://github.com/plarson/WKCodable at 0.1.1 (1.99s)
Computing version for https://github.com/vapor/fluent-postgresql.git
Computed https://github.com/vapor/fluent-postgresql.git at 1.0.1 (0.56s)
Fetching https://github.com/vapor/postgresql.git
Fetching https://github.com/vapor/core.git
[1/5355] Fetching postgresql
[2947/25498] Fetching postgresql, core
Fetched https://github.com/vapor/postgresql.git from cache (0.82s)
Fetched https://github.com/vapor/core.git from cache (0.84s)
Computing version for https://github.com/vapor/fluent.git
Computed https://github.com/vapor/fluent.git at 3.2.1 (1.37s)
Fetching https://github.com/vapor/database-kit.git
Fetching https://github.com/vapor/sql.git
Fetching https://github.com/vapor/service.git
Fetching https://github.com/vapor/console.git
[1/919] Fetching service
[599/2100] Fetching service, database-kit
[1322/7677] Fetching service, database-kit, console
[1434/13660] Fetching service, database-kit, console, sql
Fetched https://github.com/vapor/console.git from cache (0.54s)
Fetched https://github.com/vapor/service.git from cache (0.58s)
Fetched https://github.com/vapor/database-kit.git from cache (0.58s)
Fetched https://github.com/vapor/sql.git from cache (0.58s)
Computing version for https://github.com/vapor/service.git
Computed https://github.com/vapor/service.git at 1.0.2 (1.26s)
Computing version for https://github.com/vapor/database-kit.git
Computed https://github.com/vapor/database-kit.git at 1.3.3 (0.66s)
Computing version for https://github.com/vapor/console.git
Computed https://github.com/vapor/console.git at 3.1.1 (2.18s)
Computing version for https://github.com/vapor/sql.git
Computed https://github.com/vapor/sql.git at 2.3.2 (0.86s)
Computing version for https://github.com/vapor/postgresql.git
Computed https://github.com/vapor/postgresql.git at 1.7.0 (0.95s)
Fetching https://github.com/apple/swift-nio.git
Fetching https://github.com/apple/swift-nio-ssl.git
Fetching https://github.com/vapor/crypto.git
[1/2786] Fetching crypto
[2787/17629] Fetching crypto, swift-nio-ssl
Fetched https://github.com/vapor/crypto.git from cache (0.53s)
[1930/14843] Fetching swift-nio-ssl
[2228/90885] Fetching swift-nio-ssl, swift-nio
Fetched https://github.com/apple/swift-nio-ssl.git from cache (2.91s)
[56272/76042] Fetching swift-nio
Fetched https://github.com/apple/swift-nio.git from cache (7.44s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 1.4.0 (8.89s)
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.55s)
Computing version for https://github.com/apple/swift-nio-ssl-support.git
Computed https://github.com/apple/swift-nio-ssl-support.git at 1.0.0 (1.49s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 1.14.4 (0.53s)
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.74s)
Computing version for https://github.com/vapor/crypto.git
Computed https://github.com/vapor/crypto.git at 3.4.1 (0.54s)
Computing version for https://github.com/vapor/core.git
Computed https://github.com/vapor/core.git at 3.10.1 (0.51s)
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/sql.git
Working copy of https://github.com/vapor/sql.git resolved at 2.3.2
Creating working copy for https://github.com/apple/swift-nio-ssl-support.git
Working copy of https://github.com/apple/swift-nio-ssl-support.git resolved at 1.0.0
Creating working copy for https://github.com/vapor/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/plarson/WKCodable
Working copy of https://github.com/plarson/WKCodable resolved at 0.1.1
Creating working copy for https://github.com/vapor/crypto.git
Working copy of https://github.com/vapor/crypto.git resolved at 3.4.1
Creating working copy for https://github.com/vapor/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/fluent-postgresql.git
Working copy of https://github.com/vapor/fluent-postgresql.git resolved at 1.0.1
Creating working copy for https://github.com/vapor/postgresql.git
Working copy of https://github.com/vapor/postgresql.git resolved at 1.7.0
Creating working copy for https://github.com/vapor/database-kit.git
Working copy of https://github.com/vapor/database-kit.git resolved at 1.3.3
Creating working copy for https://github.com/vapor/fluent.git
Working copy of https://github.com/vapor/fluent.git resolved at 3.2.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
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: couldn't find pc file for openssl
warning: couldn't find pc file for openssl
Building for debugging...
[0/37] 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.
[23/37] Compiling CNIOOpenSSL shims.c
[23/37] Compiling CNIODarwin shim.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>
| ^~~~~~~~~~~~~~~~
[23/37] Compiling CNIOOpenSSL helpers.c
[23/37] Compiling c-atomics.c
[23/37] Compiling CNIOSHA1 c_nio_sha1.c
[23/37] Compiling CNIOLinux shim.c
[23/37] Compiling CNIOLinux ifaddrs-android.c
[23/37] Write swift-version-24593BA9C3E375BF.txt
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/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:9f3c606dcd2a4f06d17ba472aa533c43685ba7ba19a5c9bc23518a066eb7f86a
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: couldn't find pc file for openssl
warning: couldn't find pc file for openssl
[0/1] Planning build
Building for debugging...
In file included from /host/spi-builder-workspace/.build/checkouts/crypto/Sources/CCryptoOpenSSL/shim.c:1:
/host/spi-builder-workspace/.build/checkouts/crypto/Sources/CCryptoOpenSSL/include/c_crypto_openssl.h:4:10: fatal error: 'openssl/conf.h' file not found
4 | #include <openssl/conf.h>
| ^~~~~~~~~~~~~~~~
1 error generated.
[0/14] Compiling CCryptoOpenSSL shim.c
[0/14] Compiling CBase32 base32.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.
[0/14] Compiling CNIOOpenSSL shims.c
[0/14] Compiling CBcrypt blf.c
[0/14] Compiling CBcrypt bcrypt.c
[0/14] Compiling CNIOSHA1 c_nio_sha1.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>
| ^~~~~~~~~~~~~~~~
1 error generated.
[0/14] Compiling CNIOOpenSSL helpers.c
[0/14] Write swift-version-24593BA9C3E375BF.txt
BUILD FAILURE 6.1 android