The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Successful build of Quick with Swift 5.8 for Linux.

Build Command

bash -c docker run --rm -v "checkouts-4606859-1":/host -w "$PWD/checkout" registry.gitlab.com/finestructure/spi-images:basic-5.8-latest swift build 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.28.6
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/danielsaidi/Quick.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/danielsaidi/Quick
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 1efe955 Use feature branch that compiles for watchOS
Submodule path 'Externals/Nimble': checked out 'd258c638d9ef214723a857a23f4113773aad28fb'
Submodule 'Externals/Nimble' (https://github.com/Quick/Nimble.git) registered for path 'Externals/Nimble'
Cloning into '/host/spi-builder-workspace/Externals/Nimble'...
Cloned https://github.com/danielsaidi/Quick.git
Revision (git rev-parse @):
1efe9551db0ad6a6e979f33366969750123d14d9
SUCCESS checkout https://github.com/danielsaidi/Quick.git at main
========================================
Build
========================================
Selected platform:         linux
Swift version:             5.8
Building package at path:  $PWD/checkout
https://github.com/danielsaidi/Quick.git
Running build ...
bash -c docker run --rm -v "checkouts-4606859-1":/host -w "$PWD/checkout" registry.gitlab.com/finestructure/spi-images:basic-5.8-latest swift build 2>&1
Fetching https://github.com/danielsaidi/Nimble.git
[1/12007] Fetching nimble
Fetched https://github.com/danielsaidi/Nimble.git (1.28s)
Fetching https://github.com/mattgallagher/CwlPreconditionTesting.git
Fetching https://github.com/mattgallagher/CwlCatchException.git
[1/1236] Fetching cwlpreconditiontesting
[1237/1668] Fetching cwlpreconditiontesting, cwlcatchexception
Fetched https://github.com/mattgallagher/CwlCatchException.git (0.23s)
Fetched https://github.com/mattgallagher/CwlPreconditionTesting.git (0.23s)
Computing version for https://github.com/mattgallagher/CwlPreconditionTesting.git
Computed https://github.com/mattgallagher/CwlPreconditionTesting.git at 2.1.0 (0.31s)
Computing version for https://github.com/mattgallagher/CwlCatchException.git
Computed https://github.com/mattgallagher/CwlCatchException.git at 2.1.1 (0.32s)
Creating working copy for https://github.com/mattgallagher/CwlCatchException.git
Working copy of https://github.com/mattgallagher/CwlCatchException.git resolved at 2.1.1
Creating working copy for https://github.com/mattgallagher/CwlPreconditionTesting.git
Working copy of https://github.com/mattgallagher/CwlPreconditionTesting.git resolved at 2.1.0
Creating working copy for https://github.com/danielsaidi/Nimble.git
Working copy of https://github.com/danielsaidi/Nimble.git resolved at main
warning: 'spi-builder-workspace': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /host/spi-builder-workspace/Sources/Quick/Info.plist
Building for debugging...
[1/22] Emitting module Quick
[2/25] Compiling Quick String+C99ExtendedIdentifier.swift
[3/25] Compiling Quick URL+FileName.swift
[4/25] Compiling Quick World.swift
[5/25] Compiling Quick QuickSpec.swift
[6/25] Compiling Quick QuickTestObservation.swift
[7/25] Compiling Quick QuickTestSuite.swift
[8/25] Compiling Quick ExampleHooks.swift
[9/25] Compiling Quick HooksPhase.swift
[10/25] Compiling Quick SuiteHooks.swift
[11/25] Compiling Quick NSBundle+CurrentTestBundle.swift
[12/25] Compiling Quick QuickMain.swift
[13/25] Compiling Quick QuickSelectedTestSuiteBuilder.swift
[14/25] Compiling Quick QuickConfiguration.swift
[15/25] Compiling Quick DSL.swift
[16/25] Compiling Quick World+DSL.swift
[17/25] Compiling Quick ExampleMetadata.swift
[18/25] Compiling Quick Filter.swift
[19/25] Compiling Quick Closures.swift
[20/25] Compiling Quick Behavior.swift
[21/25] Compiling Quick Callsite.swift
[22/25] Compiling Quick Configuration.swift
[23/25] Compiling Quick ErrorUtility.swift
[24/25] Compiling Quick Example.swift
[25/25] Compiling Quick ExampleGroup.swift
Build complete! (9.08s)
Build complete.
Done.