Build Information
Successful build of XCTest, reference main (5c7856
), with Swift 5.9 for Linux on 14 Mar 2025 18:11:39 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-5.9-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.60.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/swiftlang/swift-corelibs-xctest.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/swiftlang/swift-corelibs-xctest
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 5c7856d Merge pull request #509 from compnerd/nesting
Cloned https://github.com/swiftlang/swift-corelibs-xctest.git
Revision (git rev-parse @):
5c7856dad282af5da0bd0bb26556aa74272f7bda
SUCCESS checkout https://github.com/swiftlang/swift-corelibs-xctest.git at main
========================================
Build
========================================
Selected platform: linux
Swift version: 5.9
Building package at path: $PWD
https://github.com/swiftlang/swift-corelibs-xctest.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-5.9-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-5.9-latest: Pulling from finestructure/spi-images
Digest: sha256:e6feefcc5d5d2f301fe47477cfe0928fc3b12c59579fdacf1d387095b6fee662
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-5.9-latest
Building for debugging...
[1/31] Compiling XCTest ArgumentParser.swift
[2/31] Compiling XCTest IgnoredErrors.swift
[3/31] Compiling XCTest ObjectWrapper.swift
[4/31] Compiling XCTest PerformanceMeter.swift
[5/35] Compiling XCTest PrintObserver.swift
[6/35] Compiling XCTest SourceLocation.swift
[7/35] Compiling XCTest TestFiltering.swift
[8/35] Compiling XCTest TestListing.swift
[9/35] Compiling XCTest WaiterManager.swift
[10/35] Compiling XCTest WallClockTimeMetric.swift
[11/35] Compiling XCTest XCTestCase.TearDownBlocksState.swift
[12/35] Compiling XCTest XCTestCaseSuite.swift
[13/35] Compiling XCTest XCTAssert.swift
[14/35] Compiling XCTest XCTSkip.swift
[15/35] Compiling XCTest XCTestCase+Performance.swift
[16/35] Compiling XCTest XCTestCase.swift
[17/35] Emitting module XCTest
[18/35] Compiling XCTest XCTestObservationCenter.swift
[19/35] Compiling XCTest XCTestRun.swift
[20/35] Compiling XCTest XCTestSuite.swift
[21/35] Compiling XCTest XCTestSuiteRun.swift
[22/35] Compiling XCTest XCTestInternalObservation.swift
[23/35] Compiling XCTest XCTNSNotificationExpectation.swift
[24/35] Compiling XCTest XCTNSPredicateExpectation.swift
[25/35] Compiling XCTest XCTWaiter+Validation.swift
[26/35] Compiling XCTest XCTWaiter.swift
/host/spi-builder-workspace/Sources/XCTest/Public/Asynchronous/XCTWaiter.swift:436:17: warning: '_stop()' is deprecated: For XCTest use only.
runLoop._stop()
^
[27/35] Compiling XCTest XCTestCase+Asynchronous.swift
/host/spi-builder-workspace/Sources/XCTest/Public/Asynchronous/XCTWaiter.swift:436:17: warning: '_stop()' is deprecated: For XCTest use only.
runLoop._stop()
^
[28/35] Compiling XCTest XCTestExpectation.swift
/host/spi-builder-workspace/Sources/XCTest/Public/Asynchronous/XCTWaiter.swift:436:17: warning: '_stop()' is deprecated: For XCTest use only.
runLoop._stop()
^
[29/35] Compiling XCTest XCAbstractTest.swift
/host/spi-builder-workspace/Sources/XCTest/Public/Asynchronous/XCTWaiter.swift:436:17: warning: '_stop()' is deprecated: For XCTest use only.
runLoop._stop()
^
[30/35] Compiling XCTest XCTestCaseRun.swift
[31/35] Compiling XCTest XCTestErrors.swift
[32/35] Compiling XCTest XCTestMain.swift
[33/35] Compiling XCTest XCTestObservation.swift
[35/37] Wrapping AST for XCTest for debugging
[36/37] Linking libXCTest.so
Build complete! (8.04s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "XCTest",
"name" : "XCTest",
"path" : "/host/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "XCTest",
"targets" : [
"XCTest"
],
"type" : {
"library" : [
"dynamic"
]
}
}
],
"targets" : [
{
"c99name" : "XCTest",
"module_type" : "SwiftTarget",
"name" : "XCTest",
"path" : "Sources",
"product_memberships" : [
"XCTest"
],
"sources" : [
"XCTest/Private/ArgumentParser.swift",
"XCTest/Private/IgnoredErrors.swift",
"XCTest/Private/ObjectWrapper.swift",
"XCTest/Private/PerformanceMeter.swift",
"XCTest/Private/PrintObserver.swift",
"XCTest/Private/SourceLocation.swift",
"XCTest/Private/TestFiltering.swift",
"XCTest/Private/TestListing.swift",
"XCTest/Private/WaiterManager.swift",
"XCTest/Private/WallClockTimeMetric.swift",
"XCTest/Private/XCTestCase.TearDownBlocksState.swift",
"XCTest/Private/XCTestCaseSuite.swift",
"XCTest/Private/XCTestInternalObservation.swift",
"XCTest/Public/Asynchronous/XCTNSNotificationExpectation.swift",
"XCTest/Public/Asynchronous/XCTNSPredicateExpectation.swift",
"XCTest/Public/Asynchronous/XCTWaiter+Validation.swift",
"XCTest/Public/Asynchronous/XCTWaiter.swift",
"XCTest/Public/Asynchronous/XCTestCase+Asynchronous.swift",
"XCTest/Public/Asynchronous/XCTestExpectation.swift",
"XCTest/Public/XCAbstractTest.swift",
"XCTest/Public/XCTAssert.swift",
"XCTest/Public/XCTSkip.swift",
"XCTest/Public/XCTestCase+Performance.swift",
"XCTest/Public/XCTestCase.swift",
"XCTest/Public/XCTestCaseRun.swift",
"XCTest/Public/XCTestErrors.swift",
"XCTest/Public/XCTestMain.swift",
"XCTest/Public/XCTestObservation.swift",
"XCTest/Public/XCTestObservationCenter.swift",
"XCTest/Public/XCTestRun.swift",
"XCTest/Public/XCTestSuite.swift",
"XCTest/Public/XCTestSuiteRun.swift"
],
"type" : "library"
}
],
"tools_version" : "4.0"
}
basic-5.9-latest: Pulling from finestructure/spi-images
Digest: sha256:e6feefcc5d5d2f301fe47477cfe0928fc3b12c59579fdacf1d387095b6fee662
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-5.9-latest
Done.