The Swift Package Index logo.Swift Package Index

Build Information

Failed to build FluentQuery, reference master (cb2617), with Swift 6.1 for Wasm on 27 May 2025 07:54:37 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 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:         wasm
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-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi -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
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:059e0fdbe549369b902c0d423739510ddee50a4a70258d1404125eb9394ef31c
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
Fetching https://github.com/vapor/fluent-postgresql.git
Fetching https://github.com/vapor/fluent.git
Fetching https://github.com/vapor/fluent-mysql.git
[1/2774] Fetching fluent-mysql
[1527/5433] Fetching fluent-mysql, fluent-postgresql
[5434/18854] Fetching fluent-mysql, fluent-postgresql, fluent
Fetched https://github.com/vapor/fluent-mysql.git from cache (0.66s)
Fetched https://github.com/vapor/fluent-postgresql.git from cache (0.67s)
Fetched https://github.com/vapor/fluent.git from cache (0.68s)
Computing version for https://github.com/vapor/fluent-postgresql.git
Computed https://github.com/vapor/fluent-postgresql.git at 1.0.1 (1.53s)
Fetching https://github.com/vapor/core.git
Fetching https://github.com/vapor/postgresql.git
[1/20143] Fetching core
[404/25498] Fetching core, postgresql
Fetched https://github.com/vapor/postgresql.git from cache (0.76s)
[16316/20143] Fetching core
Fetched https://github.com/vapor/core.git from cache (1.32s)
Computing version for https://github.com/vapor/fluent.git
Computed https://github.com/vapor/fluent.git at 3.2.1 (1.99s)
Fetching https://github.com/vapor/console.git
Fetching https://github.com/vapor/database-kit.git
Fetching https://github.com/vapor/sql.git
Fetching https://github.com/vapor/service.git
[1/1181] Fetching database-kit
[1182/2100] Fetching database-kit, service
[2046/7677] Fetching database-kit, service, console
Fetched https://github.com/vapor/database-kit.git from cache (0.26s)
[1499/6496] Fetching service, console
Fetched https://github.com/vapor/service.git from cache (0.30s)
[4629/5577] Fetching console
[5578/11560] Fetching console, sql
Fetched https://github.com/vapor/console.git from cache (0.44s)
[4308/5983] Fetching sql
Fetched https://github.com/vapor/sql.git from cache (0.59s)
Computing version for https://github.com/vapor/service.git
Computed https://github.com/vapor/service.git at 1.0.2 (1.15s)
Computing version for https://github.com/vapor/database-kit.git
Computed https://github.com/vapor/database-kit.git at 1.3.3 (0.50s)
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.50s)
Computing version for https://github.com/vapor/postgresql.git
Computed https://github.com/vapor/postgresql.git at 1.7.0 (1.99s)
Fetching https://github.com/vapor/crypto.git
Fetching https://github.com/apple/swift-nio.git
Fetching https://github.com/apple/swift-nio-ssl.git
[1/2786] Fetching crypto
Fetched https://github.com/vapor/crypto.git from cache (0.26s)
[1/14843] Fetching swift-nio-ssl
[1337/90880] Fetching swift-nio-ssl, swift-nio
Fetched https://github.com/apple/swift-nio-ssl.git from cache (5.99s)
Fetched https://github.com/apple/swift-nio.git from cache (6.04s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 1.4.0 (6.56s)
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 (1.07s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 1.14.4 (0.80s)
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.32s)
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.84s)
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.53s)
Computing version for https://github.com/vapor/fluent-mysql.git
Computed https://github.com/vapor/fluent-mysql.git at 3.1.0 (0.57s)
Fetching https://github.com/vapor/mysql.git
[1/5151] Fetching mysql
Fetched https://github.com/vapor/mysql.git from cache (1.03s)
Computing version for https://github.com/vapor/mysql.git
Computed https://github.com/vapor/mysql.git at 3.3.1 (3.15s)
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/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/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/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/core.git
Working copy of https://github.com/vapor/core.git resolved at 3.10.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-postgresql.git
Working copy of https://github.com/vapor/fluent-postgresql.git resolved at 1.0.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/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/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/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/postgresql.git
Working copy of https://github.com/vapor/postgresql.git resolved at 1.7.0
Creating working copy for https://github.com/vapor/crypto.git
Working copy of https://github.com/vapor/crypto.git resolved at 3.4.1
Creating working copy for https://github.com/vapor/mysql.git
Working copy of https://github.com/vapor/mysql.git resolved at 3.3.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
[26/40] Compiling CNIOLinux ifaddrs-android.c
[26/40] Compiling CNIODarwin shim.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.
[28/40] Compiling CNIOOpenSSL shims.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.
[28/40] Compiling CNIOOpenSSL helpers.c
[28/40] Compiling CNIOLinux shim.c
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/CNIOSHA1/c_nio_sha1.c:47:10: fatal error: 'sys/cdefs.h' file not found
   47 | #include <sys/cdefs.h>
      |          ^~~~~~~~~~~~~
1 error generated.
[28/40] Compiling CNIOSHA1 c_nio_sha1.c
[28/40] Compiling c-atomics.c
[28/40] Compiling CBcrypt blf.c
[28/40] Compiling CCryptoOpenSSL shim.c
[28/40] Write swift-version-24593BA9C3E375BF.txt
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:059e0fdbe549369b902c0d423739510ddee50a4a70258d1404125eb9394ef31c
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-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/12] 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/12] Compiling CNIOOpenSSL helpers.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.
[1/12] Compiling CNIOOpenSSL shims.c
[1/12] Compiling CBase32 base32.c
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/CNIOSHA1/c_nio_sha1.c:47:10: fatal error: 'sys/cdefs.h' file not found
   47 | #include <sys/cdefs.h>
      |          ^~~~~~~~~~~~~
1 error generated.
[1/12] Compiling CNIOSHA1 c_nio_sha1.c
[1/12] Compiling CBcrypt bcrypt.c
[1/12] Compiling CBcrypt blf.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/12] Compiling CCryptoOpenSSL shim.c
[1/12] Write swift-version-24593BA9C3E375BF.txt
BUILD FAILURE 6.1 wasm