Build Information
Successful build of QuickSwiftCheck, reference 3.4.0 (970133
), with Swift 6.1 for Linux on 26 Apr 2025 22:55:40 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/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.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/akashivskyy/quick-swift-check.git
Reference: 3.4.0
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/akashivskyy/quick-swift-check
* tag 3.4.0 -> FETCH_HEAD
HEAD is now at 9701330 Merge branch 'develop'
Cloned https://github.com/akashivskyy/quick-swift-check.git
Revision (git rev-parse @):
9701330c0f56619957fa95f1ee5fb7367d10be75
SUCCESS checkout https://github.com/akashivskyy/quick-swift-check.git at 3.4.0
========================================
Build
========================================
Selected platform: linux
Swift version: 6.1
Building package at path: $PWD
https://github.com/akashivskyy/quick-swift-check.git
https://github.com/akashivskyy/quick-swift-check.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "nimble",
"requirement" : {
"range" : [
{
"lower_bound" : "9.0.0",
"upper_bound" : "10.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/Quick/Nimble"
},
{
"identity" : "quick",
"requirement" : {
"range" : [
{
"lower_bound" : "5.0.0",
"upper_bound" : "6.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/Quick/Quick"
},
{
"identity" : "swiftcheck",
"requirement" : {
"range" : [
{
"lower_bound" : "0.12.0",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/typelift/SwiftCheck"
}
],
"manifest_display_name" : "QuickSwiftCheck",
"name" : "QuickSwiftCheck",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.10"
},
{
"name" : "ios",
"version" : "9.0"
},
{
"name" : "tvos",
"version" : "9.0"
}
],
"products" : [
{
"name" : "QuickSwiftCheck",
"targets" : [
"QuickSwiftCheck"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "QuickSwiftCheck",
"module_type" : "SwiftTarget",
"name" : "QuickSwiftCheck",
"path" : "Sources",
"product_dependencies" : [
"Nimble",
"Quick",
"SwiftCheck"
],
"product_memberships" : [
"QuickSwiftCheck"
],
"sources" : [
"It.swift",
"To.swift"
],
"type" : "library"
}
],
"tools_version" : "5.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/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/Quick/Nimble
Fetching https://github.com/typelift/SwiftCheck
Fetching https://github.com/Quick/Quick
[1/14755] Fetching quick
[739/19625] Fetching quick, swiftcheck
[16085/39192] Fetching quick, swiftcheck, nimble
Fetched https://github.com/typelift/SwiftCheck from cache (0.53s)
Fetched https://github.com/Quick/Quick from cache (0.54s)
[14284/19567] Fetching nimble
Fetched https://github.com/Quick/Nimble from cache (1.11s)
Computing version for https://github.com/typelift/SwiftCheck
Computed https://github.com/typelift/SwiftCheck at 0.12.0 (1.56s)
Fetching https://github.com/llvm-swift/FileCheck.git
[1/479] Fetching filecheck
Fetched https://github.com/llvm-swift/FileCheck.git from cache (0.20s)
Computing version for https://github.com/Quick/Quick
Computed https://github.com/Quick/Quick at 5.0.1 (0.67s)
Computing version for https://github.com/Quick/Nimble
Computed https://github.com/Quick/Nimble at 9.2.1 (0.46s)
Fetching https://github.com/mattgallagher/CwlPreconditionTesting.git
[1/1257] Fetching cwlpreconditiontesting
Fetched https://github.com/mattgallagher/CwlPreconditionTesting.git from cache (0.20s)
Computing version for https://github.com/mattgallagher/CwlPreconditionTesting.git
Computed https://github.com/mattgallagher/CwlPreconditionTesting.git at 2.2.2 (0.65s)
Fetching https://github.com/mattgallagher/CwlCatchException.git
[1/455] Fetching cwlcatchexception
Fetched https://github.com/mattgallagher/CwlCatchException.git from cache (0.16s)
Computing version for https://github.com/mattgallagher/CwlCatchException.git
Computed https://github.com/mattgallagher/CwlCatchException.git at 2.2.1 (0.61s)
Computing version for https://github.com/llvm-swift/FileCheck.git
Computed https://github.com/llvm-swift/FileCheck.git at 0.2.6 (0.46s)
Fetching https://github.com/apple/swift-argument-parser
Fetching https://github.com/mxcl/Chalk.git
[1/81] Fetching chalk
[82/15031] Fetching chalk, swift-argument-parser
Fetched https://github.com/mxcl/Chalk.git from cache (0.74s)
Fetched https://github.com/apple/swift-argument-parser from cache (0.75s)
Computing version for https://github.com/mxcl/Chalk.git
Computed https://github.com/mxcl/Chalk.git at 0.5.0 (1.19s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.5.0 (0.43s)
Creating working copy for https://github.com/apple/swift-argument-parser
Working copy of https://github.com/apple/swift-argument-parser resolved at 1.5.0
Creating working copy for https://github.com/llvm-swift/FileCheck.git
Working copy of https://github.com/llvm-swift/FileCheck.git resolved at 0.2.6
Creating working copy for https://github.com/mxcl/Chalk.git
Working copy of https://github.com/mxcl/Chalk.git resolved at 0.5.0
Creating working copy for https://github.com/Quick/Nimble
Working copy of https://github.com/Quick/Nimble resolved at 9.2.1
Creating working copy for https://github.com/typelift/SwiftCheck
Working copy of https://github.com/typelift/SwiftCheck resolved at 0.12.0
Creating working copy for https://github.com/Quick/Quick
Working copy of https://github.com/Quick/Quick resolved at 5.0.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
Creating working copy for https://github.com/mattgallagher/CwlCatchException.git
Working copy of https://github.com/mattgallagher/CwlCatchException.git resolved at 2.2.1
warning: 'quick': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
/host/spi-builder-workspace/.build/checkouts/Quick/Sources/Quick/Info.plist
[1/1] Compiling plugin GenerateManual
Building for debugging...
[1/6] Write sources
[5/6] Write swift-version-24593BA9C3E375BF.txt
[7/92] Compiling Nimble BeAnInstanceOf.swift
[8/92] Compiling Nimble BeCloseTo.swift
[9/93] Compiling Nimble Predicate.swift
[10/93] Compiling Nimble RaisesException.swift
[11/93] Compiling Nimble SatisfyAllOf.swift
[12/93] Compiling Nimble SatisfyAnyOf.swift
[13/93] Compiling Nimble ThrowAssertion.swift
[14/93] Compiling Nimble ThrowError.swift
[15/99] Compiling Nimble BeEmpty.swift
[16/99] Compiling Nimble BeGreaterThan.swift
[17/99] Compiling SwiftCheck WitnessedArbitrary.swift
[18/99] Compiling Nimble ExpectationMessage.swift
[19/99] Compiling Nimble Expression.swift
[20/99] Compiling Nimble DSL.swift
[21/99] Compiling Nimble Expectation.swift
[22/99] Compiling Nimble Async.swift
[23/99] Compiling Nimble BeAKindOf.swift
[24/99] Compiling Nimble AdapterProtocols.swift
[25/99] Compiling Nimble AssertionDispatcher.swift
[26/99] Compiling Nimble AssertionRecorder.swift
[27/99] Compiling Nimble NMBExpectation.swift
[28/99] Compiling Quick NSBundle+CurrentTestBundle.swift
[29/99] Compiling Quick QuickMain.swift
[30/99] Compiling Quick QuickSelectedTestSuiteBuilder.swift
[31/99] Compiling Nimble Equal.swift
[32/99] Compiling Nimble HaveCount.swift
[33/99] Compiling Nimble Match.swift
[34/99] Compiling Nimble MatchError.swift
[35/99] Compiling Nimble MatcherFunc.swift
[36/99] Compiling Nimble MatcherProtocols.swift
[37/99] Compiling Nimble PostNotification.swift
[38/99] Emitting module Nimble
[42/99] Compiling Nimble FailureMessage.swift
[43/99] Compiling Nimble AllPass.swift
[54/102] Compiling Nimble BeginWith.swift
[55/102] Compiling Nimble BeginWithPrefix.swift
[56/102] Compiling Nimble Contain.swift
[57/102] Compiling Nimble ContainElementSatisfying.swift
[58/102] Compiling Nimble ElementsEqual.swift
[59/102] Compiling Nimble EndWith.swift
[60/102] Compiling Nimble Equal+Tuple.swift
[61/102] Compiling Nimble ExceptionCapture.swift
[62/102] Compiling Nimble DSL+Wait.swift
[63/102] Emitting module SwiftCheck
[66/103] Compiling Quick String+C99ExtendedIdentifier.swift
[67/103] Compiling Quick URL+FileName.swift
[68/103] Compiling Quick World.swift
[69/103] Compiling Nimble BeLessThanOrEqual.swift
[70/103] Compiling Nimble BeLogical.swift
[71/103] Compiling Nimble BeNil.swift
[72/103] Compiling Nimble BeVoid.swift
[90/103] Emitting module Quick
[95/103] Compiling Nimble ToSucceed.swift
[96/103] Compiling Nimble Await.swift
[97/103] Compiling Nimble DispatchTimeInterval.swift
[98/103] Compiling Nimble Errors.swift
[99/103] Compiling Nimble SourceLocation.swift
[100/103] Compiling Nimble Stringers.swift
[106/108] Compiling QuickSwiftCheck To.swift
[107/108] Emitting module QuickSwiftCheck
[108/108] Compiling QuickSwiftCheck It.swift
Build complete! (20.76s)
Build complete.
{
"dependencies" : [
{
"identity" : "nimble",
"requirement" : {
"range" : [
{
"lower_bound" : "9.0.0",
"upper_bound" : "10.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/Quick/Nimble"
},
{
"identity" : "quick",
"requirement" : {
"range" : [
{
"lower_bound" : "5.0.0",
"upper_bound" : "6.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/Quick/Quick"
},
{
"identity" : "swiftcheck",
"requirement" : {
"range" : [
{
"lower_bound" : "0.12.0",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/typelift/SwiftCheck"
}
],
"manifest_display_name" : "QuickSwiftCheck",
"name" : "QuickSwiftCheck",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.10"
},
{
"name" : "ios",
"version" : "9.0"
},
{
"name" : "tvos",
"version" : "9.0"
}
],
"products" : [
{
"name" : "QuickSwiftCheck",
"targets" : [
"QuickSwiftCheck"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "QuickSwiftCheck",
"module_type" : "SwiftTarget",
"name" : "QuickSwiftCheck",
"path" : "Sources",
"product_dependencies" : [
"Nimble",
"Quick",
"SwiftCheck"
],
"product_memberships" : [
"QuickSwiftCheck"
],
"sources" : [
"It.swift",
"To.swift"
],
"type" : "library"
}
],
"tools_version" : "5.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.