Build Information
Successful build of BackedCodable, reference main (c28a4e), with Swift 6.2 for macOS (SPM) on 18 Jun 2025 22:26:57 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/jegnux/BackedCodable.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/jegnux/BackedCodable
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at c28a4e5 Implement a safer init
Cloned https://github.com/jegnux/BackedCodable.git
Revision (git rev-parse @):
c28a4e556298bd81ba068f0f1c534af73ffd46f9
SUCCESS checkout https://github.com/jegnux/BackedCodable.git at main
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/jegnux/BackedCodable.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version-1EA4D86E10B52AF.txt
[4/20] Compiling BackedCodable BackedError.swift
[5/20] Compiling BackedCodable EmptyDecodable.swift
[6/21] Compiling BackedCodable Path.swift
[7/21] Compiling BackedCodable PathComponent.swift
[8/21] Compiling BackedCodable Decoder+PathDecoder.swift
[9/21] Compiling BackedCodable PathCodingKey.swift
[10/21] Compiling BackedCodable DateDecoder.swift
[11/21] Compiling BackedCodable LossyDecoder.swift
[12/21] Compiling BackedCodable PathDecoder.Element.swift
[13/21] Compiling BackedCodable PathDecoder.swift
[14/21] Compiling BackedCodable BackingDecoder.swift
[15/21] Compiling BackedCodable BackingDecoderContext.swift
[16/21] Compiling BackedCodable Backed+ConditionalProtocolConformances.swift
[17/21] Compiling BackedCodable Backed+Init.swift
[18/21] Emitting module BackedCodable
[19/21] Compiling BackedCodable Backed.swift
[20/21] Compiling BackedCodable BackedDecodable.swift
[21/21] Compiling BackedCodable PathFilter.swift
[22/25] Compiling BackedCodableStubs PlainSwiftStub.swift
[23/25] Compiling BackedCodableStubs Helpers.swift
[24/25] Compiling BackedCodableStubs BackedStub.swift
[25/25] Emitting module BackedCodableStubs
Build complete! (5.35s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "BackedCodable",
"name" : "BackedCodable",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.10"
},
{
"name" : "ios",
"version" : "9.0"
},
{
"name" : "watchos",
"version" : "2.0"
},
{
"name" : "tvos",
"version" : "9.0"
}
],
"products" : [
{
"name" : "BackedCodable",
"targets" : [
"BackedCodable"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "BackedCodableTests",
"module_type" : "SwiftTarget",
"name" : "BackedCodableTests",
"path" : "Tests/BackedCodableTests",
"sources" : [
"BackedCodableTests.swift",
"XCTestManifests.swift"
],
"target_dependencies" : [
"BackedCodable",
"BackedCodableStubs"
],
"type" : "test"
},
{
"c99name" : "BackedCodableStubs",
"module_type" : "SwiftTarget",
"name" : "BackedCodableStubs",
"path" : "Stubs",
"sources" : [
"BackedStub.swift",
"Helpers.swift",
"PlainSwiftStub.swift"
],
"target_dependencies" : [
"BackedCodable"
],
"type" : "library"
},
{
"c99name" : "BackedCodable",
"module_type" : "SwiftTarget",
"name" : "BackedCodable",
"path" : "Sources/BackedCodable",
"product_memberships" : [
"BackedCodable"
],
"sources" : [
"Backed+ConditionalProtocolConformances.swift",
"Backed+Init.swift",
"Backed.swift",
"BackedDecodable.swift",
"Decoders/BackingDecoder.swift",
"Decoders/BackingDecoderContext.swift",
"Decoders/DateDecoder.swift",
"Decoders/LossyDecoder.swift",
"Helper Types/BackedError.swift",
"Helper Types/EmptyDecodable.swift",
"Path Decoder/Decoder+PathDecoder.swift",
"Path Decoder/PathCodingKey.swift",
"Path Decoder/PathDecoder.Element.swift",
"Path Decoder/PathDecoder.swift",
"Path/Path.swift",
"Path/PathComponent.swift",
"Path/PathFilter.swift"
],
"type" : "library"
}
],
"tools_version" : "5.3"
}
Done.