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 Nimble with Swift 5.8 for Linux.

Build Command

bash -c docker run --rm -v "checkouts-4609320-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/Nimble.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/Nimble
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at f76b83c Merge branch 'main' into main
Cloned https://github.com/danielsaidi/Nimble.git
Revision (git rev-parse @):
f76b83c051fb3e6c120a33ebac200efba883065a
SUCCESS checkout https://github.com/danielsaidi/Nimble.git at main
========================================
Build
========================================
Selected platform:         linux
Swift version:             5.8
Building package at path:  $PWD/checkout
https://github.com/danielsaidi/Nimble.git
Running build ...
bash -c docker run --rm -v "checkouts-4609320-1":/host -w "$PWD/checkout" registry.gitlab.com/finestructure/spi-images:basic-5.8-latest swift build 2>&1
Fetching https://github.com/mattgallagher/CwlCatchException.git
Fetching https://github.com/mattgallagher/CwlPreconditionTesting.git
[1/1236] Fetching cwlpreconditiontesting
[100/1668] Fetching cwlpreconditiontesting, cwlcatchexception
Fetched https://github.com/mattgallagher/CwlCatchException.git (0.25s)
Fetched https://github.com/mattgallagher/CwlPreconditionTesting.git (0.25s)
Computing version for https://github.com/mattgallagher/CwlPreconditionTesting.git
Computed https://github.com/mattgallagher/CwlPreconditionTesting.git at 2.1.0 (0.37s)
Computing version for https://github.com/mattgallagher/CwlCatchException.git
Computed https://github.com/mattgallagher/CwlCatchException.git at 2.0.0 (0.38s)
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/mattgallagher/CwlCatchException.git
Working copy of https://github.com/mattgallagher/CwlCatchException.git resolved at 2.0.0
Building for debugging...
[1/49] Emitting module Nimble
[2/55] Compiling Nimble Async.swift
[3/55] Compiling Nimble BeAKindOf.swift
[4/55] Compiling Nimble BeAnInstanceOf.swift
[5/55] Compiling Nimble BeCloseTo.swift
[6/55] Compiling Nimble BeEmpty.swift
[7/55] Compiling Nimble BeGreaterThan.swift
[8/55] Compiling Nimble BeGreaterThanOrEqualTo.swift
[9/55] Compiling Nimble Equal+Tuple.swift
[10/55] Compiling Nimble Equal.swift
[11/55] Compiling Nimble HaveCount.swift
[12/55] Compiling Nimble Match.swift
[13/55] Compiling Nimble MatchError.swift
[14/55] Compiling Nimble MatcherProtocols.swift
[15/55] Compiling Nimble PostNotification.swift
[16/55] Compiling Nimble ToSucceed.swift
/host/spi-builder-workspace/Sources/Nimble/Utils/DispatchTimeInterval.swift:18:9: warning: default will never be executed
        @unknown default: fatalError("Unknown DispatchTimeInterval value")
        ^
[17/55] Compiling Nimble Await.swift
/host/spi-builder-workspace/Sources/Nimble/Utils/DispatchTimeInterval.swift:18:9: warning: default will never be executed
        @unknown default: fatalError("Unknown DispatchTimeInterval value")
        ^
[18/55] Compiling Nimble DispatchTimeInterval.swift
/host/spi-builder-workspace/Sources/Nimble/Utils/DispatchTimeInterval.swift:18:9: warning: default will never be executed
        @unknown default: fatalError("Unknown DispatchTimeInterval value")
        ^
[19/55] Compiling Nimble Errors.swift
/host/spi-builder-workspace/Sources/Nimble/Utils/DispatchTimeInterval.swift:18:9: warning: default will never be executed
        @unknown default: fatalError("Unknown DispatchTimeInterval value")
        ^
[20/55] Compiling Nimble SourceLocation.swift
/host/spi-builder-workspace/Sources/Nimble/Utils/DispatchTimeInterval.swift:18:9: warning: default will never be executed
        @unknown default: fatalError("Unknown DispatchTimeInterval value")
        ^
[21/55] Compiling Nimble Stringers.swift
/host/spi-builder-workspace/Sources/Nimble/Utils/DispatchTimeInterval.swift:18:9: warning: default will never be executed
        @unknown default: fatalError("Unknown DispatchTimeInterval value")
        ^
[22/55] Compiling Nimble BeWithin.swift
[23/55] Compiling Nimble BeginWith.swift
[24/55] Compiling Nimble BeginWithPrefix.swift
[25/55] Compiling Nimble Contain.swift
[26/55] Compiling Nimble ContainElementSatisfying.swift
[27/55] Compiling Nimble ElementsEqual.swift
[28/55] Compiling Nimble EndWith.swift
[29/55] Compiling Nimble Predicate.swift
[30/55] Compiling Nimble RaisesException.swift
[31/55] Compiling Nimble SatisfyAllOf.swift
[32/55] Compiling Nimble SatisfyAnyOf.swift
[33/55] Compiling Nimble ThrowAssertion.swift
[34/55] Compiling Nimble ThrowError.swift
[35/55] Compiling Nimble BeIdenticalTo.swift
[36/55] Compiling Nimble BeLessThan.swift
[37/55] Compiling Nimble BeLessThanOrEqual.swift
[38/55] Compiling Nimble BeLogical.swift
[39/55] Compiling Nimble BeNil.swift
[40/55] Compiling Nimble BeResult.swift
[41/55] Compiling Nimble BeVoid.swift
[42/55] Compiling Nimble DSL+Wait.swift
[43/55] Compiling Nimble DSL.swift
[44/55] Compiling Nimble Expectation.swift
[45/55] Compiling Nimble ExpectationMessage.swift
[46/55] Compiling Nimble Expression.swift
[47/55] Compiling Nimble FailureMessage.swift
[48/55] Compiling Nimble AllPass.swift
[49/55] Compiling Nimble AdapterProtocols.swift
[50/55] Compiling Nimble AssertionDispatcher.swift
[51/55] Compiling Nimble AssertionRecorder.swift
[52/55] Compiling Nimble NMBExpectation.swift
[53/55] Compiling Nimble NimbleEnvironment.swift
[54/55] Compiling Nimble NimbleXCTestHandler.swift
[55/55] Compiling Nimble ExceptionCapture.swift
Build complete! (12.46s)
Build complete.
Done.