Build Information
Failed to build elementary-ui, reference 0.2.2 (ef8387), with Swift 6.3 for Android on 20 Apr 2026 08:30:01 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/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>&1Build Log
========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/elementary-swift/elementary-ui.git
Reference: 0.2.2
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/elementary-swift/elementary-ui
* tag 0.2.2 -> FETCH_HEAD
HEAD is now at ef83875 Fixes stale state tracking issue (optional unwrap crasher) (#100)
Cloned https://github.com/elementary-swift/elementary-ui.git
Revision (git rev-parse @):
ef83875ba3adb89e84a03309cf4eb3c7d18fa9ab
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/elementary-swift/elementary-ui.git at 0.2.2
========================================
Build
========================================
Selected platform: android
Swift version: 6.3
Building package at path: $PWD
https://github.com/elementary-swift/elementary-ui.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/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
Fetching https://github.com/apple/swift-collections
Fetching https://github.com/swiftlang/swift-syntax
Fetching https://github.com/swiftwasm/JavaScriptKit
Fetching https://github.com/elementary-swift/elementary
[1/1722] Fetching elementary
[1723/25298] Fetching elementary, swift-collections
[5024/61874] Fetching elementary, swift-collections, javascriptkit
Fetched https://github.com/elementary-swift/elementary from cache (0.86s)
[4740/60152] Fetching swift-collections, javascriptkit
[13879/135133] Fetching swift-collections, javascriptkit, swift-syntax
Fetched https://github.com/swiftwasm/JavaScriptKit from cache (6.43s)
Fetched https://github.com/apple/swift-collections from cache (6.44s)
Fetched https://github.com/swiftlang/swift-syntax from cache (6.46s)
Computing version for https://github.com/apple/swift-collections
Computed https://github.com/apple/swift-collections at 1.4.1 (7.23s)
Computing version for https://github.com/elementary-swift/elementary
Computed https://github.com/elementary-swift/elementary at 0.7.1 (0.39s)
Computing version for https://github.com/swiftwasm/JavaScriptKit
Computed https://github.com/swiftwasm/JavaScriptKit at 0.50.2 (0.68s)
Computing version for https://github.com/swiftlang/swift-syntax
Computed https://github.com/swiftlang/swift-syntax at 603.0.0 (2.78s)
Creating working copy for https://github.com/swiftlang/swift-syntax
Working copy of https://github.com/swiftlang/swift-syntax resolved at 603.0.0
Creating working copy for https://github.com/elementary-swift/elementary
Working copy of https://github.com/elementary-swift/elementary resolved at 0.7.1
Creating working copy for https://github.com/apple/swift-collections
Working copy of https://github.com/apple/swift-collections resolved at 1.4.1
Creating working copy for https://github.com/swiftwasm/JavaScriptKit
Working copy of https://github.com/swiftwasm/JavaScriptKit resolved at 0.50.2
Downloading package prebuilt https://download.swift.org/prebuilts/swift-syntax/603.0.0/swift-6.3-RELEASE-ubuntu_jammy_x86_64-MacroSupport.tar.gz
Downloaded https://download.swift.org/prebuilts/swift-syntax/603.0.0/swift-6.3-RELEASE-ubuntu_jammy_x86_64-MacroSupport.tar.gz (0.92s)
[1/1] Compiling plugin BridgeJSCommandPlugin
[2/2] Compiling plugin BridgeJS
[3/3] Compiling plugin PackageToJS
Building for debugging...
[3/27] Write sources
[16/27] Compiling _CJavaScriptKit _CJavaScriptKit.c
[17/27] Write swift-version--4F562202D5529B1.txt
[19/91] Emitting module InternalCollectionsUtilities
error: emit-module command failed with exit code 1 (use -v to see invocation)
[20/93] Emitting module _UTF8Internals
/host/spi-builder-workspace/Sources/_UTF8Internals/String+utf8Equals.swift:12:8: error: Unsupported platform
10 | import Glibc
11 | #else
12 | #error("Unsupported platform")
| `- error: Unsupported platform
13 | #endif
14 |
/host/spi-builder-workspace/Sources/_UTF8Internals/String+utf8Equals.swift:42:12: error: cannot find 'memcmp' in scope
40 | guard lhs.count == rhs.count else { return false }
41 | guard lhs.count > 0 else { return true }
42 | return memcmp(lhs.baseAddress!, rhs.baseAddress!, lhs.count) == 0
| `- error: cannot find 'memcmp' in scope
43 | }
44 |
[21/93] Compiling _UTF8Internals String+utf8Equals.swift
/host/spi-builder-workspace/Sources/_UTF8Internals/String+utf8Equals.swift:12:8: error: Unsupported platform
10 | import Glibc
11 | #else
12 | #error("Unsupported platform")
| `- error: Unsupported platform
13 | #endif
14 |
/host/spi-builder-workspace/Sources/_UTF8Internals/String+utf8Equals.swift:42:12: error: cannot find 'memcmp' in scope
40 | guard lhs.count == rhs.count else { return false }
41 | guard lhs.count > 0 else { return true }
42 | return memcmp(lhs.baseAddress!, rhs.baseAddress!, lhs.count) == 0
| `- error: cannot find 'memcmp' in scope
43 | }
44 |
[22/93] Compiling _UTF8Internals UTF8Key.swift
/host/spi-builder-workspace/Sources/_UTF8Internals/String+utf8Equals.swift:12:8: error: Unsupported platform
10 | import Glibc
11 | #else
12 | #error("Unsupported platform")
| `- error: Unsupported platform
13 | #endif
14 |
[23/93] Emitting module ReactivityMacros
[24/93] Emitting module _ElementaryMath
BUILD FAILURE 6.3 android