Build Information
Successful build of AutoMap, reference main (84a9d9), with Swift 6.2 for Linux on 6 May 2026 07:48:01 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/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:basic-6.2-latest swift build --triple x86_64-unknown-linux-gnu 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/0xkalinowski/AutoMap.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/0xkalinowski/AutoMap
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
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 main
========================================
Build
========================================
Selected platform: linux
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-1":/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:basic-6.2-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.2-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:0ddb100795e64f71518020a73ad8441aeb43832ede7f1202ae7f8de93664f90d
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:basic-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 (6.82s)
Computing version for https://github.com/apple/swift-syntax.git
Computed https://github.com/apple/swift-syntax.git at 601.0.1 (9.34s)
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.4-RELEASE-MacroSupport-ubuntu_jammy_x86_64.tar.gz
Downloaded https://download.swift.org/prebuilts/swift-syntax/601.0.1/swift-6.2.4-RELEASE-MacroSupport-ubuntu_jammy_x86_64.tar.gz (0.40s)
Building for debugging...
[0/6] Write sources
[2/6] Write swift-version-24593BA9C3E375BF.txt
[4/9] Compiling AutoMapMacros AutoMapPlugin.swift
[5/9] Emitting module AutoMapMacros
[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] Compiling AutoMap AutoMap.swift
[12/12] Emitting module AutoMap
Internal Error: dataCorrupted(Swift.DecodingError.Context(codingPath: [], debugDescription: "Corrupted JSON", underlyingError: Optional(unexpected end of file)))
Build complete! (25.91s)
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"
}
basic-6.2-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:0ddb100795e64f71518020a73ad8441aeb43832ede7f1202ae7f8de93664f90d
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:basic-6.2-latest
Done.