Build Information
Successful build of SafeDecoding, reference main (fd7a7e), with Swift 6.2 for macOS (SPM) on 4 May 2026 21:50:46 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.3.0.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/AltiAntonov/SafeDecoding.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/AltiAntonov/SafeDecoding
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at fd7a7eb Release 0.7.0
Cloned https://github.com/AltiAntonov/SafeDecoding.git
Revision (git rev-parse @):
fd7a7ebe11431ad0663723c0cc740690ff019af5
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/AltiAntonov/SafeDecoding.git at main
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/AltiAntonov/SafeDecoding.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.3.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--3CB7CFEC50E0D141.txt
[3/13] Compiling SafeDecoding SafeDecodable.swift
[4/13] Compiling SafeDecoding SafeDecodingFallbackProvider.swift
[5/14] Compiling SafeDecoding KeyedDecodingContainer+SafeFallbackDecoding.swift
[6/14] Compiling SafeDecoding KeyedDecodingContainer+LossySafeDecoding.swift
[7/14] Compiling SafeDecoding KeyedDecodingContainer+SafeDecoding.swift
[8/14] Compiling SafeDecoding SafeDecodingReport.swift
[9/14] Emitting module SafeDecoding
[10/14] Compiling SafeDecoding SafeDecodingIssue.swift
[11/14] Compiling SafeDecoding SafeJSONDecoder.swift
[12/14] Compiling SafeDecoding SafeDecodingDiagnostics.swift
[13/14] Compiling SafeDecoding LossySafeDecodable.swift
[14/14] Compiling SafeDecoding SafeFallbackDecodable.swift
Build complete! (5.37s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "SafeDecoding",
"name" : "SafeDecoding",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "17.0"
},
{
"name" : "macos",
"version" : "14.0"
}
],
"products" : [
{
"name" : "SafeDecoding",
"targets" : [
"SafeDecoding"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "SafeDecodingTests",
"module_type" : "SwiftTarget",
"name" : "SafeDecodingTests",
"path" : "Tests/SafeDecodingTests",
"sources" : [
"Decoders/SafeJSONDecoderTests.swift",
"Diagnostics/SafeDecodingDiagnosticsTests.swift",
"Diagnostics/SafeDecodingReportTests.swift",
"PropertyWrappers/LossySafeDecodableTests.swift",
"PropertyWrappers/SafeDecodableOptionalTests.swift",
"PropertyWrappers/SafeFallbackDecodableTests.swift"
],
"target_dependencies" : [
"SafeDecoding"
],
"type" : "test"
},
{
"c99name" : "SafeDecoding",
"module_type" : "SwiftTarget",
"name" : "SafeDecoding",
"path" : "Sources/SafeDecoding",
"product_memberships" : [
"SafeDecoding"
],
"sources" : [
"Decoders/SafeJSONDecoder.swift",
"Diagnostics/SafeDecodingDiagnostics.swift",
"Diagnostics/SafeDecodingIssue.swift",
"Diagnostics/SafeDecodingReport.swift",
"Extensions/KeyedDecodingContainer+LossySafeDecoding.swift",
"Extensions/KeyedDecodingContainer+SafeDecoding.swift",
"Extensions/KeyedDecodingContainer+SafeFallbackDecoding.swift",
"PropertyWrappers/LossySafeDecodable.swift",
"PropertyWrappers/SafeDecodable.swift",
"PropertyWrappers/SafeDecodingFallbackProvider.swift",
"PropertyWrappers/SafeFallbackDecodable.swift"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
Done.