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 SwiftBlend2D, reference master (21650f), with Swift 6.2 (beta) for Android on 21 Jun 2025 18:52:07 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/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/LuizZak/swift-blend2d.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/LuizZak/swift-blend2d
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 21650fe Fixing retroactive conformance warnings under Swift 6.0
Cloned https://github.com/LuizZak/swift-blend2d.git
Revision (git rev-parse @):
21650fe3e039af95b1e4a9d1102c5c73c05a20cd
SUCCESS checkout https://github.com/LuizZak/swift-blend2d.git at master
========================================
Build
========================================
Selected platform:         android
Swift version:             6.2
Building package at path:  $PWD
https://github.com/LuizZak/swift-blend2d.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/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/LuizZak/swift-libpng.git
[1/76] Fetching swift-libpng
Fetched https://github.com/LuizZak/swift-libpng.git from cache (0.25s)
Creating working copy for https://github.com/LuizZak/swift-libpng.git
Working copy of https://github.com/LuizZak/swift-libpng.git resolved at master (c059e4a)
warning: 'spi-builder-workspace': Invalid Exclude '/host/spi-builder-workspace/Tests/SwiftBlend2DTests/SnapshotFailures': File not found.
warning: you may be able to install libpng using your system-packager:
    apt-get install libpng-dev
warning: you may be able to install libpng using your system-packager:
    apt-get install libpng-dev
Building for debugging...
[0/192] Compiling a64formatter.cpp
[1/192] Compiling armformatter.cpp
[2/192] Compiling a64operand.cpp
[3/192] Compiling archtraits.cpp
[4/192] Compiling a64func.cpp
[5/192] Compiling assembler.cpp
[6/192] Compiling trace.cpp
[7/192] Compiling unicode.cpp
[8/192] Compiling a64emithelper.cpp
[9/192] Compiling uniqueidgenerator.cpp
[10/192] Compiling thread.cpp
[11/192] Compiling threadpool.cpp
[12/192] Compiling a64rapass.cpp
[13/192] Compiling futex.cpp
[14/192] Compiling tables.cpp
[15/192] Compiling scopedallocator.cpp
[16/192] Compiling zeroallocator.cpp
[17/192] Write swift-version-8C5A4AE7A8CE2BA.txt
[17/192] Compiling var.cpp
[19/192] Compiling arenahashmap.cpp
[20/192] Compiling arenaallocator.cpp
[21/192] Compiling simdx86_test_ssse3.cpp
[22/192] Compiling simdx86_test_sse4_2.cpp
[23/192] Compiling simdx86_test_avx2.cpp
[24/192] Compiling string.cpp
[25/192] Compiling simdx86_test_sse4_1.cpp
[26/192] Compiling simdx86_test_avx512.cpp
[27/192] Compiling simdx86_test_sse2.cpp
[28/192] Compiling simdx86_test_avx.cpp
[29/192] Compiling simdarm_test_asimd.cpp
[30/192] Compiling math.cpp
[31/192] Compiling runtimescope.cpp
[32/192] Compiling workersynchronization.cpp
[33/192] Compiling runtime.cpp
[34/192] Compiling renderfetchdata.cpp
In file included from /host/spi-builder-workspace/Sources/blend2d/blend2d/raster/rendertargetinfo.cpp:10:
In file included from /host/spi-builder-workspace/Sources/blend2d/blend2d/raster/../raster/rastercontext_p.h:34:
In file included from /host/spi-builder-workspace/Sources/blend2d/blend2d/raster/../raster/../pipeline/jit/pipegenruntime_p.h:14:
In file included from /host/spi-builder-workspace/Sources/blend2d/blend2d/raster/../raster/../pipeline/jit/../../pipeline/jit/pipecompiler_p.h:10:
/host/spi-builder-workspace/Sources/blend2d/blend2d/raster/../raster/../pipeline/jit/../../pipeline/jit/../../pipeline/jit/jitbase_p.h:18:12: fatal error: 'asmjit/a64.h' file not found
   18 |   #include <asmjit/a64.h>
      |            ^~~~~~~~~~~~~~
1 error generated.
[35/192] Compiling rendertargetinfo.cpp
In file included from /host/spi-builder-workspace/Sources/blend2d/blend2d/raster/workermanager.cpp:7:
In file included from /host/spi-builder-workspace/Sources/blend2d/blend2d/raster/../raster/rastercontext_p.h:34:
In file included from /host/spi-builder-workspace/Sources/blend2d/blend2d/raster/../raster/../pipeline/jit/pipegenruntime_p.h:14:
In file included from /host/spi-builder-workspace/Sources/blend2d/blend2d/raster/../raster/../pipeline/jit/../../pipeline/jit/pipecompiler_p.h:10:
/host/spi-builder-workspace/Sources/blend2d/blend2d/raster/../raster/../pipeline/jit/../../pipeline/jit/../../pipeline/jit/jitbase_p.h:18:12: fatal error: 'asmjit/a64.h' file not found
   18 |   #include <asmjit/a64.h>
      |            ^~~~~~~~~~~~~~
1 error generated.
[35/192] Compiling workermanager.cpp
[35/192] Compiling random.cpp
[35/192] Compiling interpolation_sse2.cpp
[35/192] Compiling rastercontext.cpp
[35/192] Compiling workdata.cpp
[35/192] Compiling rastercontextops.cpp
In file included from /host/spi-builder-workspace/Sources/blend2d/blend2d/raster/workerproc.cpp:8:
In file included from /host/spi-builder-workspace/Sources/blend2d/blend2d/raster/../raster/rastercontext_p.h:34:
In file included from /host/spi-builder-workspace/Sources/blend2d/blend2d/raster/../raster/../pipeline/jit/pipegenruntime_p.h:14:
In file included from /host/spi-builder-workspace/Sources/blend2d/blend2d/raster/../raster/../pipeline/jit/../../pipeline/jit/pipecompiler_p.h:10:
/host/spi-builder-workspace/Sources/blend2d/blend2d/raster/../raster/../pipeline/jit/../../pipeline/jit/../../pipeline/jit/jitbase_p.h:18:12: fatal error: 'asmjit/a64.h' file not found
   18 |   #include <asmjit/a64.h>
      |            ^~~~~~~~~~~~~~
[35/192] Compiling workerproc.cpp
BUILD FAILURE 6.2 android