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 Linux.

Build Command

bash -c docker run --rm -v "checkouts-4609320-0":/host -w "$PWD/checkout" registry.gitlab.com/finestructure/spi-images:basic-5.9-latest swift build 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.28.5
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/0xLeif/swift-custom-dump.git
Reference: main
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
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:         linux
Swift version:             5.9
Building package at path:  $PWD/checkout
Running build ...
bash -c docker run --rm -v "checkouts-4609320-0":/host -w "$PWD/checkout" registry.gitlab.com/finestructure/spi-images:basic-5.9-latest swift build 2>&1
Fetching https://github.com/pointfreeco/xctest-dynamic-overlay
[1/2077] Fetching xctest-dynamic-overlay
Fetched https://github.com/pointfreeco/xctest-dynamic-overlay (0.50s)
Computing version for https://github.com/pointfreeco/xctest-dynamic-overlay
Computed https://github.com/pointfreeco/xctest-dynamic-overlay at 0.4.1 (0.46s)
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
Building for debugging...
[1/6] Compiling XCTestDynamicOverlay XCTUnimplemented.swift
[2/6] Compiling XCTestDynamicOverlay XCTCurrentTestCase.swift
[3/6] Emitting module XCTestDynamicOverlay
[4/6] Compiling XCTestDynamicOverlay RuntimeWarnings.swift
[5/6] Compiling XCTestDynamicOverlay XCTFail.swift
[6/6] Compiling XCTestDynamicOverlay XCTIsTesting.swift
[9/31] Compiling CustomDump SwiftUI.swift
[10/31] Compiling CustomDump UIKit.swift
[11/31] Compiling CustomDump UserNotifications.swift
[12/34] Compiling CustomDump GameKit.swift
[13/34] Compiling CustomDump KeyPath.swift
[14/34] Compiling CustomDump Photos.swift
[15/34] Compiling CustomDump Speech.swift
[16/34] Compiling CustomDump StoreKit.swift
[17/34] Compiling CustomDump Swift.swift
[18/34] Compiling CustomDump UserNotificationsUI.swift
[19/34] Compiling CustomDump CustomDumpReflectable.swift
[20/34] Compiling CustomDump CustomDumpRepresentable.swift
[21/34] Compiling CustomDump AnyType.swift
[22/34] Compiling CustomDump Box.swift
[23/34] Compiling CustomDump CollectionDifference.swift
[24/34] Compiling CustomDump Mirror.swift
[25/34] Compiling CustomDump String.swift
[26/34] Compiling CustomDump XCTAssertNoDifference.swift
[27/34] Compiling CustomDump CoreImage.swift
[28/34] Compiling CustomDump CoreLocation.swift
[29/34] Compiling CustomDump CoreMotion.swift
[30/34] Compiling CustomDump Foundation.swift
[31/34] Emitting module CustomDump
/host/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>(
                      ^
/host/spi-builder-workspace/Sources/CustomDump/Dump.swift:51:24: note: 'T' previously declared here
public func customDump<T, TargetStream>(
                       ^
/host/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>(
                         ^
/host/spi-builder-workspace/Sources/CustomDump/Dump.swift:51:27: note: 'TargetStream' previously declared here
public func customDump<T, TargetStream>(
                          ^
[32/34] Compiling CustomDump CustomDumpStringConvertible.swift
/host/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>(
                      ^
/host/spi-builder-workspace/Sources/CustomDump/Dump.swift:51:24: note: 'T' previously declared here
public func customDump<T, TargetStream>(
                       ^
/host/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>(
                         ^
/host/spi-builder-workspace/Sources/CustomDump/Dump.swift:51:27: note: 'TargetStream' previously declared here
public func customDump<T, TargetStream>(
                          ^
[33/34] Compiling CustomDump Diff.swift
/host/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>(
                      ^
/host/spi-builder-workspace/Sources/CustomDump/Dump.swift:51:24: note: 'T' previously declared here
public func customDump<T, TargetStream>(
                       ^
/host/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>(
                         ^
/host/spi-builder-workspace/Sources/CustomDump/Dump.swift:51:27: note: 'TargetStream' previously declared here
public func customDump<T, TargetStream>(
                          ^
[34/34] Compiling CustomDump Dump.swift
/host/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>(
                      ^
/host/spi-builder-workspace/Sources/CustomDump/Dump.swift:51:24: note: 'T' previously declared here
public func customDump<T, TargetStream>(
                       ^
/host/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>(
                         ^
/host/spi-builder-workspace/Sources/CustomDump/Dump.swift:51:27: note: 'TargetStream' previously declared here
public func customDump<T, TargetStream>(
                          ^
Build complete! (9.67s)
Build complete.
Done.