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

Failed to build Nimble, reference v14.0.0 (035b88), with Swift 5.10 for macOS (SPM) on 28 Nov 2025 20:27:08 UTC.

Build Command

env DEVELOPER_DIR=/Applications/Xcode-15.4.0.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Quick/Nimble.git
Reference: v14.0.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/Quick/Nimble
 * tag               v14.0.0    -> FETCH_HEAD
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 v14.0.0
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.10
Building package at path:  $PWD
https://github.com/Quick/Nimble.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.4.0.app xcrun swift build --arch arm64
[1/1] Compiling plugin Swift-DocC
[2/2] Compiling plugin Swift-DocC Preview
Building for debugging...
[2/14] Write sources
[6/14] Write swift-version-33747A42983211AE.txt
[7/14] Compiling CwlMachBadInstructionHandler mach_excServer.c
[8/14] Compiling CwlMachBadInstructionHandler CwlMachBadInstructionHandler.m
[9/14] Compiling CwlCatchExceptionSupport CwlCatchException.m
[11/16] Emitting module CwlCatchException
[12/16] Compiling CwlCatchException CwlCatchException.swift
[13/20] Compiling CwlPreconditionTesting CwlDarwinDefinitions.swift
[14/20] Compiling CwlPreconditionTesting CwlBadInstructionException.swift
[15/20] Emitting module CwlPreconditionTesting
[16/20] Compiling CwlPreconditionTesting CwlCatchBadInstruction.swift
[17/84] Compiling Nimble AdapterProtocols.swift
/Users/admin/builder/spi-builder-workspace/Sources/Nimble/Adapters/NMBExpectation.swift:74:30: warning: 'toEventually(_:timeout:pollInterval:description:)' is deprecated: the synchronous variant of `toEventually` will be unavailable from Swift in a future release of Nimble. Please use the asynchronous variant as a near drop-in replacement.
            self.expectValue.toEventually(
                             ^
/Users/admin/builder/spi-builder-workspace/Sources/Nimble/Adapters/NMBExpectation.swift:84:30: warning: 'toEventually(_:timeout:pollInterval:description:)' is deprecated: the synchronous variant of `toEventually` will be unavailable from Swift in a future release of Nimble. Please use the asynchronous variant as a near drop-in replacement.
            self.expectValue.toEventually(
                             ^
/Users/admin/builder/spi-builder-workspace/Sources/Nimble/Adapters/NMBExpectation.swift:94:30: warning: 'toEventuallyNot(_:timeout:pollInterval:description:)' is deprecated: the synchronous variant of `toEventuallyNot` will be unavailable from Swift in a future release of Nimble. Please use the asynchronous variant as a near drop-in replacement.
            self.expectValue.toEventuallyNot(
                             ^
/Users/admin/builder/spi-builder-workspace/Sources/Nimble/Adapters/NMBExpectation.swift:104:30: warning: 'toEventuallyNot(_:timeout:pollInterval:description:)' is deprecated: the synchronous variant of `toEventuallyNot` will be unavailable from Swift in a future release of Nimble. Please use the asynchronous variant as a near drop-in replacement.
            self.expectValue.toEventuallyNot(
                             ^
/Users/admin/builder/spi-builder-workspace/Sources/Nimble/Adapters/NMBExpectation.swift:122:30: warning: 'toNever(_:until:pollInterval:description:)' is deprecated: the synchronous variant of `toNever` will be unavailable from Swift in a future release of Nimble. Please use the asynchronous variant as a near drop-in replacement.
            self.expectValue.toNever(
                             ^
/Users/admin/builder/spi-builder-workspace/Sources/Nimble/Adapters/NMBExpectation.swift:132:30: warning: 'toNever(_:until:pollInterval:description:)' is deprecated: the synchronous variant of `toNever` will be unavailable from Swift in a future release of Nimble. Please use the asynchronous variant as a near drop-in replacement.
            self.expectValue.toNever(
                             ^
/Users/admin/builder/spi-builder-workspace/Sources/Nimble/Adapters/NMBExpectation.swift:150:30: warning: 'toAlways(_:until:pollInterval:description:)' is deprecated: the synchronous variant of `toAlways` will be unavailable from Swift in a future release of Nimble. Please use the asynchronous variant as a near drop-in replacement.
            self.expectValue.toAlways(
                             ^
/Users/admin/builder/spi-builder-workspace/Sources/Nimble/Adapters/NMBExpectation.swift:160:30: warning: 'toAlways(_:until:pollInterval:description:)' is deprecated: the synchronous variant of `toAlways` will be unavailable from Swift in a future release of Nimble. Please use the asynchronous variant as a near drop-in replacement.
            self.expectValue.toAlways(
                             ^
[18/84] Compiling Nimble AssertionDispatcher.swift
/Users/admin/builder/spi-builder-workspace/Sources/Nimble/Adapters/NMBExpectation.swift:74:30: warning: 'toEventually(_:timeout:pollInterval:description:)' is deprecated: the synchronous variant of `toEventually` will be unavailable from Swift in a future release of Nimble. Please use the asynchronous variant as a near drop-in replacement.
            self.expectValue.toEventually(
                             ^
/Users/admin/builder/spi-builder-workspace/Sources/Nimble/Adapters/NMBExpectation.swift:84:30: warning: 'toEventually(_:timeout:pollInterval:description:)' is deprecated: the synchronous variant of `toEventually` will be unavailable from Swift in a future release of Nimble. Please use the asynchronous variant as a near drop-in replacement.
            self.expectValue.toEventually(
                             ^
/Users/admin/builder/spi-builder-workspace/Sources/Nimble/Adapters/NMBExpectation.swift:94:30: warning: 'toEventuallyNot(_:timeout:pollInterval:description:)' is deprecated: the synchronous variant of `toEventuallyNot` will be unavailable from Swift in a future release of Nimble. Please use the asynchronous variant as a near drop-in replacement.
            self.expectValue.toEventuallyNot(
                             ^
/Users/admin/builder/spi-builder-workspace/Sources/Nimble/Adapters/NMBExpectation.swift:104:30: warning: 'toEventuallyNot(_:timeout:pollInterval:description:)' is deprecated: the synchronous variant of `toEventuallyNot` will be unavailable from Swift in a future release of Nimble. Please use the asynchronous variant as a near drop-in replacement.
            self.expectValue.toEventuallyNot(
                             ^
/Users/admin/builder/spi-builder-workspace/Sources/Nimble/Adapters/NMBExpectation.swift:122:30: warning: 'toNever(_:until:pollInterval:description:)' is deprecated: the synchronous variant of `toNever` will be unavailable from Swift in a future release of Nimble. Please use the asynchronous variant as a near drop-in replacement.
            self.expectValue.toNever(
                             ^
/Users/admin/builder/spi-builder-workspace/Sources/Nimble/Adapters/NMBExpectation.swift:132:30: warning: 'toNever(_:until:pollInterval:description:)' is deprecated: the synchronous variant of `toNever` will be unavailable from Swift in a future release of Nimble. Please use the asynchronous variant as a near drop-in replacement.
            self.expectValue.toNever(
                             ^
/Users/admin/builder/spi-builder-workspace/Sources/Nimble/Adapters/NMBExpectation.swift:150:30: warning: 'toAlways(_:until:pollInterval:description:)' is deprecated: the synchronous variant of `toAlways` will be unavailable from Swift in a future release of Nimble. Please use the asynchronous variant as a near drop-in replacement.
            self.expectValue.toAlways(
                             ^
/Users/admin/builder/spi-builder-workspace/Sources/Nimble/Adapters/NMBExpectation.swift:160:30: warning: 'toAlways(_:until:pollInterval:description:)' is deprecated: the synchronous variant of `toAlways` will be unavailable from Swift in a future release of Nimble. Please use the asynchronous variant as a near drop-in replacement.
            self.expectValue.toAlways(
                             ^
[19/84] Compiling Nimble AssertionRecorder+Async.swift
/Users/admin/builder/spi-builder-workspace/Sources/Nimble/Adapters/NMBExpectation.swift:74:30: warning: 'toEventually(_:timeout:pollInterval:description:)' is deprecated: the synchronous variant of `toEventually` will be unavailable from Swift in a future release of Nimble. Please use the asynchronous variant as a near drop-in replacement.
            self.expectValue.toEventually(
                             ^
/Users/admin/builder/spi-builder-workspace/Sources/Nimble/Adapters/NMBExpectation.swift:84:30: warning: 'toEventually(_:timeout:pollInterval:description:)' is deprecated: the synchronous variant of `toEventually` will be unavailable from Swift in a future release of Nimble. Please use the asynchronous variant as a near drop-in replacement.
            self.expectValue.toEventually(
                             ^
/Users/admin/builder/spi-builder-workspace/Sources/Nimble/Adapters/NMBExpectation.swift:94:30: warning: 'toEventuallyNot(_:timeout:pollInterval:description:)' is deprecated: the synchronous variant of `toEventuallyNot` will be unavailable from Swift in a future release of Nimble. Please use the asynchronous variant as a near drop-in replacement.
            self.expectValue.toEventuallyNot(
                             ^
/Users/admin/builder/spi-builder-workspace/Sources/Nimble/Adapters/NMBExpectation.swift:104:30: warning: 'toEventuallyNot(_:timeout:pollInterval:description:)' is deprecated: the synchronous variant of `toEventuallyNot` will be unavailable from Swift in a future release of Nimble. Please use the asynchronous variant as a near drop-in replacement.
            self.expectValue.toEventuallyNot(
                             ^
/Users/admin/builder/spi-builder-workspace/Sources/Nimble/Adapters/NMBExpectation.swift:122:30: warning: 'toNever(_:until:pollInterval:description:)' is deprecated: the synchronous variant of `toNever` will be unavailable from Swift in a future release of Nimble. Please use the asynchronous variant as a near drop-in replacement.
            self.expectValue.toNever(
                             ^
/Users/admin/builder/spi-builder-workspace/Sources/Nimble/Adapters/NMBExpectation.swift:132:30: warning: 'toNever(_:until:pollInterval:description:)' is deprecated: the synchronous variant of `toNever` will be unavailable from Swift in a future release of Nimble. Please use the asynchronous variant as a near drop-in replacement.
            self.expectValue.toNever(
                             ^
/Users/admin/builder/spi-builder-workspace/Sources/Nimble/Adapters/NMBExpectation.swift:150:30: warning: 'toAlways(_:until:pollInterval:description:)' is deprecated: the synchronous variant of `toAlways` will be unavailable from Swift in a future release of Nimble. Please use the asynchronous variant as a near drop-in replacement.
            self.expectValue.toAlways(
                             ^
/Users/admin/builder/spi-builder-workspace/Sources/Nimble/Adapters/NMBExpectation.swift:160:30: warning: 'toAlways(_:until:pollInterval:description:)' is deprecated: the synchronous variant of `toAlways` will be unavailable from Swift in a future release of Nimble. Please use the asynchronous variant as a near drop-in replacement.
            self.expectValue.toAlways(
                             ^
[20/84] Compiling Nimble AssertionRecorder.swift
/Users/admin/builder/spi-builder-workspace/Sources/Nimble/Adapters/NMBExpectation.swift:74:30: warning: 'toEventually(_:timeout:pollInterval:description:)' is deprecated: the synchronous variant of `toEventually` will be unavailable from Swift in a future release of Nimble. Please use the asynchronous variant as a near drop-in replacement.
            self.expectValue.toEventually(
                             ^
/Users/admin/builder/spi-builder-workspace/Sources/Nimble/Adapters/NMBExpectation.swift:84:30: warning: 'toEventually(_:timeout:pollInterval:description:)' is deprecated: the synchronous variant of `toEventually` will be unavailable from Swift in a future release of Nimble. Please use the asynchronous variant as a near drop-in replacement.
            self.expectValue.toEventually(
                             ^
/Users/admin/builder/spi-builder-workspace/Sources/Nimble/Adapters/NMBExpectation.swift:94:30: warning: 'toEventuallyNot(_:timeout:pollInterval:description:)' is deprecated: the synchronous variant of `toEventuallyNot` will be unavailable from Swift in a future release of Nimble. Please use the asynchronous variant as a near drop-in replacement.
            self.expectValue.toEventuallyNot(
                             ^
/Users/admin/builder/spi-builder-workspace/Sources/Nimble/Adapters/NMBExpectation.swift:104:30: warning: 'toEventuallyNot(_:timeout:pollInterval:description:)' is deprecated: the synchronous variant of `toEventuallyNot` will be unavailable from Swift in a future release of Nimble. Please use the asynchronous variant as a near drop-in replacement.
            self.expectValue.toEventuallyNot(
                             ^
/Users/admin/builder/spi-builder-workspace/Sources/Nimble/Adapters/NMBExpectation.swift:122:30: warning: 'toNever(_:until:pollInterval:description:)' is deprecated: the synchronous variant of `toNever` will be unavailable from Swift in a future release of Nimble. Please use the asynchronous variant as a near drop-in replacement.
            self.expectValue.toNever(
                             ^
/Users/admin/builder/spi-builder-workspace/Sources/Nimble/Adapters/NMBExpectation.swift:132:30: warning: 'toNever(_:until:pollInterval:description:)' is deprecated: the synchronous variant of `toNever` will be unavailable from Swift in a future release of Nimble. Please use the asynchronous variant as a near drop-in replacement.
            self.expectValue.toNever(
                             ^
/Users/admin/builder/spi-builder-workspace/Sources/Nimble/Adapters/NMBExpectation.swift:150:30: warning: 'toAlways(_:until:pollInterval:description:)' is deprecated: the synchronous variant of `toAlways` will be unavailable from Swift in a future release of Nimble. Please use the asynchronous variant as a near drop-in replacement.
            self.expectValue.toAlways(
                             ^
/Users/admin/builder/spi-builder-workspace/Sources/Nimble/Adapters/NMBExpectation.swift:160:30: warning: 'toAlways(_:until:pollInterval:description:)' is deprecated: the synchronous variant of `toAlways` will be unavailable from Swift in a future release of Nimble. Please use the asynchronous variant as a near drop-in replacement.
            self.expectValue.toAlways(
                             ^
[21/84] Compiling Nimble NMBExpectation.swift
/Users/admin/builder/spi-builder-workspace/Sources/Nimble/Adapters/NMBExpectation.swift:74:30: warning: 'toEventually(_:timeout:pollInterval:description:)' is deprecated: the synchronous variant of `toEventually` will be unavailable from Swift in a future release of Nimble. Please use the asynchronous variant as a near drop-in replacement.
            self.expectValue.toEventually(
                             ^
/Users/admin/builder/spi-builder-workspace/Sources/Nimble/Adapters/NMBExpectation.swift:84:30: warning: 'toEventually(_:timeout:pollInterval:description:)' is deprecated: the synchronous variant of `toEventually` will be unavailable from Swift in a future release of Nimble. Please use the asynchronous variant as a near drop-in replacement.
            self.expectValue.toEventually(
                             ^
/Users/admin/builder/spi-builder-workspace/Sources/Nimble/Adapters/NMBExpectation.swift:94:30: warning: 'toEventuallyNot(_:timeout:pollInterval:description:)' is deprecated: the synchronous variant of `toEventuallyNot` will be unavailable from Swift in a future release of Nimble. Please use the asynchronous variant as a near drop-in replacement.
            self.expectValue.toEventuallyNot(
                             ^
/Users/admin/builder/spi-builder-workspace/Sources/Nimble/Adapters/NMBExpectation.swift:104:30: warning: 'toEventuallyNot(_:timeout:pollInterval:description:)' is deprecated: the synchronous variant of `toEventuallyNot` will be unavailable from Swift in a future release of Nimble. Please use the asynchronous variant as a near drop-in replacement.
            self.expectValue.toEventuallyNot(
                             ^
/Users/admin/builder/spi-builder-workspace/Sources/Nimble/Adapters/NMBExpectation.swift:122:30: warning: 'toNever(_:until:pollInterval:description:)' is deprecated: the synchronous variant of `toNever` will be unavailable from Swift in a future release of Nimble. Please use the asynchronous variant as a near drop-in replacement.
            self.expectValue.toNever(
                             ^
/Users/admin/builder/spi-builder-workspace/Sources/Nimble/Adapters/NMBExpectation.swift:132:30: warning: 'toNever(_:until:pollInterval:description:)' is deprecated: the synchronous variant of `toNever` will be unavailable from Swift in a future release of Nimble. Please use the asynchronous variant as a near drop-in replacement.
            self.expectValue.toNever(
                             ^
/Users/admin/builder/spi-builder-workspace/Sources/Nimble/Adapters/NMBExpectation.swift:150:30: warning: 'toAlways(_:until:pollInterval:description:)' is deprecated: the synchronous variant of `toAlways` will be unavailable from Swift in a future release of Nimble. Please use the asynchronous variant as a near drop-in replacement.
            self.expectValue.toAlways(
                             ^
/Users/admin/builder/spi-builder-workspace/Sources/Nimble/Adapters/NMBExpectation.swift:160:30: warning: 'toAlways(_:until:pollInterval:description:)' is deprecated: the synchronous variant of `toAlways` will be unavailable from Swift in a future release of Nimble. Please use the asynchronous variant as a near drop-in replacement.
            self.expectValue.toAlways(
                             ^
[22/84] Compiling Nimble NimbleEnvironment.swift
/Users/admin/builder/spi-builder-workspace/Sources/Nimble/Adapters/NMBExpectation.swift:74:30: warning: 'toEventually(_:timeout:pollInterval:description:)' is deprecated: the synchronous variant of `toEventually` will be unavailable from Swift in a future release of Nimble. Please use the asynchronous variant as a near drop-in replacement.
            self.expectValue.toEventually(
                             ^
/Users/admin/builder/spi-builder-workspace/Sources/Nimble/Adapters/NMBExpectation.swift:84:30: warning: 'toEventually(_:timeout:pollInterval:description:)' is deprecated: the synchronous variant of `toEventually` will be unavailable from Swift in a future release of Nimble. Please use the asynchronous variant as a near drop-in replacement.
            self.expectValue.toEventually(
                             ^
/Users/admin/builder/spi-builder-workspace/Sources/Nimble/Adapters/NMBExpectation.swift:94:30: warning: 'toEventuallyNot(_:timeout:pollInterval:description:)' is deprecated: the synchronous variant of `toEventuallyNot` will be unavailable from Swift in a future release of Nimble. Please use the asynchronous variant as a near drop-in replacement.
            self.expectValue.toEventuallyNot(
                             ^
/Users/admin/builder/spi-builder-workspace/Sources/Nimble/Adapters/NMBExpectation.swift:104:30: warning: 'toEventuallyNot(_:timeout:pollInterval:description:)' is deprecated: the synchronous variant of `toEventuallyNot` will be unavailable from Swift in a future release of Nimble. Please use the asynchronous variant as a near drop-in replacement.
            self.expectValue.toEventuallyNot(
                             ^
/Users/admin/builder/spi-builder-workspace/Sources/Nimble/Adapters/NMBExpectation.swift:122:30: warning: 'toNever(_:until:pollInterval:description:)' is deprecated: the synchronous variant of `toNever` will be unavailable from Swift in a future release of Nimble. Please use the asynchronous variant as a near drop-in replacement.
            self.expectValue.toNever(
                             ^
/Users/admin/builder/spi-builder-workspace/Sources/Nimble/Adapters/NMBExpectation.swift:132:30: warning: 'toNever(_:until:pollInterval:description:)' is deprecated: the synchronous variant of `toNever` will be unavailable from Swift in a future release of Nimble. Please use the asynchronous variant as a near drop-in replacement.
            self.expectValue.toNever(
                             ^
/Users/admin/builder/spi-builder-workspace/Sources/Nimble/Adapters/NMBExpectation.swift:150:30: warning: 'toAlways(_:until:pollInterval:description:)' is deprecated: the synchronous variant of `toAlways` will be unavailable from Swift in a future release of Nimble. Please use the asynchronous variant as a near drop-in replacement.
            self.expectValue.toAlways(
                             ^
/Users/admin/builder/spi-builder-workspace/Sources/Nimble/Adapters/NMBExpectation.swift:160:30: warning: 'toAlways(_:until:pollInterval:description:)' is deprecated: the synchronous variant of `toAlways` will be unavailable from Swift in a future release of Nimble. Please use the asynchronous variant as a near drop-in replacement.
            self.expectValue.toAlways(
                             ^
[23/84] Compiling Nimble NimbleSwiftTestingHandler.swift
/Users/admin/builder/spi-builder-workspace/Sources/Nimble/Adapters/NMBExpectation.swift:74:30: warning: 'toEventually(_:timeout:pollInterval:description:)' is deprecated: the synchronous variant of `toEventually` will be unavailable from Swift in a future release of Nimble. Please use the asynchronous variant as a near drop-in replacement.
            self.expectValue.toEventually(
                             ^
/Users/admin/builder/spi-builder-workspace/Sources/Nimble/Adapters/NMBExpectation.swift:84:30: warning: 'toEventually(_:timeout:pollInterval:description:)' is deprecated: the synchronous variant of `toEventually` will be unavailable from Swift in a future release of Nimble. Please use the asynchronous variant as a near drop-in replacement.
            self.expectValue.toEventually(
                             ^
/Users/admin/builder/spi-builder-workspace/Sources/Nimble/Adapters/NMBExpectation.swift:94:30: warning: 'toEventuallyNot(_:timeout:pollInterval:description:)' is deprecated: the synchronous variant of `toEventuallyNot` will be unavailable from Swift in a future release of Nimble. Please use the asynchronous variant as a near drop-in replacement.
            self.expectValue.toEventuallyNot(
                             ^
/Users/admin/builder/spi-builder-workspace/Sources/Nimble/Adapters/NMBExpectation.swift:104:30: warning: 'toEventuallyNot(_:timeout:pollInterval:description:)' is deprecated: the synchronous variant of `toEventuallyNot` will be unavailable from Swift in a future release of Nimble. Please use the asynchronous variant as a near drop-in replacement.
            self.expectValue.toEventuallyNot(
                             ^
/Users/admin/builder/spi-builder-workspace/Sources/Nimble/Adapters/NMBExpectation.swift:122:30: warning: 'toNever(_:until:pollInterval:description:)' is deprecated: the synchronous variant of `toNever` will be unavailable from Swift in a future release of Nimble. Please use the asynchronous variant as a near drop-in replacement.
            self.expectValue.toNever(
                             ^
/Users/admin/builder/spi-builder-workspace/Sources/Nimble/Adapters/NMBExpectation.swift:132:30: warning: 'toNever(_:until:pollInterval:description:)' is deprecated: the synchronous variant of `toNever` will be unavailable from Swift in a future release of Nimble. Please use the asynchronous variant as a near drop-in replacement.
            self.expectValue.toNever(
                             ^
/Users/admin/builder/spi-builder-workspace/Sources/Nimble/Adapters/NMBExpectation.swift:150:30: warning: 'toAlways(_:until:pollInterval:description:)' is deprecated: the synchronous variant of `toAlways` will be unavailable from Swift in a future release of Nimble. Please use the asynchronous variant as a near drop-in replacement.
            self.expectValue.toAlways(
                             ^
/Users/admin/builder/spi-builder-workspace/Sources/Nimble/Adapters/NMBExpectation.swift:160:30: warning: 'toAlways(_:until:pollInterval:description:)' is deprecated: the synchronous variant of `toAlways` will be unavailable from Swift in a future release of Nimble. Please use the asynchronous variant as a near drop-in replacement.
            self.expectValue.toAlways(
                             ^
[24/90] Compiling Nimble NimbleXCTestHandler.swift
[25/90] Compiling Nimble ExceptionCapture.swift
[26/90] Compiling Nimble AsyncExpression.swift
[27/90] Compiling Nimble DSL+AsyncAwait.swift
[28/90] Compiling Nimble DSL+Require.swift
[29/90] Compiling Nimble DSL+Wait.swift
[30/90] Compiling Nimble DSL.swift
[31/90] Compiling Nimble BeginWith.swift
[32/90] Compiling Nimble BeginWithPrefix.swift
[33/90] Compiling Nimble Contain.swift
[34/90] Compiling Nimble ContainElementSatisfying.swift
[35/90] Compiling Nimble ElementsEqual.swift
[36/90] Compiling Nimble EndWith.swift
[37/90] Compiling Nimble Equal+Tuple.swift
[38/90] Compiling Nimble BeAKindOf.swift
[39/90] Compiling Nimble BeAnInstanceOf.swift
[40/90] Compiling Nimble BeCloseTo.swift
[41/90] Compiling Nimble BeEmpty.swift
[42/90] Compiling Nimble BeGreaterThan.swift
[43/90] Compiling Nimble BeGreaterThanOrEqualTo.swift
[44/90] Compiling Nimble BeIdenticalTo.swift
[45/90] Compiling Nimble BeLessThan.swift
/Users/admin/builder/spi-builder-workspace/Sources/Nimble/Matchers/BeLogical.swift:45:19: error: unknown attribute 'retroactive'
extension UInt64: @retroactive ExpressibleByBooleanLiteral {
                  ^
/Users/admin/builder/spi-builder-workspace/Sources/Nimble/Matchers/BeLogical.swift:45:1: error: inheritance from non-protocol type 'any ExpressibleByBooleanLiteral'
extension UInt64: @retroactive ExpressibleByBooleanLiteral {
^
/Users/admin/builder/spi-builder-workspace/Sources/Nimble/Matchers/BeLogical.swift:51:18: error: unknown attribute 'retroactive'
extension Float: @retroactive ExpressibleByBooleanLiteral {
                 ^
/Users/admin/builder/spi-builder-workspace/Sources/Nimble/Matchers/BeLogical.swift:51:1: error: inheritance from non-protocol type 'any ExpressibleByBooleanLiteral'
extension Float: @retroactive ExpressibleByBooleanLiteral {
^
/Users/admin/builder/spi-builder-workspace/Sources/Nimble/Matchers/BeLogical.swift:57:19: error: unknown attribute 'retroactive'
extension Double: @retroactive ExpressibleByBooleanLiteral {
                  ^
/Users/admin/builder/spi-builder-workspace/Sources/Nimble/Matchers/BeLogical.swift:57:1: error: inheritance from non-protocol type 'any ExpressibleByBooleanLiteral'
extension Double: @retroactive ExpressibleByBooleanLiteral {
^
/Users/admin/builder/spi-builder-workspace/Sources/Nimble/Matchers/BeLogical.swift:63:16: error: unknown attribute 'retroactive'
extension Int: @retroactive ExpressibleByBooleanLiteral {
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Nimble/Matchers/BeLogical.swift:63:1: error: inheritance from non-protocol type 'any ExpressibleByBooleanLiteral'
extension Int: @retroactive ExpressibleByBooleanLiteral {
^
/Users/admin/builder/spi-builder-workspace/Sources/Nimble/Matchers/BeLogical.swift:69:17: error: unknown attribute 'retroactive'
extension UInt: @retroactive ExpressibleByBooleanLiteral {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/Nimble/Matchers/BeLogical.swift:69:1: error: inheritance from non-protocol type 'any ExpressibleByBooleanLiteral'
extension UInt: @retroactive ExpressibleByBooleanLiteral {
^
[46/90] Compiling Nimble BeLessThanOrEqual.swift
/Users/admin/builder/spi-builder-workspace/Sources/Nimble/Matchers/BeLogical.swift:45:19: error: unknown attribute 'retroactive'
extension UInt64: @retroactive ExpressibleByBooleanLiteral {
                  ^
/Users/admin/builder/spi-builder-workspace/Sources/Nimble/Matchers/BeLogical.swift:45:1: error: inheritance from non-protocol type 'any ExpressibleByBooleanLiteral'
extension UInt64: @retroactive ExpressibleByBooleanLiteral {
^
/Users/admin/builder/spi-builder-workspace/Sources/Nimble/Matchers/BeLogical.swift:51:18: error: unknown attribute 'retroactive'
extension Float: @retroactive ExpressibleByBooleanLiteral {
                 ^
/Users/admin/builder/spi-builder-workspace/Sources/Nimble/Matchers/BeLogical.swift:51:1: error: inheritance from non-protocol type 'any ExpressibleByBooleanLiteral'
extension Float: @retroactive ExpressibleByBooleanLiteral {
^
/Users/admin/builder/spi-builder-workspace/Sources/Nimble/Matchers/BeLogical.swift:57:19: error: unknown attribute 'retroactive'
extension Double: @retroactive ExpressibleByBooleanLiteral {
                  ^
/Users/admin/builder/spi-builder-workspace/Sources/Nimble/Matchers/BeLogical.swift:57:1: error: inheritance from non-protocol type 'any ExpressibleByBooleanLiteral'
extension Double: @retroactive ExpressibleByBooleanLiteral {
^
/Users/admin/builder/spi-builder-workspace/Sources/Nimble/Matchers/BeLogical.swift:63:16: error: unknown attribute 'retroactive'
extension Int: @retroactive ExpressibleByBooleanLiteral {
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Nimble/Matchers/BeLogical.swift:63:1: error: inheritance from non-protocol type 'any ExpressibleByBooleanLiteral'
extension Int: @retroactive ExpressibleByBooleanLiteral {
^
/Users/admin/builder/spi-builder-workspace/Sources/Nimble/Matchers/BeLogical.swift:69:17: error: unknown attribute 'retroactive'
extension UInt: @retroactive ExpressibleByBooleanLiteral {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/Nimble/Matchers/BeLogical.swift:69:1: error: inheritance from non-protocol type 'any ExpressibleByBooleanLiteral'
extension UInt: @retroactive ExpressibleByBooleanLiteral {
^
[47/90] Compiling Nimble BeLogical.swift
/Users/admin/builder/spi-builder-workspace/Sources/Nimble/Matchers/BeLogical.swift:45:19: error: unknown attribute 'retroactive'
extension UInt64: @retroactive ExpressibleByBooleanLiteral {
                  ^
/Users/admin/builder/spi-builder-workspace/Sources/Nimble/Matchers/BeLogical.swift:45:1: error: inheritance from non-protocol type 'any ExpressibleByBooleanLiteral'
extension UInt64: @retroactive ExpressibleByBooleanLiteral {
^
/Users/admin/builder/spi-builder-workspace/Sources/Nimble/Matchers/BeLogical.swift:51:18: error: unknown attribute 'retroactive'
extension Float: @retroactive ExpressibleByBooleanLiteral {
                 ^
/Users/admin/builder/spi-builder-workspace/Sources/Nimble/Matchers/BeLogical.swift:51:1: error: inheritance from non-protocol type 'any ExpressibleByBooleanLiteral'
extension Float: @retroactive ExpressibleByBooleanLiteral {
^
/Users/admin/builder/spi-builder-workspace/Sources/Nimble/Matchers/BeLogical.swift:57:19: error: unknown attribute 'retroactive'
extension Double: @retroactive ExpressibleByBooleanLiteral {
                  ^
/Users/admin/builder/spi-builder-workspace/Sources/Nimble/Matchers/BeLogical.swift:57:1: error: inheritance from non-protocol type 'any ExpressibleByBooleanLiteral'
extension Double: @retroactive ExpressibleByBooleanLiteral {
^
/Users/admin/builder/spi-builder-workspace/Sources/Nimble/Matchers/BeLogical.swift:63:16: error: unknown attribute 'retroactive'
extension Int: @retroactive ExpressibleByBooleanLiteral {
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Nimble/Matchers/BeLogical.swift:63:1: error: inheritance from non-protocol type 'any ExpressibleByBooleanLiteral'
extension Int: @retroactive ExpressibleByBooleanLiteral {
^
/Users/admin/builder/spi-builder-workspace/Sources/Nimble/Matchers/BeLogical.swift:69:17: error: unknown attribute 'retroactive'
extension UInt: @retroactive ExpressibleByBooleanLiteral {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/Nimble/Matchers/BeLogical.swift:69:1: error: inheritance from non-protocol type 'any ExpressibleByBooleanLiteral'
extension UInt: @retroactive ExpressibleByBooleanLiteral {
^
[48/90] Compiling Nimble BeNil.swift
/Users/admin/builder/spi-builder-workspace/Sources/Nimble/Matchers/BeLogical.swift:45:19: error: unknown attribute 'retroactive'
extension UInt64: @retroactive ExpressibleByBooleanLiteral {
                  ^
/Users/admin/builder/spi-builder-workspace/Sources/Nimble/Matchers/BeLogical.swift:45:1: error: inheritance from non-protocol type 'any ExpressibleByBooleanLiteral'
extension UInt64: @retroactive ExpressibleByBooleanLiteral {
^
/Users/admin/builder/spi-builder-workspace/Sources/Nimble/Matchers/BeLogical.swift:51:18: error: unknown attribute 'retroactive'
extension Float: @retroactive ExpressibleByBooleanLiteral {
                 ^
/Users/admin/builder/spi-builder-workspace/Sources/Nimble/Matchers/BeLogical.swift:51:1: error: inheritance from non-protocol type 'any ExpressibleByBooleanLiteral'
extension Float: @retroactive ExpressibleByBooleanLiteral {
^
/Users/admin/builder/spi-builder-workspace/Sources/Nimble/Matchers/BeLogical.swift:57:19: error: unknown attribute 'retroactive'
extension Double: @retroactive ExpressibleByBooleanLiteral {
                  ^
/Users/admin/builder/spi-builder-workspace/Sources/Nimble/Matchers/BeLogical.swift:57:1: error: inheritance from non-protocol type 'any ExpressibleByBooleanLiteral'
extension Double: @retroactive ExpressibleByBooleanLiteral {
^
/Users/admin/builder/spi-builder-workspace/Sources/Nimble/Matchers/BeLogical.swift:63:16: error: unknown attribute 'retroactive'
extension Int: @retroactive ExpressibleByBooleanLiteral {
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Nimble/Matchers/BeLogical.swift:63:1: error: inheritance from non-protocol type 'any ExpressibleByBooleanLiteral'
extension Int: @retroactive ExpressibleByBooleanLiteral {
^
/Users/admin/builder/spi-builder-workspace/Sources/Nimble/Matchers/BeLogical.swift:69:17: error: unknown attribute 'retroactive'
extension UInt: @retroactive ExpressibleByBooleanLiteral {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/Nimble/Matchers/BeLogical.swift:69:1: error: inheritance from non-protocol type 'any ExpressibleByBooleanLiteral'
extension UInt: @retroactive ExpressibleByBooleanLiteral {
^
[49/90] Compiling Nimble BeResult.swift
/Users/admin/builder/spi-builder-workspace/Sources/Nimble/Matchers/BeLogical.swift:45:19: error: unknown attribute 'retroactive'
extension UInt64: @retroactive ExpressibleByBooleanLiteral {
                  ^
/Users/admin/builder/spi-builder-workspace/Sources/Nimble/Matchers/BeLogical.swift:45:1: error: inheritance from non-protocol type 'any ExpressibleByBooleanLiteral'
extension UInt64: @retroactive ExpressibleByBooleanLiteral {
^
/Users/admin/builder/spi-builder-workspace/Sources/Nimble/Matchers/BeLogical.swift:51:18: error: unknown attribute 'retroactive'
extension Float: @retroactive ExpressibleByBooleanLiteral {
                 ^
/Users/admin/builder/spi-builder-workspace/Sources/Nimble/Matchers/BeLogical.swift:51:1: error: inheritance from non-protocol type 'any ExpressibleByBooleanLiteral'
extension Float: @retroactive ExpressibleByBooleanLiteral {
^
/Users/admin/builder/spi-builder-workspace/Sources/Nimble/Matchers/BeLogical.swift:57:19: error: unknown attribute 'retroactive'
extension Double: @retroactive ExpressibleByBooleanLiteral {
                  ^
/Users/admin/builder/spi-builder-workspace/Sources/Nimble/Matchers/BeLogical.swift:57:1: error: inheritance from non-protocol type 'any ExpressibleByBooleanLiteral'
extension Double: @retroactive ExpressibleByBooleanLiteral {
^
/Users/admin/builder/spi-builder-workspace/Sources/Nimble/Matchers/BeLogical.swift:63:16: error: unknown attribute 'retroactive'
extension Int: @retroactive ExpressibleByBooleanLiteral {
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Nimble/Matchers/BeLogical.swift:63:1: error: inheritance from non-protocol type 'any ExpressibleByBooleanLiteral'
extension Int: @retroactive ExpressibleByBooleanLiteral {
^
/Users/admin/builder/spi-builder-workspace/Sources/Nimble/Matchers/BeLogical.swift:69:17: error: unknown attribute 'retroactive'
extension UInt: @retroactive ExpressibleByBooleanLiteral {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/Nimble/Matchers/BeLogical.swift:69:1: error: inheritance from non-protocol type 'any ExpressibleByBooleanLiteral'
extension UInt: @retroactive ExpressibleByBooleanLiteral {
^
[50/90] Compiling Nimble BeVoid.swift
/Users/admin/builder/spi-builder-workspace/Sources/Nimble/Matchers/BeLogical.swift:45:19: error: unknown attribute 'retroactive'
extension UInt64: @retroactive ExpressibleByBooleanLiteral {
                  ^
/Users/admin/builder/spi-builder-workspace/Sources/Nimble/Matchers/BeLogical.swift:45:1: error: inheritance from non-protocol type 'any ExpressibleByBooleanLiteral'
extension UInt64: @retroactive ExpressibleByBooleanLiteral {
^
/Users/admin/builder/spi-builder-workspace/Sources/Nimble/Matchers/BeLogical.swift:51:18: error: unknown attribute 'retroactive'
extension Float: @retroactive ExpressibleByBooleanLiteral {
                 ^
/Users/admin/builder/spi-builder-workspace/Sources/Nimble/Matchers/BeLogical.swift:51:1: error: inheritance from non-protocol type 'any ExpressibleByBooleanLiteral'
extension Float: @retroactive ExpressibleByBooleanLiteral {
^
/Users/admin/builder/spi-builder-workspace/Sources/Nimble/Matchers/BeLogical.swift:57:19: error: unknown attribute 'retroactive'
extension Double: @retroactive ExpressibleByBooleanLiteral {
                  ^
/Users/admin/builder/spi-builder-workspace/Sources/Nimble/Matchers/BeLogical.swift:57:1: error: inheritance from non-protocol type 'any ExpressibleByBooleanLiteral'
extension Double: @retroactive ExpressibleByBooleanLiteral {
^
/Users/admin/builder/spi-builder-workspace/Sources/Nimble/Matchers/BeLogical.swift:63:16: error: unknown attribute 'retroactive'
extension Int: @retroactive ExpressibleByBooleanLiteral {
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Nimble/Matchers/BeLogical.swift:63:1: error: inheritance from non-protocol type 'any ExpressibleByBooleanLiteral'
extension Int: @retroactive ExpressibleByBooleanLiteral {
^
/Users/admin/builder/spi-builder-workspace/Sources/Nimble/Matchers/BeLogical.swift:69:17: error: unknown attribute 'retroactive'
extension UInt: @retroactive ExpressibleByBooleanLiteral {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/Nimble/Matchers/BeLogical.swift:69:1: error: inheritance from non-protocol type 'any ExpressibleByBooleanLiteral'
extension UInt: @retroactive ExpressibleByBooleanLiteral {
^
[51/90] Compiling Nimble BeWithin.swift
/Users/admin/builder/spi-builder-workspace/Sources/Nimble/Matchers/BeLogical.swift:45:19: error: unknown attribute 'retroactive'
extension UInt64: @retroactive ExpressibleByBooleanLiteral {
                  ^
/Users/admin/builder/spi-builder-workspace/Sources/Nimble/Matchers/BeLogical.swift:45:1: error: inheritance from non-protocol type 'any ExpressibleByBooleanLiteral'
extension UInt64: @retroactive ExpressibleByBooleanLiteral {
^
/Users/admin/builder/spi-builder-workspace/Sources/Nimble/Matchers/BeLogical.swift:51:18: error: unknown attribute 'retroactive'
extension Float: @retroactive ExpressibleByBooleanLiteral {
                 ^
/Users/admin/builder/spi-builder-workspace/Sources/Nimble/Matchers/BeLogical.swift:51:1: error: inheritance from non-protocol type 'any ExpressibleByBooleanLiteral'
extension Float: @retroactive ExpressibleByBooleanLiteral {
^
/Users/admin/builder/spi-builder-workspace/Sources/Nimble/Matchers/BeLogical.swift:57:19: error: unknown attribute 'retroactive'
extension Double: @retroactive ExpressibleByBooleanLiteral {
                  ^
/Users/admin/builder/spi-builder-workspace/Sources/Nimble/Matchers/BeLogical.swift:57:1: error: inheritance from non-protocol type 'any ExpressibleByBooleanLiteral'
extension Double: @retroactive ExpressibleByBooleanLiteral {
^
/Users/admin/builder/spi-builder-workspace/Sources/Nimble/Matchers/BeLogical.swift:63:16: error: unknown attribute 'retroactive'
extension Int: @retroactive ExpressibleByBooleanLiteral {
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Nimble/Matchers/BeLogical.swift:63:1: error: inheritance from non-protocol type 'any ExpressibleByBooleanLiteral'
extension Int: @retroactive ExpressibleByBooleanLiteral {
^
/Users/admin/builder/spi-builder-workspace/Sources/Nimble/Matchers/BeLogical.swift:69:17: error: unknown attribute 'retroactive'
extension UInt: @retroactive ExpressibleByBooleanLiteral {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/Nimble/Matchers/BeLogical.swift:69:1: error: inheritance from non-protocol type 'any ExpressibleByBooleanLiteral'
extension UInt: @retroactive ExpressibleByBooleanLiteral {
^
[52/90] Compiling Nimble Equal+TupleArray.swift
[53/90] Compiling Nimble Equal.swift
[54/90] Compiling Nimble HaveCount.swift
[55/90] Compiling Nimble Map.swift
[56/90] Compiling Nimble Match.swift
[57/90] Compiling Nimble MatchError.swift
[58/90] Compiling Nimble Matcher.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[59/90] Compiling Nimble Expectation.swift
[60/90] Compiling Nimble ExpectationMessage.swift
[61/90] Compiling Nimble Expression.swift
[62/90] Compiling Nimble FailureMessage.swift
[63/90] Compiling Nimble AllPass.swift
[64/90] Compiling Nimble AsyncAllPass.swift
[65/90] Compiling Nimble AsyncMatcher.swift
[66/90] Emitting module Nimble
/Users/admin/builder/spi-builder-workspace/Sources/Nimble/Matchers/BeLogical.swift:45:19: error: unknown attribute 'retroactive'
extension UInt64: @retroactive ExpressibleByBooleanLiteral {
                  ^
/Users/admin/builder/spi-builder-workspace/Sources/Nimble/Matchers/BeLogical.swift:45:1: error: inheritance from non-protocol type 'any ExpressibleByBooleanLiteral'
extension UInt64: @retroactive ExpressibleByBooleanLiteral {
^
/Users/admin/builder/spi-builder-workspace/Sources/Nimble/Matchers/BeLogical.swift:51:18: error: unknown attribute 'retroactive'
extension Float: @retroactive ExpressibleByBooleanLiteral {
                 ^
/Users/admin/builder/spi-builder-workspace/Sources/Nimble/Matchers/BeLogical.swift:51:1: error: inheritance from non-protocol type 'any ExpressibleByBooleanLiteral'
extension Float: @retroactive ExpressibleByBooleanLiteral {
^
/Users/admin/builder/spi-builder-workspace/Sources/Nimble/Matchers/BeLogical.swift:57:19: error: unknown attribute 'retroactive'
extension Double: @retroactive ExpressibleByBooleanLiteral {
                  ^
/Users/admin/builder/spi-builder-workspace/Sources/Nimble/Matchers/BeLogical.swift:57:1: error: inheritance from non-protocol type 'any ExpressibleByBooleanLiteral'
extension Double: @retroactive ExpressibleByBooleanLiteral {
^
/Users/admin/builder/spi-builder-workspace/Sources/Nimble/Matchers/BeLogical.swift:63:16: error: unknown attribute 'retroactive'
extension Int: @retroactive ExpressibleByBooleanLiteral {
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Nimble/Matchers/BeLogical.swift:63:1: error: inheritance from non-protocol type 'any ExpressibleByBooleanLiteral'
extension Int: @retroactive ExpressibleByBooleanLiteral {
^
/Users/admin/builder/spi-builder-workspace/Sources/Nimble/Matchers/BeLogical.swift:69:17: error: unknown attribute 'retroactive'
extension UInt: @retroactive ExpressibleByBooleanLiteral {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/Nimble/Matchers/BeLogical.swift:69:1: error: inheritance from non-protocol type 'any ExpressibleByBooleanLiteral'
extension UInt: @retroactive ExpressibleByBooleanLiteral {
^
/Users/admin/builder/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
                                    ^
/Users/admin/builder/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
                                    ^
/Users/admin/builder/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
^
/Users/admin/builder/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
                                    ^
[67/90] Compiling Nimble MatcherProtocols.swift
[68/90] Compiling Nimble Negation.swift
[69/90] Compiling Nimble PostNotification.swift
[70/90] Compiling Nimble RaisesException.swift
[71/90] Compiling Nimble SatisfyAllOf.swift
[72/90] Compiling Nimble SatisfyAnyOf.swift
[73/90] Compiling Nimble ThrowAssertion.swift
[74/90] Compiling Nimble AsyncTimerSequence.swift
/Users/admin/builder/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
^
/Users/admin/builder/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
                                    ^
/Users/admin/builder/spi-builder-workspace/Sources/Nimble/Utils/PollAwait.swift:47:12: error: cannot find '$currentWaitingInfo' in scope
    return $currentWaitingInfo.withValue(info) {
           ^~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Nimble/Utils/PollAwait.swift:187:12: error: cannot find 'Test' in scope
        if Test.current != nil {
           ^~~~
[75/90] Compiling Nimble Errors.swift
/Users/admin/builder/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
^
/Users/admin/builder/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
                                    ^
/Users/admin/builder/spi-builder-workspace/Sources/Nimble/Utils/PollAwait.swift:47:12: error: cannot find '$currentWaitingInfo' in scope
    return $currentWaitingInfo.withValue(info) {
           ^~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Nimble/Utils/PollAwait.swift:187:12: error: cannot find 'Test' in scope
        if Test.current != nil {
           ^~~~
[76/90] Compiling Nimble NimbleTimeInterval.swift
/Users/admin/builder/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
^
/Users/admin/builder/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
                                    ^
/Users/admin/builder/spi-builder-workspace/Sources/Nimble/Utils/PollAwait.swift:47:12: error: cannot find '$currentWaitingInfo' in scope
    return $currentWaitingInfo.withValue(info) {
           ^~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Nimble/Utils/PollAwait.swift:187:12: error: cannot find 'Test' in scope
        if Test.current != nil {
           ^~~~
[77/90] Compiling Nimble PollAwait.swift
/Users/admin/builder/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
^
/Users/admin/builder/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
                                    ^
/Users/admin/builder/spi-builder-workspace/Sources/Nimble/Utils/PollAwait.swift:47:12: error: cannot find '$currentWaitingInfo' in scope
    return $currentWaitingInfo.withValue(info) {
           ^~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Nimble/Utils/PollAwait.swift:187:12: error: cannot find 'Test' in scope
        if Test.current != nil {
           ^~~~
[78/90] Compiling Nimble SourceLocation.swift
/Users/admin/builder/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
^
/Users/admin/builder/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
                                    ^
/Users/admin/builder/spi-builder-workspace/Sources/Nimble/Utils/PollAwait.swift:47:12: error: cannot find '$currentWaitingInfo' in scope
    return $currentWaitingInfo.withValue(info) {
           ^~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Nimble/Utils/PollAwait.swift:187:12: error: cannot find 'Test' in scope
        if Test.current != nil {
           ^~~~
[79/90] Compiling Nimble Stringers.swift
/Users/admin/builder/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
^
/Users/admin/builder/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
                                    ^
/Users/admin/builder/spi-builder-workspace/Sources/Nimble/Utils/PollAwait.swift:47:12: error: cannot find '$currentWaitingInfo' in scope
    return $currentWaitingInfo.withValue(info) {
           ^~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Nimble/Utils/PollAwait.swift:187:12: error: cannot find 'Test' in scope
        if Test.current != nil {
           ^~~~
[80/90] Compiling Nimble ThrowError.swift
/Users/admin/builder/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
                                    ^
/Users/admin/builder/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
                                    ^
[81/90] Compiling Nimble ToSucceed.swift
/Users/admin/builder/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
                                    ^
/Users/admin/builder/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
                                    ^
[82/90] Compiling Nimble Polling+AsyncAwait.swift
/Users/admin/builder/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
                                    ^
/Users/admin/builder/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
                                    ^
[83/90] Compiling Nimble Polling+Require.swift
/Users/admin/builder/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
                                    ^
/Users/admin/builder/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
                                    ^
[84/90] Compiling Nimble Polling.swift
/Users/admin/builder/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
                                    ^
/Users/admin/builder/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
                                    ^
[85/90] Compiling Nimble Requirement.swift
/Users/admin/builder/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
                                    ^
/Users/admin/builder/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
                                    ^
[86/90] Compiling Nimble AsyncAwait.swift
/Users/admin/builder/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
                                    ^
/Users/admin/builder/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
                                    ^
error: fatalError
Fetching https://github.com/apple/swift-docc-plugin
Fetching https://github.com/mattgallagher/CwlPreconditionTesting.git
[1/1257] Fetching cwlpreconditiontesting
[152/3415] Fetching cwlpreconditiontesting, swift-docc-plugin
Fetched https://github.com/apple/swift-docc-plugin from cache (1.74s)
Fetched https://github.com/mattgallagher/CwlPreconditionTesting.git from cache (1.74s)
Computing version for https://github.com/mattgallagher/CwlPreconditionTesting.git
Computed https://github.com/mattgallagher/CwlPreconditionTesting.git at 2.2.2 (2.41s)
Fetching https://github.com/mattgallagher/CwlCatchException.git
[1/460] Fetching cwlcatchexception
Fetched https://github.com/mattgallagher/CwlCatchException.git from cache (0.75s)
Computing version for https://github.com/mattgallagher/CwlCatchException.git
Computed https://github.com/mattgallagher/CwlCatchException.git at 2.2.1 (0.45s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.4.5 (0.44s)
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.18s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (0.47s)
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/mattgallagher/CwlPreconditionTesting.git
Working copy of https://github.com/mattgallagher/CwlPreconditionTesting.git resolved at 2.2.2
Creating working copy for https://github.com/apple/swift-docc-plugin
Working copy of https://github.com/apple/swift-docc-plugin resolved at 1.4.5
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
    /Users/admin/builder/spi-builder-workspace/Sources/Nimble/PrivacyInfo.xcprivacy
BUILD FAILURE 5.10 macosSpm