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 (e2445b), with Swift 6.1 for Android on 8 Jun 2025 21:50:43 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/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 e2445b6 Use init for Position2 cast
Cloned https://github.com/STREGAsGate/GateEngine.git
Revision (git rev-parse @):
e2445b68805d681bc7c19046c1beadebaa0ad9f1
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" 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/apple/swift-atomics.git
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/apple/swift-syntax
[1/1797] Fetching swift-atomics
[1798/18388] Fetching swift-atomics, swift-collections
Fetched https://github.com/apple/swift-atomics.git from cache (0.45s)
[1494/16591] Fetching swift-collections
[16592/87355] Fetching swift-collections, swift-syntax
Fetched https://github.com/apple/swift-collections.git from cache (4.57s)
Fetched https://github.com/apple/swift-syntax from cache (4.60s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (5.25s)
Computing version for https://github.com/apple/swift-syntax
Computed https://github.com/apple/swift-syntax at 601.0.1 (1.95s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (0.45s)
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.0
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-syntax
Working copy of https://github.com/apple/swift-syntax resolved at 601.0.1
Building for debugging...
[0/171] Compiling mixer_sse3.cpp
/host/spi-builder-workspace/Dependencies/OpenAL/OpenALSoft/ConfiguredSource/core/mixer/mixer_sse.cpp:1:10: fatal error: 'config.h' file not found
    1 | #include "config.h"
      |          ^~~~~~~~~~
1 error generated.
/host/spi-builder-workspace/Dependencies/OpenAL/OpenALSoft/ConfiguredSource/core/mixer/mixer_neon.cpp:1:10: fatal error: 'config.h' file not found
    1 | #include "config.h"
      |          ^~~~~~~~~~
1 error generated.
[1/171] Compiling mixer_neon.cpp
[1/171] Compiling mixer_sse.cpp
/host/spi-builder-workspace/Dependencies/OpenAL/OpenALSoft/ConfiguredSource/core/mixer/mixer_sse41.cpp:20:10: fatal error: 'config.h' file not found
   20 | #include "config.h"
      |          ^~~~~~~~~~
1 error generated.
/host/spi-builder-workspace/Dependencies/OpenAL/OpenALSoft/ConfiguredSource/core/mixer/mixer_sse2.cpp:20:10: fatal error: 'config.h' file not found
   20 | #include "config.h"
      |          ^~~~~~~~~~
1 error generated.
[1/171] Compiling mixer_sse2.cpp
[1/171] Compiling mixer_sse41.cpp
[1/171] Compiling _SwiftSyntaxCShims dummy.c
/host/spi-builder-workspace/Dependencies/OpenAL/OpenALSoft/UnmodifiedSource/al/buffer.cpp:21:10: fatal error: 'config.h' file not found
   21 | #include "config.h"
      |          ^~~~~~~~~~
[1/171] Compiling buffer.cpp
/host/spi-builder-workspace/Dependencies/OpenAL/OpenALSoft/UnmodifiedSource/al/auxeffectslot.cpp:21:10: fatal error: 'config.h' file not found
   21 | #include "config.h"
      |          ^~~~~~~~~~
[1/171] Compiling auxeffectslot.cpp
/host/spi-builder-workspace/Dependencies/OpenAL/OpenALSoft/UnmodifiedSource/al/effect.cpp:21:10: fatal error: 'config.h' file not found
   21 | #include "config.h"
      |          ^~~~~~~~~~
[1/171] Compiling effect.cpp
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:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
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/170] Write sources
[26/170] Compiling _SwiftSyntaxCShims dummy.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/170] Compiling uiddefs.cpp
[27/170] Compiling _AtomicsShims.c
[27/170] Compiling uhjfilter.cpp
/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/170] Compiling voice.cpp
[27/170] Compiling miniz.c
[27/170] Compiling TrueType nothing.c
[27/170] Compiling ufbx.c
[27/170] Write swift-version-24593BA9C3E375BF.txt
BUILD FAILURE 6.1 android