Build Information
Successful build of QuickSwiftCheck, reference master (a84203
), with Swift 6.2 (beta) for Linux on 19 Jun 2025 11:31:10 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.2-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/akashivskyy/quick-swift-check.git
Reference: master
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
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at a842036 Deprecate the project
Cloned https://github.com/akashivskyy/quick-swift-check.git
Revision (git rev-parse @):
a842036079c699c29ecbb95748fe0c975eb23881
SUCCESS checkout https://github.com/akashivskyy/quick-swift-check.git at master
========================================
Build
========================================
Selected platform: linux
Swift version: 6.2
Building package at path: $PWD
https://github.com/akashivskyy/quick-swift-check.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.2-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:f81a7bd7aa87a0f81848d48c5bcc03f5f78deebd37fa5f9be9913077205d3687
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.2-latest
Fetching https://github.com/typelift/SwiftCheck
Fetching https://github.com/Quick/Quick
Fetching https://github.com/Quick/Nimble
[1/4887] Fetching swiftcheck
[4888/19646] Fetching swiftcheck, quick
[5626/39230] Fetching swiftcheck, quick, nimble
Fetched https://github.com/typelift/SwiftCheck from cache (0.69s)
Fetched https://github.com/Quick/Quick from cache (0.70s)
[16451/19584] Fetching nimble
Fetched https://github.com/Quick/Nimble from cache (1.25s)
Computing version for https://github.com/typelift/SwiftCheck
Computed https://github.com/typelift/SwiftCheck at 0.12.0 (1.70s)
Fetching https://github.com/llvm-swift/FileCheck.git
[1/479] Fetching filecheck
Fetched https://github.com/llvm-swift/FileCheck.git from cache (0.27s)
Computing version for https://github.com/Quick/Quick
Computed https://github.com/Quick/Quick at 5.0.1 (0.82s)
Computing version for https://github.com/Quick/Nimble
Computed https://github.com/Quick/Nimble at 9.2.1 (0.49s)
Fetching https://github.com/mattgallagher/CwlPreconditionTesting.git
[1/1257] Fetching cwlpreconditiontesting
Fetched https://github.com/mattgallagher/CwlPreconditionTesting.git from cache (0.26s)
Computing version for https://github.com/mattgallagher/CwlPreconditionTesting.git
Computed https://github.com/mattgallagher/CwlPreconditionTesting.git at 2.2.2 (0.68s)
Fetching https://github.com/mattgallagher/CwlCatchException.git
[1/455] Fetching cwlcatchexception
Fetched https://github.com/mattgallagher/CwlCatchException.git from cache (0.22s)
Computing version for https://github.com/mattgallagher/CwlCatchException.git
Computed https://github.com/mattgallagher/CwlCatchException.git at 2.2.1 (0.82s)
Computing version for https://github.com/llvm-swift/FileCheck.git
Computed https://github.com/llvm-swift/FileCheck.git at 0.2.6 (0.76s)
Fetching https://github.com/mxcl/Chalk.git
Fetching https://github.com/apple/swift-argument-parser
[1/81] Fetching chalk
[82/15461] Fetching chalk, swift-argument-parser
Fetched https://github.com/mxcl/Chalk.git from cache (1.29s)
Fetched https://github.com/apple/swift-argument-parser from cache (1.30s)
Computing version for https://github.com/mxcl/Chalk.git
Computed https://github.com/mxcl/Chalk.git at 0.5.0 (2.02s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.5.1 (0.67s)
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/mattgallagher/CwlPreconditionTesting.git
Working copy of https://github.com/mattgallagher/CwlPreconditionTesting.git resolved at 2.2.2
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.1
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/mxcl/Chalk.git
Working copy of https://github.com/mxcl/Chalk.git resolved at 0.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/Quick/Nimble
Working copy of https://github.com/Quick/Nimble resolved at 9.2.1
Creating working copy for https://github.com/Quick/Quick
Working copy of https://github.com/Quick/Quick resolved at 5.0.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] Emitting module Quick
[8/95] Compiling SwiftCheck Rose.swift
[9/95] Compiling SwiftCheck State.swift
[10/95] Compiling SwiftCheck Test.swift
[11/95] Compiling SwiftCheck Testable.swift
[12/96] Compiling SwiftCheck WitnessedArbitrary.swift
[13/96] Compiling Quick World+DSL.swift
[14/96] Compiling Quick ErrorUtility.swift
[15/96] Compiling Quick Closures.swift
[16/96] Compiling Quick Behavior.swift
[17/96] Compiling Quick ExampleMetadata.swift
[18/96] Compiling Quick Filter.swift
[19/96] Compiling Quick String+C99ExtendedIdentifier.swift
[20/96] Compiling Quick URL+FileName.swift
[21/96] Compiling Quick World.swift
[25/96] Compiling Quick QuickSpec.swift
[26/96] Compiling Quick QuickTestObservation.swift
[27/96] Compiling Quick QuickTestSuite.swift
[29/96] Compiling Quick Example.swift
[30/96] Compiling Quick ExampleGroup.swift
[33/96] Compiling Quick SuiteHooks.swift
[34/96] Compiling Quick NSBundle+CurrentTestBundle.swift
[35/96] Compiling Quick QuickMain.swift
[36/96] Compiling Quick QuickSelectedTestSuiteBuilder.swift
[40/96] Compiling Quick QuickConfiguration.swift
[41/96] Compiling Quick DSL.swift
[65/103] Emitting module SwiftCheck
[70/104] Compiling Nimble Predicate.swift
[71/104] Compiling Nimble RaisesException.swift
[72/104] Compiling Nimble SatisfyAllOf.swift
[73/104] Compiling Nimble SatisfyAnyOf.swift
[74/104] Compiling Nimble ThrowAssertion.swift
[75/104] Compiling Nimble ThrowError.swift
[76/104] Compiling Nimble AdapterProtocols.swift
[77/104] Compiling Nimble AssertionDispatcher.swift
[78/104] Compiling Nimble AssertionRecorder.swift
[79/104] Compiling Nimble NMBExpectation.swift
[80/104] Compiling Nimble NMBObjCMatcher.swift
[81/104] Compiling Nimble NimbleEnvironment.swift
[82/104] Compiling Nimble NimbleXCTestHandler.swift
[83/104] Emitting module Nimble
[84/104] Compiling Nimble ExceptionCapture.swift
[85/104] Compiling Nimble DSL+Wait.swift
[86/104] Compiling Nimble DSL.swift
[87/104] Compiling Nimble Expectation.swift
[88/104] Compiling Nimble ExpectationMessage.swift
[89/104] Compiling Nimble Expression.swift
[90/104] Compiling Nimble FailureMessage.swift
[94/104] Compiling Nimble BeAnInstanceOf.swift
[95/104] Compiling Nimble BeCloseTo.swift
[96/104] Compiling Nimble BeEmpty.swift
[97/104] Compiling Nimble BeGreaterThan.swift
[99/104] Compiling Nimble ToSucceed.swift
[100/104] Compiling Nimble Await.swift
[101/104] Compiling Nimble DispatchTimeInterval.swift
[102/104] Compiling Nimble Errors.swift
[103/104] Compiling Nimble SourceLocation.swift
[104/104] Compiling Nimble Stringers.swift
[106/108] Compiling QuickSwiftCheck It.swift
[107/108] Emitting module QuickSwiftCheck
[108/108] Compiling QuickSwiftCheck To.swift
Build complete! (41.00s)
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.2-latest: Pulling from finestructure/spi-images
Digest: sha256:f81a7bd7aa87a0f81848d48c5bcc03f5f78deebd37fa5f9be9913077205d3687
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.2-latest
Done.