The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Failed to build FluentQuery, reference master (cb2617), with Swift 6.1 for Android on 27 May 2025 07:54:29 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/mihaelisaev/fluentquery.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/mihaelisaev/fluentquery
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at cb26179 Update README.md
Cloned https://github.com/mihaelisaev/fluentquery.git
Revision (git rev-parse @):
cb26179641e04d80bba15e046c5867e74a98c14a
SUCCESS checkout https://github.com/mihaelisaev/fluentquery.git at master
========================================
Build
========================================
Selected platform:         android
Swift version:             6.1
Building package at path:  $PWD
https://github.com/mihaelisaev/fluentquery.git
https://github.com/mihaelisaev/fluentquery.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "fluent",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "3.0.0-rc",
            "upper_bound" : "4.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/vapor/fluent.git"
    },
    {
      "identity" : "fluent-postgresql",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0-rc.2.1.1",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/vapor/fluent-postgresql.git"
    },
    {
      "identity" : "fluent-mysql",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "3.0.0-rc",
            "upper_bound" : "4.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/vapor/fluent-mysql.git"
    }
  ],
  "manifest_display_name" : "FluentQuery",
  "name" : "FluentQuery",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "FluentQuery",
      "targets" : [
        "FluentQuery"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "FluentQueryPostgreSQL",
      "targets" : [
        "FluentQuery",
        "FluentQueryPostgreSQL"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "FluentQueryMySQL",
      "targets" : [
        "FluentQuery",
        "FluentQueryMySQL"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "FluentQueryTests",
      "module_type" : "SwiftTarget",
      "name" : "FluentQueryTests",
      "path" : "Tests/FluentQueryTests",
      "product_dependencies" : [
        "FluentPostgreSQL",
        "FluentMySQL"
      ],
      "sources" : [
        "FluentQueryTests.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "FluentQuery"
      ],
      "type" : "test"
    },
    {
      "c99name" : "FluentQueryPostgreSQL",
      "module_type" : "SwiftTarget",
      "name" : "FluentQueryPostgreSQL",
      "path" : "Sources/FluentQueryPostgreSQL",
      "product_dependencies" : [
        "FluentPostgreSQL"
      ],
      "product_memberships" : [
        "FluentQueryPostgreSQL"
      ],
      "sources" : [
        "FluentQuery+Executor.swift",
        "QueryDataDecoder+Postgres.swift"
      ],
      "target_dependencies" : [
        "FluentQuery"
      ],
      "type" : "library"
    },
    {
      "c99name" : "FluentQueryMySQL",
      "module_type" : "SwiftTarget",
      "name" : "FluentQueryMySQL",
      "path" : "Sources/FluentQueryMySQL",
      "product_dependencies" : [
        "FluentMySQL"
      ],
      "product_memberships" : [
        "FluentQueryMySQL"
      ],
      "sources" : [
        "FluentQuery+Executor.swift",
        "QueryDataDecoder+MySQL.swift"
      ],
      "target_dependencies" : [
        "FluentQuery"
      ],
      "type" : "library"
    },
    {
      "c99name" : "FluentQuery",
      "module_type" : "SwiftTarget",
      "name" : "FluentQuery",
      "path" : "Sources/FluentQuery",
      "product_dependencies" : [
        "Fluent"
      ],
      "product_memberships" : [
        "FluentQuery",
        "FluentQueryPostgreSQL",
        "FluentQueryMySQL"
      ],
      "sources" : [
        "FQAggreagate.swift",
        "FQAlias.swift",
        "FQDataDecoder.swift",
        "FQGroupBy.swift",
        "FQJoin.swift",
        "FQJson.swift",
        "FQOrderBy.swift",
        "FQPart.swift",
        "FQPredicate.swift",
        "FQSelect.swift",
        "FQTable.swift",
        "FQWhere.swift",
        "FluentQuery.swift",
        "StringExtensions.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "4.0"
}
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-postgresql.git
Fetching https://github.com/vapor/fluent-mysql.git
Fetching https://github.com/vapor/fluent.git
[1/2774] Fetching fluent-mysql
[917/16195] Fetching fluent-mysql, fluent
[4789/18854] Fetching fluent-mysql, fluent, fluent-postgresql
Fetched https://github.com/vapor/fluent-mysql.git from cache (0.35s)
[8028/16080] Fetching fluent, fluent-postgresql
Fetched https://github.com/vapor/fluent-postgresql.git from cache (0.56s)
Fetched https://github.com/vapor/fluent.git from cache (0.57s)
Computing version for https://github.com/vapor/fluent-postgresql.git
Computed https://github.com/vapor/fluent-postgresql.git at 1.0.1 (1.04s)
Fetching https://github.com/vapor/postgresql.git
Fetching https://github.com/vapor/core.git
[1/20143] Fetching core
[5642/25498] Fetching core, postgresql
Fetched https://github.com/vapor/postgresql.git from cache (0.38s)
[16316/20143] Fetching core
Fetched https://github.com/vapor/core.git from cache (1.68s)
Computing version for https://github.com/vapor/fluent.git
Computed https://github.com/vapor/fluent.git at 3.2.1 (2.20s)
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/5577] Fetching console
[448/6758] Fetching console, database-kit
[6759/7677] Fetching console, database-kit, service
[7678/13660] Fetching console, database-kit, service, sql
Fetched https://github.com/vapor/database-kit.git from cache (0.31s)
[12121/12479] Fetching console, service, sql
Fetched https://github.com/vapor/service.git from cache (0.31s)
[11321/11560] Fetching console, sql
Fetched https://github.com/vapor/console.git from cache (0.38s)
Fetched https://github.com/vapor/sql.git from cache (0.39s)
Computing version for https://github.com/vapor/service.git
Computed https://github.com/vapor/service.git at 1.0.2 (0.90s)
Computing version for https://github.com/vapor/database-kit.git
Computed https://github.com/vapor/database-kit.git at 1.3.3 (0.48s)
Computing version for https://github.com/vapor/console.git
Computed https://github.com/vapor/console.git at 3.1.1 (0.50s)
Computing version for https://github.com/vapor/sql.git
Computed https://github.com/vapor/sql.git at 2.3.2 (0.47s)
Computing version for https://github.com/vapor/postgresql.git
Computed https://github.com/vapor/postgresql.git at 1.7.0 (1.57s)
Fetching https://github.com/vapor/crypto.git
Fetching https://github.com/apple/swift-nio-ssl.git
Fetching https://github.com/apple/swift-nio.git
[1/2786] Fetching crypto
[2787/78823] Fetching crypto, swift-nio
[5069/93666] Fetching crypto, swift-nio, swift-nio-ssl
Fetched https://github.com/apple/swift-nio-ssl.git from cache (1.93s)
[64376/78823] Fetching crypto, swift-nio
Fetched https://github.com/vapor/crypto.git from cache (4.37s)
Fetched https://github.com/apple/swift-nio.git from cache (4.45s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 1.4.0 (4.99s)
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.22s)
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.69s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 1.14.4 (0.52s)
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.26s)
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 (1.98s)
Computing version for https://github.com/vapor/crypto.git
Computed https://github.com/vapor/crypto.git at 3.4.1 (0.57s)
Computing version for https://github.com/vapor/core.git
Computed https://github.com/vapor/core.git at 3.10.1 (0.73s)
Computing version for https://github.com/vapor/fluent-mysql.git
Computed https://github.com/vapor/fluent-mysql.git at 3.1.0 (0.76s)
Fetching https://github.com/vapor/mysql.git
[1/5151] Fetching mysql
Fetched https://github.com/vapor/mysql.git from cache (0.37s)
Computing version for https://github.com/vapor/mysql.git
Computed https://github.com/vapor/mysql.git at 3.3.1 (1.14s)
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/fluent.git
Working copy of https://github.com/vapor/fluent.git resolved at 3.2.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/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/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/service.git
Working copy of https://github.com/vapor/service.git resolved at 1.0.2
Creating working copy for https://github.com/vapor/fluent-mysql.git
Working copy of https://github.com/vapor/fluent-mysql.git resolved at 3.1.0
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.git
Working copy of https://github.com/apple/swift-nio-ssl.git resolved at 1.4.0
Creating working copy for https://github.com/apple/swift-nio-ssl-support.git
Working copy of https://github.com/apple/swift-nio-ssl-support.git resolved at 1.0.0
Creating working copy for https://github.com/vapor/mysql.git
Working copy of https://github.com/vapor/mysql.git resolved at 3.3.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/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/core.git
Working copy of https://github.com/vapor/core.git resolved at 3.10.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: couldn't find pc file for openssl
warning: couldn't find pc file for openssl
Building for debugging...
[0/40] 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.
[26/40] Compiling CNIOOpenSSL shims.c
[26/40] Compiling c-atomics.c
[26/40] Compiling CNIOSHA1 c_nio_sha1.c
[26/40] Compiling CNIOLinux shim.c
[26/40] 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>
      |          ^~~~~~~~~~~~~~~~
[26/40] Compiling CNIOOpenSSL helpers.c
[26/40] Compiling CNIODarwin shim.c
[26/40] 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...
[0/14] Write sources
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.
[1/14] Compiling CNIOOpenSSL helpers.c
[1/14] Compiling CBcrypt blf.c
[1/14] Compiling CNIOSHA1 c_nio_sha1.c
[1/14] Compiling CBase32 base32.c
[1/14] Compiling CNIOOpenSSL shims.c
[1/14] Compiling CBcrypt bcrypt.c
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.
[1/14] Compiling CCryptoOpenSSL shim.c
[1/14] Write swift-version-24593BA9C3E375BF.txt
BUILD FAILURE 6.1 android