Build Information
Successful build of CaseAccessors, reference main (702c2e), with Swift 6.2 for Linux on 30 Jan 2026 19:18:50 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/finestructure/spi-images:basic-6.2-latest swift build --triple x86_64-unknown-linux-gnu 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Lancelotbronner/swift-case-accessors.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/Lancelotbronner/swift-case-accessors
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 702c2eb Add tests, fix issue
Cloned https://github.com/Lancelotbronner/swift-case-accessors.git
Revision (git rev-parse @):
702c2eb2f2210d0ff6fbdc89dec85eff8249230c
SUCCESS checkout https://github.com/Lancelotbronner/swift-case-accessors.git at main
========================================
Build
========================================
Selected platform: linux
Swift version: 6.2
Building package at path: $PWD
https://github.com/Lancelotbronner/swift-case-accessors.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/finestructure/spi-images:basic-6.2-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:257b0ae9749b4eea8553a58f7bf60a672611c061e9b845ccfee371e7c1138ce8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.2-latest
Fetching https://github.com/swiftlang/swift-syntax
[1/73897] Fetching swift-syntax
Fetched https://github.com/swiftlang/swift-syntax from cache (5.80s)
Computing version for https://github.com/swiftlang/swift-syntax
Computed https://github.com/swiftlang/swift-syntax at 602.0.0 (8.24s)
Creating working copy for https://github.com/swiftlang/swift-syntax
Working copy of https://github.com/swiftlang/swift-syntax resolved at 602.0.0
Downloading package prebuilt https://download.swift.org/prebuilts/swift-syntax/602.0.0/swift-6.2.3-RELEASE-MacroSupport-ubuntu_jammy_x86_64.tar.gz
Downloaded https://download.swift.org/prebuilts/swift-syntax/602.0.0/swift-6.2.3-RELEASE-MacroSupport-ubuntu_jammy_x86_64.tar.gz (0.66s)
Building for debugging...
[0/6] Write sources
[2/6] Write swift-version-24593BA9C3E375BF.txt
[4/10] Compiling CaseAccessorsMacros Plugin.swift
[5/10] Compiling CaseAccessorsMacros ConditionalsMacro.swift
[6/10] Compiling CaseAccessorsMacros AccessorsMacro.swift
[7/10] Emitting module CaseAccessorsMacros
[8/11] Wrapping AST for CaseAccessorsMacros for debugging
[9/11] Write Objects.LinkFileList
[10/11] Linking CaseAccessorsMacros-tool
[12/13] Emitting module CaseAccessors
[13/13] Compiling CaseAccessors CaseAccessors.swift
Build complete! (20.16s)
Build complete.
{
"dependencies" : [
{
"identity" : "swift-syntax",
"requirement" : {
"range" : [
{
"lower_bound" : "602.0.0",
"upper_bound" : "603.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/swiftlang/swift-syntax"
}
],
"manifest_display_name" : "CaseAccessors",
"name" : "CaseAccessors",
"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" : "CaseAccessors",
"targets" : [
"CaseAccessors"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "CaseAccessorsMacros",
"targets" : [
"CaseAccessorsMacros"
],
"type" : {
"macro" : null
}
}
],
"targets" : [
{
"c99name" : "CaseAccessorsTests",
"module_type" : "SwiftTarget",
"name" : "CaseAccessorsTests",
"path" : "Tests/CaseAccessorsTests",
"sources" : [
"CaseAccessorsTests.swift"
],
"target_dependencies" : [
"CaseAccessors"
],
"type" : "test"
},
{
"c99name" : "CaseAccessorsMacros",
"module_type" : "SwiftTarget",
"name" : "CaseAccessorsMacros",
"path" : "Sources/CaseAccessorsMacros",
"product_dependencies" : [
"SwiftSyntaxMacros",
"SwiftCompilerPlugin"
],
"product_memberships" : [
"CaseAccessors",
"CaseAccessorsMacros"
],
"sources" : [
"AccessorsMacro.swift",
"ConditionalsMacro.swift",
"Plugin.swift"
],
"type" : "macro"
},
{
"c99name" : "CaseAccessors",
"module_type" : "SwiftTarget",
"name" : "CaseAccessors",
"path" : "Sources/CaseAccessors",
"product_memberships" : [
"CaseAccessors"
],
"sources" : [
"CaseAccessors.swift"
],
"target_dependencies" : [
"CaseAccessorsMacros"
],
"type" : "library"
}
],
"tools_version" : "6.2"
}
basic-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:257b0ae9749b4eea8553a58f7bf60a672611c061e9b845ccfee371e7c1138ce8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.2-latest
Done.