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

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.29.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 /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
 * 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:         linux
Swift version:             5.10
Building package at path:  $workDir
https://github.com/0xLeif/swift-custom-dump.git
Running build ...
bash -c docker run --rm -v "checkouts-4609320-1":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-5.10-latest swift build 2>&1
Fetching https://github.com/pointfreeco/xctest-dynamic-overlay
[1/2280] Fetching xctest-dynamic-overlay
Fetched https://github.com/pointfreeco/xctest-dynamic-overlay from cache (0.40s)
Computing version for https://github.com/pointfreeco/xctest-dynamic-overlay
Computed https://github.com/pointfreeco/xctest-dynamic-overlay at 0.4.1 (0.57s)
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...
[0/3] Write sources
[2/3] Write swift-version-24593BA9C3E375BF.txt
[4/9] Emitting module XCTestDynamicOverlay
[5/9] Compiling XCTestDynamicOverlay RuntimeWarnings.swift
[6/9] Compiling XCTestDynamicOverlay XCTCurrentTestCase.swift
[7/9] Compiling XCTestDynamicOverlay XCTUnimplemented.swift
[8/9] Compiling XCTestDynamicOverlay XCTIsTesting.swift
[9/9] Compiling XCTestDynamicOverlay XCTFail.swift
[11/33] Compiling CustomDump UserNotificationsUI.swift
[12/33] Compiling CustomDump CustomDumpReflectable.swift
[13/33] Compiling CustomDump CustomDumpRepresentable.swift
[14/36] Compiling CustomDump SwiftUI.swift
[15/36] Compiling CustomDump UIKit.swift
[16/36] Compiling CustomDump UserNotifications.swift
[17/36] Compiling CustomDump GameKit.swift
[18/36] Compiling CustomDump KeyPath.swift
[19/36] Compiling CustomDump Photos.swift
[20/36] Compiling CustomDump Speech.swift
[21/36] Compiling CustomDump StoreKit.swift
[22/36] Compiling CustomDump Swift.swift
[23/36] Compiling CustomDump AnyType.swift
[24/36] Compiling CustomDump Box.swift
[25/36] Compiling CustomDump CollectionDifference.swift
[26/36] Compiling CustomDump CoreImage.swift
[27/36] Compiling CustomDump CoreLocation.swift
[28/36] Compiling CustomDump CoreMotion.swift
[29/36] Compiling CustomDump Foundation.swift
[30/36] Compiling CustomDump Mirror.swift
[31/36] Compiling CustomDump String.swift
[32/36] Compiling CustomDump XCTAssertNoDifference.swift
[33/36] 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>(
                          ^
[34/36] 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>(
                          ^
[35/36] 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>(
                          ^
[36/36] 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! (13.03s)
Build complete.
Done.