Build Information
Successful build of CaseAccessors, reference main (702c2e), with Swift 6.3 for Linux on 21 Apr 2026 01:36:42 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-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.3-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/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.3
Building package at path: $PWD
https://github.com/Lancelotbronner/swift-case-accessors.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-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.3-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.3-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:5a7d791d2ead8a924b1292cb31bf3288eabcfe8880e0b005b00b45b71a5bc36a
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:basic-6.3-latest
Fetching https://github.com/swiftlang/swift-syntax
[1/74981] Fetching swift-syntax
Fetched https://github.com/swiftlang/swift-syntax from cache (5.12s)
Computing version for https://github.com/swiftlang/swift-syntax
Computed https://github.com/swiftlang/swift-syntax at 602.0.0 (8.21s)
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.3-RELEASE-ubuntu_jammy_x86_64-MacroSupport.tar.gz
Downloaded https://download.swift.org/prebuilts/swift-syntax/602.0.0/swift-6.3-RELEASE-ubuntu_jammy_x86_64-MacroSupport.tar.gz (0.49s)
Building for debugging...
[0/6] Write sources
[2/6] Write swift-version-24593BA9C3E375BF.txt
[4/10] Compiling CaseAccessorsMacros Plugin.swift
[5/10] Compiling CaseAccessorsMacros AccessorsMacro.swift
[6/10] Emitting module CaseAccessorsMacros
[7/10] Compiling CaseAccessorsMacros ConditionalsMacro.swift
[8/11] Wrapping AST for CaseAccessorsMacros for debugging
[9/11] Write Objects.LinkFileList
[10/11] Linking CaseAccessorsMacros-tool
[12/13] Compiling CaseAccessors CaseAccessors.swift
[13/13] Emitting module CaseAccessors
Build complete! (23.79s)
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.3-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:5a7d791d2ead8a924b1292cb31bf3288eabcfe8880e0b005b00b45b71a5bc36a
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:basic-6.3-latest
Done.