Build Information
Successful build of AutoEquatable, reference main (878c6a), with Swift 6.2 for Linux on 26 Apr 2026 22:31:10 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/indextrown/AutoEquatable.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/indextrown/AutoEquatable
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 878c6ac docs: update Readme
Cloned https://github.com/indextrown/AutoEquatable.git
Revision (git rev-parse @):
878c6ace421cb1880dc38a0f5c89bc29801fa953
SUCCESS checkout https://github.com/indextrown/AutoEquatable.git at main
========================================
Build
========================================
Selected platform: linux
Swift version: 6.2
Building package at path: $PWD
https://github.com/indextrown/AutoEquatable.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-docc-plugin
[1/2277] Fetching swift-docc-plugin
Fetched https://github.com/apple/swift-docc-plugin from cache (0.40s)
Fetching https://github.com/swiftlang/swift-syntax.git
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3677] Fetching swift-docc-symbolkit
[3678/78716] Fetching swift-docc-symbolkit, swift-syntax
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (0.51s)
[751/75039] Fetching swift-syntax
Fetched https://github.com/swiftlang/swift-syntax.git from cache (9.39s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (9.97s)
Computing version for https://github.com/swiftlang/swift-syntax.git
Computed https://github.com/swiftlang/swift-syntax.git at 600.0.1 (0.75s)
Creating working copy for https://github.com/swiftlang/swift-docc-symbolkit
Working copy of https://github.com/swiftlang/swift-docc-symbolkit resolved at 1.0.0
Creating working copy for https://github.com/swiftlang/swift-syntax.git
Working copy of https://github.com/swiftlang/swift-syntax.git resolved at 600.0.1
Creating working copy for https://github.com/apple/swift-docc-plugin
Working copy of https://github.com/apple/swift-docc-plugin resolved at main (e977f65)
Downloading package prebuilt https://download.swift.org/prebuilts/swift-syntax/600.0.1/swift-6.2.4-RELEASE-MacroSupport-ubuntu_jammy_x86_64.tar.gz
Downloaded https://download.swift.org/prebuilts/swift-syntax/600.0.1/swift-6.2.4-RELEASE-MacroSupport-ubuntu_jammy_x86_64.tar.gz (0.38s)
[1/1] Compiling plugin Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
Building for debugging...
[2/13] Write sources
[5/13] Write swift-version-24593BA9C3E375BF.txt
[7/22] Compiling AutoEquatableMacros AttributeUtils.swift
[8/23] Compiling AutoEquatableMacros 3. AutoIgnoredMacro.swift
[9/23] Compiling AutoEquatableMacros 1. AutoRequiredChildMacro.swift
[10/23] Compiling AutoEquatableMacros 0. AutoRequiredMacro.swift
[11/23] Compiling AutoEquatableMacros 2. AutoPriorityMacro.swift
[12/23] Compiling AutoEquatableMacros KeyPathUtils.swift
[13/23] Compiling AutoEquatableMacros IndentUtils.swift
[14/23] Compiling AutoEquatableMacros AutoEquatablePlugin.swift
[15/23] Compiling AutoEquatableMacros AutoEquatableMacro.swift
[16/23] Emitting module AutoEquatableMacros
[17/24] Wrapping AST for AutoEquatableMacros for debugging
[18/24] Write Objects.LinkFileList
[19/24] Linking AutoEquatableMacros-tool
[21/26] Compiling AutoEquatable AutoEquatable.swift
[22/26] Emitting module AutoEquatable
[23/27] Wrapping AST for AutoEquatable for debugging
[25/29] Emitting module AutoEquatableClient
Internal Error: dataCorrupted(Swift.DecodingError.Context(codingPath: [], debugDescription: "Corrupted JSON", underlyingError: Optional(unexpected end of file)))
[26/29] Compiling AutoEquatableClient main.swift
Internal Error: dataCorrupted(Swift.DecodingError.Context(codingPath: [], debugDescription: "Corrupted JSON", underlyingError: Optional(unexpected end of file)))
[27/30] Wrapping AST for AutoEquatableClient for debugging
[28/30] Write Objects.LinkFileList
[29/30] Linking AutoEquatableClient
Build complete! (52.31s)
Build complete.
{
"dependencies" : [
{
"identity" : "swift-syntax",
"requirement" : {
"range" : [
{
"lower_bound" : "600.0.0",
"upper_bound" : "601.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/swiftlang/swift-syntax.git"
},
{
"identity" : "swift-docc-plugin",
"requirement" : {
"branch" : [
"main"
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-docc-plugin"
}
],
"manifest_display_name" : "AutoEquatable",
"name" : "AutoEquatable",
"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" : "AutoEquatable",
"targets" : [
"AutoEquatable"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "AutoEquatableClient",
"targets" : [
"AutoEquatableClient"
],
"type" : {
"executable" : null
}
},
{
"name" : "AutoEquatableMacros",
"targets" : [
"AutoEquatableMacros"
],
"type" : {
"macro" : null
}
}
],
"targets" : [
{
"c99name" : "AutoEquatableTests",
"module_type" : "SwiftTarget",
"name" : "AutoEquatableTests",
"path" : "Tests/AutoEquatableTests",
"product_dependencies" : [
"SwiftSyntax"
],
"sources" : [
"MacroExpansionTests/0. AutoEqutableBasicTests.swift",
"MacroExpansionTests/1. AutoRequiredTests.swift",
"MacroExpansionTests/2. AutoRequiredChildTests.swift",
"MacroExpansionTests/3. AutoIgnoredTests.swift",
"MacroExpansionTests/4. AutoPriorityTests.swift",
"MacroExpansionTests/5. FunctionTypeExplicitTests.swift",
"UtilsTests/AttributeUtilsTests.swift",
"UtilsTests/KeyPathUtilsTests.swift",
"UtilsTests/TestSyntaxBuilder.swift"
],
"target_dependencies" : [
"AutoEquatableMacros"
],
"type" : "test"
},
{
"c99name" : "AutoEquatableMacros",
"module_type" : "SwiftTarget",
"name" : "AutoEquatableMacros",
"path" : "Sources/AutoEquatableMacros",
"product_dependencies" : [
"SwiftSyntaxMacros",
"SwiftCompilerPlugin"
],
"product_memberships" : [
"AutoEquatable",
"AutoEquatableClient",
"AutoEquatableMacros"
],
"sources" : [
" AutoEquatablePlugin.swift",
"Core/AutoEquatableMacro.swift",
"Property/0. AutoRequiredMacro.swift",
"Property/1. AutoRequiredChildMacro.swift",
"Property/2. AutoPriorityMacro.swift",
"Property/3. AutoIgnoredMacro.swift",
"Utils/AttributeUtils.swift",
"Utils/IndentUtils.swift",
"Utils/KeyPathUtils.swift"
],
"type" : "macro"
},
{
"c99name" : "AutoEquatableClient",
"module_type" : "SwiftTarget",
"name" : "AutoEquatableClient",
"path" : "Sources/AutoEquatableClient",
"product_memberships" : [
"AutoEquatableClient"
],
"sources" : [
"main.swift"
],
"target_dependencies" : [
"AutoEquatable"
],
"type" : "executable"
},
{
"c99name" : "AutoEquatable",
"module_type" : "SwiftTarget",
"name" : "AutoEquatable",
"path" : "Sources/AutoEquatable",
"product_memberships" : [
"AutoEquatable",
"AutoEquatableClient"
],
"sources" : [
"AutoEquatable.swift"
],
"target_dependencies" : [
"AutoEquatableMacros"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
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.