Build Information
Failed to build Nimble, reference main (035b88), with Swift 5.10 for Linux on 28 Nov 2025 20:24:12 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:basic-5.10-latest swift build --triple x86_64-unknown-linux-gnu 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.68.0
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 035b88a [v14.0.0] Update podspec
Cloned https://github.com/Quick/Nimble.git
Revision (git rev-parse @):
035b88ad6ae8035f5ce2b50b0a6d69c3b16d2120
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" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" 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:29cd06ed395b3a820a5601000e78fbe5268c851b388429ada04eeea41d67dbe0
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-5.10-latest
Fetching https://github.com/mattgallagher/CwlPreconditionTesting.git
Fetching https://github.com/apple/swift-docc-plugin
[1/1257] Fetching cwlpreconditiontesting
[1258/3415] Fetching cwlpreconditiontesting, swift-docc-plugin
Fetched https://github.com/mattgallagher/CwlPreconditionTesting.git from cache (0.23s)
[238/2158] Fetching swift-docc-plugin
Fetched https://github.com/apple/swift-docc-plugin from cache (0.39s)
Computing version for https://github.com/mattgallagher/CwlPreconditionTesting.git
Computed https://github.com/mattgallagher/CwlPreconditionTesting.git at 2.2.2 (1.59s)
Fetching https://github.com/mattgallagher/CwlCatchException.git
[5/460] Fetching cwlcatchexception
Fetched https://github.com/mattgallagher/CwlCatchException.git from cache (0.55s)
Computing version for https://github.com/mattgallagher/CwlCatchException.git
Computed https://github.com/mattgallagher/CwlCatchException.git at 2.2.1 (0.73s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.4.5 (0.52s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3582] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (1.48s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (0.57s)
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/apple/swift-docc-plugin
Working copy of https://github.com/apple/swift-docc-plugin resolved at 1.4.5
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/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
error: emit-module command failed with exit code 1 (use -v to see invocation)
[6/67] 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
/host/spi-builder-workspace/Sources/Nimble/Matchers/BeLogical.swift:45:19: error: unknown attribute 'retroactive'
extension UInt64: @retroactive ExpressibleByBooleanLiteral {
^
/host/spi-builder-workspace/Sources/Nimble/Matchers/BeLogical.swift:45:1: error: inheritance from non-protocol type 'any ExpressibleByBooleanLiteral'
extension UInt64: @retroactive ExpressibleByBooleanLiteral {
^
/host/spi-builder-workspace/Sources/Nimble/Matchers/BeLogical.swift:51:18: error: unknown attribute 'retroactive'
extension Float: @retroactive ExpressibleByBooleanLiteral {
^
/host/spi-builder-workspace/Sources/Nimble/Matchers/BeLogical.swift:51:1: error: inheritance from non-protocol type 'any ExpressibleByBooleanLiteral'
extension Float: @retroactive ExpressibleByBooleanLiteral {
^
/host/spi-builder-workspace/Sources/Nimble/Matchers/BeLogical.swift:57:19: error: unknown attribute 'retroactive'
extension Double: @retroactive ExpressibleByBooleanLiteral {
^
/host/spi-builder-workspace/Sources/Nimble/Matchers/BeLogical.swift:57:1: error: inheritance from non-protocol type 'any ExpressibleByBooleanLiteral'
extension Double: @retroactive ExpressibleByBooleanLiteral {
^
/host/spi-builder-workspace/Sources/Nimble/Matchers/BeLogical.swift:63:16: error: unknown attribute 'retroactive'
extension Int: @retroactive ExpressibleByBooleanLiteral {
^
/host/spi-builder-workspace/Sources/Nimble/Matchers/BeLogical.swift:63:1: error: inheritance from non-protocol type 'any ExpressibleByBooleanLiteral'
extension Int: @retroactive ExpressibleByBooleanLiteral {
^
/host/spi-builder-workspace/Sources/Nimble/Matchers/BeLogical.swift:69:17: error: unknown attribute 'retroactive'
extension UInt: @retroactive ExpressibleByBooleanLiteral {
^
/host/spi-builder-workspace/Sources/Nimble/Matchers/BeLogical.swift:69:1: error: inheritance from non-protocol type 'any ExpressibleByBooleanLiteral'
extension UInt: @retroactive ExpressibleByBooleanLiteral {
^
/host/spi-builder-workspace/Sources/Nimble/Utils/AsyncAwait.swift:48:37: warning: stored property 'finished' of 'Sendable'-conforming class 'BlockingTask' is mutable
private nonisolated(unsafe) var finished = false
^
/host/spi-builder-workspace/Sources/Nimble/Utils/AsyncAwait.swift:127:37: warning: stored property '_result' of 'Sendable'-conforming generic class 'ResultTracker' is mutable
private nonisolated(unsafe) var _result: AsyncPollResult<T> = .incomplete
^
/host/spi-builder-workspace/Sources/Nimble/Utils/PollAwait.swift:25:1: error: property wrappers are not yet supported in top-level code
@TaskLocal private var currentWaitingInfo: WaitingInfo? = nil
^
/host/spi-builder-workspace/Sources/Nimble/Utils/PollAwait.swift:85:37: warning: stored property 'value' of 'Sendable'-conforming generic class 'LockBox' is mutable
private nonisolated(unsafe) var value: T
^
[7/75] 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
[8/75] 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
[9/75] 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
[10/75] 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
[11/75] 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
[12/75] 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
[13/75] 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
[14/75] 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
[15/75] 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
[16/75] Compiling Nimble AsyncExpression.swift
[17/75] Compiling Nimble DSL+AsyncAwait.swift
[18/75] Compiling Nimble DSL+Require.swift
[19/75] Compiling Nimble DSL+Wait.swift
[20/75] Compiling Nimble DSL.swift
[21/75] Compiling Nimble Expectation.swift
[22/75] Compiling Nimble ExpectationMessage.swift
[23/75] Compiling Nimble Expression.swift
[24/75] Compiling Nimble FailureMessage.swift
[25/75] Compiling Nimble AllPass.swift
[26/75] Compiling Nimble AsyncAllPass.swift
[27/75] Compiling Nimble AsyncMatcher.swift
[28/75] Compiling Nimble BeAKindOf.swift
[29/75] Compiling Nimble BeAnInstanceOf.swift
[30/75] Compiling Nimble BeCloseTo.swift
[31/75] Compiling Nimble BeEmpty.swift
[32/75] Compiling Nimble BeGreaterThan.swift
[33/75] Compiling Nimble BeGreaterThanOrEqualTo.swift
[34/75] Compiling Nimble Requirement.swift
/host/spi-builder-workspace/Sources/Nimble/Utils/AsyncAwait.swift:48:37: warning: stored property 'finished' of 'Sendable'-conforming class 'BlockingTask' is mutable
private nonisolated(unsafe) var finished = false
^
/host/spi-builder-workspace/Sources/Nimble/Utils/AsyncAwait.swift:127:37: warning: stored property '_result' of 'Sendable'-conforming generic class 'ResultTracker' is mutable
private nonisolated(unsafe) var _result: AsyncPollResult<T> = .incomplete
^
/host/spi-builder-workspace/Sources/Nimble/Utils/PollAwait.swift:25:1: error: property wrappers are not yet supported in top-level code
@TaskLocal private var currentWaitingInfo: WaitingInfo? = nil
^
/host/spi-builder-workspace/Sources/Nimble/Utils/PollAwait.swift:85:37: warning: stored property 'value' of 'Sendable'-conforming generic class 'LockBox' is mutable
private nonisolated(unsafe) var value: T
^
/host/spi-builder-workspace/Sources/Nimble/Utils/PollAwait.swift:47:12: error: cannot find '$currentWaitingInfo' in scope
return $currentWaitingInfo.withValue(info) {
^~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/Nimble/Utils/PollAwait.swift:166:25: warning: result of call to 'run(mode:before:)' is unused
runloop.run(mode: .default, before: Date(timeIntervalSinceNow: timeout.timeInterval))
^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/Nimble/Utils/PollAwait.swift:187:12: error: cannot find 'Test' in scope
if Test.current != nil {
^~~~
[35/75] Compiling Nimble AsyncAwait.swift
/host/spi-builder-workspace/Sources/Nimble/Utils/AsyncAwait.swift:48:37: warning: stored property 'finished' of 'Sendable'-conforming class 'BlockingTask' is mutable
private nonisolated(unsafe) var finished = false
^
/host/spi-builder-workspace/Sources/Nimble/Utils/AsyncAwait.swift:127:37: warning: stored property '_result' of 'Sendable'-conforming generic class 'ResultTracker' is mutable
private nonisolated(unsafe) var _result: AsyncPollResult<T> = .incomplete
^
/host/spi-builder-workspace/Sources/Nimble/Utils/PollAwait.swift:25:1: error: property wrappers are not yet supported in top-level code
@TaskLocal private var currentWaitingInfo: WaitingInfo? = nil
^
/host/spi-builder-workspace/Sources/Nimble/Utils/PollAwait.swift:85:37: warning: stored property 'value' of 'Sendable'-conforming generic class 'LockBox' is mutable
private nonisolated(unsafe) var value: T
^
/host/spi-builder-workspace/Sources/Nimble/Utils/PollAwait.swift:47:12: error: cannot find '$currentWaitingInfo' in scope
return $currentWaitingInfo.withValue(info) {
^~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/Nimble/Utils/PollAwait.swift:166:25: warning: result of call to 'run(mode:before:)' is unused
runloop.run(mode: .default, before: Date(timeIntervalSinceNow: timeout.timeInterval))
^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/Nimble/Utils/PollAwait.swift:187:12: error: cannot find 'Test' in scope
if Test.current != nil {
^~~~
[36/75] Compiling Nimble AsyncTimerSequence.swift
/host/spi-builder-workspace/Sources/Nimble/Utils/AsyncAwait.swift:48:37: warning: stored property 'finished' of 'Sendable'-conforming class 'BlockingTask' is mutable
private nonisolated(unsafe) var finished = false
^
/host/spi-builder-workspace/Sources/Nimble/Utils/AsyncAwait.swift:127:37: warning: stored property '_result' of 'Sendable'-conforming generic class 'ResultTracker' is mutable
private nonisolated(unsafe) var _result: AsyncPollResult<T> = .incomplete
^
/host/spi-builder-workspace/Sources/Nimble/Utils/PollAwait.swift:25:1: error: property wrappers are not yet supported in top-level code
@TaskLocal private var currentWaitingInfo: WaitingInfo? = nil
^
/host/spi-builder-workspace/Sources/Nimble/Utils/PollAwait.swift:85:37: warning: stored property 'value' of 'Sendable'-conforming generic class 'LockBox' is mutable
private nonisolated(unsafe) var value: T
^
/host/spi-builder-workspace/Sources/Nimble/Utils/PollAwait.swift:47:12: error: cannot find '$currentWaitingInfo' in scope
return $currentWaitingInfo.withValue(info) {
^~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/Nimble/Utils/PollAwait.swift:166:25: warning: result of call to 'run(mode:before:)' is unused
runloop.run(mode: .default, before: Date(timeIntervalSinceNow: timeout.timeInterval))
^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/Nimble/Utils/PollAwait.swift:187:12: error: cannot find 'Test' in scope
if Test.current != nil {
^~~~
[37/75] Compiling Nimble Errors.swift
/host/spi-builder-workspace/Sources/Nimble/Utils/AsyncAwait.swift:48:37: warning: stored property 'finished' of 'Sendable'-conforming class 'BlockingTask' is mutable
private nonisolated(unsafe) var finished = false
^
/host/spi-builder-workspace/Sources/Nimble/Utils/AsyncAwait.swift:127:37: warning: stored property '_result' of 'Sendable'-conforming generic class 'ResultTracker' is mutable
private nonisolated(unsafe) var _result: AsyncPollResult<T> = .incomplete
^
/host/spi-builder-workspace/Sources/Nimble/Utils/PollAwait.swift:25:1: error: property wrappers are not yet supported in top-level code
@TaskLocal private var currentWaitingInfo: WaitingInfo? = nil
^
/host/spi-builder-workspace/Sources/Nimble/Utils/PollAwait.swift:85:37: warning: stored property 'value' of 'Sendable'-conforming generic class 'LockBox' is mutable
private nonisolated(unsafe) var value: T
^
/host/spi-builder-workspace/Sources/Nimble/Utils/PollAwait.swift:47:12: error: cannot find '$currentWaitingInfo' in scope
return $currentWaitingInfo.withValue(info) {
^~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/Nimble/Utils/PollAwait.swift:166:25: warning: result of call to 'run(mode:before:)' is unused
runloop.run(mode: .default, before: Date(timeIntervalSinceNow: timeout.timeInterval))
^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/Nimble/Utils/PollAwait.swift:187:12: error: cannot find 'Test' in scope
if Test.current != nil {
^~~~
[38/75] Compiling Nimble NimbleTimeInterval.swift
/host/spi-builder-workspace/Sources/Nimble/Utils/AsyncAwait.swift:48:37: warning: stored property 'finished' of 'Sendable'-conforming class 'BlockingTask' is mutable
private nonisolated(unsafe) var finished = false
^
/host/spi-builder-workspace/Sources/Nimble/Utils/AsyncAwait.swift:127:37: warning: stored property '_result' of 'Sendable'-conforming generic class 'ResultTracker' is mutable
private nonisolated(unsafe) var _result: AsyncPollResult<T> = .incomplete
^
/host/spi-builder-workspace/Sources/Nimble/Utils/PollAwait.swift:25:1: error: property wrappers are not yet supported in top-level code
@TaskLocal private var currentWaitingInfo: WaitingInfo? = nil
^
/host/spi-builder-workspace/Sources/Nimble/Utils/PollAwait.swift:85:37: warning: stored property 'value' of 'Sendable'-conforming generic class 'LockBox' is mutable
private nonisolated(unsafe) var value: T
^
/host/spi-builder-workspace/Sources/Nimble/Utils/PollAwait.swift:47:12: error: cannot find '$currentWaitingInfo' in scope
return $currentWaitingInfo.withValue(info) {
^~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/Nimble/Utils/PollAwait.swift:166:25: warning: result of call to 'run(mode:before:)' is unused
runloop.run(mode: .default, before: Date(timeIntervalSinceNow: timeout.timeInterval))
^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/Nimble/Utils/PollAwait.swift:187:12: error: cannot find 'Test' in scope
if Test.current != nil {
^~~~
[39/75] Compiling Nimble PollAwait.swift
/host/spi-builder-workspace/Sources/Nimble/Utils/AsyncAwait.swift:48:37: warning: stored property 'finished' of 'Sendable'-conforming class 'BlockingTask' is mutable
private nonisolated(unsafe) var finished = false
^
/host/spi-builder-workspace/Sources/Nimble/Utils/AsyncAwait.swift:127:37: warning: stored property '_result' of 'Sendable'-conforming generic class 'ResultTracker' is mutable
private nonisolated(unsafe) var _result: AsyncPollResult<T> = .incomplete
^
/host/spi-builder-workspace/Sources/Nimble/Utils/PollAwait.swift:25:1: error: property wrappers are not yet supported in top-level code
@TaskLocal private var currentWaitingInfo: WaitingInfo? = nil
^
/host/spi-builder-workspace/Sources/Nimble/Utils/PollAwait.swift:85:37: warning: stored property 'value' of 'Sendable'-conforming generic class 'LockBox' is mutable
private nonisolated(unsafe) var value: T
^
/host/spi-builder-workspace/Sources/Nimble/Utils/PollAwait.swift:47:12: error: cannot find '$currentWaitingInfo' in scope
return $currentWaitingInfo.withValue(info) {
^~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/Nimble/Utils/PollAwait.swift:166:25: warning: result of call to 'run(mode:before:)' is unused
runloop.run(mode: .default, before: Date(timeIntervalSinceNow: timeout.timeInterval))
^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/Nimble/Utils/PollAwait.swift:187:12: error: cannot find 'Test' in scope
if Test.current != nil {
^~~~
[40/75] Compiling Nimble SourceLocation.swift
/host/spi-builder-workspace/Sources/Nimble/Utils/AsyncAwait.swift:48:37: warning: stored property 'finished' of 'Sendable'-conforming class 'BlockingTask' is mutable
private nonisolated(unsafe) var finished = false
^
/host/spi-builder-workspace/Sources/Nimble/Utils/AsyncAwait.swift:127:37: warning: stored property '_result' of 'Sendable'-conforming generic class 'ResultTracker' is mutable
private nonisolated(unsafe) var _result: AsyncPollResult<T> = .incomplete
^
/host/spi-builder-workspace/Sources/Nimble/Utils/PollAwait.swift:25:1: error: property wrappers are not yet supported in top-level code
@TaskLocal private var currentWaitingInfo: WaitingInfo? = nil
^
/host/spi-builder-workspace/Sources/Nimble/Utils/PollAwait.swift:85:37: warning: stored property 'value' of 'Sendable'-conforming generic class 'LockBox' is mutable
private nonisolated(unsafe) var value: T
^
/host/spi-builder-workspace/Sources/Nimble/Utils/PollAwait.swift:47:12: error: cannot find '$currentWaitingInfo' in scope
return $currentWaitingInfo.withValue(info) {
^~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/Nimble/Utils/PollAwait.swift:166:25: warning: result of call to 'run(mode:before:)' is unused
runloop.run(mode: .default, before: Date(timeIntervalSinceNow: timeout.timeInterval))
^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/Nimble/Utils/PollAwait.swift:187:12: error: cannot find 'Test' in scope
if Test.current != nil {
^~~~
[41/75] Compiling Nimble Stringers.swift
/host/spi-builder-workspace/Sources/Nimble/Utils/AsyncAwait.swift:48:37: warning: stored property 'finished' of 'Sendable'-conforming class 'BlockingTask' is mutable
private nonisolated(unsafe) var finished = false
^
/host/spi-builder-workspace/Sources/Nimble/Utils/AsyncAwait.swift:127:37: warning: stored property '_result' of 'Sendable'-conforming generic class 'ResultTracker' is mutable
private nonisolated(unsafe) var _result: AsyncPollResult<T> = .incomplete
^
/host/spi-builder-workspace/Sources/Nimble/Utils/PollAwait.swift:25:1: error: property wrappers are not yet supported in top-level code
@TaskLocal private var currentWaitingInfo: WaitingInfo? = nil
^
/host/spi-builder-workspace/Sources/Nimble/Utils/PollAwait.swift:85:37: warning: stored property 'value' of 'Sendable'-conforming generic class 'LockBox' is mutable
private nonisolated(unsafe) var value: T
^
/host/spi-builder-workspace/Sources/Nimble/Utils/PollAwait.swift:47:12: error: cannot find '$currentWaitingInfo' in scope
return $currentWaitingInfo.withValue(info) {
^~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/Nimble/Utils/PollAwait.swift:166:25: warning: result of call to 'run(mode:before:)' is unused
runloop.run(mode: .default, before: Date(timeIntervalSinceNow: timeout.timeInterval))
^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/Nimble/Utils/PollAwait.swift:187:12: error: cannot find 'Test' in scope
if Test.current != nil {
^~~~
[42/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
/host/spi-builder-workspace/Sources/Nimble/Matchers/BeLogical.swift:45:19: error: unknown attribute 'retroactive'
extension UInt64: @retroactive ExpressibleByBooleanLiteral {
^
/host/spi-builder-workspace/Sources/Nimble/Matchers/BeLogical.swift:45:1: error: inheritance from non-protocol type 'any ExpressibleByBooleanLiteral'
extension UInt64: @retroactive ExpressibleByBooleanLiteral {
^
/host/spi-builder-workspace/Sources/Nimble/Matchers/BeLogical.swift:51:18: error: unknown attribute 'retroactive'
extension Float: @retroactive ExpressibleByBooleanLiteral {
^
/host/spi-builder-workspace/Sources/Nimble/Matchers/BeLogical.swift:51:1: error: inheritance from non-protocol type 'any ExpressibleByBooleanLiteral'
extension Float: @retroactive ExpressibleByBooleanLiteral {
^
/host/spi-builder-workspace/Sources/Nimble/Matchers/BeLogical.swift:57:19: error: unknown attribute 'retroactive'
extension Double: @retroactive ExpressibleByBooleanLiteral {
^
/host/spi-builder-workspace/Sources/Nimble/Matchers/BeLogical.swift:57:1: error: inheritance from non-protocol type 'any ExpressibleByBooleanLiteral'
extension Double: @retroactive ExpressibleByBooleanLiteral {
^
/host/spi-builder-workspace/Sources/Nimble/Matchers/BeLogical.swift:63:16: error: unknown attribute 'retroactive'
extension Int: @retroactive ExpressibleByBooleanLiteral {
^
/host/spi-builder-workspace/Sources/Nimble/Matchers/BeLogical.swift:63:1: error: inheritance from non-protocol type 'any ExpressibleByBooleanLiteral'
extension Int: @retroactive ExpressibleByBooleanLiteral {
^
/host/spi-builder-workspace/Sources/Nimble/Matchers/BeLogical.swift:69:17: error: unknown attribute 'retroactive'
extension UInt: @retroactive ExpressibleByBooleanLiteral {
^
/host/spi-builder-workspace/Sources/Nimble/Matchers/BeLogical.swift:69:1: error: inheritance from non-protocol type 'any ExpressibleByBooleanLiteral'
extension UInt: @retroactive ExpressibleByBooleanLiteral {
^
[43/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
/host/spi-builder-workspace/Sources/Nimble/Matchers/BeLogical.swift:45:19: error: unknown attribute 'retroactive'
extension UInt64: @retroactive ExpressibleByBooleanLiteral {
^
/host/spi-builder-workspace/Sources/Nimble/Matchers/BeLogical.swift:45:1: error: inheritance from non-protocol type 'any ExpressibleByBooleanLiteral'
extension UInt64: @retroactive ExpressibleByBooleanLiteral {
^
/host/spi-builder-workspace/Sources/Nimble/Matchers/BeLogical.swift:51:18: error: unknown attribute 'retroactive'
extension Float: @retroactive ExpressibleByBooleanLiteral {
^
/host/spi-builder-workspace/Sources/Nimble/Matchers/BeLogical.swift:51:1: error: inheritance from non-protocol type 'any ExpressibleByBooleanLiteral'
extension Float: @retroactive ExpressibleByBooleanLiteral {
^
/host/spi-builder-workspace/Sources/Nimble/Matchers/BeLogical.swift:57:19: error: unknown attribute 'retroactive'
extension Double: @retroactive ExpressibleByBooleanLiteral {
^
/host/spi-builder-workspace/Sources/Nimble/Matchers/BeLogical.swift:57:1: error: inheritance from non-protocol type 'any ExpressibleByBooleanLiteral'
extension Double: @retroactive ExpressibleByBooleanLiteral {
^
/host/spi-builder-workspace/Sources/Nimble/Matchers/BeLogical.swift:63:16: error: unknown attribute 'retroactive'
extension Int: @retroactive ExpressibleByBooleanLiteral {
^
/host/spi-builder-workspace/Sources/Nimble/Matchers/BeLogical.swift:63:1: error: inheritance from non-protocol type 'any ExpressibleByBooleanLiteral'
extension Int: @retroactive ExpressibleByBooleanLiteral {
^
/host/spi-builder-workspace/Sources/Nimble/Matchers/BeLogical.swift:69:17: error: unknown attribute 'retroactive'
extension UInt: @retroactive ExpressibleByBooleanLiteral {
^
/host/spi-builder-workspace/Sources/Nimble/Matchers/BeLogical.swift:69:1: error: inheritance from non-protocol type 'any ExpressibleByBooleanLiteral'
extension UInt: @retroactive ExpressibleByBooleanLiteral {
^
[44/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
/host/spi-builder-workspace/Sources/Nimble/Matchers/BeLogical.swift:45:19: error: unknown attribute 'retroactive'
extension UInt64: @retroactive ExpressibleByBooleanLiteral {
^
/host/spi-builder-workspace/Sources/Nimble/Matchers/BeLogical.swift:45:1: error: inheritance from non-protocol type 'any ExpressibleByBooleanLiteral'
extension UInt64: @retroactive ExpressibleByBooleanLiteral {
^
/host/spi-builder-workspace/Sources/Nimble/Matchers/BeLogical.swift:51:18: error: unknown attribute 'retroactive'
extension Float: @retroactive ExpressibleByBooleanLiteral {
^
/host/spi-builder-workspace/Sources/Nimble/Matchers/BeLogical.swift:51:1: error: inheritance from non-protocol type 'any ExpressibleByBooleanLiteral'
extension Float: @retroactive ExpressibleByBooleanLiteral {
^
/host/spi-builder-workspace/Sources/Nimble/Matchers/BeLogical.swift:57:19: error: unknown attribute 'retroactive'
extension Double: @retroactive ExpressibleByBooleanLiteral {
^
/host/spi-builder-workspace/Sources/Nimble/Matchers/BeLogical.swift:57:1: error: inheritance from non-protocol type 'any ExpressibleByBooleanLiteral'
extension Double: @retroactive ExpressibleByBooleanLiteral {
^
/host/spi-builder-workspace/Sources/Nimble/Matchers/BeLogical.swift:63:16: error: unknown attribute 'retroactive'
extension Int: @retroactive ExpressibleByBooleanLiteral {
^
/host/spi-builder-workspace/Sources/Nimble/Matchers/BeLogical.swift:63:1: error: inheritance from non-protocol type 'any ExpressibleByBooleanLiteral'
extension Int: @retroactive ExpressibleByBooleanLiteral {
^
/host/spi-builder-workspace/Sources/Nimble/Matchers/BeLogical.swift:69:17: error: unknown attribute 'retroactive'
extension UInt: @retroactive ExpressibleByBooleanLiteral {
^
/host/spi-builder-workspace/Sources/Nimble/Matchers/BeLogical.swift:69:1: error: inheritance from non-protocol type 'any ExpressibleByBooleanLiteral'
extension UInt: @retroactive ExpressibleByBooleanLiteral {
^
[45/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
/host/spi-builder-workspace/Sources/Nimble/Matchers/BeLogical.swift:45:19: error: unknown attribute 'retroactive'
extension UInt64: @retroactive ExpressibleByBooleanLiteral {
^
/host/spi-builder-workspace/Sources/Nimble/Matchers/BeLogical.swift:45:1: error: inheritance from non-protocol type 'any ExpressibleByBooleanLiteral'
extension UInt64: @retroactive ExpressibleByBooleanLiteral {
^
/host/spi-builder-workspace/Sources/Nimble/Matchers/BeLogical.swift:51:18: error: unknown attribute 'retroactive'
extension Float: @retroactive ExpressibleByBooleanLiteral {
^
/host/spi-builder-workspace/Sources/Nimble/Matchers/BeLogical.swift:51:1: error: inheritance from non-protocol type 'any ExpressibleByBooleanLiteral'
extension Float: @retroactive ExpressibleByBooleanLiteral {
^
/host/spi-builder-workspace/Sources/Nimble/Matchers/BeLogical.swift:57:19: error: unknown attribute 'retroactive'
extension Double: @retroactive ExpressibleByBooleanLiteral {
^
/host/spi-builder-workspace/Sources/Nimble/Matchers/BeLogical.swift:57:1: error: inheritance from non-protocol type 'any ExpressibleByBooleanLiteral'
extension Double: @retroactive ExpressibleByBooleanLiteral {
^
/host/spi-builder-workspace/Sources/Nimble/Matchers/BeLogical.swift:63:16: error: unknown attribute 'retroactive'
extension Int: @retroactive ExpressibleByBooleanLiteral {
^
/host/spi-builder-workspace/Sources/Nimble/Matchers/BeLogical.swift:63:1: error: inheritance from non-protocol type 'any ExpressibleByBooleanLiteral'
extension Int: @retroactive ExpressibleByBooleanLiteral {
^
/host/spi-builder-workspace/Sources/Nimble/Matchers/BeLogical.swift:69:17: error: unknown attribute 'retroactive'
extension UInt: @retroactive ExpressibleByBooleanLiteral {
^
/host/spi-builder-workspace/Sources/Nimble/Matchers/BeLogical.swift:69:1: error: inheritance from non-protocol type 'any ExpressibleByBooleanLiteral'
extension UInt: @retroactive ExpressibleByBooleanLiteral {
^
[46/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
/host/spi-builder-workspace/Sources/Nimble/Matchers/BeLogical.swift:45:19: error: unknown attribute 'retroactive'
extension UInt64: @retroactive ExpressibleByBooleanLiteral {
^
/host/spi-builder-workspace/Sources/Nimble/Matchers/BeLogical.swift:45:1: error: inheritance from non-protocol type 'any ExpressibleByBooleanLiteral'
extension UInt64: @retroactive ExpressibleByBooleanLiteral {
^
/host/spi-builder-workspace/Sources/Nimble/Matchers/BeLogical.swift:51:18: error: unknown attribute 'retroactive'
extension Float: @retroactive ExpressibleByBooleanLiteral {
^
/host/spi-builder-workspace/Sources/Nimble/Matchers/BeLogical.swift:51:1: error: inheritance from non-protocol type 'any ExpressibleByBooleanLiteral'
extension Float: @retroactive ExpressibleByBooleanLiteral {
^
/host/spi-builder-workspace/Sources/Nimble/Matchers/BeLogical.swift:57:19: error: unknown attribute 'retroactive'
extension Double: @retroactive ExpressibleByBooleanLiteral {
^
/host/spi-builder-workspace/Sources/Nimble/Matchers/BeLogical.swift:57:1: error: inheritance from non-protocol type 'any ExpressibleByBooleanLiteral'
extension Double: @retroactive ExpressibleByBooleanLiteral {
^
/host/spi-builder-workspace/Sources/Nimble/Matchers/BeLogical.swift:63:16: error: unknown attribute 'retroactive'
extension Int: @retroactive ExpressibleByBooleanLiteral {
^
/host/spi-builder-workspace/Sources/Nimble/Matchers/BeLogical.swift:63:1: error: inheritance from non-protocol type 'any ExpressibleByBooleanLiteral'
extension Int: @retroactive ExpressibleByBooleanLiteral {
^
/host/spi-builder-workspace/Sources/Nimble/Matchers/BeLogical.swift:69:17: error: unknown attribute 'retroactive'
extension UInt: @retroactive ExpressibleByBooleanLiteral {
^
/host/spi-builder-workspace/Sources/Nimble/Matchers/BeLogical.swift:69:1: error: inheritance from non-protocol type 'any ExpressibleByBooleanLiteral'
extension UInt: @retroactive ExpressibleByBooleanLiteral {
^
[47/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
/host/spi-builder-workspace/Sources/Nimble/Matchers/BeLogical.swift:45:19: error: unknown attribute 'retroactive'
extension UInt64: @retroactive ExpressibleByBooleanLiteral {
^
/host/spi-builder-workspace/Sources/Nimble/Matchers/BeLogical.swift:45:1: error: inheritance from non-protocol type 'any ExpressibleByBooleanLiteral'
extension UInt64: @retroactive ExpressibleByBooleanLiteral {
^
/host/spi-builder-workspace/Sources/Nimble/Matchers/BeLogical.swift:51:18: error: unknown attribute 'retroactive'
extension Float: @retroactive ExpressibleByBooleanLiteral {
^
/host/spi-builder-workspace/Sources/Nimble/Matchers/BeLogical.swift:51:1: error: inheritance from non-protocol type 'any ExpressibleByBooleanLiteral'
extension Float: @retroactive ExpressibleByBooleanLiteral {
^
/host/spi-builder-workspace/Sources/Nimble/Matchers/BeLogical.swift:57:19: error: unknown attribute 'retroactive'
extension Double: @retroactive ExpressibleByBooleanLiteral {
^
/host/spi-builder-workspace/Sources/Nimble/Matchers/BeLogical.swift:57:1: error: inheritance from non-protocol type 'any ExpressibleByBooleanLiteral'
extension Double: @retroactive ExpressibleByBooleanLiteral {
^
/host/spi-builder-workspace/Sources/Nimble/Matchers/BeLogical.swift:63:16: error: unknown attribute 'retroactive'
extension Int: @retroactive ExpressibleByBooleanLiteral {
^
/host/spi-builder-workspace/Sources/Nimble/Matchers/BeLogical.swift:63:1: error: inheritance from non-protocol type 'any ExpressibleByBooleanLiteral'
extension Int: @retroactive ExpressibleByBooleanLiteral {
^
/host/spi-builder-workspace/Sources/Nimble/Matchers/BeLogical.swift:69:17: error: unknown attribute 'retroactive'
extension UInt: @retroactive ExpressibleByBooleanLiteral {
^
/host/spi-builder-workspace/Sources/Nimble/Matchers/BeLogical.swift:69:1: error: inheritance from non-protocol type 'any ExpressibleByBooleanLiteral'
extension UInt: @retroactive ExpressibleByBooleanLiteral {
^
[48/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
/host/spi-builder-workspace/Sources/Nimble/Matchers/BeLogical.swift:45:19: error: unknown attribute 'retroactive'
extension UInt64: @retroactive ExpressibleByBooleanLiteral {
^
/host/spi-builder-workspace/Sources/Nimble/Matchers/BeLogical.swift:45:1: error: inheritance from non-protocol type 'any ExpressibleByBooleanLiteral'
extension UInt64: @retroactive ExpressibleByBooleanLiteral {
^
/host/spi-builder-workspace/Sources/Nimble/Matchers/BeLogical.swift:51:18: error: unknown attribute 'retroactive'
extension Float: @retroactive ExpressibleByBooleanLiteral {
^
/host/spi-builder-workspace/Sources/Nimble/Matchers/BeLogical.swift:51:1: error: inheritance from non-protocol type 'any ExpressibleByBooleanLiteral'
extension Float: @retroactive ExpressibleByBooleanLiteral {
^
/host/spi-builder-workspace/Sources/Nimble/Matchers/BeLogical.swift:57:19: error: unknown attribute 'retroactive'
extension Double: @retroactive ExpressibleByBooleanLiteral {
^
/host/spi-builder-workspace/Sources/Nimble/Matchers/BeLogical.swift:57:1: error: inheritance from non-protocol type 'any ExpressibleByBooleanLiteral'
extension Double: @retroactive ExpressibleByBooleanLiteral {
^
/host/spi-builder-workspace/Sources/Nimble/Matchers/BeLogical.swift:63:16: error: unknown attribute 'retroactive'
extension Int: @retroactive ExpressibleByBooleanLiteral {
^
/host/spi-builder-workspace/Sources/Nimble/Matchers/BeLogical.swift:63:1: error: inheritance from non-protocol type 'any ExpressibleByBooleanLiteral'
extension Int: @retroactive ExpressibleByBooleanLiteral {
^
/host/spi-builder-workspace/Sources/Nimble/Matchers/BeLogical.swift:69:17: error: unknown attribute 'retroactive'
extension UInt: @retroactive ExpressibleByBooleanLiteral {
^
/host/spi-builder-workspace/Sources/Nimble/Matchers/BeLogical.swift:69:1: error: inheritance from non-protocol type 'any ExpressibleByBooleanLiteral'
extension UInt: @retroactive ExpressibleByBooleanLiteral {
^
[49/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
/host/spi-builder-workspace/Sources/Nimble/Matchers/BeLogical.swift:45:19: error: unknown attribute 'retroactive'
extension UInt64: @retroactive ExpressibleByBooleanLiteral {
^
/host/spi-builder-workspace/Sources/Nimble/Matchers/BeLogical.swift:45:1: error: inheritance from non-protocol type 'any ExpressibleByBooleanLiteral'
extension UInt64: @retroactive ExpressibleByBooleanLiteral {
^
/host/spi-builder-workspace/Sources/Nimble/Matchers/BeLogical.swift:51:18: error: unknown attribute 'retroactive'
extension Float: @retroactive ExpressibleByBooleanLiteral {
^
/host/spi-builder-workspace/Sources/Nimble/Matchers/BeLogical.swift:51:1: error: inheritance from non-protocol type 'any ExpressibleByBooleanLiteral'
extension Float: @retroactive ExpressibleByBooleanLiteral {
^
/host/spi-builder-workspace/Sources/Nimble/Matchers/BeLogical.swift:57:19: error: unknown attribute 'retroactive'
extension Double: @retroactive ExpressibleByBooleanLiteral {
^
/host/spi-builder-workspace/Sources/Nimble/Matchers/BeLogical.swift:57:1: error: inheritance from non-protocol type 'any ExpressibleByBooleanLiteral'
extension Double: @retroactive ExpressibleByBooleanLiteral {
^
/host/spi-builder-workspace/Sources/Nimble/Matchers/BeLogical.swift:63:16: error: unknown attribute 'retroactive'
extension Int: @retroactive ExpressibleByBooleanLiteral {
^
/host/spi-builder-workspace/Sources/Nimble/Matchers/BeLogical.swift:63:1: error: inheritance from non-protocol type 'any ExpressibleByBooleanLiteral'
extension Int: @retroactive ExpressibleByBooleanLiteral {
^
/host/spi-builder-workspace/Sources/Nimble/Matchers/BeLogical.swift:69:17: error: unknown attribute 'retroactive'
extension UInt: @retroactive ExpressibleByBooleanLiteral {
^
/host/spi-builder-workspace/Sources/Nimble/Matchers/BeLogical.swift:69:1: error: inheritance from non-protocol type 'any ExpressibleByBooleanLiteral'
extension UInt: @retroactive ExpressibleByBooleanLiteral {
^
[50/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
/host/spi-builder-workspace/Sources/Nimble/Matchers/BeLogical.swift:45:19: error: unknown attribute 'retroactive'
extension UInt64: @retroactive ExpressibleByBooleanLiteral {
^
/host/spi-builder-workspace/Sources/Nimble/Matchers/BeLogical.swift:45:1: error: inheritance from non-protocol type 'any ExpressibleByBooleanLiteral'
extension UInt64: @retroactive ExpressibleByBooleanLiteral {
^
/host/spi-builder-workspace/Sources/Nimble/Matchers/BeLogical.swift:51:18: error: unknown attribute 'retroactive'
extension Float: @retroactive ExpressibleByBooleanLiteral {
^
/host/spi-builder-workspace/Sources/Nimble/Matchers/BeLogical.swift:51:1: error: inheritance from non-protocol type 'any ExpressibleByBooleanLiteral'
extension Float: @retroactive ExpressibleByBooleanLiteral {
^
/host/spi-builder-workspace/Sources/Nimble/Matchers/BeLogical.swift:57:19: error: unknown attribute 'retroactive'
extension Double: @retroactive ExpressibleByBooleanLiteral {
^
/host/spi-builder-workspace/Sources/Nimble/Matchers/BeLogical.swift:57:1: error: inheritance from non-protocol type 'any ExpressibleByBooleanLiteral'
extension Double: @retroactive ExpressibleByBooleanLiteral {
^
/host/spi-builder-workspace/Sources/Nimble/Matchers/BeLogical.swift:63:16: error: unknown attribute 'retroactive'
extension Int: @retroactive ExpressibleByBooleanLiteral {
^
/host/spi-builder-workspace/Sources/Nimble/Matchers/BeLogical.swift:63:1: error: inheritance from non-protocol type 'any ExpressibleByBooleanLiteral'
extension Int: @retroactive ExpressibleByBooleanLiteral {
^
/host/spi-builder-workspace/Sources/Nimble/Matchers/BeLogical.swift:69:17: error: unknown attribute 'retroactive'
extension UInt: @retroactive ExpressibleByBooleanLiteral {
^
/host/spi-builder-workspace/Sources/Nimble/Matchers/BeLogical.swift:69:1: error: inheritance from non-protocol type 'any ExpressibleByBooleanLiteral'
extension UInt: @retroactive ExpressibleByBooleanLiteral {
^
[51/75] 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
[52/75] 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
[53/75] 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
[54/75] 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
[55/75] 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
[56/75] 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
[57/75] 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
[58/75] 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
[59/75] Compiling Nimble Map.swift
[60/75] Compiling Nimble Match.swift
[61/75] Compiling Nimble MatchError.swift
[62/75] Compiling Nimble Matcher.swift
[63/75] Compiling Nimble MatcherProtocols.swift
[64/75] Compiling Nimble Negation.swift
[65/75] Compiling Nimble PostNotification.swift
[66/75] Compiling Nimble RaisesException.swift
[67/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
[68/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
[69/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
[70/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
[71/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
[72/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
[73/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
[74/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
[75/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
error: fatalError
BUILD FAILURE 5.10 linux