The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Successful build of swift-custom-dump with Swift 5.9 for macOS (SPM).

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.28.5
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/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-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
Fetching https://github.com/pointfreeco/xctest-dynamic-overlay from cache
Fetched https://github.com/pointfreeco/xctest-dynamic-overlay (0.44s)
Computing version for https://github.com/pointfreeco/xctest-dynamic-overlay
Computed https://github.com/pointfreeco/xctest-dynamic-overlay at 0.4.1 (0.06s)
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/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "dependencies": [
    {
      "identity": "swift-custom-dump",
      "name": "swift-custom-dump",
      "url": "https://github.com/0xLeif/swift-custom-dump.git",
      "version": "unspecified",
      "path": "/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-custom-dump",
      "dependencies": [
        {
          "identity": "xctest-dynamic-overlay",
          "name": "xctest-dynamic-overlay",
          "url": "https://github.com/pointfreeco/xctest-dynamic-overlay",
          "version": "0.9.0",
          "path": "/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/xctest-dynamic-overlay",
          "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 (0.33s)
Fetching https://github.com/pointfreeco/xctest-dynamic-overlay from cache
Fetched https://github.com/pointfreeco/xctest-dynamic-overlay (0.41s)
Computing version for https://github.com/pointfreeco/xctest-dynamic-overlay
Computed https://github.com/pointfreeco/xctest-dynamic-overlay at 0.9.0 (0.04s)
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 2022.11.1
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
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:             5.9
Building package at path:  $PWD/checkout
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.2.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[1/6] Compiling XCTestDynamicOverlay XCTIsTesting.swift
[2/6] Compiling XCTestDynamicOverlay XCTUnimplemented.swift
[3/6] Emitting module XCTestDynamicOverlay
[4/6] Compiling XCTestDynamicOverlay RuntimeWarnings.swift
[5/6] Compiling XCTestDynamicOverlay XCTFail.swift
[6/6] Compiling XCTestDynamicOverlay XCTCurrentTestCase.swift
[7/29] Compiling CustomDump CoreImage.swift
[8/29] Compiling CustomDump CoreLocation.swift
[9/29] Compiling CustomDump CoreMotion.swift
[10/29] Compiling CustomDump Foundation.swift
[11/29] Compiling CustomDump SwiftUI.swift
[12/29] Compiling CustomDump UIKit.swift
[13/29] Compiling CustomDump UserNotifications.swift
[14/29] Compiling CustomDump AnyType.swift
[15/29] Compiling CustomDump Box.swift
[16/29] Compiling CustomDump CollectionDifference.swift
[17/29] Compiling CustomDump GameKit.swift
[18/29] Compiling CustomDump KeyPath.swift
[19/29] Compiling CustomDump Photos.swift
[20/29] Emitting module CustomDump
/Users/builder/builds/TDmZkXJm/3/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/3/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/3/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/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/CustomDump/Dump.swift:51:27: note: 'TargetStream' previously declared here
public func customDump<T, TargetStream>(
                          ^
[21/29] Compiling CustomDump UserNotificationsUI.swift
[22/29] Compiling CustomDump CustomDumpReflectable.swift
[23/29] Compiling CustomDump CustomDumpRepresentable.swift
[24/29] Compiling CustomDump CustomDumpStringConvertible.swift
/Users/builder/builds/TDmZkXJm/3/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/3/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/3/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/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/CustomDump/Dump.swift:51:27: note: 'TargetStream' previously declared here
public func customDump<T, TargetStream>(
                          ^
[25/29] Compiling CustomDump Diff.swift
/Users/builder/builds/TDmZkXJm/3/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/3/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/3/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/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/CustomDump/Dump.swift:51:27: note: 'TargetStream' previously declared here
public func customDump<T, TargetStream>(
                          ^
[26/29] Compiling CustomDump Dump.swift
/Users/builder/builds/TDmZkXJm/3/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/3/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/3/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/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/CustomDump/Dump.swift:51:27: note: 'TargetStream' previously declared here
public func customDump<T, TargetStream>(
                          ^
[27/29] Compiling CustomDump Speech.swift
[28/29] Compiling CustomDump StoreKit.swift
[29/29] Compiling CustomDump Swift.swift
[30/32] Compiling CustomDump Mirror.swift
[31/32] Compiling CustomDump String.swift
[32/32] Compiling CustomDump XCTAssertNoDifference.swift
Build complete! (10.19s)
Build complete.
Done.