Build Information
Successful build of swift-custom-dump, reference 1.3.3 (82645e
), with Swift 6.1 for Linux on 29 Apr 2025 05:13:21 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/pointfreeco/swift-custom-dump.git
Reference: 1.3.3
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/pointfreeco/swift-custom-dump
* tag 1.3.3 -> FETCH_HEAD
HEAD is now at 82645ec Fix Swift 6 concurency error (#127)
Cloned https://github.com/pointfreeco/swift-custom-dump.git
Revision (git rev-parse @):
82645ec760917961cfa08c9c0c7104a57a0fa4b1
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/pointfreeco/swift-custom-dump.git at 1.3.3
========================================
Build
========================================
Selected platform: linux
Swift version: 6.1
Building package at path: $PWD
https://github.com/pointfreeco/swift-custom-dump.git
https://github.com/pointfreeco/swift-custom-dump.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "xctest-dynamic-overlay",
"requirement" : {
"range" : [
{
"lower_bound" : "1.2.2",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/pointfreeco/xctest-dynamic-overlay"
}
],
"manifest_display_name" : "swift-custom-dump",
"name" : "swift-custom-dump",
"path" : "/host/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",
"ExpectNoDifference.swift",
"Mocks.swift",
"XCTAssertDifferenceTests.swift",
"XCTAssertNoDifferenceTests.swift"
],
"target_dependencies" : [
"CustomDump"
],
"type" : "test"
},
{
"c99name" : "CustomDump",
"module_type" : "SwiftTarget",
"name" : "CustomDump",
"path" : "Sources/CustomDump",
"product_dependencies" : [
"IssueReporting",
"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",
"ExpectDifference.swift",
"ExpectNoDifference.swift",
"Internal/AnyType.swift",
"Internal/CollectionDifference.swift",
"Internal/Identifiable.swift",
"Internal/Mirror.swift",
"Internal/String.swift",
"Internal/Unordered.swift",
"XCTAssertDifference.swift",
"XCTAssertNoDifference.swift"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/pointfreeco/xctest-dynamic-overlay
[1/5388] Fetching xctest-dynamic-overlay
Fetched https://github.com/pointfreeco/xctest-dynamic-overlay from cache (0.68s)
Computing version for https://github.com/pointfreeco/xctest-dynamic-overlay
Computed https://github.com/pointfreeco/xctest-dynamic-overlay at 1.5.2 (1.26s)
Creating working copy for https://github.com/pointfreeco/xctest-dynamic-overlay
Working copy of https://github.com/pointfreeco/xctest-dynamic-overlay resolved at 1.5.2
Building for debugging...
[0/4] Write sources
[3/4] Write swift-version-24593BA9C3E375BF.txt
[5/23] Emitting module IssueReporting
[6/25] Compiling IssueReporting TestContext.swift
[7/25] Compiling IssueReporting Unimplemented.swift
[8/25] Compiling IssueReporting WithExpectedIssue.swift
[9/25] Compiling IssueReporting WithIssueContext.swift
[10/25] Compiling IssueReporting BreakpointReporter.swift
[11/25] Compiling IssueReporting FatalErrorReporter.swift
[12/25] Compiling IssueReporting SwiftTesting.swift
[13/25] Compiling IssueReporting UncheckedSendable.swift
[14/25] Compiling IssueReporting Warn.swift
[15/25] Compiling IssueReporting RuntimeWarningReporter.swift
[16/25] Compiling IssueReporting ReportIssue.swift
[17/25] Compiling IssueReporting XCTest.swift
[18/25] Compiling IssueReporting IsTesting.swift
[19/25] Compiling IssueReporting IssueReporter.swift
[20/25] Compiling IssueReporting FailureObserver.swift
[21/25] Compiling IssueReporting LockIsolated.swift
[22/25] Compiling IssueReporting Rethrows.swift
[23/25] Compiling IssueReporting ErrorReporting.swift
[24/25] Compiling IssueReporting AppHostWarning.swift
[25/25] Compiling IssueReporting Deprecations.swift
[27/29] Emitting module XCTestDynamicOverlay
[28/29] Compiling XCTestDynamicOverlay Exports.swift
[29/29] Compiling XCTestDynamicOverlay Deprecations.swift
[31/57] Compiling CustomDump StoreKit.swift
[32/57] Compiling CustomDump Swift.swift
[33/57] Compiling CustomDump SwiftUI.swift
[34/57] Compiling CustomDump UIKit.swift
[35/60] Compiling CustomDump ExpectNoDifference.swift
[36/60] Compiling CustomDump AnyType.swift
[37/60] Compiling CustomDump CollectionDifference.swift
[38/60] Compiling CustomDump CoreImage.swift
[39/60] Compiling CustomDump CoreLocation.swift
[40/60] Compiling CustomDump CoreMotion.swift
[41/60] Compiling CustomDump Foundation.swift
[42/60] Compiling CustomDump Unordered.swift
[43/60] Compiling CustomDump XCTAssertDifference.swift
[44/60] Compiling CustomDump XCTAssertNoDifference.swift
[45/60] Emitting module CustomDump
[46/60] Compiling CustomDump GameKit.swift
[47/60] Compiling CustomDump KeyPath.swift
[48/60] Compiling CustomDump Photos.swift
[49/60] Compiling CustomDump Speech.swift
[50/60] Compiling CustomDump Identifiable.swift
[51/60] Compiling CustomDump Mirror.swift
[52/60] Compiling CustomDump String.swift
[53/60] Compiling CustomDump UserNotifications.swift
[54/60] Compiling CustomDump UserNotificationsUI.swift
[55/60] Compiling CustomDump CustomDumpReflectable.swift
[56/60] Compiling CustomDump CustomDumpRepresentable.swift
[57/60] Compiling CustomDump CustomDumpStringConvertible.swift
[58/60] Compiling CustomDump Diff.swift
[59/60] Compiling CustomDump Dump.swift
[60/60] Compiling CustomDump ExpectDifference.swift
Build complete! (12.97s)
Build complete.
{
"dependencies" : [
{
"identity" : "xctest-dynamic-overlay",
"requirement" : {
"range" : [
{
"lower_bound" : "1.2.2",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/pointfreeco/xctest-dynamic-overlay"
}
],
"manifest_display_name" : "swift-custom-dump",
"name" : "swift-custom-dump",
"path" : "/host/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",
"ExpectNoDifference.swift",
"Mocks.swift",
"XCTAssertDifferenceTests.swift",
"XCTAssertNoDifferenceTests.swift"
],
"target_dependencies" : [
"CustomDump"
],
"type" : "test"
},
{
"c99name" : "CustomDump",
"module_type" : "SwiftTarget",
"name" : "CustomDump",
"path" : "Sources/CustomDump",
"product_dependencies" : [
"IssueReporting",
"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",
"ExpectDifference.swift",
"ExpectNoDifference.swift",
"Internal/AnyType.swift",
"Internal/CollectionDifference.swift",
"Internal/Identifiable.swift",
"Internal/Mirror.swift",
"Internal/String.swift",
"Internal/Unordered.swift",
"XCTAssertDifference.swift",
"XCTAssertNoDifference.swift"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Done.