Build Information
Failed to build Nimble, reference main (035b88), with Swift 5.10 for macOS (SPM) on 28 Nov 2025 20:26:50 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-15.4.0.app xcrun swift build --arch arm64Build 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 /Users/admin/builder/spi-builder-workspace/.git/
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: 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 CwlCatchExceptionSupport CwlCatchException.m
[9/16] Compiling CwlMachBadInstructionHandler CwlMachBadInstructionHandler.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] Compiling CwlPreconditionTesting CwlCatchBadInstruction.swift
[16/20] Emitting module CwlPreconditionTesting
error: emit-module command failed with exit code 1 (use -v to see invocation)
[17/84] 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
^
[18/90] Compiling Nimble BeginWith.swift
[19/90] Compiling Nimble BeginWithPrefix.swift
[20/90] Compiling Nimble Contain.swift
[21/90] Compiling Nimble ContainElementSatisfying.swift
[22/90] Compiling Nimble ElementsEqual.swift
[23/90] Compiling Nimble EndWith.swift
[24/90] Compiling Nimble Equal+Tuple.swift
[25/90] Compiling Nimble NimbleXCTestHandler.swift
[26/90] Compiling Nimble ExceptionCapture.swift
[27/90] Compiling Nimble AsyncExpression.swift
[28/90] Compiling Nimble DSL+AsyncAwait.swift
[29/90] Compiling Nimble DSL+Require.swift
[30/90] Compiling Nimble DSL+Wait.swift
[31/90] Compiling Nimble DSL.swift
[32/90] 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(
^
[33/90] 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(
^
[34/90] 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(
^
[35/90] 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(
^
[36/90] 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(
^
[37/90] 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(
^
[38/90] 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(
^
[39/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 {
^~~~
[40/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 {
^~~~
[41/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 {
^~~~
[42/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 {
^~~~
[43/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 {
^~~~
[44/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 {
^~~~
[45/90] Compiling Nimble Equal+TupleArray.swift
[46/90] Compiling Nimble Equal.swift
[47/90] Compiling Nimble HaveCount.swift
[48/90] Compiling Nimble Map.swift
[49/90] Compiling Nimble Match.swift
[50/90] Compiling Nimble MatchError.swift
[51/90] Compiling Nimble Matcher.swift
[52/90] Compiling Nimble MatcherProtocols.swift
[53/90] Compiling Nimble Negation.swift
[54/90] Compiling Nimble PostNotification.swift
[55/90] Compiling Nimble RaisesException.swift
[56/90] Compiling Nimble SatisfyAllOf.swift
[57/90] Compiling Nimble SatisfyAnyOf.swift
[58/90] Compiling Nimble ThrowAssertion.swift
[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] 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
^
[67/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
^
[68/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
^
[69/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
^
[70/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
^
[71/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
^
[72/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
^
[73/90] Compiling Nimble BeAKindOf.swift
[74/90] Compiling Nimble BeAnInstanceOf.swift
[75/90] Compiling Nimble BeCloseTo.swift
[76/90] Compiling Nimble BeEmpty.swift
[77/90] Compiling Nimble BeGreaterThan.swift
[78/90] Compiling Nimble BeGreaterThanOrEqualTo.swift
[79/90] Compiling Nimble BeIdenticalTo.swift
[80/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 {
^
[81/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 {
^
[82/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 {
^
[83/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 {
^
[84/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 {
^
[85/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 {
^
[86/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 {
^
error: fatalError
Fetching https://github.com/apple/swift-docc-plugin
Fetching https://github.com/mattgallagher/CwlPreconditionTesting.git
[1/1257] Fetching cwlpreconditiontesting
[203/3415] Fetching cwlpreconditiontesting, swift-docc-plugin
Fetched https://github.com/apple/swift-docc-plugin from cache (1.80s)
Fetched https://github.com/mattgallagher/CwlPreconditionTesting.git from cache (1.80s)
Computing version for https://github.com/mattgallagher/CwlPreconditionTesting.git
Computed https://github.com/mattgallagher/CwlPreconditionTesting.git at 2.2.2 (2.46s)
Fetching https://github.com/mattgallagher/CwlCatchException.git
[1/460] Fetching cwlcatchexception
Fetched https://github.com/mattgallagher/CwlCatchException.git from cache (0.70s)
Computing version for https://github.com/mattgallagher/CwlCatchException.git
Computed https://github.com/mattgallagher/CwlCatchException.git at 2.2.1 (0.46s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.4.5 (0.46s)
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.28s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (0.49s)
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/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/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