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.2 (beta) for Android on 21 Jun 2025 18:13:32 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.2-latest swift build --swift-sdk aarch64-unknown-linux-android28 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.64.0
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.2
Building package at path:  $PWD
https://github.com/STREGAsGate/GateEngine.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.2-latest swift build --swift-sdk aarch64-unknown-linux-android28 2>&1
android-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:b7c4a6b4153ff40ef9277e2157e708f835b8eb011095d53bd8db4594eb2b7798
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.2-latest
Fetching https://github.com/apple/swift-syntax
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/apple/swift-atomics.git
[1/1797] Fetching swift-atomics
[1798/18437] Fetching swift-atomics, swift-collections
[11117/89361] Fetching swift-atomics, swift-collections, swift-syntax
Fetched https://github.com/apple/swift-collections.git from cache (1.12s)
[14564/72721] Fetching swift-atomics, swift-syntax
Fetched https://github.com/apple/swift-atomics.git from cache (4.62s)
Fetched https://github.com/apple/swift-syntax from cache (4.68s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (5.95s)
Computing version for https://github.com/apple/swift-syntax
Computed https://github.com/apple/swift-syntax at 601.0.1 (2.62s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (0.93s)
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.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 gravity_semacheck1.c
/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.
[1/171] Compiling gravity_lexer.c
/host/spi-builder-workspace/Dependencies/Gravity/src/compiler/gravity_ircode.c:56: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]
   56 |     bzero(code->state, MAX_REGISTERS * sizeof(bool));
      |     ^
/host/spi-builder-workspace/Dependencies/Gravity/src/compiler/gravity_ircode.c:56:5: note: include the header <strings.h> or explicitly provide a declaration for 'bzero'
1 error generated.
[1/171] Compiling gravity_ircode.c
[1/171] Compiling gravity_compiler.c
[1/171] Compiling _SwiftSyntaxCShims dummy.c
[1/171] Compiling gravity_codegen.c
[1/171] Compiling gravity_ast.c
[1/171] Compiling gravity_optimizer.c
[1/171] Compiling gravity_parser.c
BUILD FAILURE 6.2 android