The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Successful build of Nimble, reference main (28970f), with Swift 5.10 for Linux on 7 Apr 2025 02:52:05 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-5.10-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.10
Building package at path:  $PWD
https://github.com/Quick/Nimble.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-5.10-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-5.10-latest: Pulling from finestructure/spi-images
Digest: sha256:616ef225d0085997f26355ad9695b1159b91f6187a43f9ff135cb59d096bc97d
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-5.10-latest
Fetching https://github.com/apple/swift-docc-plugin
Fetching https://github.com/mattgallagher/CwlPreconditionTesting.git
[1/1257] Fetching cwlpreconditiontesting
[1258/3307] Fetching cwlpreconditiontesting, swift-docc-plugin
Fetched https://github.com/mattgallagher/CwlPreconditionTesting.git from cache (0.20s)
[267/2050] Fetching swift-docc-plugin
Fetched https://github.com/apple/swift-docc-plugin from cache (0.30s)
Computing version for https://github.com/mattgallagher/CwlPreconditionTesting.git
Computed https://github.com/mattgallagher/CwlPreconditionTesting.git at 2.2.2 (0.92s)
Fetching https://github.com/mattgallagher/CwlCatchException.git
[1/455] Fetching cwlcatchexception
Fetched https://github.com/mattgallagher/CwlCatchException.git from cache (0.17s)
Computing version for https://github.com/mattgallagher/CwlCatchException.git
Computed https://github.com/mattgallagher/CwlCatchException.git at 2.2.1 (0.34s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.4.3 (0.36s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3365] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (0.31s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (0.37s)
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
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
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
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...
[2/5] Write sources
[4/5] Write swift-version-24593BA9C3E375BF.txt
[6/67] 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
[7/67] 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
[8/67] 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
[9/67] 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
[10/67] 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
[11/67] 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
[12/67] 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
[13/67] 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
[14/67] Compiling Nimble Map.swift
[15/67] Compiling Nimble Match.swift
[16/67] Compiling Nimble MatchError.swift
[17/67] Compiling Nimble Matcher.swift
[18/67] Compiling Nimble MatcherProtocols.swift
[19/67] Compiling Nimble Negation.swift
[20/67] Compiling Nimble PostNotification.swift
[21/67] Compiling Nimble RaisesException.swift
[22/67] 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
[23/67] 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
[24/67] 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
[25/67] 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
[26/67] 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
[27/67] 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
[28/67] 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
[29/67] 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
[30/67] 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
[31/75] 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/75] 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/75] 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/75] 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/75] 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/75] 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/75] 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/75] 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/75] 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/75] Compiling Nimble AsyncExpression.swift
[41/75] Compiling Nimble DSL+AsyncAwait.swift
[42/75] Compiling Nimble DSL+Require.swift
[43/75] Compiling Nimble DSL+Wait.swift
[44/75] Compiling Nimble DSL.swift
[45/75] Compiling Nimble Expectation.swift
[46/75] Compiling Nimble ExpectationMessage.swift
[47/75] Compiling Nimble Expression.swift
[48/75] Compiling Nimble FailureMessage.swift
[49/75] Compiling Nimble AllPass.swift
[50/75] Compiling Nimble AsyncAllPass.swift
[51/75] Compiling Nimble AsyncMatcher.swift
[52/75] Compiling Nimble BeAKindOf.swift
[53/75] Compiling Nimble BeAnInstanceOf.swift
[54/75] Compiling Nimble BeCloseTo.swift
[55/75] Compiling Nimble BeEmpty.swift
[56/75] Compiling Nimble BeGreaterThan.swift
[57/75] Compiling Nimble BeGreaterThanOrEqualTo.swift
[58/75] 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
[59/75] 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
[60/75] 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
[61/75] 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
[62/75] 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
[63/75] 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
[64/75] 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
[65/75] 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
[66/75] 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
[67/75] 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
[68/75] Compiling Nimble Requirement.swift
[69/75] Compiling Nimble AsyncAwait.swift
[70/75] Compiling Nimble AsyncTimerSequence.swift
[71/75] Compiling Nimble Errors.swift
[72/75] Compiling Nimble NimbleTimeInterval.swift
[73/75] Compiling Nimble PollAwait.swift
[74/75] Compiling Nimble SourceLocation.swift
[75/75] Compiling Nimble Stringers.swift
[77/78] Emitting module NimbleSharedTestHelpers
[78/78] Compiling NimbleSharedTestHelpers utils.swift
Build complete! (23.15s)
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.10-latest: Pulling from finestructure/spi-images
Digest: sha256:616ef225d0085997f26355ad9695b1159b91f6187a43f9ff135cb59d096bc97d
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-5.10-latest
Done.