Build Information
Successful build of swift-fakes, reference main (28e5f8
), with Swift 6.1 for Linux on 30 Apr 2025 04:45:37 UTC.
Swift 6 data race errors: 1
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/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 -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.61.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Quick/swift-fakes.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/Quick/swift-fakes
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 28e5f84 Merge pull request #28 from marcprux/main
Cloned https://github.com/Quick/swift-fakes.git
Revision (git rev-parse @):
28e5f847aad9319c9ca1b1c6538d9d6259f58185
SUCCESS checkout https://github.com/Quick/swift-fakes.git at main
========================================
Build
========================================
Selected platform: linux
Swift version: 6.1
Building package at path: $PWD
https://github.com/Quick/swift-fakes.git
https://github.com/Quick/swift-fakes.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "nimble",
"requirement" : {
"range" : [
{
"lower_bound" : "13.2.1",
"upper_bound" : "14.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/Quick/Nimble.git"
},
{
"identity" : "swift-docc-plugin",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-docc-plugin"
}
],
"manifest_display_name" : "swift-fakes",
"name" : "swift-fakes",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.15"
},
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "tvos",
"version" : "13.0"
},
{
"name" : "visionos",
"version" : "1.0"
}
],
"products" : [
{
"name" : "Fakes",
"targets" : [
"Fakes"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "FakesTests",
"module_type" : "SwiftTarget",
"name" : "FakesTests",
"path" : "Tests/FakesTests",
"product_dependencies" : [
"Nimble"
],
"sources" : [
"DynamicResultTests.swift",
"PendableTests.swift",
"PropertySpyTests.swift",
"SpyTests+Nimble.swift",
"SpyTests.swift"
],
"target_dependencies" : [
"Fakes"
],
"type" : "test"
},
{
"c99name" : "Fakes",
"module_type" : "SwiftTarget",
"name" : "Fakes",
"path" : "Sources/Fakes",
"product_dependencies" : [
"Nimble"
],
"product_memberships" : [
"Fakes"
],
"resources" : [
{
"path" : "/host/spi-builder-workspace/Sources/Fakes/PrivacyInfo.xcprivacy",
"rule" : {
"copy" : {
}
}
}
],
"sources" : [
"DynamicResult.swift",
"EmptyError.swift",
"Pendable/Pendable.swift",
"Pendable/PendableDefaults.swift",
"PropertySpy/PropertySpy.swift",
"Spy/Spy+AsyncSequence.swift",
"Spy/Spy+Nimble.swift",
"Spy/Spy+Pendable.swift",
"Spy/Spy+Result.swift",
"Spy/Spy+ThrowingPendable.swift",
"Spy/Spy.swift"
],
"type" : "library"
}
],
"tools_version" : "5.9"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/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 -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 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/apple/swift-docc-plugin
Fetching https://github.com/Quick/Nimble.git
[1/2049] Fetching swift-docc-plugin
[2050/21616] Fetching swift-docc-plugin, nimble
Fetched https://github.com/apple/swift-docc-plugin from cache (0.39s)
[588/19567] Fetching nimble
Fetched https://github.com/Quick/Nimble.git from cache (1.38s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.4.3 (3.87s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3376] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (0.46s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (1.33s)
Computing version for https://github.com/Quick/Nimble.git
Computed https://github.com/Quick/Nimble.git at 13.7.1 (0.98s)
Fetching https://github.com/mattgallagher/CwlPreconditionTesting.git
[1/1257] Fetching cwlpreconditiontesting
Fetched https://github.com/mattgallagher/CwlPreconditionTesting.git from cache (0.35s)
Computing version for https://github.com/mattgallagher/CwlPreconditionTesting.git
Computed https://github.com/mattgallagher/CwlPreconditionTesting.git at 2.2.2 (1.39s)
Fetching https://github.com/mattgallagher/CwlCatchException.git
[1/455] Fetching cwlcatchexception
Fetched https://github.com/mattgallagher/CwlCatchException.git from cache (0.28s)
Computing version for https://github.com/mattgallagher/CwlCatchException.git
Computed https://github.com/mattgallagher/CwlCatchException.git at 2.2.1 (1.04s)
Creating working copy for https://github.com/apple/swift-docc-plugin
Working copy of https://github.com/apple/swift-docc-plugin resolved at 1.4.3
Creating working copy for https://github.com/mattgallagher/CwlCatchException.git
Working copy of https://github.com/mattgallagher/CwlCatchException.git resolved at 2.2.1
Creating working copy for https://github.com/swiftlang/swift-docc-symbolkit
Working copy of https://github.com/swiftlang/swift-docc-symbolkit resolved at 1.0.0
Creating working copy for https://github.com/Quick/Nimble.git
Working copy of https://github.com/Quick/Nimble.git resolved at 13.7.1
Creating working copy for https://github.com/mattgallagher/CwlPreconditionTesting.git
Working copy of https://github.com/mattgallagher/CwlPreconditionTesting.git resolved at 2.2.2
warning: 'nimble': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
/host/spi-builder-workspace/.build/checkouts/Nimble/Sources/Nimble/PrivacyInfo.xcprivacy
[1/1] Compiling plugin Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
Building for debugging...
[2/6] Write sources
[2/6] Copying PrivacyInfo.xcprivacy
[2/6] Write sources
[5/6] Write swift-version-24593BA9C3E375BF.txt
[7/68] Emitting module Nimble
[8/76] Compiling Nimble AllPass.swift
[9/76] Compiling Nimble AsyncAllPass.swift
[10/76] Compiling Nimble AsyncMatcher.swift
[11/76] Compiling Nimble BeAKindOf.swift
[12/76] Compiling Nimble BeAnInstanceOf.swift
[13/76] Compiling Nimble BeCloseTo.swift
[14/76] Compiling Nimble BeEmpty.swift
[15/76] Compiling Nimble BeGreaterThan.swift
[16/76] Compiling Nimble BeGreaterThanOrEqualTo.swift
[17/76] Compiling Nimble Map.swift
[18/76] Compiling Nimble Match.swift
[19/76] Compiling Nimble MatchError.swift
[20/76] Compiling Nimble Matcher.swift
[21/76] Compiling Nimble MatcherProtocols.swift
[22/76] Compiling Nimble Negation.swift
[23/76] Compiling Nimble PostNotification.swift
[24/76] Compiling Nimble RaisesException.swift
[25/76] Compiling Nimble BeginWithPrefix.swift
[26/76] Compiling Nimble Contain.swift
[27/76] Compiling Nimble ContainElementSatisfying.swift
[28/76] Compiling Nimble ElementsEqual.swift
[29/76] Compiling Nimble EndWith.swift
[30/76] Compiling Nimble Equal+Tuple.swift
[31/76] Compiling Nimble Equal+TupleArray.swift
[32/76] Compiling Nimble Equal.swift
[33/76] Compiling Nimble HaveCount.swift
[34/76] Compiling Nimble BeIdenticalTo.swift
[35/76] Compiling Nimble BeLessThan.swift
[36/76] Compiling Nimble BeLessThanOrEqual.swift
[37/76] Compiling Nimble BeLogical.swift
[38/76] Compiling Nimble BeNil.swift
[39/76] Compiling Nimble BeResult.swift
[40/76] Compiling Nimble BeVoid.swift
[41/76] Compiling Nimble BeWithin.swift
[42/76] Compiling Nimble BeginWith.swift
[43/76] Compiling Nimble AdapterProtocols.swift
[44/76] Compiling Nimble AssertionDispatcher.swift
[45/76] Compiling Nimble AssertionRecorder+Async.swift
[46/76] Compiling Nimble AssertionRecorder.swift
[47/76] Compiling Nimble NMBExpectation.swift
[48/76] Compiling Nimble NimbleEnvironment.swift
[49/76] Compiling Nimble NimbleSwiftTestingHandler.swift
[50/76] Compiling Nimble NimbleXCTestHandler.swift
[51/76] Compiling Nimble ExceptionCapture.swift
[52/76] Compiling Nimble AsyncExpression.swift
[53/76] Compiling Nimble DSL+AsyncAwait.swift
[54/76] Compiling Nimble DSL+Require.swift
[55/76] Compiling Nimble DSL+Wait.swift
[56/76] Compiling Nimble DSL.swift
[57/76] Compiling Nimble Expectation.swift
[58/76] Compiling Nimble ExpectationMessage.swift
[59/76] Compiling Nimble Expression.swift
[60/76] Compiling Nimble FailureMessage.swift
[61/76] Compiling Nimble Requirement.swift
[62/76] Compiling Nimble AsyncAwait.swift
[63/76] Compiling Nimble AsyncTimerSequence.swift
[64/76] Compiling Nimble Errors.swift
[65/76] Compiling Nimble NimbleTimeInterval.swift
[66/76] Compiling Nimble PollAwait.swift
[67/76] Compiling Nimble SourceLocation.swift
[68/76] Compiling Nimble Stringers.swift
[69/76] Compiling Nimble SatisfyAllOf.swift
[70/76] Compiling Nimble SatisfyAnyOf.swift
[71/76] Compiling Nimble ThrowAssertion.swift
[72/76] Compiling Nimble ThrowError.swift
[73/76] Compiling Nimble ToSucceed.swift
[74/76] Compiling Nimble Polling+AsyncAwait.swift
[75/76] Compiling Nimble Polling+Require.swift
[76/76] Compiling Nimble Polling.swift
[78/89] Compiling Fakes Spy+Result.swift
[79/89] Compiling Fakes Spy+ThrowingPendable.swift
[80/90] Compiling Fakes PropertySpy.swift
[81/90] Compiling Fakes Spy+AsyncSequence.swift
[82/90] Compiling Fakes DynamicResult.swift
[83/90] Compiling Fakes EmptyError.swift
[84/90] Emitting module Fakes
[85/90] Compiling Fakes Pendable.swift
[86/90] Compiling Fakes PendableDefaults.swift
[87/90] Compiling Fakes resource_bundle_accessor.swift
[88/90] Compiling Fakes Spy.swift
[89/90] Compiling Fakes Spy+Nimble.swift
[90/90] Compiling Fakes Spy+Pendable.swift
Build complete! (35.13s)
Build complete.
{
"dependencies" : [
{
"identity" : "nimble",
"requirement" : {
"range" : [
{
"lower_bound" : "13.2.1",
"upper_bound" : "14.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/Quick/Nimble.git"
},
{
"identity" : "swift-docc-plugin",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-docc-plugin"
}
],
"manifest_display_name" : "swift-fakes",
"name" : "swift-fakes",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.15"
},
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "tvos",
"version" : "13.0"
},
{
"name" : "visionos",
"version" : "1.0"
}
],
"products" : [
{
"name" : "Fakes",
"targets" : [
"Fakes"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "FakesTests",
"module_type" : "SwiftTarget",
"name" : "FakesTests",
"path" : "Tests/FakesTests",
"product_dependencies" : [
"Nimble"
],
"sources" : [
"DynamicResultTests.swift",
"PendableTests.swift",
"PropertySpyTests.swift",
"SpyTests+Nimble.swift",
"SpyTests.swift"
],
"target_dependencies" : [
"Fakes"
],
"type" : "test"
},
{
"c99name" : "Fakes",
"module_type" : "SwiftTarget",
"name" : "Fakes",
"path" : "Sources/Fakes",
"product_dependencies" : [
"Nimble"
],
"product_memberships" : [
"Fakes"
],
"resources" : [
{
"path" : "/host/spi-builder-workspace/Sources/Fakes/PrivacyInfo.xcprivacy",
"rule" : {
"copy" : {
}
}
}
],
"sources" : [
"DynamicResult.swift",
"EmptyError.swift",
"Pendable/Pendable.swift",
"Pendable/PendableDefaults.swift",
"PropertySpy/PropertySpy.swift",
"Spy/Spy+AsyncSequence.swift",
"Spy/Spy+Nimble.swift",
"Spy/Spy+Pendable.swift",
"Spy/Spy+Result.swift",
"Spy/Spy+ThrowingPendable.swift",
"Spy/Spy.swift"
],
"type" : "library"
}
],
"tools_version" : "5.9"
}
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.