Build Information
Successful build of swift-fixtures, reference main (85753d), with Swift 6.3 for Linux on 18 Apr 2026 08:17:37 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/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/gibachan/swift-fixtures.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/gibachan/swift-fixtures
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 85753d9 Bump up to 0.4.0
Cloned https://github.com/gibachan/swift-fixtures.git
Revision (git rev-parse @):
85753d922626d217291037ab2a16325aa6629e02
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/gibachan/swift-fixtures.git at main
========================================
Build
========================================
Selected platform: linux
Swift version: 6.3
Building package at path: $PWD
https://github.com/gibachan/swift-fixtures.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/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.git
Fetching https://github.com/swiftlang/swift-docc-plugin
[1/2277] Fetching swift-docc-plugin
[2278/77260] Fetching swift-docc-plugin, swift-syntax
Fetched https://github.com/swiftlang/swift-docc-plugin from cache (8.11s)
Fetched https://github.com/swiftlang/swift-syntax.git from cache (8.23s)
Computing version for https://github.com/swiftlang/swift-docc-plugin
Computed https://github.com/swiftlang/swift-docc-plugin at 1.4.6 (13.00s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3672] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (0.80s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (1.82s)
Computing version for https://github.com/swiftlang/swift-syntax.git
Computed https://github.com/swiftlang/swift-syntax.git at 602.0.0 (1.29s)
Creating working copy for https://github.com/swiftlang/swift-syntax.git
Working copy of https://github.com/swiftlang/swift-syntax.git resolved at 602.0.0
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-docc-plugin
Working copy of https://github.com/swiftlang/swift-docc-plugin resolved at 1.4.6
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.62s)
[1/1] Compiling plugin Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
Building for debugging...
[2/14] Write sources
[6/14] Write swift-version-24593BA9C3E375BF.txt
[8/17] Compiling FixturesMacros Parameter.swift
[9/17] Emitting module FixturesMacros
[10/17] Compiling FixturesMacros FixtureMacro.swift
[11/18] Wrapping AST for FixturesMacros for debugging
[12/18] Write Objects.LinkFileList
[13/18] Linking FixturesMacros-tool
[15/22] Emitting module Fixtures
[16/22] Compiling Fixtures Fixtures.swift
Internal Error: DecodingError.dataCorrupted: Data was corrupted. Debug description: Corrupted JSON. Underlying error: unexpected end of file
Internal Error: DecodingError.dataCorrupted: Data was corrupted. Debug description: Corrupted JSON. Underlying error: unexpected end of file
[19/23] Emitting module Fixtures
Internal Error: DecodingError.dataCorrupted: Data was corrupted. Debug description: Corrupted JSON. Underlying error: unexpected end of file
[20/24] Wrapping AST for Fixtures for debugging
[22/26] Emitting module FixturesClient
[23/26] Compiling FixturesClient main.swift
[24/27] Wrapping AST for FixturesClient for debugging
[25/27] Write Objects.LinkFileList
[26/27] Linking FixturesClient
Build complete! (57.63s)
Build complete.
{
"dependencies" : [
{
"identity" : "swift-syntax",
"requirement" : {
"range" : [
{
"lower_bound" : "602.0.0-latest",
"upper_bound" : "603.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/swiftlang/swift-syntax.git"
},
{
"identity" : "swift-docc-plugin",
"requirement" : {
"range" : [
{
"lower_bound" : "1.4.5",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/swiftlang/swift-docc-plugin"
}
],
"manifest_display_name" : "swift-fixtures",
"name" : "swift-fixtures",
"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" : "Fixtures",
"targets" : [
"Fixtures"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "FixturesClient",
"targets" : [
"FixturesClient"
],
"type" : {
"executable" : null
}
},
{
"name" : "FixturesMacros",
"targets" : [
"FixturesMacros"
],
"type" : {
"macro" : null
}
}
],
"targets" : [
{
"c99name" : "FixturesTests",
"module_type" : "SwiftTarget",
"name" : "FixturesTests",
"path" : "Tests/FixturesTests",
"sources" : [
"FixturesTests.swift"
],
"target_dependencies" : [
"Fixtures"
],
"type" : "test"
},
{
"c99name" : "FixturesMacrosTests",
"module_type" : "SwiftTarget",
"name" : "FixturesMacrosTests",
"path" : "Tests/FixturesMacrosTests",
"product_dependencies" : [
"SwiftSyntaxMacrosTestSupport"
],
"sources" : [
"ComplexTests.swift",
"EnumTests.swift",
"StructTests.swift",
"testMacros.swift"
],
"target_dependencies" : [
"FixturesMacros"
],
"type" : "test"
},
{
"c99name" : "FixturesMacros",
"module_type" : "SwiftTarget",
"name" : "FixturesMacros",
"path" : "Sources/FixturesMacros",
"product_dependencies" : [
"SwiftSyntaxMacros",
"SwiftCompilerPlugin"
],
"product_memberships" : [
"Fixtures",
"FixturesClient",
"FixturesMacros"
],
"sources" : [
"FixtureMacro.swift",
"Parameter.swift"
],
"type" : "macro"
},
{
"c99name" : "FixturesClient",
"module_type" : "SwiftTarget",
"name" : "FixturesClient",
"path" : "Sources/FixturesClient",
"product_memberships" : [
"FixturesClient"
],
"sources" : [
"main.swift"
],
"target_dependencies" : [
"Fixtures"
],
"type" : "executable"
},
{
"c99name" : "Fixtures",
"module_type" : "SwiftTarget",
"name" : "Fixtures",
"path" : "Sources/Fixtures",
"product_memberships" : [
"Fixtures",
"FixturesClient"
],
"sources" : [
"Fixtures.swift"
],
"target_dependencies" : [
"FixturesMacros"
],
"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.