The Swift Package Index logo.Swift Package Index

Build Information

Failed to build LVGL, reference main (b2e174), with Swift 6.3 for Android on 14 Apr 2026 14:00:36 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:android-6.3-latest swift build --swift-sdk aarch64-unknown-linux-android28 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/PADL/LVGLSwift.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/PADL/LVGLSwift
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at b2e174a update language version to 5.9, indent to 2 spaces
Submodule path 'Sources/CLVGL/lv_drivers': checked out '1413f5ebb6d21bc8ebb45448826dd7b4bbd3b7a3'
Submodule path 'Sources/CLVGL/lvgl': checked out '3de61c76af0aed1665e9d61e47b4dd50b9e8bdf1'
Submodule 'Sources/LVGLSwift/lv_drivers' (https://github.com/lvgl/lv_drivers.git) registered for path 'Sources/CLVGL/lv_drivers'
Submodule 'Sources/LVGLSwift/lvgl' (https://github.com/lvgl/lvgl.git) registered for path 'Sources/CLVGL/lvgl'
Cloning into '/host/spi-builder-workspace/Sources/CLVGL/lv_drivers'...
Cloning into '/host/spi-builder-workspace/Sources/CLVGL/lvgl'...
Cloned https://github.com/PADL/LVGLSwift.git
Revision (git rev-parse @):
b2e174abb315a9da90a1cfadf6e4a3b0fc4863ac
SUCCESS checkout https://github.com/PADL/LVGLSwift.git at main
========================================
Build
========================================
Selected platform:         android
Swift version:             6.3
Building package at path:  $PWD
https://github.com/PADL/LVGLSwift.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:android-6.3-latest swift build --swift-sdk aarch64-unknown-linux-android28 2>&1
android-6.3-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:9008270ea37a55e78725e6225015adb5eff8582da520c5232bf0499f32c36dc4
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:android-6.3-latest
warning: 'spi-builder-workspace': /host/spi-builder-workspace/Package.swift:22:6: warning: 'package(url:_:)' is deprecated: use specific requirement APIs instead (e.g. use 'branch:' instead of '.branch') [#DeprecatedDeclaration]
20 |   ],
21 |   dependencies: [
22 |     .package(url: "https://github.com/lhoward/AsyncExtensions", .branch("linux")),
   |      `- warning: 'package(url:_:)' is deprecated: use specific requirement APIs instead (e.g. use 'branch:' instead of '.branch') [#DeprecatedDeclaration]
23 |   ],
24 |   targets: [
/host/spi-builder-workspace/Package.swift:22:66: warning: 'branch' is deprecated [#DeprecatedDeclaration]
20 |   ],
21 |   dependencies: [
22 |     .package(url: "https://github.com/lhoward/AsyncExtensions", .branch("linux")),
   |                                                                  `- warning: 'branch' is deprecated [#DeprecatedDeclaration]
23 |   ],
24 |   targets: [
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
Fetching https://github.com/lhoward/AsyncExtensions
[1/890] Fetching asyncextensions
Fetched https://github.com/lhoward/AsyncExtensions from cache (0.23s)
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/apple/swift-atomics.git
[1/23537] Fetching swift-collections
[1649/25357] Fetching swift-collections, swift-atomics
Fetched https://github.com/apple/swift-atomics.git from cache (0.86s)
[15300/23537] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (1.64s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (2.04s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.4.1 (0.60s)
Creating working copy for https://github.com/lhoward/AsyncExtensions
Working copy of https://github.com/lhoward/AsyncExtensions resolved at linux (b97d381)
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.4.1
Building for debugging...
[0/508] Write sources
[4/508] Compiling GC9A01.c
[4/508] Compiling _AtomicsShims.c
[6/508] Write sources
[7/508] Write swift-version--4F562202D5529B1.txt
[7/508] Write sources
[13/508] Compiling lv_example_qrcode_1.c
In file included from /host/spi-builder-workspace/Sources/CLVGL/lv_drivers/sdl/sdl_common.c:8:
/host/spi-builder-workspace/Sources/CLVGL/lv_drivers/sdl/sdl_common_internal.h:21:10: fatal error: 'SDL2/SDL.h' file not found
   21 | #include SDL_INCLUDE_PATH
      |          ^~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/CLVGL/lv_drivers/sdl/../../lv_drv_conf.h:109:31: note: expanded from macro 'SDL_INCLUDE_PATH'
  109 | #  define SDL_INCLUDE_PATH    <SDL2/SDL.h>
      |                               ^~~~~~~~~~~~
<scratch space>:178:1: note: expanded from here
  178 | <SDL2/SDL.h>
      | ^~~~~~~~~~~~
1 error generated.
[14/508] Compiling sdl_common.c
[14/508] Compiling unity.c
[14/508] Compiling font_3.c
[14/508] Compiling lv_demo_music_list.c
[426/508] Compiling unity_support.c
[491/508] Compiling font_2.c
[491/508] Compiling CLVGL LVGLSwift.c
[492/526] Emitting module InternalCollectionsUtilities
[493/528] Compiling InternalCollectionsUtilities LifetimeOverride.swift
[494/528] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[495/528] Compiling InternalCollectionsUtilities Span+Extras.swift
[496/528] Compiling InternalCollectionsUtilities UnsafeMutableRawBufferPointer+Extras.swift
[497/528] Compiling InternalCollectionsUtilities UnsafeRawBufferPointer+Extras.swift
[498/528] Compiling InternalCollectionsUtilities Debugging.swift
[499/528] Compiling InternalCollectionsUtilities Descriptions.swift
[500/528] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[501/528] Compiling InternalCollectionsUtilities Integer rank.swift
[502/528] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[503/528] Compiling InternalCollectionsUtilities UInt+reversed.swift
[504/528] Compiling InternalCollectionsUtilities _SortedCollection.swift
[505/528] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[506/528] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[507/528] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[508/528] Compiling InternalCollectionsUtilities String+Padding.swift
[509/528] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[510/528] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[511/528] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
BUILD FAILURE 6.3 android