Build Information
Successful build of swift-custom-dump with Swift 5.10 for macOS (SPM).
Build Command
env DEVELOPER_DIR=/Applications/Xcode-15.3.0-Beta.2.app xcrun swift build --arch arm64
Build Log
========================================
RunAll
========================================
Builder version: 4.29.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/0xLeif/swift-custom-dump.git
Reference: main
Initialized empty Git repository in /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-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
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 5.10
Building package at path: $workDir
https://github.com/0xLeif/swift-custom-dump.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.3.0-Beta.2.app xcrun swift build --arch arm64
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version--423B1241ED78D482.txt
[4/9] Compiling XCTestDynamicOverlay XCTUnimplemented.swift
[5/9] Compiling XCTestDynamicOverlay RuntimeWarnings.swift
[6/9] Compiling XCTestDynamicOverlay XCTIsTesting.swift
[7/9] Compiling XCTestDynamicOverlay XCTCurrentTestCase.swift
[8/9] Emitting module XCTestDynamicOverlay
[9/9] Compiling XCTestDynamicOverlay XCTFail.swift
[10/32] Compiling CustomDump CoreImage.swift
[11/32] Compiling CustomDump CoreLocation.swift
[12/32] Compiling CustomDump CoreMotion.swift
[13/32] Compiling CustomDump Foundation.swift
[14/32] Compiling CustomDump GameKit.swift
[15/32] Compiling CustomDump KeyPath.swift
[16/32] Compiling CustomDump Photos.swift
[17/32] Compiling CustomDump AnyType.swift
[18/32] Compiling CustomDump Box.swift
[19/32] Compiling CustomDump CollectionDifference.swift
[20/32] Compiling CustomDump CustomDumpStringConvertible.swift
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-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 Swift 6
func customDumpHelp<T, TargetStream>(
^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/CustomDump/Dump.swift:51:24: note: 'T' previously declared here
public func customDump<T, TargetStream>(
^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-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 Swift 6
func customDumpHelp<T, TargetStream>(
^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/CustomDump/Dump.swift:51:27: note: 'TargetStream' previously declared here
public func customDump<T, TargetStream>(
^
[21/32] Compiling CustomDump Diff.swift
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-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 Swift 6
func customDumpHelp<T, TargetStream>(
^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/CustomDump/Dump.swift:51:24: note: 'T' previously declared here
public func customDump<T, TargetStream>(
^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-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 Swift 6
func customDumpHelp<T, TargetStream>(
^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/CustomDump/Dump.swift:51:27: note: 'TargetStream' previously declared here
public func customDump<T, TargetStream>(
^
[22/32] Compiling CustomDump Dump.swift
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-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 Swift 6
func customDumpHelp<T, TargetStream>(
^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/CustomDump/Dump.swift:51:24: note: 'T' previously declared here
public func customDump<T, TargetStream>(
^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-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 Swift 6
func customDumpHelp<T, TargetStream>(
^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/CustomDump/Dump.swift:51:27: note: 'TargetStream' previously declared here
public func customDump<T, TargetStream>(
^
[23/32] Emitting module CustomDump
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-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 Swift 6
func customDumpHelp<T, TargetStream>(
^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/CustomDump/Dump.swift:51:24: note: 'T' previously declared here
public func customDump<T, TargetStream>(
^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-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 Swift 6
func customDumpHelp<T, TargetStream>(
^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/CustomDump/Dump.swift:51:27: note: 'TargetStream' previously declared here
public func customDump<T, TargetStream>(
^
[24/32] Compiling CustomDump SwiftUI.swift
[25/32] Compiling CustomDump UIKit.swift
[26/32] Compiling CustomDump UserNotifications.swift
[27/32] Compiling CustomDump Speech.swift
[28/32] Compiling CustomDump StoreKit.swift
[29/32] Compiling CustomDump Swift.swift
[30/32] Compiling CustomDump UserNotificationsUI.swift
[31/32] Compiling CustomDump CustomDumpReflectable.swift
[32/32] Compiling CustomDump CustomDumpRepresentable.swift
[33/35] Compiling CustomDump Mirror.swift
[34/35] Compiling CustomDump String.swift
[35/35] Compiling CustomDump XCTAssertNoDifference.swift
Build complete! (13.13s)
Fetching https://github.com/pointfreeco/xctest-dynamic-overlay from cache
Fetched https://github.com/pointfreeco/xctest-dynamic-overlay from cache (0.41s)
Computing version for https://github.com/pointfreeco/xctest-dynamic-overlay
Computed https://github.com/pointfreeco/xctest-dynamic-overlay at 0.4.1 (0.43s)
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
Build complete.
Done.