Build Information
Successful build of ReerCodable, reference 1.7.2 (1e7ab2), with Swift 6.2 for Linux on 11 Mar 2026 11:10:25 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/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/reers/ReerCodable.git
Reference: 1.7.2
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/reers/ReerCodable
* tag 1.7.2 -> FETCH_HEAD
HEAD is now at 1e7ab2e release 1.7.2
Cloned https://github.com/reers/ReerCodable.git
Revision (git rev-parse @):
1e7ab2e86853d42ad0d4d24df0d789754634ff9c
SUCCESS checkout https://github.com/reers/ReerCodable.git at 1.7.2
========================================
Build
========================================
Selected platform: linux
Swift version: 6.2
Building package at path: $PWD
https://github.com/reers/ReerCodable.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/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/74671] Fetching swift-syntax
Fetched https://github.com/swiftlang/swift-syntax from cache (4.83s)
Computing version for https://github.com/swiftlang/swift-syntax
Computed https://github.com/swiftlang/swift-syntax at 600.0.1 (7.22s)
Creating working copy for https://github.com/swiftlang/swift-syntax
Working copy of https://github.com/swiftlang/swift-syntax resolved at 600.0.1
Downloading package prebuilt https://download.swift.org/prebuilts/swift-syntax/600.0.1/swift-6.2.3-RELEASE-MacroSupport-ubuntu_jammy_x86_64.tar.gz
Downloaded https://download.swift.org/prebuilts/swift-syntax/600.0.1/swift-6.2.3-RELEASE-MacroSupport-ubuntu_jammy_x86_64.tar.gz (0.38s)
Building for debugging...
[0/7] Write sources
[3/7] Write swift-version-24593BA9C3E375BF.txt
[5/30] Emitting module ReerCodableMacros
[6/33] Compiling ReerCodableMacros DateCodingImpl.swift
[7/33] Compiling ReerCodableMacros DefaultCodingValueImpl.swift
[8/33] Compiling ReerCodableMacros DefaultInstanceImpl.swift
[9/33] Compiling ReerCodableMacros EncodingKeyImpl.swift
[10/33] Compiling ReerCodableMacros FlatCodingImpl.swift
[11/33] Compiling ReerCodableMacros FlexibleTypeImpl.swift
[12/33] Compiling ReerCodableMacros CodingCaseImpl.swift
[13/33] Compiling ReerCodableMacros CodingContainerImpl.swift
[14/33] Compiling ReerCodableMacros CodingKeyImpl.swift
[15/33] Compiling ReerCodableMacros CompactDecodingImpl.swift
[16/33] Compiling ReerCodableMacros CopyableImpl.swift
[17/33] Compiling ReerCodableMacros CustomCodingImpl.swift
[18/33] Compiling ReerCodableMacros IgnoreCodingImpl.swift
[19/33] Compiling ReerCodableMacros InheritedCodableImpl.swift
[20/33] Compiling ReerCodableMacros Plugins.swift
[21/33] Compiling ReerCodableMacros PropertyInfo.swift
[22/33] Compiling ReerCodableMacros TypeInfo.swift
[23/33] Compiling ReerCodableMacros VariableDeclSyntax+Extensions.swift
[24/33] Compiling ReerCodableMacros Base64CodingImpl.swift
[25/33] Compiling ReerCodableMacros CaseStyleImpl.swift
[26/33] Compiling ReerCodableMacros CodableImpl.swift
[27/33] Compiling ReerCodableMacros AttributeListSyntax+Extensions.swift
[28/33] Compiling ReerCodableMacros CheckType.swift
[29/33] Compiling ReerCodableMacros KeyConverter.swift
[30/33] Compiling ReerCodableMacros MacroError.swift
[31/34] Wrapping AST for ReerCodableMacros for debugging
[32/34] Write Objects.LinkFileList
[33/34] Linking ReerCodableMacros-tool
[35/88] Compiling ReerCodable Decoder+Extensions.swift
Internal Error: dataCorrupted(Swift.DecodingError.Context(codingPath: [], debugDescription: "Corrupted JSON", underlyingError: Optional(unexpected end of file)))
[36/88] Compiling ReerCodable Encodable+Extensions.swift
Internal Error: dataCorrupted(Swift.DecodingError.Context(codingPath: [], debugDescription: "Corrupted JSON", underlyingError: Optional(unexpected end of file)))
[37/88] Compiling ReerCodable Encoder+Extensions.swift
Internal Error: dataCorrupted(Swift.DecodingError.Context(codingPath: [], debugDescription: "Corrupted JSON", underlyingError: Optional(unexpected end of file)))
[38/88] Compiling ReerCodable CodingIgnored.swift
Internal Error: dataCorrupted(Swift.DecodingError.Context(codingPath: [], debugDescription: "Corrupted JSON", underlyingError: Optional(unexpected end of file)))
[39/88] Compiling ReerCodable CodingKey.swift
Internal Error: dataCorrupted(Swift.DecodingError.Context(codingPath: [], debugDescription: "Corrupted JSON", underlyingError: Optional(unexpected end of file)))
[40/88] Compiling ReerCodable CompactDecoding.swift
Internal Error: dataCorrupted(Swift.DecodingError.Context(codingPath: [], debugDescription: "Corrupted JSON", underlyingError: Optional(unexpected end of file)))
[41/88] Compiling ReerCodable Copyable.swift
[42/88] Compiling ReerCodable CustomCoding.swift
[43/88] Compiling ReerCodable DateCoding.swift
[44/88] Compiling ReerCodable DefaultInstance.swift
[48/88] Compiling ReerCodable CodingContainer.swift
[50/88] Compiling ReerCodable CodingIgnored.swift
[51/88] Compiling ReerCodable CodingKey.swift
[52/88] Compiling ReerCodable CompactDecoding.swift
[53/88] Compiling ReerCodable DefaultValue.swift
Internal Error: dataCorrupted(Swift.DecodingError.Context(codingPath: [], debugDescription: "Corrupted JSON", underlyingError: Optional(unexpected end of file)))
[54/88] Compiling ReerCodable EnumCoding.swift
Internal Error: dataCorrupted(Swift.DecodingError.Context(codingPath: [], debugDescription: "Corrupted JSON", underlyingError: Optional(unexpected end of file)))
Internal Error: dataCorrupted(Swift.DecodingError.Context(codingPath: [], debugDescription: "Corrupted JSON", underlyingError: Optional(unexpected end of file)))
[60/94] Emitting module ReerCodable
Internal Error: dataCorrupted(Swift.DecodingError.Context(codingPath: [], debugDescription: "Corrupted JSON", underlyingError: Optional(unexpected end of file)))
[61/94] Compiling ReerCodable ReerCodableError.swift
[62/94] Compiling ReerCodable SingleValueDecodingContainer+Extensions.swift
[63/94] Compiling ReerCodable TypeConversion.swift
[70/94] Compiling ReerCodable Extensions.swift
[71/94] Compiling ReerCodable KeyedDecodingContainer+Extensions.swift
[72/94] Compiling ReerCodable KeyedEncodingContainer+Extensions.swift
[73/94] Compiling ReerCodable Base64Coding.swift
[74/94] Compiling ReerCodable Codable.swift
Internal Error: dataCorrupted(Swift.DecodingError.Context(codingPath: [], debugDescription: "Corrupted JSON", underlyingError: Optional(unexpected end of file)))
Internal Error: dataCorrupted(Swift.DecodingError.Context(codingPath: [], debugDescription: "Corrupted JSON", underlyingError: Optional(unexpected end of file)))
Internal Error: dataCorrupted(Swift.DecodingError.Context(codingPath: [], debugDescription: "Corrupted JSON", underlyingError: Optional(unexpected end of file)))
[82/94] Compiling ReerCodable AnyCodable.swift
[83/94] Compiling ReerCodable AnyCodingKey.swift
[84/94] Compiling ReerCodable DateCodingStrategy.swift
[85/94] Compiling ReerCodable Decodable+Extensions.swift
[86/94] Emitting module ReerCodable
Internal Error: dataCorrupted(Swift.DecodingError.Context(codingPath: [], debugDescription: "Corrupted JSON", underlyingError: Optional(unexpected end of file)))
Build complete! (27.74s)
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"
}
],
"manifest_display_name" : "ReerCodable",
"name" : "ReerCodable",
"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" : "ReerCodable",
"targets" : [
"ReerCodable"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "ReerCodableMacros",
"targets" : [
"ReerCodableMacros"
],
"type" : {
"macro" : null
}
}
],
"swift_languages_versions" : [
"5"
],
"targets" : [
{
"c99name" : "ReerCodableTests",
"module_type" : "SwiftTarget",
"name" : "ReerCodableTests",
"path" : "Tests/ReerCodableTests",
"product_dependencies" : [
"SwiftSyntaxMacrosTestSupport",
"SwiftCompilerPlugin"
],
"sources" : [
"AnyCodableTests.swift",
"BigIntTests.swift",
"CodingContainerTests.swift",
"CopyableTests.swift",
"CustomCodingTests.swift",
"DateCodingTests.swift",
"DefaultInstanceTests.swift",
"DefaultValueTests.swift",
"EnumTests.swift",
"Extensions.swift",
"InheritedCodableTests.swift",
"MacroExpandTests.swift",
"NSObjectCodableTests.swift",
"NamingConventionTests.swift",
"OnlyDecodableTests.swift",
"OnlyEncodableTests.swift",
"PropertyListCodingTests.swift",
"ReerCodableTests.swift"
],
"target_dependencies" : [
"ReerCodable",
"ReerCodableMacros"
],
"type" : "test"
},
{
"c99name" : "ReerCodableMacros",
"module_type" : "SwiftTarget",
"name" : "ReerCodableMacros",
"path" : "Sources/ReerCodableMacros",
"product_dependencies" : [
"SwiftSyntaxMacros",
"SwiftCompilerPlugin"
],
"product_memberships" : [
"ReerCodable",
"ReerCodableMacros"
],
"sources" : [
"AttributeListSyntax+Extensions.swift",
"CheckType.swift",
"KeyConverter.swift",
"MacroError.swift",
"MacroImplementations/Base64CodingImpl.swift",
"MacroImplementations/CaseStyleImpl.swift",
"MacroImplementations/CodableImpl.swift",
"MacroImplementations/CodingCaseImpl.swift",
"MacroImplementations/CodingContainerImpl.swift",
"MacroImplementations/CodingKeyImpl.swift",
"MacroImplementations/CompactDecodingImpl.swift",
"MacroImplementations/CopyableImpl.swift",
"MacroImplementations/CustomCodingImpl.swift",
"MacroImplementations/DateCodingImpl.swift",
"MacroImplementations/DefaultCodingValueImpl.swift",
"MacroImplementations/DefaultInstanceImpl.swift",
"MacroImplementations/EncodingKeyImpl.swift",
"MacroImplementations/FlatCodingImpl.swift",
"MacroImplementations/FlexibleTypeImpl.swift",
"MacroImplementations/IgnoreCodingImpl.swift",
"MacroImplementations/InheritedCodableImpl.swift",
"Plugins.swift",
"PropertyInfo.swift",
"TypeInfo.swift",
"VariableDeclSyntax+Extensions.swift"
],
"type" : "macro"
},
{
"c99name" : "ReerCodable",
"module_type" : "SwiftTarget",
"name" : "ReerCodable",
"path" : "Sources/ReerCodable",
"product_memberships" : [
"ReerCodable"
],
"sources" : [
"AnyCodable.swift",
"AnyCodingKey.swift",
"DateCodingStrategy.swift",
"Decodable+Extensions.swift",
"Decoder+Extensions.swift",
"Encodable+Extensions.swift",
"Encoder+Extensions.swift",
"Extensions.swift",
"KeyedDecodingContainer+Extensions.swift",
"KeyedEncodingContainer+Extensions.swift",
"MacroDeclarations/Base64Coding.swift",
"MacroDeclarations/Codable.swift",
"MacroDeclarations/CodingContainer.swift",
"MacroDeclarations/CodingIgnored.swift",
"MacroDeclarations/CodingKey.swift",
"MacroDeclarations/CompactDecoding.swift",
"MacroDeclarations/Copyable.swift",
"MacroDeclarations/CustomCoding.swift",
"MacroDeclarations/DateCoding.swift",
"MacroDeclarations/DefaultInstance.swift",
"MacroDeclarations/DefaultValue.swift",
"MacroDeclarations/EnumCoding.swift",
"MacroDeclarations/FlatCoding.swift",
"MacroDeclarations/FlexibleType.swift",
"MacroDeclarations/KeyCodingStrategy.swift",
"ReerCodableDelegate.swift",
"ReerCodableError.swift",
"SingleValueDecodingContainer+Extensions.swift",
"TypeConversion.swift"
],
"target_dependencies" : [
"ReerCodableMacros"
],
"type" : "library"
}
],
"tools_version" : "6.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
Done.