Build Information
Successful build of ETBCodable, reference main (0b9c20), with Swift 6.2 for Android on 6 Jan 2026 12:53:14 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/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/elf0-fr/ETBCodable.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/elf0-fr/ETBCodable
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 0b9c20c Merge pull request #6 from elf0-fr/Release/V1.0.0
Cloned https://github.com/elf0-fr/ETBCodable.git
Revision (git rev-parse @):
0b9c20c7564385723f3279a8ff642c096a7bad77
SUCCESS checkout https://github.com/elf0-fr/ETBCodable.git at main
========================================
Build
========================================
Selected platform: android
Swift version: 6.2
Building package at path: $PWD
https://github.com/elf0-fr/ETBCodable.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/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:5dcfe09194e3c36609f58c2a9689c9c974fddafea0cac7c12077a98d08c6b397
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.2-latest
Fetching https://github.com/swiftlang/swift-syntax.git
[1/73340] Fetching swift-syntax
Fetched https://github.com/swiftlang/swift-syntax.git from cache (6.02s)
Computing version for https://github.com/swiftlang/swift-syntax.git
Computed https://github.com/swiftlang/swift-syntax.git at 602.0.0 (8.31s)
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
Downloading package prebuilt https://download.swift.org/prebuilts/swift-syntax/602.0.0/swift-6.2.2-RELEASE-MacroSupport-ubuntu_jammy_x86_64.tar.gz
Downloaded https://download.swift.org/prebuilts/swift-syntax/602.0.0/swift-6.2.2-RELEASE-MacroSupport-ubuntu_jammy_x86_64.tar.gz (0.79s)
Building for debugging...
[0/11] Write sources
[3/11] Write swift-version-2B04F66FBCF4E350.txt
[5/16] Compiling ETBCodableMacros ETBCodableMacro+Main.swift
[6/16] Compiling ETBCodableMacros CodingKeyMacro.swift
[7/16] Emitting module ETBCodableMacros
[8/16] Compiling ETBCodableMacros ETBCodableMacro+Helper.swift
[9/16] Compiling ETBCodableMacros CodableMacro.swift
[10/17] Wrapping AST for ETBCodableMacros for debugging
[11/17] Write Objects.LinkFileList
[12/17] Linking ETBCodableMacros-tool
[14/19] Emitting module ETBCodable
[15/19] Compiling ETBCodable ETBCodable.swift
[16/20] Wrapping AST for ETBCodable for debugging
[18/22] Emitting module ETBCodableClient
[19/22] Compiling ETBCodableClient main.swift
[20/23] Wrapping AST for ETBCodableClient for debugging
[21/23] Write Objects.LinkFileList
[22/23] Linking ETBCodableClient
Build complete! (25.98s)
Build complete.
{
"dependencies" : [
{
"identity" : "swift-syntax",
"requirement" : {
"range" : [
{
"lower_bound" : "602.0.0-latest",
"upper_bound" : "603.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/swiftlang/swift-syntax.git"
}
],
"manifest_display_name" : "ETBCodable",
"name" : "ETBCodable",
"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"
}
],
"products" : [
{
"name" : "ETBCodable",
"targets" : [
"ETBCodable"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "ETBCodableClient",
"targets" : [
"ETBCodableClient"
],
"type" : {
"executable" : null
}
},
{
"name" : "ETBCodableMacros",
"targets" : [
"ETBCodableMacros"
],
"type" : {
"macro" : null
}
}
],
"targets" : [
{
"c99name" : "ETBCodableTests",
"module_type" : "SwiftTarget",
"name" : "ETBCodableTests",
"path" : "Tests/ETBCodableTests",
"product_dependencies" : [
"SwiftSyntaxMacrosTestSupport"
],
"sources" : [
"ETBCodableTests.swift",
"Test_CodingKeyMacro.swift"
],
"target_dependencies" : [
"ETBCodableMacros"
],
"type" : "test"
},
{
"c99name" : "ETBCodableMacros",
"module_type" : "SwiftTarget",
"name" : "ETBCodableMacros",
"path" : "Sources/ETBCodableMacros",
"product_dependencies" : [
"SwiftSyntaxMacros",
"SwiftCompilerPlugin"
],
"product_memberships" : [
"ETBCodable",
"ETBCodableClient",
"ETBCodableMacros"
],
"sources" : [
"CodableMacro.swift",
"CodingKeyMacro.swift",
"ETBCodableMacro+Helper.swift",
"ETBCodableMacro+Main.swift"
],
"type" : "macro"
},
{
"c99name" : "ETBCodableClient",
"module_type" : "SwiftTarget",
"name" : "ETBCodableClient",
"path" : "Sources/ETBCodableClient",
"product_memberships" : [
"ETBCodableClient"
],
"sources" : [
"main.swift"
],
"target_dependencies" : [
"ETBCodable"
],
"type" : "executable"
},
{
"c99name" : "ETBCodable",
"module_type" : "SwiftTarget",
"name" : "ETBCodable",
"path" : "Sources/ETBCodable",
"product_memberships" : [
"ETBCodable",
"ETBCodableClient"
],
"sources" : [
"ETBCodable.swift"
],
"target_dependencies" : [
"ETBCodableMacros"
],
"type" : "library"
}
],
"tools_version" : "6.2"
}
android-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:5dcfe09194e3c36609f58c2a9689c9c974fddafea0cac7c12077a98d08c6b397
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.2-latest
Done.