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 GateEngine, reference main (b45ece), with Swift 6.1 for Android on 10 Sep 2025 12:38:07 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" 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.67.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/STREGAsGate/GateEngine.git
Reference: main
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/STREGAsGate/GateEngine
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at b45ece0 Chip away at swift 6
Cloned https://github.com/STREGAsGate/GateEngine.git
Revision (git rev-parse @):
b45ece00ebdf978df8571c76e72f8e8395f843e3
SUCCESS checkout https://github.com/STREGAsGate/GateEngine.git at main
========================================
Build
========================================
Selected platform:         android
Swift version:             6.1
Building package at path:  $PWD
https://github.com/STREGAsGate/GateEngine.git
https://github.com/STREGAsGate/GateEngine.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
error: 'spi-builder-workspace': package 'spi-builder-workspace' is using Swift tools version 6.1.0 but the installed version is 6.0.2
error: fatalError
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" 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:8106a39f56f5bb7aad9f0d9a94f1e5362f9a40b692f7bc17efe17b7b91dc65fc
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/apple/swift-syntax
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/apple/swift-collections.git
[1/1814] Fetching swift-atomics
[1989/19259] Fetching swift-atomics, swift-collections
[2513/91170] Fetching swift-atomics, swift-collections, swift-syntax
Fetched https://github.com/apple/swift-atomics.git from cache (0.57s)
[5669/89356] Fetching swift-collections, swift-syntax
Fetched https://github.com/apple/swift-collections.git from cache (9.27s)
Fetched https://github.com/apple/swift-syntax from cache (9.30s)
Computing version for https://github.com/apple/swift-syntax
Computed https://github.com/apple/swift-syntax at 601.0.1 (11.37s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.1 (0.63s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (0.46s)
Creating working copy for https://github.com/apple/swift-syntax
Working copy of https://github.com/apple/swift-syntax resolved at 601.0.1
Creating working copy for https://github.com/apple/swift-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.3.0
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.2.1
Building for debugging...
/host/spi-builder-workspace/Dependencies/Gravity/src/compiler/gravity_lexer.c:537:5: error: call to undeclared library function 'bzero' with type 'void (void *, unsigned long)'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
  537 |     bzero(lexer, sizeof(gravity_lexer_t));
      |     ^
/host/spi-builder-workspace/Dependencies/Gravity/src/compiler/gravity_lexer.c:537:5: note: include the header <strings.h> or explicitly provide a declaration for 'bzero'
1 error generated.
[0/171] Compiling gravity_lexer.c
/host/spi-builder-workspace/Dependencies/OpenAL/OpenALSoft/UnmodifiedSource/common/dynload.cpp:2:10: fatal error: 'config.h' file not found
    2 | #include "config.h"
      |          ^~~~~~~~~~
[0/171] Compiling dynload.cpp
[0/171] Compiling gravity_optimizer.c
/host/spi-builder-workspace/Dependencies/OpenAL/OpenALSoft/UnmodifiedSource/alc/effects/distortion.cpp:21:10: fatal error: 'config.h' file not found
   21 | #include "config.h"
      |          ^~~~~~~~~~
[0/171] Compiling distortion.cpp
[0/171] Compiling gravity_semacheck1.c
/host/spi-builder-workspace/Dependencies/OpenAL/OpenALSoft/UnmodifiedSource/alc/effects/dedicated.cpp:21:10: fatal error: 'config.h' file not found
   21 | #include "config.h"
      |          ^~~~~~~~~~
[0/171] Compiling dedicated.cpp
[0/171] Compiling gravity_parser.c
[0/171] Compiling gravity_compiler.c
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" 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:8106a39f56f5bb7aad9f0d9a94f1e5362f9a40b692f7bc17efe17b7b91dc65fc
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
[0/1] Planning build
Building for debugging...
[0/171] Write sources
[25/171] Compiling _SwiftSyntaxCShims dummy.c
[26/171] Compiling _AtomicsShims.c
/host/spi-builder-workspace/Dependencies/OpenAL/OpenALSoft/UnmodifiedSource/core/uiddefs.cpp:2:10: fatal error: 'config.h' file not found
    2 | #include "config.h"
      |          ^~~~~~~~~~
1 error generated.
[27/171] Compiling uiddefs.cpp
[27/171] Compiling mixer_c.cpp
[27/171] Compiling TrueType nothing.c
/host/spi-builder-workspace/Dependencies/OpenAL/OpenALSoft/UnmodifiedSource/core/uhjfilter.cpp:2:10: fatal error: 'config.h' file not found
    2 | #include "config.h"
      |          ^~~~~~~~~~
[27/171] Compiling uhjfilter.cpp
[27/171] Compiling miniz.c
/host/spi-builder-workspace/Dependencies/OpenAL/OpenALSoft/UnmodifiedSource/core/voice.cpp:2:10: fatal error: 'config.h' file not found
    2 | #include "config.h"
      |          ^~~~~~~~~~
[27/171] Compiling voice.cpp
[27/171] Compiling ufbx.c
[27/171] Write swift-version-24593BA9C3E375BF.txt
BUILD FAILURE 6.1 android