Build Information
Failed to build AnandaMacros, reference main (09fed3), with Swift 6.1 for Android on 8 Feb 2026 02:21:31 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.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 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 09fed39 update Ananda 1.3.0
Cloned https://github.com/nixzhu/AnandaMacros.git
Revision (git rev-parse @):
09fed399cfa004cf070331121c2ff68c7803afb8
SUCCESS checkout https://github.com/nixzhu/AnandaMacros.git at main
========================================
Build
========================================
Selected platform: android
Swift version: 6.1
Building package at path: $PWD
https://github.com/nixzhu/AnandaMacros.git
https://github.com/nixzhu/AnandaMacros.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "ananda",
"requirement" : {
"range" : [
{
"lower_bound" : "1.3.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/nixzhu/Ananda.git"
},
{
"identity" : "swift-syntax",
"requirement" : {
"range" : [
{
"lower_bound" : "600.0.0",
"upper_bound" : "603.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/swiftlang/swift-syntax.git"
}
],
"manifest_display_name" : "AnandaMacros",
"name" : "AnandaMacros",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.15"
},
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "tvos",
"version" : "13.0"
},
{
"name" : "watchos",
"version" : "6.0"
},
{
"name" : "maccatalyst",
"version" : "13.0"
},
{
"name" : "visionos",
"version" : "1.0"
}
],
"products" : [
{
"name" : "AnandaMacros",
"targets" : [
"AnandaMacros"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "AnandaMacrosProvider",
"targets" : [
"AnandaMacrosProvider"
],
"type" : {
"macro" : null
}
}
],
"targets" : [
{
"c99name" : "AnandaMacrosTests",
"module_type" : "SwiftTarget",
"name" : "AnandaMacrosTests",
"path" : "Tests/AnandaMacrosTests",
"product_dependencies" : [
"SwiftSyntaxMacrosTestSupport"
],
"sources" : [
"MacrosTests.swift"
],
"target_dependencies" : [
"AnandaMacros",
"AnandaMacrosProvider"
],
"type" : "test"
},
{
"c99name" : "AnandaMacrosProvider",
"module_type" : "SwiftTarget",
"name" : "AnandaMacrosProvider",
"path" : "Sources/AnandaMacrosProvider",
"product_dependencies" : [
"SwiftSyntaxMacros",
"SwiftCompilerPlugin"
],
"product_memberships" : [
"AnandaMacros",
"AnandaMacrosProvider"
],
"sources" : [
"AnandaIgnoredMacro.swift",
"AnandaInitMacro.swift",
"AnandaKeyMacro.swift",
"AnandaPlugin.swift"
],
"type" : "macro"
},
{
"c99name" : "AnandaMacros",
"module_type" : "SwiftTarget",
"name" : "AnandaMacros",
"path" : "Sources/AnandaMacros",
"product_dependencies" : [
"Ananda"
],
"product_memberships" : [
"AnandaMacros"
],
"sources" : [
"Macros.swift"
],
"target_dependencies" : [
"AnandaMacrosProvider"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
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.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:08fa5f1bd27c53c71ebe7c2842e29d52715d90da2c5b8f52513c9039c232613d
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/nixzhu/Ananda.git
Fetching https://github.com/swiftlang/swift-syntax.git
[1/739] Fetching ananda
[740/74828] Fetching ananda, swift-syntax
Fetched https://github.com/nixzhu/Ananda.git from cache (0.83s)
[8891/74089] Fetching swift-syntax
Fetched https://github.com/swiftlang/swift-syntax.git from cache (7.42s)
Computing version for https://github.com/nixzhu/Ananda.git
Computed https://github.com/nixzhu/Ananda.git at 1.3.0 (8.08s)
Fetching https://github.com/ibireme/yyjson.git
[1/4322] Fetching yyjson
Fetched https://github.com/ibireme/yyjson.git from cache (1.08s)
Computing version for https://github.com/ibireme/yyjson.git
Computed https://github.com/ibireme/yyjson.git at 0.12.0 (4.72s)
Computing version for https://github.com/swiftlang/swift-syntax.git
Computed https://github.com/swiftlang/swift-syntax.git at 602.0.0 (0.84s)
Creating working copy for https://github.com/nixzhu/Ananda.git
Working copy of https://github.com/nixzhu/Ananda.git resolved at 1.3.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/ibireme/yyjson.git
Working copy of https://github.com/ibireme/yyjson.git resolved at 0.12.0
Building for debugging...
[0/44] Write sources
[21/44] Compiling _SwiftSyntaxCShims PlatformMutex.c
[22/44] Write swift-version-24593BA9C3E375BF.txt
[24/54] Emitting module SwiftSyntax510
[24/54] Compiling yyjson.c
[27/64] Emitting module SwiftSyntax602
[28/64] Compiling SwiftSyntax602 Empty.swift
[29/65] Emitting module SwiftSyntax600
[30/65] Compiling SwiftSyntax600 Empty.swift
[31/66] Emitting module SwiftSyntax509
[32/66] Compiling SwiftSyntax509 Empty.swift
[33/67] Emitting module SwiftSyntax601
[34/67] Compiling SwiftSyntax601 Empty.swift
[35/68] Compiling SwiftSyntax510 Empty.swift
[40/69] Wrapping AST for SwiftSyntax602 for debugging
[41/69] Wrapping AST for SwiftSyntax600 for debugging
[42/69] Wrapping AST for SwiftSyntax509 for debugging
[43/69] Wrapping AST for SwiftSyntax601 for debugging
[44/69] Wrapping AST for SwiftSyntax510 for debugging
[46/132] Compiling Ananda AnandaValueExtractor.swift
[47/132] Compiling Ananda AnandaJSON.swift
[48/132] Compiling Ananda AnandaPathItem.swift
[49/132] Compiling Ananda AnandaModel.swift
[50/132] Emitting module Ananda
[52/133] Compiling SwiftSyntax Identifier.swift
[53/133] Compiling SwiftSyntax MemoryLayout.swift
[54/133] Compiling SwiftSyntax MissingNodeInitializers.swift
[55/133] Compiling SwiftSyntax RawSyntax.swift
[56/133] Compiling SwiftSyntax RawSyntaxArena.swift
[57/133] Compiling SwiftSyntax RawSyntaxLayoutView.swift
[58/133] Compiling SwiftSyntax RawSyntaxNodeProtocol.swift
[59/133] Compiling SwiftSyntax RawSyntaxTokenView.swift
[60/133] Compiling SwiftSyntax SourceEdit.swift
[61/133] Compiling SwiftSyntax AbsolutePosition.swift
[62/133] Compiling SwiftSyntax AbsoluteSyntaxInfo.swift
[63/133] Compiling SwiftSyntax ArenaAllocatedBuffer.swift
[64/133] Compiling SwiftSyntax Assert.swift
[65/133] Compiling SwiftSyntax BumpPtrAllocator.swift
[66/133] Compiling SwiftSyntax CommonAncestor.swift
[67/133] Compiling SwiftSyntax Convenience.swift
[68/133] Compiling SwiftSyntax CustomTraits.swift
[69/133] Compiling SwiftSyntax EditorPlaceholder.swift
[70/133] Compiling SwiftSyntax SourceLength.swift
[71/133] Compiling SwiftSyntax SourceLocation.swift
[72/133] Compiling SwiftSyntax SourcePresence.swift
[73/133] Compiling SwiftSyntax SwiftSyntaxCompatibility.swift
[74/133] Compiling SwiftSyntax Syntax.swift
[75/133] Compiling SwiftSyntax SyntaxChildren.swift
[76/133] Compiling SwiftSyntax SyntaxCollection.swift
[77/133] Compiling SwiftSyntax SyntaxHashable.swift
[78/133] Compiling SwiftSyntax SyntaxIdentifier.swift
[79/141] 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 |
[80/141] 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 |
[81/141] 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 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
[82/141] 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 |
[83/141] 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 |
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.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:08fa5f1bd27c53c71ebe7c2842e29d52715d90da2c5b8f52513c9039c232613d
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
[0/1] Planning build
Building for debugging...
[0/20] Write swift-version-24593BA9C3E375BF.txt
[2/31] Compiling SwiftSyntax601 Empty.swift
[3/31] Emitting module SwiftSyntax601
[4/32] Compiling SwiftSyntax602 Empty.swift
[5/32] Emitting module SwiftSyntax602
[6/33] Compiling SwiftSyntax600 Empty.swift
[7/38] Emitting module SwiftSyntax600
[10/42] Compiling SwiftSyntax510 Empty.swift
[12/40] Emitting module SwiftSyntax510
[13/40] Compiling SwiftSyntax509 Empty.swift
[14/40] Emitting module SwiftSyntax509
[17/42] 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 |
[18/42] 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 |
[19/42] Compiling Ananda AnandaModel.swift
[20/41] 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 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
[21/41] 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 |
[22/40] 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 |
[23/40] Compiling Ananda AnandaPathItem.swift
BUILD FAILURE 6.1 android