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, reference main (28970f), with Swift 5.9 for Linux on 7 Apr 2025 02:52:11 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-5.9-latest swift build --triple x86_64-unknown-linux-gnu 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.60.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Quick/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/Quick/Nimble
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 28970fa Bump Cwl dependencies to fix Xcode 16 issues (#1190)
Cloned https://github.com/Quick/Nimble.git
Revision (git rev-parse @):
28970fa1555daf50cae3a94968dc4601558310ab
SUCCESS checkout https://github.com/Quick/Nimble.git at main
========================================
Build
========================================
Selected platform:         linux
Swift version:             5.9
Building package at path:  $PWD
https://github.com/Quick/Nimble.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-5.9-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-5.9-latest: Pulling from finestructure/spi-images
Digest: sha256:93fe18f778ec94e026baa8cc68b2ae87de241b204c49ca7a3a12cf55897227aa
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-5.9-latest
Fetching https://github.com/apple/swift-docc-plugin
Fetching https://github.com/mattgallagher/CwlPreconditionTesting.git
[1/2050] Fetching swift-docc-plugin
[227/3307] Fetching swift-docc-plugin, cwlpreconditiontesting
[1825/2050] Fetching swift-docc-plugin
Fetched https://github.com/mattgallagher/CwlPreconditionTesting.git (0.25s)
Fetched https://github.com/apple/swift-docc-plugin (0.31s)
Computing version for https://github.com/mattgallagher/CwlPreconditionTesting.git
Computed https://github.com/mattgallagher/CwlPreconditionTesting.git at 2.2.2 (1.05s)
Fetching https://github.com/mattgallagher/CwlCatchException.git
[1/455] Fetching cwlcatchexception
Fetched https://github.com/mattgallagher/CwlCatchException.git (0.19s)
Computing version for https://github.com/mattgallagher/CwlCatchException.git
Computed https://github.com/mattgallagher/CwlCatchException.git at 2.2.1 (0.37s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.4.3 (0.38s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3365] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit (0.39s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (0.40s)
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/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-docc-plugin
Working copy of https://github.com/apple/swift-docc-plugin resolved at 1.4.3
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/Nimble/PrivacyInfo.xcprivacy
[1/1] Compiling plugin Swift-DocC
[2/2] Compiling plugin Swift-DocC Preview
Building for debugging...
[3/64] Emitting module Nimble
/host/spi-builder-workspace/Sources/Nimble/Matchers/ThrowAssertion.swift:2:70: warning: unknown operating system for build configuration 'os'
#if canImport(CwlPreconditionTesting) && (os(macOS) || os(iOS) || os(visionOS))
                                                                     ^
/host/spi-builder-workspace/Sources/Nimble/Matchers/ThrowAssertion.swift:2:70: note: did you mean 'iOS'?
#if canImport(CwlPreconditionTesting) && (os(macOS) || os(iOS) || os(visionOS))
                                                                     ^~~~~~~~
                                                                     iOS
/host/spi-builder-workspace/Sources/Nimble/Matchers/ThrowAssertion.swift:2:70: note: did you mean 'Windows'?
#if canImport(CwlPreconditionTesting) && (os(macOS) || os(iOS) || os(visionOS))
                                                                     ^~~~~~~~
                                                                     Windows
[4/72] Compiling Nimble AsyncExpression.swift
[5/72] Compiling Nimble DSL+AsyncAwait.swift
[6/72] Compiling Nimble DSL+Require.swift
[7/72] Compiling Nimble DSL+Wait.swift
[8/72] Compiling Nimble DSL.swift
[9/72] Compiling Nimble Expectation.swift
[10/72] Compiling Nimble ExpectationMessage.swift
[11/72] Compiling Nimble Expression.swift
[12/72] Compiling Nimble FailureMessage.swift
[13/72] Compiling Nimble BeginWithPrefix.swift
/host/spi-builder-workspace/Sources/Nimble/Matchers/EndWith.swift:28:67: warning: unknown operating system for build configuration 'os'
        #if os(macOS) || os(iOS) || os(tvOS) || os(watchOS) || os(visionOS)
                                                                  ^
/host/spi-builder-workspace/Sources/Nimble/Matchers/EndWith.swift:28:67: note: did you mean 'iOS'?
        #if os(macOS) || os(iOS) || os(tvOS) || os(watchOS) || os(visionOS)
                                                                  ^~~~~~~~
                                                                  iOS
/host/spi-builder-workspace/Sources/Nimble/Matchers/EndWith.swift:28:67: note: did you mean 'Windows'?
        #if os(macOS) || os(iOS) || os(tvOS) || os(watchOS) || os(visionOS)
                                                                  ^~~~~~~~
                                                                  Windows
[14/72] Compiling Nimble Contain.swift
/host/spi-builder-workspace/Sources/Nimble/Matchers/EndWith.swift:28:67: warning: unknown operating system for build configuration 'os'
        #if os(macOS) || os(iOS) || os(tvOS) || os(watchOS) || os(visionOS)
                                                                  ^
/host/spi-builder-workspace/Sources/Nimble/Matchers/EndWith.swift:28:67: note: did you mean 'iOS'?
        #if os(macOS) || os(iOS) || os(tvOS) || os(watchOS) || os(visionOS)
                                                                  ^~~~~~~~
                                                                  iOS
/host/spi-builder-workspace/Sources/Nimble/Matchers/EndWith.swift:28:67: note: did you mean 'Windows'?
        #if os(macOS) || os(iOS) || os(tvOS) || os(watchOS) || os(visionOS)
                                                                  ^~~~~~~~
                                                                  Windows
[15/72] Compiling Nimble ContainElementSatisfying.swift
/host/spi-builder-workspace/Sources/Nimble/Matchers/EndWith.swift:28:67: warning: unknown operating system for build configuration 'os'
        #if os(macOS) || os(iOS) || os(tvOS) || os(watchOS) || os(visionOS)
                                                                  ^
/host/spi-builder-workspace/Sources/Nimble/Matchers/EndWith.swift:28:67: note: did you mean 'iOS'?
        #if os(macOS) || os(iOS) || os(tvOS) || os(watchOS) || os(visionOS)
                                                                  ^~~~~~~~
                                                                  iOS
/host/spi-builder-workspace/Sources/Nimble/Matchers/EndWith.swift:28:67: note: did you mean 'Windows'?
        #if os(macOS) || os(iOS) || os(tvOS) || os(watchOS) || os(visionOS)
                                                                  ^~~~~~~~
                                                                  Windows
[16/72] Compiling Nimble ElementsEqual.swift
/host/spi-builder-workspace/Sources/Nimble/Matchers/EndWith.swift:28:67: warning: unknown operating system for build configuration 'os'
        #if os(macOS) || os(iOS) || os(tvOS) || os(watchOS) || os(visionOS)
                                                                  ^
/host/spi-builder-workspace/Sources/Nimble/Matchers/EndWith.swift:28:67: note: did you mean 'iOS'?
        #if os(macOS) || os(iOS) || os(tvOS) || os(watchOS) || os(visionOS)
                                                                  ^~~~~~~~
                                                                  iOS
/host/spi-builder-workspace/Sources/Nimble/Matchers/EndWith.swift:28:67: note: did you mean 'Windows'?
        #if os(macOS) || os(iOS) || os(tvOS) || os(watchOS) || os(visionOS)
                                                                  ^~~~~~~~
                                                                  Windows
[17/72] Compiling Nimble EndWith.swift
/host/spi-builder-workspace/Sources/Nimble/Matchers/EndWith.swift:28:67: warning: unknown operating system for build configuration 'os'
        #if os(macOS) || os(iOS) || os(tvOS) || os(watchOS) || os(visionOS)
                                                                  ^
/host/spi-builder-workspace/Sources/Nimble/Matchers/EndWith.swift:28:67: note: did you mean 'iOS'?
        #if os(macOS) || os(iOS) || os(tvOS) || os(watchOS) || os(visionOS)
                                                                  ^~~~~~~~
                                                                  iOS
/host/spi-builder-workspace/Sources/Nimble/Matchers/EndWith.swift:28:67: note: did you mean 'Windows'?
        #if os(macOS) || os(iOS) || os(tvOS) || os(watchOS) || os(visionOS)
                                                                  ^~~~~~~~
                                                                  Windows
[18/72] Compiling Nimble Equal+Tuple.swift
/host/spi-builder-workspace/Sources/Nimble/Matchers/EndWith.swift:28:67: warning: unknown operating system for build configuration 'os'
        #if os(macOS) || os(iOS) || os(tvOS) || os(watchOS) || os(visionOS)
                                                                  ^
/host/spi-builder-workspace/Sources/Nimble/Matchers/EndWith.swift:28:67: note: did you mean 'iOS'?
        #if os(macOS) || os(iOS) || os(tvOS) || os(watchOS) || os(visionOS)
                                                                  ^~~~~~~~
                                                                  iOS
/host/spi-builder-workspace/Sources/Nimble/Matchers/EndWith.swift:28:67: note: did you mean 'Windows'?
        #if os(macOS) || os(iOS) || os(tvOS) || os(watchOS) || os(visionOS)
                                                                  ^~~~~~~~
                                                                  Windows
[19/72] Compiling Nimble Equal+TupleArray.swift
/host/spi-builder-workspace/Sources/Nimble/Matchers/EndWith.swift:28:67: warning: unknown operating system for build configuration 'os'
        #if os(macOS) || os(iOS) || os(tvOS) || os(watchOS) || os(visionOS)
                                                                  ^
/host/spi-builder-workspace/Sources/Nimble/Matchers/EndWith.swift:28:67: note: did you mean 'iOS'?
        #if os(macOS) || os(iOS) || os(tvOS) || os(watchOS) || os(visionOS)
                                                                  ^~~~~~~~
                                                                  iOS
/host/spi-builder-workspace/Sources/Nimble/Matchers/EndWith.swift:28:67: note: did you mean 'Windows'?
        #if os(macOS) || os(iOS) || os(tvOS) || os(watchOS) || os(visionOS)
                                                                  ^~~~~~~~
                                                                  Windows
[20/72] Compiling Nimble Equal.swift
/host/spi-builder-workspace/Sources/Nimble/Matchers/EndWith.swift:28:67: warning: unknown operating system for build configuration 'os'
        #if os(macOS) || os(iOS) || os(tvOS) || os(watchOS) || os(visionOS)
                                                                  ^
/host/spi-builder-workspace/Sources/Nimble/Matchers/EndWith.swift:28:67: note: did you mean 'iOS'?
        #if os(macOS) || os(iOS) || os(tvOS) || os(watchOS) || os(visionOS)
                                                                  ^~~~~~~~
                                                                  iOS
/host/spi-builder-workspace/Sources/Nimble/Matchers/EndWith.swift:28:67: note: did you mean 'Windows'?
        #if os(macOS) || os(iOS) || os(tvOS) || os(watchOS) || os(visionOS)
                                                                  ^~~~~~~~
                                                                  Windows
[21/72] Compiling Nimble HaveCount.swift
/host/spi-builder-workspace/Sources/Nimble/Matchers/EndWith.swift:28:67: warning: unknown operating system for build configuration 'os'
        #if os(macOS) || os(iOS) || os(tvOS) || os(watchOS) || os(visionOS)
                                                                  ^
/host/spi-builder-workspace/Sources/Nimble/Matchers/EndWith.swift:28:67: note: did you mean 'iOS'?
        #if os(macOS) || os(iOS) || os(tvOS) || os(watchOS) || os(visionOS)
                                                                  ^~~~~~~~
                                                                  iOS
/host/spi-builder-workspace/Sources/Nimble/Matchers/EndWith.swift:28:67: note: did you mean 'Windows'?
        #if os(macOS) || os(iOS) || os(tvOS) || os(watchOS) || os(visionOS)
                                                                  ^~~~~~~~
                                                                  Windows
[22/72] Compiling Nimble AllPass.swift
[23/72] Compiling Nimble AsyncAllPass.swift
[24/72] Compiling Nimble AsyncMatcher.swift
[25/72] Compiling Nimble BeAKindOf.swift
[26/72] Compiling Nimble BeAnInstanceOf.swift
[27/72] Compiling Nimble BeCloseTo.swift
[28/72] Compiling Nimble BeEmpty.swift
[29/72] Compiling Nimble BeGreaterThan.swift
[30/72] Compiling Nimble BeGreaterThanOrEqualTo.swift
[31/72] Compiling Nimble BeIdenticalTo.swift
/host/spi-builder-workspace/Sources/Nimble/Matchers/BeginWith.swift:20:67: warning: unknown operating system for build configuration 'os'
        #if os(macOS) || os(iOS) || os(tvOS) || os(watchOS) || os(visionOS)
                                                                  ^
/host/spi-builder-workspace/Sources/Nimble/Matchers/BeginWith.swift:20:67: note: did you mean 'iOS'?
        #if os(macOS) || os(iOS) || os(tvOS) || os(watchOS) || os(visionOS)
                                                                  ^~~~~~~~
                                                                  iOS
/host/spi-builder-workspace/Sources/Nimble/Matchers/BeginWith.swift:20:67: note: did you mean 'Windows'?
        #if os(macOS) || os(iOS) || os(tvOS) || os(watchOS) || os(visionOS)
                                                                  ^~~~~~~~
                                                                  Windows
[32/72] Compiling Nimble BeLessThan.swift
/host/spi-builder-workspace/Sources/Nimble/Matchers/BeginWith.swift:20:67: warning: unknown operating system for build configuration 'os'
        #if os(macOS) || os(iOS) || os(tvOS) || os(watchOS) || os(visionOS)
                                                                  ^
/host/spi-builder-workspace/Sources/Nimble/Matchers/BeginWith.swift:20:67: note: did you mean 'iOS'?
        #if os(macOS) || os(iOS) || os(tvOS) || os(watchOS) || os(visionOS)
                                                                  ^~~~~~~~
                                                                  iOS
/host/spi-builder-workspace/Sources/Nimble/Matchers/BeginWith.swift:20:67: note: did you mean 'Windows'?
        #if os(macOS) || os(iOS) || os(tvOS) || os(watchOS) || os(visionOS)
                                                                  ^~~~~~~~
                                                                  Windows
[33/72] Compiling Nimble BeLessThanOrEqual.swift
/host/spi-builder-workspace/Sources/Nimble/Matchers/BeginWith.swift:20:67: warning: unknown operating system for build configuration 'os'
        #if os(macOS) || os(iOS) || os(tvOS) || os(watchOS) || os(visionOS)
                                                                  ^
/host/spi-builder-workspace/Sources/Nimble/Matchers/BeginWith.swift:20:67: note: did you mean 'iOS'?
        #if os(macOS) || os(iOS) || os(tvOS) || os(watchOS) || os(visionOS)
                                                                  ^~~~~~~~
                                                                  iOS
/host/spi-builder-workspace/Sources/Nimble/Matchers/BeginWith.swift:20:67: note: did you mean 'Windows'?
        #if os(macOS) || os(iOS) || os(tvOS) || os(watchOS) || os(visionOS)
                                                                  ^~~~~~~~
                                                                  Windows
[34/72] Compiling Nimble BeLogical.swift
/host/spi-builder-workspace/Sources/Nimble/Matchers/BeginWith.swift:20:67: warning: unknown operating system for build configuration 'os'
        #if os(macOS) || os(iOS) || os(tvOS) || os(watchOS) || os(visionOS)
                                                                  ^
/host/spi-builder-workspace/Sources/Nimble/Matchers/BeginWith.swift:20:67: note: did you mean 'iOS'?
        #if os(macOS) || os(iOS) || os(tvOS) || os(watchOS) || os(visionOS)
                                                                  ^~~~~~~~
                                                                  iOS
/host/spi-builder-workspace/Sources/Nimble/Matchers/BeginWith.swift:20:67: note: did you mean 'Windows'?
        #if os(macOS) || os(iOS) || os(tvOS) || os(watchOS) || os(visionOS)
                                                                  ^~~~~~~~
                                                                  Windows
[35/72] Compiling Nimble BeNil.swift
/host/spi-builder-workspace/Sources/Nimble/Matchers/BeginWith.swift:20:67: warning: unknown operating system for build configuration 'os'
        #if os(macOS) || os(iOS) || os(tvOS) || os(watchOS) || os(visionOS)
                                                                  ^
/host/spi-builder-workspace/Sources/Nimble/Matchers/BeginWith.swift:20:67: note: did you mean 'iOS'?
        #if os(macOS) || os(iOS) || os(tvOS) || os(watchOS) || os(visionOS)
                                                                  ^~~~~~~~
                                                                  iOS
/host/spi-builder-workspace/Sources/Nimble/Matchers/BeginWith.swift:20:67: note: did you mean 'Windows'?
        #if os(macOS) || os(iOS) || os(tvOS) || os(watchOS) || os(visionOS)
                                                                  ^~~~~~~~
                                                                  Windows
[36/72] Compiling Nimble BeResult.swift
/host/spi-builder-workspace/Sources/Nimble/Matchers/BeginWith.swift:20:67: warning: unknown operating system for build configuration 'os'
        #if os(macOS) || os(iOS) || os(tvOS) || os(watchOS) || os(visionOS)
                                                                  ^
/host/spi-builder-workspace/Sources/Nimble/Matchers/BeginWith.swift:20:67: note: did you mean 'iOS'?
        #if os(macOS) || os(iOS) || os(tvOS) || os(watchOS) || os(visionOS)
                                                                  ^~~~~~~~
                                                                  iOS
/host/spi-builder-workspace/Sources/Nimble/Matchers/BeginWith.swift:20:67: note: did you mean 'Windows'?
        #if os(macOS) || os(iOS) || os(tvOS) || os(watchOS) || os(visionOS)
                                                                  ^~~~~~~~
                                                                  Windows
[37/72] Compiling Nimble BeVoid.swift
/host/spi-builder-workspace/Sources/Nimble/Matchers/BeginWith.swift:20:67: warning: unknown operating system for build configuration 'os'
        #if os(macOS) || os(iOS) || os(tvOS) || os(watchOS) || os(visionOS)
                                                                  ^
/host/spi-builder-workspace/Sources/Nimble/Matchers/BeginWith.swift:20:67: note: did you mean 'iOS'?
        #if os(macOS) || os(iOS) || os(tvOS) || os(watchOS) || os(visionOS)
                                                                  ^~~~~~~~
                                                                  iOS
/host/spi-builder-workspace/Sources/Nimble/Matchers/BeginWith.swift:20:67: note: did you mean 'Windows'?
        #if os(macOS) || os(iOS) || os(tvOS) || os(watchOS) || os(visionOS)
                                                                  ^~~~~~~~
                                                                  Windows
[38/72] Compiling Nimble BeWithin.swift
/host/spi-builder-workspace/Sources/Nimble/Matchers/BeginWith.swift:20:67: warning: unknown operating system for build configuration 'os'
        #if os(macOS) || os(iOS) || os(tvOS) || os(watchOS) || os(visionOS)
                                                                  ^
/host/spi-builder-workspace/Sources/Nimble/Matchers/BeginWith.swift:20:67: note: did you mean 'iOS'?
        #if os(macOS) || os(iOS) || os(tvOS) || os(watchOS) || os(visionOS)
                                                                  ^~~~~~~~
                                                                  iOS
/host/spi-builder-workspace/Sources/Nimble/Matchers/BeginWith.swift:20:67: note: did you mean 'Windows'?
        #if os(macOS) || os(iOS) || os(tvOS) || os(watchOS) || os(visionOS)
                                                                  ^~~~~~~~
                                                                  Windows
[39/72] Compiling Nimble BeginWith.swift
/host/spi-builder-workspace/Sources/Nimble/Matchers/BeginWith.swift:20:67: warning: unknown operating system for build configuration 'os'
        #if os(macOS) || os(iOS) || os(tvOS) || os(watchOS) || os(visionOS)
                                                                  ^
/host/spi-builder-workspace/Sources/Nimble/Matchers/BeginWith.swift:20:67: note: did you mean 'iOS'?
        #if os(macOS) || os(iOS) || os(tvOS) || os(watchOS) || os(visionOS)
                                                                  ^~~~~~~~
                                                                  iOS
/host/spi-builder-workspace/Sources/Nimble/Matchers/BeginWith.swift:20:67: note: did you mean 'Windows'?
        #if os(macOS) || os(iOS) || os(tvOS) || os(watchOS) || os(visionOS)
                                                                  ^~~~~~~~
                                                                  Windows
[40/72] Compiling Nimble Map.swift
[41/72] Compiling Nimble Match.swift
[42/72] Compiling Nimble MatchError.swift
[43/72] Compiling Nimble Matcher.swift
[44/72] Compiling Nimble MatcherProtocols.swift
[45/72] Compiling Nimble Negation.swift
[46/72] Compiling Nimble PostNotification.swift
[47/72] Compiling Nimble RaisesException.swift
[48/72] Compiling Nimble SatisfyAllOf.swift
/host/spi-builder-workspace/Sources/Nimble/Matchers/ThrowAssertion.swift:2:70: warning: unknown operating system for build configuration 'os'
#if canImport(CwlPreconditionTesting) && (os(macOS) || os(iOS) || os(visionOS))
                                                                     ^
/host/spi-builder-workspace/Sources/Nimble/Matchers/ThrowAssertion.swift:2:70: note: did you mean 'iOS'?
#if canImport(CwlPreconditionTesting) && (os(macOS) || os(iOS) || os(visionOS))
                                                                     ^~~~~~~~
                                                                     iOS
/host/spi-builder-workspace/Sources/Nimble/Matchers/ThrowAssertion.swift:2:70: note: did you mean 'Windows'?
#if canImport(CwlPreconditionTesting) && (os(macOS) || os(iOS) || os(visionOS))
                                                                     ^~~~~~~~
                                                                     Windows
[49/72] Compiling Nimble SatisfyAnyOf.swift
/host/spi-builder-workspace/Sources/Nimble/Matchers/ThrowAssertion.swift:2:70: warning: unknown operating system for build configuration 'os'
#if canImport(CwlPreconditionTesting) && (os(macOS) || os(iOS) || os(visionOS))
                                                                     ^
/host/spi-builder-workspace/Sources/Nimble/Matchers/ThrowAssertion.swift:2:70: note: did you mean 'iOS'?
#if canImport(CwlPreconditionTesting) && (os(macOS) || os(iOS) || os(visionOS))
                                                                     ^~~~~~~~
                                                                     iOS
/host/spi-builder-workspace/Sources/Nimble/Matchers/ThrowAssertion.swift:2:70: note: did you mean 'Windows'?
#if canImport(CwlPreconditionTesting) && (os(macOS) || os(iOS) || os(visionOS))
                                                                     ^~~~~~~~
                                                                     Windows
[50/72] Compiling Nimble ThrowAssertion.swift
/host/spi-builder-workspace/Sources/Nimble/Matchers/ThrowAssertion.swift:2:70: warning: unknown operating system for build configuration 'os'
#if canImport(CwlPreconditionTesting) && (os(macOS) || os(iOS) || os(visionOS))
                                                                     ^
/host/spi-builder-workspace/Sources/Nimble/Matchers/ThrowAssertion.swift:2:70: note: did you mean 'iOS'?
#if canImport(CwlPreconditionTesting) && (os(macOS) || os(iOS) || os(visionOS))
                                                                     ^~~~~~~~
                                                                     iOS
/host/spi-builder-workspace/Sources/Nimble/Matchers/ThrowAssertion.swift:2:70: note: did you mean 'Windows'?
#if canImport(CwlPreconditionTesting) && (os(macOS) || os(iOS) || os(visionOS))
                                                                     ^~~~~~~~
                                                                     Windows
[51/72] Compiling Nimble ThrowError.swift
/host/spi-builder-workspace/Sources/Nimble/Matchers/ThrowAssertion.swift:2:70: warning: unknown operating system for build configuration 'os'
#if canImport(CwlPreconditionTesting) && (os(macOS) || os(iOS) || os(visionOS))
                                                                     ^
/host/spi-builder-workspace/Sources/Nimble/Matchers/ThrowAssertion.swift:2:70: note: did you mean 'iOS'?
#if canImport(CwlPreconditionTesting) && (os(macOS) || os(iOS) || os(visionOS))
                                                                     ^~~~~~~~
                                                                     iOS
/host/spi-builder-workspace/Sources/Nimble/Matchers/ThrowAssertion.swift:2:70: note: did you mean 'Windows'?
#if canImport(CwlPreconditionTesting) && (os(macOS) || os(iOS) || os(visionOS))
                                                                     ^~~~~~~~
                                                                     Windows
[52/72] Compiling Nimble ToSucceed.swift
/host/spi-builder-workspace/Sources/Nimble/Matchers/ThrowAssertion.swift:2:70: warning: unknown operating system for build configuration 'os'
#if canImport(CwlPreconditionTesting) && (os(macOS) || os(iOS) || os(visionOS))
                                                                     ^
/host/spi-builder-workspace/Sources/Nimble/Matchers/ThrowAssertion.swift:2:70: note: did you mean 'iOS'?
#if canImport(CwlPreconditionTesting) && (os(macOS) || os(iOS) || os(visionOS))
                                                                     ^~~~~~~~
                                                                     iOS
/host/spi-builder-workspace/Sources/Nimble/Matchers/ThrowAssertion.swift:2:70: note: did you mean 'Windows'?
#if canImport(CwlPreconditionTesting) && (os(macOS) || os(iOS) || os(visionOS))
                                                                     ^~~~~~~~
                                                                     Windows
[53/72] Compiling Nimble Polling+AsyncAwait.swift
/host/spi-builder-workspace/Sources/Nimble/Matchers/ThrowAssertion.swift:2:70: warning: unknown operating system for build configuration 'os'
#if canImport(CwlPreconditionTesting) && (os(macOS) || os(iOS) || os(visionOS))
                                                                     ^
/host/spi-builder-workspace/Sources/Nimble/Matchers/ThrowAssertion.swift:2:70: note: did you mean 'iOS'?
#if canImport(CwlPreconditionTesting) && (os(macOS) || os(iOS) || os(visionOS))
                                                                     ^~~~~~~~
                                                                     iOS
/host/spi-builder-workspace/Sources/Nimble/Matchers/ThrowAssertion.swift:2:70: note: did you mean 'Windows'?
#if canImport(CwlPreconditionTesting) && (os(macOS) || os(iOS) || os(visionOS))
                                                                     ^~~~~~~~
                                                                     Windows
[54/72] Compiling Nimble Polling+Require.swift
/host/spi-builder-workspace/Sources/Nimble/Matchers/ThrowAssertion.swift:2:70: warning: unknown operating system for build configuration 'os'
#if canImport(CwlPreconditionTesting) && (os(macOS) || os(iOS) || os(visionOS))
                                                                     ^
/host/spi-builder-workspace/Sources/Nimble/Matchers/ThrowAssertion.swift:2:70: note: did you mean 'iOS'?
#if canImport(CwlPreconditionTesting) && (os(macOS) || os(iOS) || os(visionOS))
                                                                     ^~~~~~~~
                                                                     iOS
/host/spi-builder-workspace/Sources/Nimble/Matchers/ThrowAssertion.swift:2:70: note: did you mean 'Windows'?
#if canImport(CwlPreconditionTesting) && (os(macOS) || os(iOS) || os(visionOS))
                                                                     ^~~~~~~~
                                                                     Windows
[55/72] Compiling Nimble Polling.swift
/host/spi-builder-workspace/Sources/Nimble/Matchers/ThrowAssertion.swift:2:70: warning: unknown operating system for build configuration 'os'
#if canImport(CwlPreconditionTesting) && (os(macOS) || os(iOS) || os(visionOS))
                                                                     ^
/host/spi-builder-workspace/Sources/Nimble/Matchers/ThrowAssertion.swift:2:70: note: did you mean 'iOS'?
#if canImport(CwlPreconditionTesting) && (os(macOS) || os(iOS) || os(visionOS))
                                                                     ^~~~~~~~
                                                                     iOS
/host/spi-builder-workspace/Sources/Nimble/Matchers/ThrowAssertion.swift:2:70: note: did you mean 'Windows'?
#if canImport(CwlPreconditionTesting) && (os(macOS) || os(iOS) || os(visionOS))
                                                                     ^~~~~~~~
                                                                     Windows
[56/72] Compiling Nimble Requirement.swift
[57/72] Compiling Nimble AsyncAwait.swift
[58/72] Compiling Nimble AsyncTimerSequence.swift
[59/72] Compiling Nimble Errors.swift
[60/72] Compiling Nimble NimbleTimeInterval.swift
[61/72] Compiling Nimble PollAwait.swift
[62/72] Compiling Nimble SourceLocation.swift
[63/72] Compiling Nimble Stringers.swift
[64/72] Compiling Nimble AdapterProtocols.swift
/host/spi-builder-workspace/Sources/Nimble/Adapters/NimbleXCTestHandler.swift:58:41: warning: unknown operating system for build configuration 'os'
        #if (os(macOS) || os(iOS) || os(visionOS)) && !SWIFT_PACKAGE
                                        ^
/host/spi-builder-workspace/Sources/Nimble/Adapters/NimbleXCTestHandler.swift:58:41: note: did you mean 'iOS'?
        #if (os(macOS) || os(iOS) || os(visionOS)) && !SWIFT_PACKAGE
                                        ^~~~~~~~
                                        iOS
/host/spi-builder-workspace/Sources/Nimble/Adapters/NimbleXCTestHandler.swift:58:41: note: did you mean 'Windows'?
        #if (os(macOS) || os(iOS) || os(visionOS)) && !SWIFT_PACKAGE
                                        ^~~~~~~~
                                        Windows
/host/spi-builder-workspace/Sources/Nimble/Adapters/NimbleXCTestHandler.swift:69:41: warning: unknown operating system for build configuration 'os'
        #if (os(macOS) || os(iOS) || os(visionOS)) && !SWIFT_PACKAGE
                                        ^
/host/spi-builder-workspace/Sources/Nimble/Adapters/NimbleXCTestHandler.swift:69:41: note: did you mean 'iOS'?
        #if (os(macOS) || os(iOS) || os(visionOS)) && !SWIFT_PACKAGE
                                        ^~~~~~~~
                                        iOS
/host/spi-builder-workspace/Sources/Nimble/Adapters/NimbleXCTestHandler.swift:69:41: note: did you mean 'Windows'?
        #if (os(macOS) || os(iOS) || os(visionOS)) && !SWIFT_PACKAGE
                                        ^~~~~~~~
                                        Windows
/host/spi-builder-workspace/Sources/Nimble/Adapters/NimbleXCTestHandler.swift:87:42: warning: 'file' is deprecated: renamed to 'filePath'
    XCTFail("\(message)", file: location.file, line: location.line)
                                         ^
/host/spi-builder-workspace/Sources/Nimble/Adapters/NimbleXCTestHandler.swift:87:42: note: use 'filePath' instead
    XCTFail("\(message)", file: location.file, line: location.line)
                                         ^~~~
                                         filePath
[65/72] Compiling Nimble AssertionDispatcher.swift
/host/spi-builder-workspace/Sources/Nimble/Adapters/NimbleXCTestHandler.swift:58:41: warning: unknown operating system for build configuration 'os'
        #if (os(macOS) || os(iOS) || os(visionOS)) && !SWIFT_PACKAGE
                                        ^
/host/spi-builder-workspace/Sources/Nimble/Adapters/NimbleXCTestHandler.swift:58:41: note: did you mean 'iOS'?
        #if (os(macOS) || os(iOS) || os(visionOS)) && !SWIFT_PACKAGE
                                        ^~~~~~~~
                                        iOS
/host/spi-builder-workspace/Sources/Nimble/Adapters/NimbleXCTestHandler.swift:58:41: note: did you mean 'Windows'?
        #if (os(macOS) || os(iOS) || os(visionOS)) && !SWIFT_PACKAGE
                                        ^~~~~~~~
                                        Windows
/host/spi-builder-workspace/Sources/Nimble/Adapters/NimbleXCTestHandler.swift:69:41: warning: unknown operating system for build configuration 'os'
        #if (os(macOS) || os(iOS) || os(visionOS)) && !SWIFT_PACKAGE
                                        ^
/host/spi-builder-workspace/Sources/Nimble/Adapters/NimbleXCTestHandler.swift:69:41: note: did you mean 'iOS'?
        #if (os(macOS) || os(iOS) || os(visionOS)) && !SWIFT_PACKAGE
                                        ^~~~~~~~
                                        iOS
/host/spi-builder-workspace/Sources/Nimble/Adapters/NimbleXCTestHandler.swift:69:41: note: did you mean 'Windows'?
        #if (os(macOS) || os(iOS) || os(visionOS)) && !SWIFT_PACKAGE
                                        ^~~~~~~~
                                        Windows
/host/spi-builder-workspace/Sources/Nimble/Adapters/NimbleXCTestHandler.swift:87:42: warning: 'file' is deprecated: renamed to 'filePath'
    XCTFail("\(message)", file: location.file, line: location.line)
                                         ^
/host/spi-builder-workspace/Sources/Nimble/Adapters/NimbleXCTestHandler.swift:87:42: note: use 'filePath' instead
    XCTFail("\(message)", file: location.file, line: location.line)
                                         ^~~~
                                         filePath
[66/72] Compiling Nimble AssertionRecorder+Async.swift
/host/spi-builder-workspace/Sources/Nimble/Adapters/NimbleXCTestHandler.swift:58:41: warning: unknown operating system for build configuration 'os'
        #if (os(macOS) || os(iOS) || os(visionOS)) && !SWIFT_PACKAGE
                                        ^
/host/spi-builder-workspace/Sources/Nimble/Adapters/NimbleXCTestHandler.swift:58:41: note: did you mean 'iOS'?
        #if (os(macOS) || os(iOS) || os(visionOS)) && !SWIFT_PACKAGE
                                        ^~~~~~~~
                                        iOS
/host/spi-builder-workspace/Sources/Nimble/Adapters/NimbleXCTestHandler.swift:58:41: note: did you mean 'Windows'?
        #if (os(macOS) || os(iOS) || os(visionOS)) && !SWIFT_PACKAGE
                                        ^~~~~~~~
                                        Windows
/host/spi-builder-workspace/Sources/Nimble/Adapters/NimbleXCTestHandler.swift:69:41: warning: unknown operating system for build configuration 'os'
        #if (os(macOS) || os(iOS) || os(visionOS)) && !SWIFT_PACKAGE
                                        ^
/host/spi-builder-workspace/Sources/Nimble/Adapters/NimbleXCTestHandler.swift:69:41: note: did you mean 'iOS'?
        #if (os(macOS) || os(iOS) || os(visionOS)) && !SWIFT_PACKAGE
                                        ^~~~~~~~
                                        iOS
/host/spi-builder-workspace/Sources/Nimble/Adapters/NimbleXCTestHandler.swift:69:41: note: did you mean 'Windows'?
        #if (os(macOS) || os(iOS) || os(visionOS)) && !SWIFT_PACKAGE
                                        ^~~~~~~~
                                        Windows
/host/spi-builder-workspace/Sources/Nimble/Adapters/NimbleXCTestHandler.swift:87:42: warning: 'file' is deprecated: renamed to 'filePath'
    XCTFail("\(message)", file: location.file, line: location.line)
                                         ^
/host/spi-builder-workspace/Sources/Nimble/Adapters/NimbleXCTestHandler.swift:87:42: note: use 'filePath' instead
    XCTFail("\(message)", file: location.file, line: location.line)
                                         ^~~~
                                         filePath
[67/72] Compiling Nimble AssertionRecorder.swift
/host/spi-builder-workspace/Sources/Nimble/Adapters/NimbleXCTestHandler.swift:58:41: warning: unknown operating system for build configuration 'os'
        #if (os(macOS) || os(iOS) || os(visionOS)) && !SWIFT_PACKAGE
                                        ^
/host/spi-builder-workspace/Sources/Nimble/Adapters/NimbleXCTestHandler.swift:58:41: note: did you mean 'iOS'?
        #if (os(macOS) || os(iOS) || os(visionOS)) && !SWIFT_PACKAGE
                                        ^~~~~~~~
                                        iOS
/host/spi-builder-workspace/Sources/Nimble/Adapters/NimbleXCTestHandler.swift:58:41: note: did you mean 'Windows'?
        #if (os(macOS) || os(iOS) || os(visionOS)) && !SWIFT_PACKAGE
                                        ^~~~~~~~
                                        Windows
/host/spi-builder-workspace/Sources/Nimble/Adapters/NimbleXCTestHandler.swift:69:41: warning: unknown operating system for build configuration 'os'
        #if (os(macOS) || os(iOS) || os(visionOS)) && !SWIFT_PACKAGE
                                        ^
/host/spi-builder-workspace/Sources/Nimble/Adapters/NimbleXCTestHandler.swift:69:41: note: did you mean 'iOS'?
        #if (os(macOS) || os(iOS) || os(visionOS)) && !SWIFT_PACKAGE
                                        ^~~~~~~~
                                        iOS
/host/spi-builder-workspace/Sources/Nimble/Adapters/NimbleXCTestHandler.swift:69:41: note: did you mean 'Windows'?
        #if (os(macOS) || os(iOS) || os(visionOS)) && !SWIFT_PACKAGE
                                        ^~~~~~~~
                                        Windows
/host/spi-builder-workspace/Sources/Nimble/Adapters/NimbleXCTestHandler.swift:87:42: warning: 'file' is deprecated: renamed to 'filePath'
    XCTFail("\(message)", file: location.file, line: location.line)
                                         ^
/host/spi-builder-workspace/Sources/Nimble/Adapters/NimbleXCTestHandler.swift:87:42: note: use 'filePath' instead
    XCTFail("\(message)", file: location.file, line: location.line)
                                         ^~~~
                                         filePath
[68/72] Compiling Nimble NMBExpectation.swift
/host/spi-builder-workspace/Sources/Nimble/Adapters/NimbleXCTestHandler.swift:58:41: warning: unknown operating system for build configuration 'os'
        #if (os(macOS) || os(iOS) || os(visionOS)) && !SWIFT_PACKAGE
                                        ^
/host/spi-builder-workspace/Sources/Nimble/Adapters/NimbleXCTestHandler.swift:58:41: note: did you mean 'iOS'?
        #if (os(macOS) || os(iOS) || os(visionOS)) && !SWIFT_PACKAGE
                                        ^~~~~~~~
                                        iOS
/host/spi-builder-workspace/Sources/Nimble/Adapters/NimbleXCTestHandler.swift:58:41: note: did you mean 'Windows'?
        #if (os(macOS) || os(iOS) || os(visionOS)) && !SWIFT_PACKAGE
                                        ^~~~~~~~
                                        Windows
/host/spi-builder-workspace/Sources/Nimble/Adapters/NimbleXCTestHandler.swift:69:41: warning: unknown operating system for build configuration 'os'
        #if (os(macOS) || os(iOS) || os(visionOS)) && !SWIFT_PACKAGE
                                        ^
/host/spi-builder-workspace/Sources/Nimble/Adapters/NimbleXCTestHandler.swift:69:41: note: did you mean 'iOS'?
        #if (os(macOS) || os(iOS) || os(visionOS)) && !SWIFT_PACKAGE
                                        ^~~~~~~~
                                        iOS
/host/spi-builder-workspace/Sources/Nimble/Adapters/NimbleXCTestHandler.swift:69:41: note: did you mean 'Windows'?
        #if (os(macOS) || os(iOS) || os(visionOS)) && !SWIFT_PACKAGE
                                        ^~~~~~~~
                                        Windows
/host/spi-builder-workspace/Sources/Nimble/Adapters/NimbleXCTestHandler.swift:87:42: warning: 'file' is deprecated: renamed to 'filePath'
    XCTFail("\(message)", file: location.file, line: location.line)
                                         ^
/host/spi-builder-workspace/Sources/Nimble/Adapters/NimbleXCTestHandler.swift:87:42: note: use 'filePath' instead
    XCTFail("\(message)", file: location.file, line: location.line)
                                         ^~~~
                                         filePath
[69/72] Compiling Nimble NimbleEnvironment.swift
/host/spi-builder-workspace/Sources/Nimble/Adapters/NimbleXCTestHandler.swift:58:41: warning: unknown operating system for build configuration 'os'
        #if (os(macOS) || os(iOS) || os(visionOS)) && !SWIFT_PACKAGE
                                        ^
/host/spi-builder-workspace/Sources/Nimble/Adapters/NimbleXCTestHandler.swift:58:41: note: did you mean 'iOS'?
        #if (os(macOS) || os(iOS) || os(visionOS)) && !SWIFT_PACKAGE
                                        ^~~~~~~~
                                        iOS
/host/spi-builder-workspace/Sources/Nimble/Adapters/NimbleXCTestHandler.swift:58:41: note: did you mean 'Windows'?
        #if (os(macOS) || os(iOS) || os(visionOS)) && !SWIFT_PACKAGE
                                        ^~~~~~~~
                                        Windows
/host/spi-builder-workspace/Sources/Nimble/Adapters/NimbleXCTestHandler.swift:69:41: warning: unknown operating system for build configuration 'os'
        #if (os(macOS) || os(iOS) || os(visionOS)) && !SWIFT_PACKAGE
                                        ^
/host/spi-builder-workspace/Sources/Nimble/Adapters/NimbleXCTestHandler.swift:69:41: note: did you mean 'iOS'?
        #if (os(macOS) || os(iOS) || os(visionOS)) && !SWIFT_PACKAGE
                                        ^~~~~~~~
                                        iOS
/host/spi-builder-workspace/Sources/Nimble/Adapters/NimbleXCTestHandler.swift:69:41: note: did you mean 'Windows'?
        #if (os(macOS) || os(iOS) || os(visionOS)) && !SWIFT_PACKAGE
                                        ^~~~~~~~
                                        Windows
/host/spi-builder-workspace/Sources/Nimble/Adapters/NimbleXCTestHandler.swift:87:42: warning: 'file' is deprecated: renamed to 'filePath'
    XCTFail("\(message)", file: location.file, line: location.line)
                                         ^
/host/spi-builder-workspace/Sources/Nimble/Adapters/NimbleXCTestHandler.swift:87:42: note: use 'filePath' instead
    XCTFail("\(message)", file: location.file, line: location.line)
                                         ^~~~
                                         filePath
[70/72] Compiling Nimble NimbleSwiftTestingHandler.swift
/host/spi-builder-workspace/Sources/Nimble/Adapters/NimbleXCTestHandler.swift:58:41: warning: unknown operating system for build configuration 'os'
        #if (os(macOS) || os(iOS) || os(visionOS)) && !SWIFT_PACKAGE
                                        ^
/host/spi-builder-workspace/Sources/Nimble/Adapters/NimbleXCTestHandler.swift:58:41: note: did you mean 'iOS'?
        #if (os(macOS) || os(iOS) || os(visionOS)) && !SWIFT_PACKAGE
                                        ^~~~~~~~
                                        iOS
/host/spi-builder-workspace/Sources/Nimble/Adapters/NimbleXCTestHandler.swift:58:41: note: did you mean 'Windows'?
        #if (os(macOS) || os(iOS) || os(visionOS)) && !SWIFT_PACKAGE
                                        ^~~~~~~~
                                        Windows
/host/spi-builder-workspace/Sources/Nimble/Adapters/NimbleXCTestHandler.swift:69:41: warning: unknown operating system for build configuration 'os'
        #if (os(macOS) || os(iOS) || os(visionOS)) && !SWIFT_PACKAGE
                                        ^
/host/spi-builder-workspace/Sources/Nimble/Adapters/NimbleXCTestHandler.swift:69:41: note: did you mean 'iOS'?
        #if (os(macOS) || os(iOS) || os(visionOS)) && !SWIFT_PACKAGE
                                        ^~~~~~~~
                                        iOS
/host/spi-builder-workspace/Sources/Nimble/Adapters/NimbleXCTestHandler.swift:69:41: note: did you mean 'Windows'?
        #if (os(macOS) || os(iOS) || os(visionOS)) && !SWIFT_PACKAGE
                                        ^~~~~~~~
                                        Windows
/host/spi-builder-workspace/Sources/Nimble/Adapters/NimbleXCTestHandler.swift:87:42: warning: 'file' is deprecated: renamed to 'filePath'
    XCTFail("\(message)", file: location.file, line: location.line)
                                         ^
/host/spi-builder-workspace/Sources/Nimble/Adapters/NimbleXCTestHandler.swift:87:42: note: use 'filePath' instead
    XCTFail("\(message)", file: location.file, line: location.line)
                                         ^~~~
                                         filePath
[71/72] Compiling Nimble NimbleXCTestHandler.swift
/host/spi-builder-workspace/Sources/Nimble/Adapters/NimbleXCTestHandler.swift:58:41: warning: unknown operating system for build configuration 'os'
        #if (os(macOS) || os(iOS) || os(visionOS)) && !SWIFT_PACKAGE
                                        ^
/host/spi-builder-workspace/Sources/Nimble/Adapters/NimbleXCTestHandler.swift:58:41: note: did you mean 'iOS'?
        #if (os(macOS) || os(iOS) || os(visionOS)) && !SWIFT_PACKAGE
                                        ^~~~~~~~
                                        iOS
/host/spi-builder-workspace/Sources/Nimble/Adapters/NimbleXCTestHandler.swift:58:41: note: did you mean 'Windows'?
        #if (os(macOS) || os(iOS) || os(visionOS)) && !SWIFT_PACKAGE
                                        ^~~~~~~~
                                        Windows
/host/spi-builder-workspace/Sources/Nimble/Adapters/NimbleXCTestHandler.swift:69:41: warning: unknown operating system for build configuration 'os'
        #if (os(macOS) || os(iOS) || os(visionOS)) && !SWIFT_PACKAGE
                                        ^
/host/spi-builder-workspace/Sources/Nimble/Adapters/NimbleXCTestHandler.swift:69:41: note: did you mean 'iOS'?
        #if (os(macOS) || os(iOS) || os(visionOS)) && !SWIFT_PACKAGE
                                        ^~~~~~~~
                                        iOS
/host/spi-builder-workspace/Sources/Nimble/Adapters/NimbleXCTestHandler.swift:69:41: note: did you mean 'Windows'?
        #if (os(macOS) || os(iOS) || os(visionOS)) && !SWIFT_PACKAGE
                                        ^~~~~~~~
                                        Windows
/host/spi-builder-workspace/Sources/Nimble/Adapters/NimbleXCTestHandler.swift:87:42: warning: 'file' is deprecated: renamed to 'filePath'
    XCTFail("\(message)", file: location.file, line: location.line)
                                         ^
/host/spi-builder-workspace/Sources/Nimble/Adapters/NimbleXCTestHandler.swift:87:42: note: use 'filePath' instead
    XCTFail("\(message)", file: location.file, line: location.line)
                                         ^~~~
                                         filePath
[72/72] Compiling Nimble ExceptionCapture.swift
/host/spi-builder-workspace/Sources/Nimble/Adapters/NimbleXCTestHandler.swift:58:41: warning: unknown operating system for build configuration 'os'
        #if (os(macOS) || os(iOS) || os(visionOS)) && !SWIFT_PACKAGE
                                        ^
/host/spi-builder-workspace/Sources/Nimble/Adapters/NimbleXCTestHandler.swift:58:41: note: did you mean 'iOS'?
        #if (os(macOS) || os(iOS) || os(visionOS)) && !SWIFT_PACKAGE
                                        ^~~~~~~~
                                        iOS
/host/spi-builder-workspace/Sources/Nimble/Adapters/NimbleXCTestHandler.swift:58:41: note: did you mean 'Windows'?
        #if (os(macOS) || os(iOS) || os(visionOS)) && !SWIFT_PACKAGE
                                        ^~~~~~~~
                                        Windows
/host/spi-builder-workspace/Sources/Nimble/Adapters/NimbleXCTestHandler.swift:69:41: warning: unknown operating system for build configuration 'os'
        #if (os(macOS) || os(iOS) || os(visionOS)) && !SWIFT_PACKAGE
                                        ^
/host/spi-builder-workspace/Sources/Nimble/Adapters/NimbleXCTestHandler.swift:69:41: note: did you mean 'iOS'?
        #if (os(macOS) || os(iOS) || os(visionOS)) && !SWIFT_PACKAGE
                                        ^~~~~~~~
                                        iOS
/host/spi-builder-workspace/Sources/Nimble/Adapters/NimbleXCTestHandler.swift:69:41: note: did you mean 'Windows'?
        #if (os(macOS) || os(iOS) || os(visionOS)) && !SWIFT_PACKAGE
                                        ^~~~~~~~
                                        Windows
/host/spi-builder-workspace/Sources/Nimble/Adapters/NimbleXCTestHandler.swift:87:42: warning: 'file' is deprecated: renamed to 'filePath'
    XCTFail("\(message)", file: location.file, line: location.line)
                                         ^
/host/spi-builder-workspace/Sources/Nimble/Adapters/NimbleXCTestHandler.swift:87:42: note: use 'filePath' instead
    XCTFail("\(message)", file: location.file, line: location.line)
                                         ^~~~
                                         filePath
[75/76] Emitting module NimbleSharedTestHelpers
[76/76] Compiling NimbleSharedTestHelpers utils.swift
Build complete! (25.80s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "cwlpreconditiontesting",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.2.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/mattgallagher/CwlPreconditionTesting.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" : "Nimble",
  "name" : "Nimble",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    },
    {
      "name" : "visionos",
      "version" : "1.0"
    }
  ],
  "products" : [
    {
      "name" : "Nimble",
      "targets" : [
        "Nimble"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "5"
  ],
  "targets" : [
    {
      "c99name" : "NimbleTests",
      "module_type" : "SwiftTarget",
      "name" : "NimbleTests",
      "path" : "Tests/NimbleTests",
      "sources" : [
        "AsyncAwaitTest+Require.swift",
        "AsyncAwaitTest.swift",
        "AsyncPromiseTest.swift",
        "AsyncTimerSequenceTest.swift",
        "DSLTest.swift",
        "Helpers/AsyncHelpers.swift",
        "Helpers/BackgroundThreadObject.swift",
        "Helpers/ObjectWithLazyProperty.swift",
        "LinuxSupport.swift",
        "Matchers/AllPassTest.swift",
        "Matchers/AlwaysFailMatcher.swift",
        "Matchers/AsyncAllPassTest.swift",
        "Matchers/AsyncPredicateTest.swift",
        "Matchers/BeAKindOfTest.swift",
        "Matchers/BeAnInstanceOfTest.swift",
        "Matchers/BeCloseToTest.swift",
        "Matchers/BeEmptyTest.swift",
        "Matchers/BeGreaterThanOrEqualToTest.swift",
        "Matchers/BeGreaterThanTest.swift",
        "Matchers/BeIdenticalToObjectTest.swift",
        "Matchers/BeIdenticalToTest.swift",
        "Matchers/BeLessThanOrEqualToTest.swift",
        "Matchers/BeLessThanTest.swift",
        "Matchers/BeLogicalTest.swift",
        "Matchers/BeNilTest.swift",
        "Matchers/BeResultTest.swift",
        "Matchers/BeVoidTest.swift",
        "Matchers/BeWithinTest.swift",
        "Matchers/BeginWithPrefixTest.swift",
        "Matchers/BeginWithTest.swift",
        "Matchers/ContainElementSatisfyingTest.swift",
        "Matchers/ContainTest.swift",
        "Matchers/ElementsEqualTest.swift",
        "Matchers/EndWithTest.swift",
        "Matchers/EqualTest.swift",
        "Matchers/HaveCountTest.swift",
        "Matchers/MapTest.swift",
        "Matchers/MatchErrorTest.swift",
        "Matchers/MatchTest.swift",
        "Matchers/NegationTest.swift",
        "Matchers/PostNotificationTest.swift",
        "Matchers/RaisesExceptionTest.swift",
        "Matchers/SatisfyAllOfTest.swift",
        "Matchers/SatisfyAnyOfTest.swift",
        "Matchers/ThrowAssertionTest.swift",
        "Matchers/ThrowErrorTest.swift",
        "Matchers/ToSucceedTest.swift",
        "OnFailureThrowsTest.swift",
        "PollingTest+Require.swift",
        "PollingTest.swift",
        "PredicateTest.swift",
        "StatusTest.swift",
        "SwiftTestingSupportTest.swift",
        "SynchronousTest.swift",
        "UserDescriptionTest.swift"
      ],
      "target_dependencies" : [
        "Nimble",
        "NimbleSharedTestHelpers"
      ],
      "type" : "test"
    },
    {
      "c99name" : "NimbleSharedTestHelpers",
      "module_type" : "SwiftTarget",
      "name" : "NimbleSharedTestHelpers",
      "path" : "Sources/NimbleSharedTestHelpers",
      "sources" : [
        "utils.swift"
      ],
      "target_dependencies" : [
        "Nimble"
      ],
      "type" : "library"
    },
    {
      "c99name" : "Nimble",
      "module_type" : "SwiftTarget",
      "name" : "Nimble",
      "path" : "Sources/Nimble",
      "product_dependencies" : [
        "CwlPreconditionTesting",
        "CwlPosixPreconditionTesting"
      ],
      "product_memberships" : [
        "Nimble"
      ],
      "sources" : [
        "Adapters/AdapterProtocols.swift",
        "Adapters/AssertionDispatcher.swift",
        "Adapters/AssertionRecorder+Async.swift",
        "Adapters/AssertionRecorder.swift",
        "Adapters/NMBExpectation.swift",
        "Adapters/NimbleEnvironment.swift",
        "Adapters/NimbleSwiftTestingHandler.swift",
        "Adapters/NimbleXCTestHandler.swift",
        "Adapters/NonObjectiveC/ExceptionCapture.swift",
        "AsyncExpression.swift",
        "DSL+AsyncAwait.swift",
        "DSL+Require.swift",
        "DSL+Wait.swift",
        "DSL.swift",
        "Expectation.swift",
        "ExpectationMessage.swift",
        "Expression.swift",
        "FailureMessage.swift",
        "Matchers/AllPass.swift",
        "Matchers/AsyncAllPass.swift",
        "Matchers/AsyncMatcher.swift",
        "Matchers/BeAKindOf.swift",
        "Matchers/BeAnInstanceOf.swift",
        "Matchers/BeCloseTo.swift",
        "Matchers/BeEmpty.swift",
        "Matchers/BeGreaterThan.swift",
        "Matchers/BeGreaterThanOrEqualTo.swift",
        "Matchers/BeIdenticalTo.swift",
        "Matchers/BeLessThan.swift",
        "Matchers/BeLessThanOrEqual.swift",
        "Matchers/BeLogical.swift",
        "Matchers/BeNil.swift",
        "Matchers/BeResult.swift",
        "Matchers/BeVoid.swift",
        "Matchers/BeWithin.swift",
        "Matchers/BeginWith.swift",
        "Matchers/BeginWithPrefix.swift",
        "Matchers/Contain.swift",
        "Matchers/ContainElementSatisfying.swift",
        "Matchers/ElementsEqual.swift",
        "Matchers/EndWith.swift",
        "Matchers/Equal+Tuple.swift",
        "Matchers/Equal+TupleArray.swift",
        "Matchers/Equal.swift",
        "Matchers/HaveCount.swift",
        "Matchers/Map.swift",
        "Matchers/Match.swift",
        "Matchers/MatchError.swift",
        "Matchers/Matcher.swift",
        "Matchers/MatcherProtocols.swift",
        "Matchers/Negation.swift",
        "Matchers/PostNotification.swift",
        "Matchers/RaisesException.swift",
        "Matchers/SatisfyAllOf.swift",
        "Matchers/SatisfyAnyOf.swift",
        "Matchers/ThrowAssertion.swift",
        "Matchers/ThrowError.swift",
        "Matchers/ToSucceed.swift",
        "Polling+AsyncAwait.swift",
        "Polling+Require.swift",
        "Polling.swift",
        "Requirement.swift",
        "Utils/AsyncAwait.swift",
        "Utils/AsyncTimerSequence.swift",
        "Utils/Errors.swift",
        "Utils/NimbleTimeInterval.swift",
        "Utils/PollAwait.swift",
        "Utils/SourceLocation.swift",
        "Utils/Stringers.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
basic-5.9-latest: Pulling from finestructure/spi-images
Digest: sha256:93fe18f778ec94e026baa8cc68b2ae87de241b204c49ca7a3a12cf55897227aa
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-5.9-latest
Done.