Build Information
Successful build of Decoded, reference 0.5.0 (fee138), with Swift 6.3 for macOS (SPM) on 12 Apr 2026 15:19:19 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/siemensikkema/Decoded.git
Reference: 0.5.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/siemensikkema/Decoded
* tag 0.5.0 -> FETCH_HEAD
HEAD is now at fee1386 Trim API and add API docs (#1)
Cloned https://github.com/siemensikkema/Decoded.git
Revision (git rev-parse @):
fee13866bad8c25f3e5496865dab7a040216a7cf
SUCCESS checkout https://github.com/siemensikkema/Decoded.git at 0.5.0
========================================
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": "decoded",
"name": "Decoded",
"url": "https://github.com/siemensikkema/Decoded.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Decoded",
"traits": [
"default"
],
"dependencies": [
]
}
]
}
Fetching https://github.com/siemensikkema/Decoded.git
[1/735] Fetching decoded
Fetched https://github.com/siemensikkema/Decoded.git from cache (0.91s)
Creating working copy for https://github.com/siemensikkema/Decoded.git
Working copy of https://github.com/siemensikkema/Decoded.git resolved at 0.5.0 (fee1386)
warning: '.resolve-product-dependencies': dependency 'decoded' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.3
Building package at path: $PWD
https://github.com/siemensikkema/Decoded.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--6988338F2F200930.txt
[3/10] Compiling Decoded Unwrappable.swift
[4/10] Compiling Decoded DecodingSuccess.swift
[5/10] Compiling Decoded DecodingFailure.swift
[6/10] Compiling Decoded DecodingResult.swift
[7/10] Compiling Decoded AnyCodingKey.swift
[8/10] Compiling Decoded CodingPath.swift
[9/10] Emitting module Decoded
[10/10] Compiling Decoded Decoded.swift
Build complete! (0.85s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "Decoded",
"name" : "Decoded",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "Decoded",
"targets" : [
"Decoded"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "DecodedTests",
"module_type" : "SwiftTarget",
"name" : "DecodedTests",
"path" : "Tests/DecodedTests",
"sources" : [
"PropertyDecodingTests.swift",
"TopLevelValueDecodingTests.swift",
"decode.swift"
],
"target_dependencies" : [
"Decoded"
],
"type" : "test"
},
{
"c99name" : "Decoded",
"module_type" : "SwiftTarget",
"name" : "Decoded",
"path" : "Sources/Decoded",
"product_memberships" : [
"Decoded"
],
"sources" : [
"AnyCodingKey.swift",
"CodingPath.swift",
"Decoded.swift",
"DecodingFailure.swift",
"DecodingResult.swift",
"DecodingSuccess.swift",
"Unwrappable.swift"
],
"type" : "library"
}
],
"tools_version" : "5.5"
}
Done.