Build Information
Successful build of swift-custom-dump, reference main (7e82ed), with Swift 6.3 for macOS (SPM) on 14 Apr 2026 03:21:17 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/0xLeif/swift-custom-dump.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/0xLeif/swift-custom-dump
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 7e82ed0 Merge branch 'pointfreeco:main' into main
Cloned https://github.com/0xLeif/swift-custom-dump.git
Revision (git rev-parse @):
7e82ed0d2de34933946353336dec5f210c62d658
SUCCESS checkout https://github.com/0xLeif/swift-custom-dump.git at main
Fetching https://github.com/pointfreeco/xctest-dynamic-overlay
[1/5723] Fetching xctest-dynamic-overlay
Fetched https://github.com/pointfreeco/xctest-dynamic-overlay from cache (1.38s)
Computing version for https://github.com/pointfreeco/xctest-dynamic-overlay
Computed https://github.com/pointfreeco/xctest-dynamic-overlay at 0.4.1 (2.11s)
Creating working copy for https://github.com/pointfreeco/xctest-dynamic-overlay
Working copy of https://github.com/pointfreeco/xctest-dynamic-overlay resolved at 0.4.1
========================================
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": "swift-custom-dump",
"name": "swift-custom-dump",
"url": "https://github.com/0xLeif/swift-custom-dump.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-custom-dump",
"traits": [
"default"
],
"dependencies": [
{
"identity": "xctest-dynamic-overlay",
"name": "xctest-dynamic-overlay",
"url": "https://github.com/pointfreeco/xctest-dynamic-overlay",
"version": "0.9.0",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/xctest-dynamic-overlay",
"traits": [
"default"
],
"dependencies": [
]
}
]
}
]
}
Fetching https://github.com/0xLeif/swift-custom-dump.git
[1/1379] Fetching swift-custom-dump
Fetched https://github.com/0xLeif/swift-custom-dump.git from cache (0.78s)
Fetching https://github.com/pointfreeco/xctest-dynamic-overlay from cache
Fetched https://github.com/pointfreeco/xctest-dynamic-overlay from cache (0.42s)
Computing version for https://github.com/pointfreeco/xctest-dynamic-overlay
Computed https://github.com/pointfreeco/xctest-dynamic-overlay at 0.9.0 (0.49s)
Creating working copy for https://github.com/pointfreeco/xctest-dynamic-overlay
Working copy of https://github.com/pointfreeco/xctest-dynamic-overlay resolved at 0.9.0
Creating working copy for https://github.com/0xLeif/swift-custom-dump.git
Working copy of https://github.com/0xLeif/swift-custom-dump.git resolved at main (7e82ed0)
warning: '.resolve-product-dependencies': dependency 'swift-custom-dump' is not used by any target
Found 1 product dependencies
- xctest-dynamic-overlay
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.3
Building package at path: $PWD
https://github.com/0xLeif/swift-custom-dump.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version--6988338F2F200930.txt
[4/9] Compiling XCTestDynamicOverlay RuntimeWarnings.swift
[5/9] Compiling XCTestDynamicOverlay XCTUnimplemented.swift
[6/9] Compiling XCTestDynamicOverlay XCTIsTesting.swift
[7/9] Emitting module XCTestDynamicOverlay
[8/9] Compiling XCTestDynamicOverlay XCTCurrentTestCase.swift
[9/9] Compiling XCTestDynamicOverlay XCTFail.swift
[10/33] Emitting module CustomDump
/Users/admin/builder/spi-builder-workspace/Sources/CustomDump/Conformances/KeyPath.swift:674:4: warning: symbol name 'swift_allocObject' is reserved for the Swift runtime and cannot be directly referenced without causing unpredictable behavior; this will become an error
672 | }
673 |
674 | @_silgen_name("swift_allocObject")
| `- warning: symbol name 'swift_allocObject' is reserved for the Swift runtime and cannot be directly referenced without causing unpredictable behavior; this will become an error
675 | internal func _allocObject(_: UnsafeMutableRawPointer, _: Int, _: Int) -> AnyObject?
676 |
/Users/admin/builder/spi-builder-workspace/Sources/CustomDump/Dump.swift:63:23: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
49 | /// - Returns: The instance passed as `value`.
50 | @discardableResult
51 | public func customDump<T, TargetStream>(
| `- note: 'T' previously declared here
52 | _ value: T,
53 | to target: inout TargetStream,
:
61 | var visitedItems: Set<ObjectIdentifier> = []
62 |
63 | func customDumpHelp<T, TargetStream>(
| `- warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
64 | _ value: T,
65 | to target: inout TargetStream,
/Users/admin/builder/spi-builder-workspace/Sources/CustomDump/Dump.swift:63:26: warning: generic parameter 'TargetStream' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
49 | /// - Returns: The instance passed as `value`.
50 | @discardableResult
51 | public func customDump<T, TargetStream>(
| `- note: 'TargetStream' previously declared here
52 | _ value: T,
53 | to target: inout TargetStream,
:
61 | var visitedItems: Set<ObjectIdentifier> = []
62 |
63 | func customDumpHelp<T, TargetStream>(
| `- warning: generic parameter 'TargetStream' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
64 | _ value: T,
65 | to target: inout TargetStream,
[11/35] Compiling CustomDump CustomDumpRepresentable.swift
[12/35] Compiling CustomDump CustomDumpStringConvertible.swift
[13/35] Compiling CustomDump Diff.swift
/Users/admin/builder/spi-builder-workspace/Sources/CustomDump/Dump.swift:63:23: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
49 | /// - Returns: The instance passed as `value`.
50 | @discardableResult
51 | public func customDump<T, TargetStream>(
| `- note: 'T' previously declared here
52 | _ value: T,
53 | to target: inout TargetStream,
:
61 | var visitedItems: Set<ObjectIdentifier> = []
62 |
63 | func customDumpHelp<T, TargetStream>(
| `- warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
64 | _ value: T,
65 | to target: inout TargetStream,
/Users/admin/builder/spi-builder-workspace/Sources/CustomDump/Dump.swift:63:26: warning: generic parameter 'TargetStream' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
49 | /// - Returns: The instance passed as `value`.
50 | @discardableResult
51 | public func customDump<T, TargetStream>(
| `- note: 'TargetStream' previously declared here
52 | _ value: T,
53 | to target: inout TargetStream,
:
61 | var visitedItems: Set<ObjectIdentifier> = []
62 |
63 | func customDumpHelp<T, TargetStream>(
| `- warning: generic parameter 'TargetStream' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
64 | _ value: T,
65 | to target: inout TargetStream,
[14/35] Compiling CustomDump Dump.swift
/Users/admin/builder/spi-builder-workspace/Sources/CustomDump/Dump.swift:63:23: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
49 | /// - Returns: The instance passed as `value`.
50 | @discardableResult
51 | public func customDump<T, TargetStream>(
| `- note: 'T' previously declared here
52 | _ value: T,
53 | to target: inout TargetStream,
:
61 | var visitedItems: Set<ObjectIdentifier> = []
62 |
63 | func customDumpHelp<T, TargetStream>(
| `- warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
64 | _ value: T,
65 | to target: inout TargetStream,
/Users/admin/builder/spi-builder-workspace/Sources/CustomDump/Dump.swift:63:26: warning: generic parameter 'TargetStream' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
49 | /// - Returns: The instance passed as `value`.
50 | @discardableResult
51 | public func customDump<T, TargetStream>(
| `- note: 'TargetStream' previously declared here
52 | _ value: T,
53 | to target: inout TargetStream,
:
61 | var visitedItems: Set<ObjectIdentifier> = []
62 |
63 | func customDumpHelp<T, TargetStream>(
| `- warning: generic parameter 'TargetStream' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
64 | _ value: T,
65 | to target: inout TargetStream,
[15/35] Compiling CustomDump String.swift
[16/35] Compiling CustomDump XCTAssertNoDifference.swift
[17/35] Compiling CustomDump CollectionDifference.swift
[18/35] Compiling CustomDump Mirror.swift
[19/35] Compiling CustomDump CoreImage.swift
[20/35] Compiling CustomDump CoreLocation.swift
[21/35] Compiling CustomDump CoreMotion.swift
[22/35] Compiling CustomDump Foundation.swift
/Users/admin/builder/spi-builder-workspace/Sources/CustomDump/Conformances/KeyPath.swift:674:4: warning: symbol name 'swift_allocObject' is reserved for the Swift runtime and cannot be directly referenced without causing unpredictable behavior; this will become an error
672 | }
673 |
674 | @_silgen_name("swift_allocObject")
| `- warning: symbol name 'swift_allocObject' is reserved for the Swift runtime and cannot be directly referenced without causing unpredictable behavior; this will become an error
675 | internal func _allocObject(_: UnsafeMutableRawPointer, _: Int, _: Int) -> AnyObject?
676 |
[23/35] Compiling CustomDump GameKit.swift
/Users/admin/builder/spi-builder-workspace/Sources/CustomDump/Conformances/KeyPath.swift:674:4: warning: symbol name 'swift_allocObject' is reserved for the Swift runtime and cannot be directly referenced without causing unpredictable behavior; this will become an error
672 | }
673 |
674 | @_silgen_name("swift_allocObject")
| `- warning: symbol name 'swift_allocObject' is reserved for the Swift runtime and cannot be directly referenced without causing unpredictable behavior; this will become an error
675 | internal func _allocObject(_: UnsafeMutableRawPointer, _: Int, _: Int) -> AnyObject?
676 |
[24/35] Compiling CustomDump KeyPath.swift
/Users/admin/builder/spi-builder-workspace/Sources/CustomDump/Conformances/KeyPath.swift:674:4: warning: symbol name 'swift_allocObject' is reserved for the Swift runtime and cannot be directly referenced without causing unpredictable behavior; this will become an error
672 | }
673 |
674 | @_silgen_name("swift_allocObject")
| `- warning: symbol name 'swift_allocObject' is reserved for the Swift runtime and cannot be directly referenced without causing unpredictable behavior; this will become an error
675 | internal func _allocObject(_: UnsafeMutableRawPointer, _: Int, _: Int) -> AnyObject?
676 |
[25/35] Compiling CustomDump Swift.swift
[26/35] Compiling CustomDump SwiftUI.swift
[27/35] Compiling CustomDump UIKit.swift
[28/35] Compiling CustomDump AnyType.swift
[29/35] Compiling CustomDump Box.swift
[30/35] Compiling CustomDump UserNotifications.swift
[31/35] Compiling CustomDump UserNotificationsUI.swift
[32/35] Compiling CustomDump CustomDumpReflectable.swift
[33/35] Compiling CustomDump Photos.swift
[34/35] Compiling CustomDump Speech.swift
[35/35] Compiling CustomDump StoreKit.swift
Build complete! (11.58s)
Build complete.
{
"dependencies" : [
{
"identity" : "xctest-dynamic-overlay",
"requirement" : {
"range" : [
{
"lower_bound" : "0.2.0",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/pointfreeco/xctest-dynamic-overlay"
}
],
"manifest_display_name" : "swift-custom-dump",
"name" : "swift-custom-dump",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "macos",
"version" : "10.15"
},
{
"name" : "tvos",
"version" : "13.0"
},
{
"name" : "watchos",
"version" : "6.0"
}
],
"products" : [
{
"name" : "CustomDump",
"targets" : [
"CustomDump"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "CustomDumpTests",
"module_type" : "SwiftTarget",
"name" : "CustomDumpTests",
"path" : "Tests/CustomDumpTests",
"sources" : [
"Conformances/CoreImageTests.swift",
"Conformances/FoundationTests.swift",
"Conformances/SwiftTests.swift",
"Conformances/UIKitTests.swift",
"Conformances/UserNotificationsTests.swift",
"DiffTests.swift",
"DumpTests.swift",
"Mocks.swift",
"XCTAssertNoDifferenceTests.swift"
],
"target_dependencies" : [
"CustomDump"
],
"type" : "test"
},
{
"c99name" : "CustomDump",
"module_type" : "SwiftTarget",
"name" : "CustomDump",
"path" : "Sources/CustomDump",
"product_dependencies" : [
"XCTestDynamicOverlay"
],
"product_memberships" : [
"CustomDump"
],
"sources" : [
"Conformances/CoreImage.swift",
"Conformances/CoreLocation.swift",
"Conformances/CoreMotion.swift",
"Conformances/Foundation.swift",
"Conformances/GameKit.swift",
"Conformances/KeyPath.swift",
"Conformances/Photos.swift",
"Conformances/Speech.swift",
"Conformances/StoreKit.swift",
"Conformances/Swift.swift",
"Conformances/SwiftUI.swift",
"Conformances/UIKit.swift",
"Conformances/UserNotifications.swift",
"Conformances/UserNotificationsUI.swift",
"CustomDumpReflectable.swift",
"CustomDumpRepresentable.swift",
"CustomDumpStringConvertible.swift",
"Diff.swift",
"Dump.swift",
"Internal/AnyType.swift",
"Internal/Box.swift",
"Internal/CollectionDifference.swift",
"Internal/Mirror.swift",
"Internal/String.swift",
"XCTAssertNoDifference.swift"
],
"type" : "library"
}
],
"tools_version" : "5.1"
}
Done.