The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Successful build of swift-custom-dump, reference 2022.11.1 (7e82ed), with Swift 6.2 (beta) for macOS (SPM) on 20 Jun 2025 21:44:14 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/0xLeif/swift-custom-dump.git
Reference: 2022.11.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/0xLeif/swift-custom-dump
 * tag               2022.11.1  -> FETCH_HEAD
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 2022.11.1
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/0xLeif/swift-custom-dump.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/12] Compiling XCTestDynamicOverlay Unimplemented.swift
[5/12] Compiling XCTestDynamicOverlay XCTIsTesting.swift
[6/12] Compiling XCTestDynamicOverlay RuntimeWarnings.swift
[7/12] Compiling XCTestDynamicOverlay XCTCurrentTestCase.swift
[8/12] Compiling XCTestDynamicOverlay Deprecations.swift
[9/12] Compiling XCTestDynamicOverlay GeneratePlaceholder.swift
[10/12] Compiling XCTestDynamicOverlay DefaultInitializable.swift
[11/12] Compiling XCTestDynamicOverlay XCTFail.swift
[12/12] Emitting module XCTestDynamicOverlay
[13/36] 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,
[14/36] Compiling CustomDump CoreImage.swift
[15/36] Compiling CustomDump CoreLocation.swift
[16/36] Compiling CustomDump CoreMotion.swift
[17/38] Compiling CustomDump UserNotifications.swift
[18/38] Compiling CustomDump UserNotificationsUI.swift
[19/38] Compiling CustomDump CustomDumpReflectable.swift
[20/38] 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,
[21/38] 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,
[22/38] Compiling CustomDump String.swift
[23/38] Compiling CustomDump XCTAssertNoDifference.swift
[24/38] Compiling CustomDump CollectionDifference.swift
[25/38] Compiling CustomDump Mirror.swift
[26/38] Compiling CustomDump CustomDumpRepresentable.swift
[27/38] Compiling CustomDump CustomDumpStringConvertible.swift
[28/38] Compiling CustomDump AnyType.swift
[29/38] Compiling CustomDump Box.swift
[30/38] 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 |
[31/38] 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 |
[32/38] 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 |
[33/38] Compiling CustomDump Swift.swift
[34/38] Compiling CustomDump SwiftUI.swift
[35/38] Compiling CustomDump UIKit.swift
[36/38] Compiling CustomDump Photos.swift
[37/38] Compiling CustomDump Speech.swift
[38/38] Compiling CustomDump StoreKit.swift
Build complete! (11.85s)
Fetching https://github.com/pointfreeco/xctest-dynamic-overlay
[1/5467] Fetching xctest-dynamic-overlay
Fetched https://github.com/pointfreeco/xctest-dynamic-overlay from cache (1.27s)
Computing version for https://github.com/pointfreeco/xctest-dynamic-overlay
Computed https://github.com/pointfreeco/xctest-dynamic-overlay at 0.9.0 (1.80s)
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
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.