Build Information
Successful build of Decoded, reference main (fee138), with Swift 6.2 for macOS (SPM) on 19 Jun 2025 05:53:28 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/siemensikkema/Decoded.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/siemensikkema/Decoded
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
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 main
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/siemensikkema/Decoded.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-1EA4D86E10B52AF.txt
[3/10] Compiling Decoded DecodingResult.swift
[4/10] Compiling Decoded Unwrappable.swift
[5/10] Compiling Decoded DecodingSuccess.swift
[6/10] Compiling Decoded Decoded.swift
[7/10] Compiling Decoded CodingPath.swift
[8/10] Compiling Decoded DecodingFailure.swift
[9/10] Compiling Decoded AnyCodingKey.swift
[10/10] Emitting module Decoded
Build complete! (0.82s)
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.