Build Information
Successful build of xctest-dynamic-overlay, reference 1.5.2 (39de59
), with Swift 6.1 for Linux on 30 Apr 2025 16:58:57 UTC.
Swift 6 data race errors: 1
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.2
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/pointfreeco/swift-issue-reporting.git
Reference: 1.5.2
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-issue-reporting
* tag 1.5.2 -> FETCH_HEAD
HEAD is now at 39de59b Fix Linux/Windows Testing support (#149)
Cloned https://github.com/pointfreeco/swift-issue-reporting.git
Revision (git rev-parse @):
39de59b2d47f7ef3ca88a039dff3084688fe27f4
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/pointfreeco/swift-issue-reporting.git at 1.5.2
========================================
Build
========================================
Selected platform: linux
Swift version: 6.1
Building package at path: $PWD
https://github.com/pointfreeco/swift-issue-reporting.git
https://github.com/pointfreeco/swift-issue-reporting.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
],
"manifest_display_name" : "xctest-dynamic-overlay",
"name" : "xctest-dynamic-overlay",
"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" : "IssueReporting",
"targets" : [
"IssueReporting"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "IssueReportingTestSupport",
"targets" : [
"IssueReportingTestSupport"
],
"type" : {
"library" : [
"dynamic"
]
}
},
{
"name" : "XCTestDynamicOverlay",
"targets" : [
"XCTestDynamicOverlay"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"swift_languages_versions" : [
"6"
],
"targets" : [
{
"c99name" : "XCTestDynamicOverlayTests",
"module_type" : "SwiftTarget",
"name" : "XCTestDynamicOverlayTests",
"path" : "Tests/XCTestDynamicOverlayTests",
"sources" : [
"TestHelpers.swift",
"UnimplementedTests.swift",
"XCTContextTests.swift",
"XCTExpectFailureTests.swift",
"XCTFailRegressionTests.swift",
"XCTFailTests.swift"
],
"target_dependencies" : [
"IssueReportingTestSupport",
"XCTestDynamicOverlay"
],
"type" : "test"
},
{
"c99name" : "XCTestDynamicOverlay",
"module_type" : "SwiftTarget",
"name" : "XCTestDynamicOverlay",
"path" : "Sources/XCTestDynamicOverlay",
"product_memberships" : [
"XCTestDynamicOverlay"
],
"sources" : [
"Internal/Deprecations.swift",
"Internal/Exports.swift"
],
"target_dependencies" : [
"IssueReporting"
],
"type" : "library"
},
{
"c99name" : "IssueReportingTests",
"module_type" : "SwiftTarget",
"name" : "IssueReportingTests",
"path" : "Tests/IssueReportingTests",
"sources" : [
"HostAppDetectionTests.swift",
"SwiftTestingTests.swift",
"UnimplementedTests.swift",
"WithErrorReportingTests.swift",
"XCTestTests.swift"
],
"target_dependencies" : [
"IssueReporting",
"IssueReportingTestSupport"
],
"type" : "test"
},
{
"c99name" : "IssueReportingTestSupport",
"module_type" : "SwiftTarget",
"name" : "IssueReportingTestSupport",
"path" : "Sources/IssueReportingTestSupport",
"product_memberships" : [
"IssueReportingTestSupport"
],
"sources" : [
"SwiftTesting.swift",
"XCTest.swift"
],
"type" : "library"
},
{
"c99name" : "IssueReporting",
"module_type" : "SwiftTarget",
"name" : "IssueReporting",
"path" : "Sources/IssueReporting",
"product_memberships" : [
"IssueReporting",
"XCTestDynamicOverlay"
],
"sources" : [
"ErrorReporting.swift",
"Internal/AppHostWarning.swift",
"Internal/Deprecations.swift",
"Internal/FailureObserver.swift",
"Internal/LockIsolated.swift",
"Internal/Rethrows.swift",
"Internal/SwiftTesting.swift",
"Internal/UncheckedSendable.swift",
"Internal/Warn.swift",
"Internal/XCTest.swift",
"IsTesting.swift",
"IssueReporter.swift",
"IssueReporters/BreakpointReporter.swift",
"IssueReporters/FatalErrorReporter.swift",
"IssueReporters/RuntimeWarningReporter.swift",
"ReportIssue.swift",
"TestContext.swift",
"Unimplemented.swift",
"WithExpectedIssue.swift",
"WithIssueContext.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
Building for debugging...
[0/7] Write sources
[3/7] Write swift-version-24593BA9C3E375BF.txt
[5/29] Emitting module IssueReporting
[6/31] Compiling IssueReporting WithExpectedIssue.swift
[7/31] Compiling IssueReporting WithIssueContext.swift
[8/31] Compiling IssueReporting SwiftTesting.swift
[9/31] Compiling IssueReporting UncheckedSendable.swift
[10/31] Compiling IssueReporting Warn.swift
[11/31] Compiling IssueReporting BreakpointReporter.swift
[12/31] Compiling IssueReporting FatalErrorReporter.swift
[13/31] Compiling IssueReporting RuntimeWarningReporter.swift
[14/31] Compiling IssueReporting ReportIssue.swift
[15/31] Compiling IssueReporting FailureObserver.swift
[16/31] Compiling IssueReporting LockIsolated.swift
[17/31] Compiling IssueReporting Rethrows.swift
[18/31] Emitting module IssueReportingTestSupport
[19/31] Compiling IssueReportingTestSupport XCTest.swift
[20/31] Compiling IssueReportingTestSupport SwiftTesting.swift
[21/32] Compiling IssueReporting ErrorReporting.swift
[22/32] Compiling IssueReporting AppHostWarning.swift
[23/32] Compiling IssueReporting Deprecations.swift
[25/32] Compiling IssueReporting TestContext.swift
[26/32] Compiling IssueReporting Unimplemented.swift
[27/32] Compiling IssueReporting XCTest.swift
[28/32] Compiling IssueReporting IsTesting.swift
[29/32] Compiling IssueReporting IssueReporter.swift
[30/33] Wrapping AST for IssueReportingTestSupport for debugging
[31/33] Write Objects.LinkFileList
[33/36] Compiling XCTestDynamicOverlay Exports.swift
[34/36] Emitting module XCTestDynamicOverlay
[34/36] Linking libIssueReportingTestSupport.so
[36/36] Compiling XCTestDynamicOverlay Deprecations.swift
Build complete! (11.82s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "xctest-dynamic-overlay",
"name" : "xctest-dynamic-overlay",
"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" : "IssueReporting",
"targets" : [
"IssueReporting"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "IssueReportingTestSupport",
"targets" : [
"IssueReportingTestSupport"
],
"type" : {
"library" : [
"dynamic"
]
}
},
{
"name" : "XCTestDynamicOverlay",
"targets" : [
"XCTestDynamicOverlay"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"swift_languages_versions" : [
"6"
],
"targets" : [
{
"c99name" : "XCTestDynamicOverlayTests",
"module_type" : "SwiftTarget",
"name" : "XCTestDynamicOverlayTests",
"path" : "Tests/XCTestDynamicOverlayTests",
"sources" : [
"TestHelpers.swift",
"UnimplementedTests.swift",
"XCTContextTests.swift",
"XCTExpectFailureTests.swift",
"XCTFailRegressionTests.swift",
"XCTFailTests.swift"
],
"target_dependencies" : [
"IssueReportingTestSupport",
"XCTestDynamicOverlay"
],
"type" : "test"
},
{
"c99name" : "XCTestDynamicOverlay",
"module_type" : "SwiftTarget",
"name" : "XCTestDynamicOverlay",
"path" : "Sources/XCTestDynamicOverlay",
"product_memberships" : [
"XCTestDynamicOverlay"
],
"sources" : [
"Internal/Deprecations.swift",
"Internal/Exports.swift"
],
"target_dependencies" : [
"IssueReporting"
],
"type" : "library"
},
{
"c99name" : "IssueReportingTests",
"module_type" : "SwiftTarget",
"name" : "IssueReportingTests",
"path" : "Tests/IssueReportingTests",
"sources" : [
"HostAppDetectionTests.swift",
"SwiftTestingTests.swift",
"UnimplementedTests.swift",
"WithErrorReportingTests.swift",
"XCTestTests.swift"
],
"target_dependencies" : [
"IssueReporting",
"IssueReportingTestSupport"
],
"type" : "test"
},
{
"c99name" : "IssueReportingTestSupport",
"module_type" : "SwiftTarget",
"name" : "IssueReportingTestSupport",
"path" : "Sources/IssueReportingTestSupport",
"product_memberships" : [
"IssueReportingTestSupport"
],
"sources" : [
"SwiftTesting.swift",
"XCTest.swift"
],
"type" : "library"
},
{
"c99name" : "IssueReporting",
"module_type" : "SwiftTarget",
"name" : "IssueReporting",
"path" : "Sources/IssueReporting",
"product_memberships" : [
"IssueReporting",
"XCTestDynamicOverlay"
],
"sources" : [
"ErrorReporting.swift",
"Internal/AppHostWarning.swift",
"Internal/Deprecations.swift",
"Internal/FailureObserver.swift",
"Internal/LockIsolated.swift",
"Internal/Rethrows.swift",
"Internal/SwiftTesting.swift",
"Internal/UncheckedSendable.swift",
"Internal/Warn.swift",
"Internal/XCTest.swift",
"IsTesting.swift",
"IssueReporter.swift",
"IssueReporters/BreakpointReporter.swift",
"IssueReporters/FatalErrorReporter.swift",
"IssueReporters/RuntimeWarningReporter.swift",
"ReportIssue.swift",
"TestContext.swift",
"Unimplemented.swift",
"WithExpectedIssue.swift",
"WithIssueContext.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.