Build Information
Successful build of ETBCodable, reference v1.0.0 (0b9c20), with Swift 6.3 for macOS (SPM) on 18 Apr 2026 03:04:16 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/elf0-fr/ETBCodable.git
Reference: v1.0.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/elf0-fr/ETBCodable
* tag v1.0.0 -> FETCH_HEAD
HEAD is now at 0b9c20c Merge pull request #6 from elf0-fr/Release/V1.0.0
Cloned https://github.com/elf0-fr/ETBCodable.git
Revision (git rev-parse @):
0b9c20c7564385723f3279a8ff642c096a7bad77
SUCCESS checkout https://github.com/elf0-fr/ETBCodable.git at v1.0.0
Fetching https://github.com/swiftlang/swift-syntax.git
[1/74983] Fetching swift-syntax
Fetched https://github.com/swiftlang/swift-syntax.git from cache (3.83s)
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
Downloading package prebuilt https://download.swift.org/prebuilts/swift-syntax/602.0.0/swiftlang-6.3.0.123.5-macosx26.4-MacroSupport.zip
Downloaded https://download.swift.org/prebuilts/swift-syntax/602.0.0/swiftlang-6.3.0.123.5-macosx26.4-MacroSupport.zip (0.65s)
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
"identity": ".resolve-product-dependencies",
"name": "resolve-dependencies",
"url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
"traits": [
"default"
],
"dependencies": [
{
"identity": "etbcodable",
"name": "ETBCodable",
"url": "https://github.com/elf0-fr/ETBCodable.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/ETBCodable",
"traits": [
"default"
],
"dependencies": [
]
}
]
}
Fetching https://github.com/elf0-fr/ETBCodable.git
[1/154] Fetching etbcodable
Fetched https://github.com/elf0-fr/ETBCodable.git from cache (0.58s)
Fetching https://github.com/swiftlang/swift-syntax.git from cache
Fetched https://github.com/swiftlang/swift-syntax.git from cache (0.81s)
Computing version for https://github.com/swiftlang/swift-syntax.git
Computed https://github.com/swiftlang/swift-syntax.git at 602.0.0 (1.48s)
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/elf0-fr/ETBCodable.git
Working copy of https://github.com/elf0-fr/ETBCodable.git resolved at v1.0.0 (0b9c20c)
Found 0 product dependencies
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.3
Building package at path: $PWD
https://github.com/elf0-fr/ETBCodable.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/10] Write sources
[2/10] Write ETBCodableClient-entitlement.plist
[4/10] Write swift-version--6988338F2F200930.txt
[6/15] Compiling ETBCodableMacros ETBCodableMacro+Main.swift
[7/15] Compiling ETBCodableMacros ETBCodableMacro+Helper.swift
[8/15] Emitting module ETBCodableMacros
[9/15] Compiling ETBCodableMacros CodingKeyMacro.swift
[10/15] Compiling ETBCodableMacros CodableMacro.swift
[10/15] Write Objects.LinkFileList
[11/15] Linking ETBCodableMacros-tool
[13/17] Compiling ETBCodable ETBCodable.swift
[14/17] Emitting module ETBCodable
[15/19] Compiling ETBCodableClient main.swift
[16/19] Emitting module ETBCodableClient
[16/19] Write Objects.LinkFileList
[17/19] Linking ETBCodableClient
[18/19] Applying ETBCodableClient
Build complete! (7.15s)
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"
}
],
"manifest_display_name" : "ETBCodable",
"name" : "ETBCodable",
"path" : "/Users/admin/builder/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" : "ETBCodable",
"targets" : [
"ETBCodable"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "ETBCodableClient",
"targets" : [
"ETBCodableClient"
],
"type" : {
"executable" : null
}
},
{
"name" : "ETBCodableMacros",
"targets" : [
"ETBCodableMacros"
],
"type" : {
"macro" : null
}
}
],
"targets" : [
{
"c99name" : "ETBCodableTests",
"module_type" : "SwiftTarget",
"name" : "ETBCodableTests",
"path" : "Tests/ETBCodableTests",
"product_dependencies" : [
"SwiftSyntaxMacrosTestSupport"
],
"sources" : [
"ETBCodableTests.swift",
"Test_CodingKeyMacro.swift"
],
"target_dependencies" : [
"ETBCodableMacros"
],
"type" : "test"
},
{
"c99name" : "ETBCodableMacros",
"module_type" : "SwiftTarget",
"name" : "ETBCodableMacros",
"path" : "Sources/ETBCodableMacros",
"product_dependencies" : [
"SwiftSyntaxMacros",
"SwiftCompilerPlugin"
],
"product_memberships" : [
"ETBCodable",
"ETBCodableClient",
"ETBCodableMacros"
],
"sources" : [
"CodableMacro.swift",
"CodingKeyMacro.swift",
"ETBCodableMacro+Helper.swift",
"ETBCodableMacro+Main.swift"
],
"type" : "macro"
},
{
"c99name" : "ETBCodableClient",
"module_type" : "SwiftTarget",
"name" : "ETBCodableClient",
"path" : "Sources/ETBCodableClient",
"product_memberships" : [
"ETBCodableClient"
],
"sources" : [
"main.swift"
],
"target_dependencies" : [
"ETBCodable"
],
"type" : "executable"
},
{
"c99name" : "ETBCodable",
"module_type" : "SwiftTarget",
"name" : "ETBCodable",
"path" : "Sources/ETBCodable",
"product_memberships" : [
"ETBCodable",
"ETBCodableClient"
],
"sources" : [
"ETBCodable.swift"
],
"target_dependencies" : [
"ETBCodableMacros"
],
"type" : "library"
}
],
"tools_version" : "6.2"
}
Done.