Build Information
Successful build of AutoMap, reference 0.1.0 (84a9d9), with Swift 6.2 for Android on 6 May 2026 07:40:06 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/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.2-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/0xkalinowski/AutoMap.git
Reference: 0.1.0
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/0xkalinowski/AutoMap
* tag 0.1.0 -> FETCH_HEAD
HEAD is now at 84a9d9a Update README.md
Cloned https://github.com/0xkalinowski/AutoMap.git
Revision (git rev-parse @):
84a9d9a1b787ca2ab7b74788a88c1ae8fc62c961
SUCCESS checkout https://github.com/0xkalinowski/AutoMap.git at 0.1.0
========================================
Build
========================================
Selected platform: android
Swift version: 6.2
Building package at path: $PWD
https://github.com/0xkalinowski/AutoMap.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/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.2-latest swift build --swift-sdk aarch64-unknown-linux-android28 2>&1
android-6.2-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:cb98f9856cb1288a0028ff0e63d4de86ca92d5e7890400e3e915f7ea3943ed55
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:android-6.2-latest
Fetching https://github.com/apple/swift-syntax.git
[1/75049] Fetching swift-syntax
Fetched https://github.com/apple/swift-syntax.git from cache (7.42s)
Computing version for https://github.com/apple/swift-syntax.git
Computed https://github.com/apple/swift-syntax.git at 601.0.1 (11.90s)
Creating working copy for https://github.com/apple/swift-syntax.git
Working copy of https://github.com/apple/swift-syntax.git resolved at 601.0.1
Downloading package prebuilt https://download.swift.org/prebuilts/swift-syntax/601.0.1/swift-6.2-RELEASE-MacroSupport-ubuntu_jammy_x86_64.tar.gz
Downloaded https://download.swift.org/prebuilts/swift-syntax/601.0.1/swift-6.2-RELEASE-MacroSupport-ubuntu_jammy_x86_64.tar.gz (0.45s)
Building for debugging...
[0/6] Write sources
[2/6] Write swift-version--11D90AFD9DD3AB2.txt
[4/9] Emitting module AutoMapMacros
[5/9] Compiling AutoMapMacros AutoMapPlugin.swift
[6/9] Compiling AutoMapMacros AutoMapMacro.swift
[7/10] Wrapping AST for AutoMapMacros for debugging
[8/10] Write Objects.LinkFileList
[9/10] Linking AutoMapMacros-tool
[11/12] Emitting module AutoMap
[12/12] Compiling AutoMap AutoMap.swift
Build complete! (34.58s)
Build complete.
{
"dependencies" : [
{
"identity" : "swift-syntax",
"requirement" : {
"range" : [
{
"lower_bound" : "601.0.0",
"upper_bound" : "602.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-syntax.git"
}
],
"manifest_display_name" : "AutoMap",
"name" : "AutoMap",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "macos",
"version" : "10.15"
}
],
"products" : [
{
"name" : "AutoMap",
"targets" : [
"AutoMap"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "AutoMapMacros",
"targets" : [
"AutoMapMacros"
],
"type" : {
"macro" : null
}
}
],
"targets" : [
{
"c99name" : "AutoMapTests",
"module_type" : "SwiftTarget",
"name" : "AutoMapTests",
"path" : "Tests/AutoMapTests",
"product_dependencies" : [
"SwiftSyntaxMacrosTestSupport"
],
"sources" : [
"AutoMapTests.swift"
],
"target_dependencies" : [
"AutoMapMacros"
],
"type" : "test"
},
{
"c99name" : "AutoMapMacros",
"module_type" : "SwiftTarget",
"name" : "AutoMapMacros",
"path" : "Sources/AutoMapMacros",
"product_dependencies" : [
"SwiftSyntaxMacros",
"SwiftCompilerPlugin"
],
"product_memberships" : [
"AutoMap",
"AutoMapMacros"
],
"sources" : [
"AutoMapMacro.swift",
"AutoMapPlugin.swift"
],
"type" : "macro"
},
{
"c99name" : "AutoMap",
"module_type" : "SwiftTarget",
"name" : "AutoMap",
"path" : "Sources/AutoMap",
"product_memberships" : [
"AutoMap"
],
"sources" : [
"AutoMap.swift"
],
"target_dependencies" : [
"AutoMapMacros"
],
"type" : "library"
}
],
"tools_version" : "5.9"
}
android-6.2-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:cb98f9856cb1288a0028ff0e63d4de86ca92d5e7890400e3e915f7ea3943ed55
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:android-6.2-latest
Done.