Build Information
Failed to build AnandaMacros, reference main (2d746e), with Swift 6.2 for Android on 28 Sep 2025 12:47:30 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:android-6.2-latest swift build --swift-sdk aarch64-unknown-linux-android28 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/nixzhu/AnandaMacros.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/nixzhu/AnandaMacros
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 2d746e8 update deps
Cloned https://github.com/nixzhu/AnandaMacros.git
Revision (git rev-parse @):
2d746e86f74e9aedd0ac1eaeeecdf6d94e5cbc4a
SUCCESS checkout https://github.com/nixzhu/AnandaMacros.git at main
========================================
Build
========================================
Selected platform: android
Swift version: 6.2
Building package at path: $PWD
https://github.com/nixzhu/AnandaMacros.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" 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:d70d83f328e9f1ae04a4e17e63e2d335ae10639f90ee796a5fe3bfb139eab948
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.2-latest
Fetching https://github.com/nixzhu/Ananda.git
Fetching https://github.com/swiftlang/swift-syntax.git
[1/736] Fetching ananda
Fetched https://github.com/nixzhu/Ananda.git from cache (0.44s)
[1/72291] Fetching swift-syntax
Fetched https://github.com/swiftlang/swift-syntax.git from cache (6.40s)
Computing version for https://github.com/nixzhu/Ananda.git
Computed https://github.com/nixzhu/Ananda.git at 1.2.0 (6.79s)
Fetching https://github.com/ibireme/yyjson.git
[1/4265] Fetching yyjson
Fetched https://github.com/ibireme/yyjson.git from cache (1.09s)
Computing version for https://github.com/ibireme/yyjson.git
Computed https://github.com/ibireme/yyjson.git at 0.12.0 (3.04s)
Computing version for https://github.com/swiftlang/swift-syntax.git
Computed https://github.com/swiftlang/swift-syntax.git at 602.0.0 (0.68s)
Creating working copy for https://github.com/ibireme/yyjson.git
Working copy of https://github.com/ibireme/yyjson.git resolved at 0.12.0
Creating working copy for https://github.com/swiftlang/swift-syntax.git
Working copy of https://github.com/swiftlang/swift-syntax.git resolved at 602.0.0
Creating working copy for https://github.com/nixzhu/Ananda.git
Working copy of https://github.com/nixzhu/Ananda.git resolved at 1.2.0
Downloading package prebuilt https://download.swift.org/prebuilts/swift-syntax/602.0.0/swift-6.2-RELEASE-MacroSupport-ubuntu_jammy_x86_64.tar.gz
Downloaded https://download.swift.org/prebuilts/swift-syntax/602.0.0/swift-6.2-RELEASE-MacroSupport-ubuntu_jammy_x86_64.tar.gz (0.55s)
Building for debugging...
[0/11] Write sources
[5/11] Compiling yyjson.c
[6/11] Write swift-version--11D90AFD9DD3AB2.txt
[9/26] Emitting module AnandaMacrosProvider
[10/26] Compiling AnandaMacrosProvider AnandaIgnoredMacro.swift
[11/26] Compiling AnandaMacrosProvider AnandaKeyMacro.swift
[12/26] Compiling AnandaMacrosProvider AnandaPlugin.swift
[13/26] Compiling Ananda AnandaPathItem.swift
[14/26] Compiling Ananda AnandaValueExtractor.swift
[15/26] Compiling Ananda AnandaModel.swift
[16/26] Emitting module Ananda
[17/26] Compiling Ananda AnandaJSON.swift
[19/27] Compiling AnandaMacrosProvider AnandaInitMacro.swift
[20/28] Wrapping AST for AnandaMacrosProvider for debugging
[21/28] Write Objects.LinkFileList
[22/28] Linking AnandaMacrosProvider-tool
[24/30] Compiling AnandaMacros Macros.swift
[25/30] Emitting module AnandaMacros
error: emit-module command failed with exit code 1 (use -v to see invocation)
[27/31] Emitting module Ananda
/host/spi-builder-workspace/.build/checkouts/Ananda/Sources/Ananda/AnandaValueExtractor.swift:4:8: error: no such module 'JJLISO8601DateFormatter'
2 |
3 | #if !os(Linux)
4 | import JJLISO8601DateFormatter
| `- error: no such module 'JJLISO8601DateFormatter'
5 | #endif
6 |
[28/31] Compiling Ananda AnandaValueExtractor.swift
/host/spi-builder-workspace/.build/checkouts/Ananda/Sources/Ananda/AnandaValueExtractor.swift:4:8: error: no such module 'JJLISO8601DateFormatter'
2 |
3 | #if !os(Linux)
4 | import JJLISO8601DateFormatter
| `- error: no such module 'JJLISO8601DateFormatter'
5 | #endif
6 |
[29/31] Compiling Ananda AnandaPathItem.swift
/host/spi-builder-workspace/.build/checkouts/Ananda/Sources/Ananda/AnandaValueExtractor.swift:4:8: error: no such module 'JJLISO8601DateFormatter'
2 |
3 | #if !os(Linux)
4 | import JJLISO8601DateFormatter
| `- error: no such module 'JJLISO8601DateFormatter'
5 | #endif
6 |
[30/31] Compiling Ananda AnandaJSON.swift
/host/spi-builder-workspace/.build/checkouts/Ananda/Sources/Ananda/AnandaValueExtractor.swift:4:8: error: no such module 'JJLISO8601DateFormatter'
2 |
3 | #if !os(Linux)
4 | import JJLISO8601DateFormatter
| `- error: no such module 'JJLISO8601DateFormatter'
5 | #endif
6 |
[31/31] Compiling Ananda AnandaModel.swift
/host/spi-builder-workspace/.build/checkouts/Ananda/Sources/Ananda/AnandaValueExtractor.swift:4:8: error: no such module 'JJLISO8601DateFormatter'
2 |
3 | #if !os(Linux)
4 | import JJLISO8601DateFormatter
| `- error: no such module 'JJLISO8601DateFormatter'
5 | #endif
6 |
BUILD FAILURE 6.2 android