The Swift Package Index logo.Swift Package Index

Build Information

Successful build of Nimble, reference main (035b88), with Swift 6.0 for macOS (SPM) on 28 Nov 2025 20:25:38 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.2.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: 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:             6.0
Building package at path:  $PWD
https://github.com/Quick/Nimble.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.2.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-5BDAB9E9C0126B9D.txt
[7/14] Compiling CwlMachBadInstructionHandler mach_excServer.c
[8/14] Compiling CwlCatchExceptionSupport CwlCatchException.m
[9/16] Compiling CwlMachBadInstructionHandler CwlMachBadInstructionHandler.m
[11/16] Compiling CwlCatchException CwlCatchException.swift
[12/16] Emitting module CwlCatchException
[13/20] Compiling CwlPreconditionTesting CwlDarwinDefinitions.swift
[14/20] Compiling CwlPreconditionTesting CwlBadInstructionException.swift
[15/20] Compiling CwlPreconditionTesting CwlCatchBadInstruction.swift
[16/20] Emitting module CwlPreconditionTesting
[17/84] Emitting module Nimble
/Users/admin/builder/spi-builder-workspace/Sources/Nimble/Adapters/NimbleSwiftTestingHandler.swift:7:22: warning: using '@_implementationOnly' without enabling library evolution for 'Nimble' may lead to instability during execution
 5 | // And apparently `private import` - the preferred way to do this - doesn't work.
 6 | // So we use a deprecated approach that does work with this.
 7 | @_implementationOnly import Testing
   |                      `- warning: using '@_implementationOnly' without enabling library evolution for 'Nimble' may lead to instability during execution
 8 | #endif
 9 |
/Users/admin/builder/spi-builder-workspace/Sources/Nimble/Utils/AsyncAwait.swift:5:22: warning: using '@_implementationOnly' without enabling library evolution for 'Nimble' may lead to instability during execution
  3 | import Foundation
  4 | #if canImport(Testing)
  5 | @_implementationOnly import Testing
    |                      `- warning: using '@_implementationOnly' without enabling library evolution for 'Nimble' may lead to instability during execution
  6 | #endif
  7 |
/Users/admin/builder/spi-builder-workspace/Sources/Nimble/Utils/PollAwait.swift:9:22: warning: using '@_implementationOnly' without enabling library evolution for 'Nimble' may lead to instability during execution
  7 | import Foundation
  8 | #if canImport(Testing)
  9 | @_implementationOnly import Testing
    |                      `- warning: using '@_implementationOnly' without enabling library evolution for 'Nimble' may lead to instability during execution
 10 | #endif
 11 |
[18/90] Compiling Nimble AdapterProtocols.swift
/Users/admin/builder/spi-builder-workspace/Sources/Nimble/Adapters/NimbleSwiftTestingHandler.swift:7:22: warning: using '@_implementationOnly' without enabling library evolution for 'Nimble' may lead to instability during execution
 5 | // And apparently `private import` - the preferred way to do this - doesn't work.
 6 | // So we use a deprecated approach that does work with this.
 7 | @_implementationOnly import Testing
   |                      `- warning: using '@_implementationOnly' without enabling library evolution for 'Nimble' may lead to instability during execution
 8 | #endif
 9 |
/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.
 72 |     @objc public var toEventually: (NMBMatcher) -> Void {
 73 |         return { matcher in
 74 |             self.expectValue.toEventually(
    |                              `- 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.
 75 |                 from(objcMatcher: matcher),
 76 |                 timeout: self._timeout,
/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.
 82 |     @objc public var toEventuallyWithDescription: (NMBMatcher, String) -> Void {
 83 |         return { matcher, description in
 84 |             self.expectValue.toEventually(
    |                              `- 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.
 85 |                 from(objcMatcher: matcher),
 86 |                 timeout: self._timeout,
/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.
 92 |     @objc public var toEventuallyNot: (NMBMatcher) -> Void {
 93 |         return { matcher in
 94 |             self.expectValue.toEventuallyNot(
    |                              `- 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.
 95 |                 from(objcMatcher: matcher),
 96 |                 timeout: self._timeout,
/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.
102 |     @objc public var toEventuallyNotWithDescription: (NMBMatcher, String) -> Void {
103 |         return { matcher, description in
104 |             self.expectValue.toEventuallyNot(
    |                              `- 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.
105 |                 from(objcMatcher: matcher),
106 |                 timeout: self._timeout,
/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.
120 |     @objc public var toNever: (NMBMatcher) -> Void {
121 |         return { matcher in
122 |             self.expectValue.toNever(
    |                              `- 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.
123 |                 from(objcMatcher: matcher),
124 |                 until: self._timeout,
/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.
130 |     @objc public var toNeverWithDescription: (NMBMatcher, String) -> Void {
131 |         return { matcher, description in
132 |             self.expectValue.toNever(
    |                              `- 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.
133 |                 from(objcMatcher: matcher),
134 |                 until: self._timeout,
/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.
148 |     @objc public var toAlways: (NMBMatcher) -> Void {
149 |         return { matcher in
150 |             self.expectValue.toAlways(
    |                              `- 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.
151 |                 from(objcMatcher: matcher),
152 |                 until: self._timeout,
/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.
158 |     @objc public var toAlwaysWithDescription: (NMBMatcher, String) -> Void {
159 |         return { matcher, description in
160 |             self.expectValue.toAlways(
    |                              `- 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.
161 |                 from(objcMatcher: matcher),
162 |                 until: self._timeout,
[19/90] Compiling Nimble AssertionDispatcher.swift
/Users/admin/builder/spi-builder-workspace/Sources/Nimble/Adapters/NimbleSwiftTestingHandler.swift:7:22: warning: using '@_implementationOnly' without enabling library evolution for 'Nimble' may lead to instability during execution
 5 | // And apparently `private import` - the preferred way to do this - doesn't work.
 6 | // So we use a deprecated approach that does work with this.
 7 | @_implementationOnly import Testing
   |                      `- warning: using '@_implementationOnly' without enabling library evolution for 'Nimble' may lead to instability during execution
 8 | #endif
 9 |
/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.
 72 |     @objc public var toEventually: (NMBMatcher) -> Void {
 73 |         return { matcher in
 74 |             self.expectValue.toEventually(
    |                              `- 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.
 75 |                 from(objcMatcher: matcher),
 76 |                 timeout: self._timeout,
/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.
 82 |     @objc public var toEventuallyWithDescription: (NMBMatcher, String) -> Void {
 83 |         return { matcher, description in
 84 |             self.expectValue.toEventually(
    |                              `- 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.
 85 |                 from(objcMatcher: matcher),
 86 |                 timeout: self._timeout,
/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.
 92 |     @objc public var toEventuallyNot: (NMBMatcher) -> Void {
 93 |         return { matcher in
 94 |             self.expectValue.toEventuallyNot(
    |                              `- 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.
 95 |                 from(objcMatcher: matcher),
 96 |                 timeout: self._timeout,
/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.
102 |     @objc public var toEventuallyNotWithDescription: (NMBMatcher, String) -> Void {
103 |         return { matcher, description in
104 |             self.expectValue.toEventuallyNot(
    |                              `- 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.
105 |                 from(objcMatcher: matcher),
106 |                 timeout: self._timeout,
/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.
120 |     @objc public var toNever: (NMBMatcher) -> Void {
121 |         return { matcher in
122 |             self.expectValue.toNever(
    |                              `- 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.
123 |                 from(objcMatcher: matcher),
124 |                 until: self._timeout,
/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.
130 |     @objc public var toNeverWithDescription: (NMBMatcher, String) -> Void {
131 |         return { matcher, description in
132 |             self.expectValue.toNever(
    |                              `- 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.
133 |                 from(objcMatcher: matcher),
134 |                 until: self._timeout,
/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.
148 |     @objc public var toAlways: (NMBMatcher) -> Void {
149 |         return { matcher in
150 |             self.expectValue.toAlways(
    |                              `- 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.
151 |                 from(objcMatcher: matcher),
152 |                 until: self._timeout,
/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.
158 |     @objc public var toAlwaysWithDescription: (NMBMatcher, String) -> Void {
159 |         return { matcher, description in
160 |             self.expectValue.toAlways(
    |                              `- 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.
161 |                 from(objcMatcher: matcher),
162 |                 until: self._timeout,
[20/90] Compiling Nimble AssertionRecorder+Async.swift
/Users/admin/builder/spi-builder-workspace/Sources/Nimble/Adapters/NimbleSwiftTestingHandler.swift:7:22: warning: using '@_implementationOnly' without enabling library evolution for 'Nimble' may lead to instability during execution
 5 | // And apparently `private import` - the preferred way to do this - doesn't work.
 6 | // So we use a deprecated approach that does work with this.
 7 | @_implementationOnly import Testing
   |                      `- warning: using '@_implementationOnly' without enabling library evolution for 'Nimble' may lead to instability during execution
 8 | #endif
 9 |
/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.
 72 |     @objc public var toEventually: (NMBMatcher) -> Void {
 73 |         return { matcher in
 74 |             self.expectValue.toEventually(
    |                              `- 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.
 75 |                 from(objcMatcher: matcher),
 76 |                 timeout: self._timeout,
/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.
 82 |     @objc public var toEventuallyWithDescription: (NMBMatcher, String) -> Void {
 83 |         return { matcher, description in
 84 |             self.expectValue.toEventually(
    |                              `- 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.
 85 |                 from(objcMatcher: matcher),
 86 |                 timeout: self._timeout,
/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.
 92 |     @objc public var toEventuallyNot: (NMBMatcher) -> Void {
 93 |         return { matcher in
 94 |             self.expectValue.toEventuallyNot(
    |                              `- 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.
 95 |                 from(objcMatcher: matcher),
 96 |                 timeout: self._timeout,
/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.
102 |     @objc public var toEventuallyNotWithDescription: (NMBMatcher, String) -> Void {
103 |         return { matcher, description in
104 |             self.expectValue.toEventuallyNot(
    |                              `- 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.
105 |                 from(objcMatcher: matcher),
106 |                 timeout: self._timeout,
/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.
120 |     @objc public var toNever: (NMBMatcher) -> Void {
121 |         return { matcher in
122 |             self.expectValue.toNever(
    |                              `- 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.
123 |                 from(objcMatcher: matcher),
124 |                 until: self._timeout,
/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.
130 |     @objc public var toNeverWithDescription: (NMBMatcher, String) -> Void {
131 |         return { matcher, description in
132 |             self.expectValue.toNever(
    |                              `- 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.
133 |                 from(objcMatcher: matcher),
134 |                 until: self._timeout,
/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.
148 |     @objc public var toAlways: (NMBMatcher) -> Void {
149 |         return { matcher in
150 |             self.expectValue.toAlways(
    |                              `- 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.
151 |                 from(objcMatcher: matcher),
152 |                 until: self._timeout,
/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.
158 |     @objc public var toAlwaysWithDescription: (NMBMatcher, String) -> Void {
159 |         return { matcher, description in
160 |             self.expectValue.toAlways(
    |                              `- 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.
161 |                 from(objcMatcher: matcher),
162 |                 until: self._timeout,
[21/90] Compiling Nimble AssertionRecorder.swift
/Users/admin/builder/spi-builder-workspace/Sources/Nimble/Adapters/NimbleSwiftTestingHandler.swift:7:22: warning: using '@_implementationOnly' without enabling library evolution for 'Nimble' may lead to instability during execution
 5 | // And apparently `private import` - the preferred way to do this - doesn't work.
 6 | // So we use a deprecated approach that does work with this.
 7 | @_implementationOnly import Testing
   |                      `- warning: using '@_implementationOnly' without enabling library evolution for 'Nimble' may lead to instability during execution
 8 | #endif
 9 |
/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.
 72 |     @objc public var toEventually: (NMBMatcher) -> Void {
 73 |         return { matcher in
 74 |             self.expectValue.toEventually(
    |                              `- 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.
 75 |                 from(objcMatcher: matcher),
 76 |                 timeout: self._timeout,
/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.
 82 |     @objc public var toEventuallyWithDescription: (NMBMatcher, String) -> Void {
 83 |         return { matcher, description in
 84 |             self.expectValue.toEventually(
    |                              `- 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.
 85 |                 from(objcMatcher: matcher),
 86 |                 timeout: self._timeout,
/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.
 92 |     @objc public var toEventuallyNot: (NMBMatcher) -> Void {
 93 |         return { matcher in
 94 |             self.expectValue.toEventuallyNot(
    |                              `- 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.
 95 |                 from(objcMatcher: matcher),
 96 |                 timeout: self._timeout,
/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.
102 |     @objc public var toEventuallyNotWithDescription: (NMBMatcher, String) -> Void {
103 |         return { matcher, description in
104 |             self.expectValue.toEventuallyNot(
    |                              `- 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.
105 |                 from(objcMatcher: matcher),
106 |                 timeout: self._timeout,
/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.
120 |     @objc public var toNever: (NMBMatcher) -> Void {
121 |         return { matcher in
122 |             self.expectValue.toNever(
    |                              `- 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.
123 |                 from(objcMatcher: matcher),
124 |                 until: self._timeout,
/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.
130 |     @objc public var toNeverWithDescription: (NMBMatcher, String) -> Void {
131 |         return { matcher, description in
132 |             self.expectValue.toNever(
    |                              `- 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.
133 |                 from(objcMatcher: matcher),
134 |                 until: self._timeout,
/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.
148 |     @objc public var toAlways: (NMBMatcher) -> Void {
149 |         return { matcher in
150 |             self.expectValue.toAlways(
    |                              `- 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.
151 |                 from(objcMatcher: matcher),
152 |                 until: self._timeout,
/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.
158 |     @objc public var toAlwaysWithDescription: (NMBMatcher, String) -> Void {
159 |         return { matcher, description in
160 |             self.expectValue.toAlways(
    |                              `- 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.
161 |                 from(objcMatcher: matcher),
162 |                 until: self._timeout,
[22/90] Compiling Nimble NMBExpectation.swift
/Users/admin/builder/spi-builder-workspace/Sources/Nimble/Adapters/NimbleSwiftTestingHandler.swift:7:22: warning: using '@_implementationOnly' without enabling library evolution for 'Nimble' may lead to instability during execution
 5 | // And apparently `private import` - the preferred way to do this - doesn't work.
 6 | // So we use a deprecated approach that does work with this.
 7 | @_implementationOnly import Testing
   |                      `- warning: using '@_implementationOnly' without enabling library evolution for 'Nimble' may lead to instability during execution
 8 | #endif
 9 |
/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.
 72 |     @objc public var toEventually: (NMBMatcher) -> Void {
 73 |         return { matcher in
 74 |             self.expectValue.toEventually(
    |                              `- 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.
 75 |                 from(objcMatcher: matcher),
 76 |                 timeout: self._timeout,
/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.
 82 |     @objc public var toEventuallyWithDescription: (NMBMatcher, String) -> Void {
 83 |         return { matcher, description in
 84 |             self.expectValue.toEventually(
    |                              `- 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.
 85 |                 from(objcMatcher: matcher),
 86 |                 timeout: self._timeout,
/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.
 92 |     @objc public var toEventuallyNot: (NMBMatcher) -> Void {
 93 |         return { matcher in
 94 |             self.expectValue.toEventuallyNot(
    |                              `- 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.
 95 |                 from(objcMatcher: matcher),
 96 |                 timeout: self._timeout,
/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.
102 |     @objc public var toEventuallyNotWithDescription: (NMBMatcher, String) -> Void {
103 |         return { matcher, description in
104 |             self.expectValue.toEventuallyNot(
    |                              `- 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.
105 |                 from(objcMatcher: matcher),
106 |                 timeout: self._timeout,
/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.
120 |     @objc public var toNever: (NMBMatcher) -> Void {
121 |         return { matcher in
122 |             self.expectValue.toNever(
    |                              `- 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.
123 |                 from(objcMatcher: matcher),
124 |                 until: self._timeout,
/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.
130 |     @objc public var toNeverWithDescription: (NMBMatcher, String) -> Void {
131 |         return { matcher, description in
132 |             self.expectValue.toNever(
    |                              `- 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.
133 |                 from(objcMatcher: matcher),
134 |                 until: self._timeout,
/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.
148 |     @objc public var toAlways: (NMBMatcher) -> Void {
149 |         return { matcher in
150 |             self.expectValue.toAlways(
    |                              `- 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.
151 |                 from(objcMatcher: matcher),
152 |                 until: self._timeout,
/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.
158 |     @objc public var toAlwaysWithDescription: (NMBMatcher, String) -> Void {
159 |         return { matcher, description in
160 |             self.expectValue.toAlways(
    |                              `- 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.
161 |                 from(objcMatcher: matcher),
162 |                 until: self._timeout,
[23/90] Compiling Nimble NimbleEnvironment.swift
/Users/admin/builder/spi-builder-workspace/Sources/Nimble/Adapters/NimbleSwiftTestingHandler.swift:7:22: warning: using '@_implementationOnly' without enabling library evolution for 'Nimble' may lead to instability during execution
 5 | // And apparently `private import` - the preferred way to do this - doesn't work.
 6 | // So we use a deprecated approach that does work with this.
 7 | @_implementationOnly import Testing
   |                      `- warning: using '@_implementationOnly' without enabling library evolution for 'Nimble' may lead to instability during execution
 8 | #endif
 9 |
/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.
 72 |     @objc public var toEventually: (NMBMatcher) -> Void {
 73 |         return { matcher in
 74 |             self.expectValue.toEventually(
    |                              `- 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.
 75 |                 from(objcMatcher: matcher),
 76 |                 timeout: self._timeout,
/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.
 82 |     @objc public var toEventuallyWithDescription: (NMBMatcher, String) -> Void {
 83 |         return { matcher, description in
 84 |             self.expectValue.toEventually(
    |                              `- 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.
 85 |                 from(objcMatcher: matcher),
 86 |                 timeout: self._timeout,
/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.
 92 |     @objc public var toEventuallyNot: (NMBMatcher) -> Void {
 93 |         return { matcher in
 94 |             self.expectValue.toEventuallyNot(
    |                              `- 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.
 95 |                 from(objcMatcher: matcher),
 96 |                 timeout: self._timeout,
/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.
102 |     @objc public var toEventuallyNotWithDescription: (NMBMatcher, String) -> Void {
103 |         return { matcher, description in
104 |             self.expectValue.toEventuallyNot(
    |                              `- 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.
105 |                 from(objcMatcher: matcher),
106 |                 timeout: self._timeout,
/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.
120 |     @objc public var toNever: (NMBMatcher) -> Void {
121 |         return { matcher in
122 |             self.expectValue.toNever(
    |                              `- 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.
123 |                 from(objcMatcher: matcher),
124 |                 until: self._timeout,
/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.
130 |     @objc public var toNeverWithDescription: (NMBMatcher, String) -> Void {
131 |         return { matcher, description in
132 |             self.expectValue.toNever(
    |                              `- 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.
133 |                 from(objcMatcher: matcher),
134 |                 until: self._timeout,
/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.
148 |     @objc public var toAlways: (NMBMatcher) -> Void {
149 |         return { matcher in
150 |             self.expectValue.toAlways(
    |                              `- 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.
151 |                 from(objcMatcher: matcher),
152 |                 until: self._timeout,
/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.
158 |     @objc public var toAlwaysWithDescription: (NMBMatcher, String) -> Void {
159 |         return { matcher, description in
160 |             self.expectValue.toAlways(
    |                              `- 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.
161 |                 from(objcMatcher: matcher),
162 |                 until: self._timeout,
[24/90] Compiling Nimble NimbleSwiftTestingHandler.swift
/Users/admin/builder/spi-builder-workspace/Sources/Nimble/Adapters/NimbleSwiftTestingHandler.swift:7:22: warning: using '@_implementationOnly' without enabling library evolution for 'Nimble' may lead to instability during execution
 5 | // And apparently `private import` - the preferred way to do this - doesn't work.
 6 | // So we use a deprecated approach that does work with this.
 7 | @_implementationOnly import Testing
   |                      `- warning: using '@_implementationOnly' without enabling library evolution for 'Nimble' may lead to instability during execution
 8 | #endif
 9 |
/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.
 72 |     @objc public var toEventually: (NMBMatcher) -> Void {
 73 |         return { matcher in
 74 |             self.expectValue.toEventually(
    |                              `- 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.
 75 |                 from(objcMatcher: matcher),
 76 |                 timeout: self._timeout,
/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.
 82 |     @objc public var toEventuallyWithDescription: (NMBMatcher, String) -> Void {
 83 |         return { matcher, description in
 84 |             self.expectValue.toEventually(
    |                              `- 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.
 85 |                 from(objcMatcher: matcher),
 86 |                 timeout: self._timeout,
/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.
 92 |     @objc public var toEventuallyNot: (NMBMatcher) -> Void {
 93 |         return { matcher in
 94 |             self.expectValue.toEventuallyNot(
    |                              `- 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.
 95 |                 from(objcMatcher: matcher),
 96 |                 timeout: self._timeout,
/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.
102 |     @objc public var toEventuallyNotWithDescription: (NMBMatcher, String) -> Void {
103 |         return { matcher, description in
104 |             self.expectValue.toEventuallyNot(
    |                              `- 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.
105 |                 from(objcMatcher: matcher),
106 |                 timeout: self._timeout,
/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.
120 |     @objc public var toNever: (NMBMatcher) -> Void {
121 |         return { matcher in
122 |             self.expectValue.toNever(
    |                              `- 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.
123 |                 from(objcMatcher: matcher),
124 |                 until: self._timeout,
/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.
130 |     @objc public var toNeverWithDescription: (NMBMatcher, String) -> Void {
131 |         return { matcher, description in
132 |             self.expectValue.toNever(
    |                              `- 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.
133 |                 from(objcMatcher: matcher),
134 |                 until: self._timeout,
/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.
148 |     @objc public var toAlways: (NMBMatcher) -> Void {
149 |         return { matcher in
150 |             self.expectValue.toAlways(
    |                              `- 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.
151 |                 from(objcMatcher: matcher),
152 |                 until: self._timeout,
/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.
158 |     @objc public var toAlwaysWithDescription: (NMBMatcher, String) -> Void {
159 |         return { matcher, description in
160 |             self.expectValue.toAlways(
    |                              `- 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.
161 |                 from(objcMatcher: matcher),
162 |                 until: self._timeout,
[25/90] Compiling Nimble Equal+TupleArray.swift
[26/90] Compiling Nimble Equal.swift
[27/90] Compiling Nimble HaveCount.swift
[28/90] Compiling Nimble Map.swift
[29/90] Compiling Nimble Match.swift
[30/90] Compiling Nimble MatchError.swift
[31/90] Compiling Nimble Matcher.swift
[32/90] Compiling Nimble NimbleXCTestHandler.swift
[33/90] Compiling Nimble ExceptionCapture.swift
[34/90] Compiling Nimble AsyncExpression.swift
[35/90] Compiling Nimble DSL+AsyncAwait.swift
[36/90] Compiling Nimble DSL+Require.swift
[37/90] Compiling Nimble DSL+Wait.swift
[38/90] Compiling Nimble DSL.swift
[39/90] Compiling Nimble Expectation.swift
[40/90] Compiling Nimble ExpectationMessage.swift
[41/90] Compiling Nimble Expression.swift
[42/90] Compiling Nimble FailureMessage.swift
[43/90] Compiling Nimble AllPass.swift
[44/90] Compiling Nimble AsyncAllPass.swift
[45/90] Compiling Nimble AsyncMatcher.swift
[46/90] Compiling Nimble BeginWith.swift
[47/90] Compiling Nimble BeginWithPrefix.swift
[48/90] Compiling Nimble Contain.swift
[49/90] Compiling Nimble ContainElementSatisfying.swift
[50/90] Compiling Nimble ElementsEqual.swift
[51/90] Compiling Nimble EndWith.swift
[52/90] Compiling Nimble Equal+Tuple.swift
[53/90] Compiling Nimble BeLessThan.swift
[54/90] Compiling Nimble BeLessThanOrEqual.swift
[55/90] Compiling Nimble BeLogical.swift
[56/90] Compiling Nimble BeNil.swift
[57/90] Compiling Nimble BeResult.swift
[58/90] Compiling Nimble BeVoid.swift
[59/90] Compiling Nimble BeWithin.swift
[60/90] Compiling Nimble BeAKindOf.swift
[61/90] Compiling Nimble BeAnInstanceOf.swift
[62/90] Compiling Nimble BeCloseTo.swift
[63/90] Compiling Nimble BeEmpty.swift
[64/90] Compiling Nimble BeGreaterThan.swift
[65/90] Compiling Nimble BeGreaterThanOrEqualTo.swift
[66/90] Compiling Nimble BeIdenticalTo.swift
[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:9:22: warning: using '@_implementationOnly' without enabling library evolution for 'Nimble' may lead to instability during execution
  7 | import Foundation
  8 | #if canImport(Testing)
  9 | @_implementationOnly import Testing
    |                      `- warning: using '@_implementationOnly' without enabling library evolution for 'Nimble' may lead to instability during execution
 10 | #endif
 11 |
[75/90] Compiling Nimble Errors.swift
/Users/admin/builder/spi-builder-workspace/Sources/Nimble/Utils/PollAwait.swift:9:22: warning: using '@_implementationOnly' without enabling library evolution for 'Nimble' may lead to instability during execution
  7 | import Foundation
  8 | #if canImport(Testing)
  9 | @_implementationOnly import Testing
    |                      `- warning: using '@_implementationOnly' without enabling library evolution for 'Nimble' may lead to instability during execution
 10 | #endif
 11 |
[76/90] Compiling Nimble NimbleTimeInterval.swift
/Users/admin/builder/spi-builder-workspace/Sources/Nimble/Utils/PollAwait.swift:9:22: warning: using '@_implementationOnly' without enabling library evolution for 'Nimble' may lead to instability during execution
  7 | import Foundation
  8 | #if canImport(Testing)
  9 | @_implementationOnly import Testing
    |                      `- warning: using '@_implementationOnly' without enabling library evolution for 'Nimble' may lead to instability during execution
 10 | #endif
 11 |
[77/90] Compiling Nimble PollAwait.swift
/Users/admin/builder/spi-builder-workspace/Sources/Nimble/Utils/PollAwait.swift:9:22: warning: using '@_implementationOnly' without enabling library evolution for 'Nimble' may lead to instability during execution
  7 | import Foundation
  8 | #if canImport(Testing)
  9 | @_implementationOnly import Testing
    |                      `- warning: using '@_implementationOnly' without enabling library evolution for 'Nimble' may lead to instability during execution
 10 | #endif
 11 |
[78/90] Compiling Nimble SourceLocation.swift
/Users/admin/builder/spi-builder-workspace/Sources/Nimble/Utils/PollAwait.swift:9:22: warning: using '@_implementationOnly' without enabling library evolution for 'Nimble' may lead to instability during execution
  7 | import Foundation
  8 | #if canImport(Testing)
  9 | @_implementationOnly import Testing
    |                      `- warning: using '@_implementationOnly' without enabling library evolution for 'Nimble' may lead to instability during execution
 10 | #endif
 11 |
[79/90] Compiling Nimble Stringers.swift
/Users/admin/builder/spi-builder-workspace/Sources/Nimble/Utils/PollAwait.swift:9:22: warning: using '@_implementationOnly' without enabling library evolution for 'Nimble' may lead to instability during execution
  7 | import Foundation
  8 | #if canImport(Testing)
  9 | @_implementationOnly import Testing
    |                      `- warning: using '@_implementationOnly' without enabling library evolution for 'Nimble' may lead to instability during execution
 10 | #endif
 11 |
[80/90] Compiling Nimble ThrowError.swift
/Users/admin/builder/spi-builder-workspace/Sources/Nimble/Utils/AsyncAwait.swift:5:22: warning: using '@_implementationOnly' without enabling library evolution for 'Nimble' may lead to instability during execution
  3 | import Foundation
  4 | #if canImport(Testing)
  5 | @_implementationOnly import Testing
    |                      `- warning: using '@_implementationOnly' without enabling library evolution for 'Nimble' may lead to instability during execution
  6 | #endif
  7 |
[81/90] Compiling Nimble ToSucceed.swift
/Users/admin/builder/spi-builder-workspace/Sources/Nimble/Utils/AsyncAwait.swift:5:22: warning: using '@_implementationOnly' without enabling library evolution for 'Nimble' may lead to instability during execution
  3 | import Foundation
  4 | #if canImport(Testing)
  5 | @_implementationOnly import Testing
    |                      `- warning: using '@_implementationOnly' without enabling library evolution for 'Nimble' may lead to instability during execution
  6 | #endif
  7 |
[82/90] Compiling Nimble Polling+AsyncAwait.swift
/Users/admin/builder/spi-builder-workspace/Sources/Nimble/Utils/AsyncAwait.swift:5:22: warning: using '@_implementationOnly' without enabling library evolution for 'Nimble' may lead to instability during execution
  3 | import Foundation
  4 | #if canImport(Testing)
  5 | @_implementationOnly import Testing
    |                      `- warning: using '@_implementationOnly' without enabling library evolution for 'Nimble' may lead to instability during execution
  6 | #endif
  7 |
[83/90] Compiling Nimble Polling+Require.swift
/Users/admin/builder/spi-builder-workspace/Sources/Nimble/Utils/AsyncAwait.swift:5:22: warning: using '@_implementationOnly' without enabling library evolution for 'Nimble' may lead to instability during execution
  3 | import Foundation
  4 | #if canImport(Testing)
  5 | @_implementationOnly import Testing
    |                      `- warning: using '@_implementationOnly' without enabling library evolution for 'Nimble' may lead to instability during execution
  6 | #endif
  7 |
[84/90] Compiling Nimble Polling.swift
/Users/admin/builder/spi-builder-workspace/Sources/Nimble/Utils/AsyncAwait.swift:5:22: warning: using '@_implementationOnly' without enabling library evolution for 'Nimble' may lead to instability during execution
  3 | import Foundation
  4 | #if canImport(Testing)
  5 | @_implementationOnly import Testing
    |                      `- warning: using '@_implementationOnly' without enabling library evolution for 'Nimble' may lead to instability during execution
  6 | #endif
  7 |
[85/90] Compiling Nimble Requirement.swift
/Users/admin/builder/spi-builder-workspace/Sources/Nimble/Utils/AsyncAwait.swift:5:22: warning: using '@_implementationOnly' without enabling library evolution for 'Nimble' may lead to instability during execution
  3 | import Foundation
  4 | #if canImport(Testing)
  5 | @_implementationOnly import Testing
    |                      `- warning: using '@_implementationOnly' without enabling library evolution for 'Nimble' may lead to instability during execution
  6 | #endif
  7 |
[86/90] Compiling Nimble AsyncAwait.swift
/Users/admin/builder/spi-builder-workspace/Sources/Nimble/Utils/AsyncAwait.swift:5:22: warning: using '@_implementationOnly' without enabling library evolution for 'Nimble' may lead to instability during execution
  3 | import Foundation
  4 | #if canImport(Testing)
  5 | @_implementationOnly import Testing
    |                      `- warning: using '@_implementationOnly' without enabling library evolution for 'Nimble' may lead to instability during execution
  6 | #endif
  7 |
[86/90] Compiling NimbleObjectiveC NMBExceptionCapture.m
[87/90] Compiling NimbleObjectiveC XCTestObservationCenter+Register.m
[88/90] Compiling NimbleObjectiveC NMBStringify.m
[89/90] Compiling NimbleObjectiveC DSL.m
[91/92] Emitting module NimbleSharedTestHelpers
[92/92] Compiling NimbleSharedTestHelpers utils.swift
Build complete! (39.77s)
warning: 'spi-builder-workspace': /Users/admin/builder/spi-builder-workspace/Package.swift:4:15: warning: 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageVersions:cLanguageStandard:cxxLanguageStandard:)' is deprecated: replaced by 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageModes:cLanguageStandard:cxxLanguageStandard:)'
 2 | import PackageDescription
 3 |
 4 | let package = Package(
   |               |- warning: 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageVersions:cLanguageStandard:cxxLanguageStandard:)' is deprecated: replaced by 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageModes:cLanguageStandard:cxxLanguageStandard:)'
   |               `- note: use 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageModes:cLanguageStandard:cxxLanguageStandard:)' instead
 5 |     name: "Nimble",
 6 |     platforms: [
Fetching https://github.com/mattgallagher/CwlPreconditionTesting.git
Fetching https://github.com/apple/swift-docc-plugin
[1/1257] Fetching cwlpreconditiontesting
[240/3415] Fetching cwlpreconditiontesting, swift-docc-plugin
Fetched https://github.com/mattgallagher/CwlPreconditionTesting.git from cache (1.29s)
Fetched https://github.com/apple/swift-docc-plugin from cache (1.29s)
Computing version for https://github.com/mattgallagher/CwlPreconditionTesting.git
Computed https://github.com/mattgallagher/CwlPreconditionTesting.git at 2.2.2 (3.40s)
Fetching https://github.com/mattgallagher/CwlCatchException.git
[1/460] Fetching cwlcatchexception
Fetched https://github.com/mattgallagher/CwlCatchException.git from cache (0.74s)
Computing version for https://github.com/mattgallagher/CwlCatchException.git
Computed https://github.com/mattgallagher/CwlCatchException.git at 2.2.1 (0.56s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.4.5 (0.56s)
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.24s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (0.60s)
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
Build complete.
{
  "dependencies" : [
    {
      "identity" : "cwlpreconditiontesting",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.2.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/mattgallagher/CwlPreconditionTesting.git"
    },
    {
      "identity" : "swift-docc-plugin",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-docc-plugin"
    }
  ],
  "manifest_display_name" : "Nimble",
  "name" : "Nimble",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    },
    {
      "name" : "visionos",
      "version" : "1.0"
    }
  ],
  "products" : [
    {
      "name" : "Nimble",
      "targets" : [
        "Nimble",
        "NimbleObjectiveC"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "5"
  ],
  "targets" : [
    {
      "c99name" : "NimbleTests",
      "module_type" : "SwiftTarget",
      "name" : "NimbleTests",
      "path" : "Tests/NimbleTests",
      "sources" : [
        "AsyncAwaitTest+Require.swift",
        "AsyncAwaitTest.swift",
        "AsyncTimerSequenceTest.swift",
        "DSLTest.swift",
        "Helpers/AsyncHelpers.swift",
        "Helpers/BackgroundThreadObject.swift",
        "Helpers/ObjectWithLazyProperty.swift",
        "LinuxSupport.swift",
        "Matchers/AllPassTest.swift",
        "Matchers/AlwaysFailMatcher.swift",
        "Matchers/AsyncAllPassTest.swift",
        "Matchers/AsyncPredicateTest.swift",
        "Matchers/BeAKindOfTest.swift",
        "Matchers/BeAnInstanceOfTest.swift",
        "Matchers/BeCloseToTest.swift",
        "Matchers/BeEmptyTest.swift",
        "Matchers/BeGreaterThanOrEqualToTest.swift",
        "Matchers/BeGreaterThanTest.swift",
        "Matchers/BeIdenticalToObjectTest.swift",
        "Matchers/BeIdenticalToTest.swift",
        "Matchers/BeLessThanOrEqualToTest.swift",
        "Matchers/BeLessThanTest.swift",
        "Matchers/BeLogicalTest.swift",
        "Matchers/BeNilTest.swift",
        "Matchers/BeResultTest.swift",
        "Matchers/BeVoidTest.swift",
        "Matchers/BeWithinTest.swift",
        "Matchers/BeginWithPrefixTest.swift",
        "Matchers/BeginWithTest.swift",
        "Matchers/ContainElementSatisfyingTest.swift",
        "Matchers/ContainTest.swift",
        "Matchers/ElementsEqualTest.swift",
        "Matchers/EndWithTest.swift",
        "Matchers/EqualTest.swift",
        "Matchers/HaveCountTest.swift",
        "Matchers/MapTest.swift",
        "Matchers/MatchErrorTest.swift",
        "Matchers/MatchTest.swift",
        "Matchers/NegationTest.swift",
        "Matchers/PostNotificationTest.swift",
        "Matchers/RaisesExceptionTest.swift",
        "Matchers/SatisfyAllOfTest.swift",
        "Matchers/SatisfyAnyOfTest.swift",
        "Matchers/ThrowAssertionTest.swift",
        "Matchers/ThrowErrorTest.swift",
        "Matchers/ToSucceedTest.swift",
        "NimbleTimeIntervalTest.swift",
        "OnFailureThrowsTest.swift",
        "PollingTest+Require.swift",
        "PollingTest.swift",
        "PredicateTest.swift",
        "StatusTest.swift",
        "SwiftTestingSupportTest.swift",
        "SynchronousTest.swift",
        "UserDescriptionTest.swift"
      ],
      "target_dependencies" : [
        "Nimble",
        "NimbleSharedTestHelpers"
      ],
      "type" : "test"
    },
    {
      "c99name" : "NimbleSharedTestHelpers",
      "module_type" : "SwiftTarget",
      "name" : "NimbleSharedTestHelpers",
      "path" : "Sources/NimbleSharedTestHelpers",
      "sources" : [
        "utils.swift"
      ],
      "target_dependencies" : [
        "Nimble",
        "NimbleObjectiveC"
      ],
      "type" : "library"
    },
    {
      "c99name" : "NimbleObjectiveCTests",
      "module_type" : "ClangTarget",
      "name" : "NimbleObjectiveCTests",
      "path" : "Tests/NimbleObjectiveCTests",
      "sources" : [
        "ObjCAllPassTest.m",
        "ObjCAsyncTest.m",
        "ObjCBeAnInstanceOfTest.m",
        "ObjCBeCloseToTest.m",
        "ObjCBeEmptyTest.m",
        "ObjCBeFalseTest.m",
        "ObjCBeFalsyTest.m",
        "ObjCBeGreaterThanOrEqualToTest.m",
        "ObjCBeGreaterThanTest.m",
        "ObjCBeIdenticalToTest.m",
        "ObjCBeKindOfTest.m",
        "ObjCBeLessThanOrEqualToTest.m",
        "ObjCBeLessThanTest.m",
        "ObjCBeNilTest.m",
        "ObjCBeTrueTest.m",
        "ObjCBeTruthyTest.m",
        "ObjCBeginWithTest.m",
        "ObjCContainElementSatisfyingTest.m",
        "ObjCContainTest.m",
        "ObjCEndWithTest.m",
        "ObjCEqualTest.m",
        "ObjCHaveCountTest.m",
        "ObjCMatchTest.m",
        "ObjCRaiseExceptionTest.m",
        "ObjCSatisfyAllOfTest.m",
        "ObjCSatisfyAnyOfTest.m",
        "ObjCSyncTest.m",
        "ObjCUserDescriptionTest.m",
        "ObjcStringersTest.m"
      ],
      "target_dependencies" : [
        "NimbleObjectiveC",
        "Nimble",
        "NimbleSharedTestHelpers"
      ],
      "type" : "test"
    },
    {
      "c99name" : "NimbleObjectiveC",
      "module_type" : "ClangTarget",
      "name" : "NimbleObjectiveC",
      "path" : "Sources/NimbleObjectiveC",
      "product_memberships" : [
        "Nimble"
      ],
      "sources" : [
        "DSL.m",
        "NMBExceptionCapture.m",
        "NMBStringify.m",
        "XCTestObservationCenter+Register.m"
      ],
      "target_dependencies" : [
        "Nimble"
      ],
      "type" : "library"
    },
    {
      "c99name" : "Nimble",
      "module_type" : "SwiftTarget",
      "name" : "Nimble",
      "path" : "Sources/Nimble",
      "product_dependencies" : [
        "CwlPreconditionTesting",
        "CwlPosixPreconditionTesting"
      ],
      "product_memberships" : [
        "Nimble"
      ],
      "sources" : [
        "Adapters/AdapterProtocols.swift",
        "Adapters/AssertionDispatcher.swift",
        "Adapters/AssertionRecorder+Async.swift",
        "Adapters/AssertionRecorder.swift",
        "Adapters/NMBExpectation.swift",
        "Adapters/NimbleEnvironment.swift",
        "Adapters/NimbleSwiftTestingHandler.swift",
        "Adapters/NimbleXCTestHandler.swift",
        "Adapters/NonObjectiveC/ExceptionCapture.swift",
        "AsyncExpression.swift",
        "DSL+AsyncAwait.swift",
        "DSL+Require.swift",
        "DSL+Wait.swift",
        "DSL.swift",
        "Expectation.swift",
        "ExpectationMessage.swift",
        "Expression.swift",
        "FailureMessage.swift",
        "Matchers/AllPass.swift",
        "Matchers/AsyncAllPass.swift",
        "Matchers/AsyncMatcher.swift",
        "Matchers/BeAKindOf.swift",
        "Matchers/BeAnInstanceOf.swift",
        "Matchers/BeCloseTo.swift",
        "Matchers/BeEmpty.swift",
        "Matchers/BeGreaterThan.swift",
        "Matchers/BeGreaterThanOrEqualTo.swift",
        "Matchers/BeIdenticalTo.swift",
        "Matchers/BeLessThan.swift",
        "Matchers/BeLessThanOrEqual.swift",
        "Matchers/BeLogical.swift",
        "Matchers/BeNil.swift",
        "Matchers/BeResult.swift",
        "Matchers/BeVoid.swift",
        "Matchers/BeWithin.swift",
        "Matchers/BeginWith.swift",
        "Matchers/BeginWithPrefix.swift",
        "Matchers/Contain.swift",
        "Matchers/ContainElementSatisfying.swift",
        "Matchers/ElementsEqual.swift",
        "Matchers/EndWith.swift",
        "Matchers/Equal+Tuple.swift",
        "Matchers/Equal+TupleArray.swift",
        "Matchers/Equal.swift",
        "Matchers/HaveCount.swift",
        "Matchers/Map.swift",
        "Matchers/Match.swift",
        "Matchers/MatchError.swift",
        "Matchers/Matcher.swift",
        "Matchers/MatcherProtocols.swift",
        "Matchers/Negation.swift",
        "Matchers/PostNotification.swift",
        "Matchers/RaisesException.swift",
        "Matchers/SatisfyAllOf.swift",
        "Matchers/SatisfyAnyOf.swift",
        "Matchers/ThrowAssertion.swift",
        "Matchers/ThrowError.swift",
        "Matchers/ToSucceed.swift",
        "Polling+AsyncAwait.swift",
        "Polling+Require.swift",
        "Polling.swift",
        "Requirement.swift",
        "Utils/AsyncAwait.swift",
        "Utils/AsyncTimerSequence.swift",
        "Utils/Errors.swift",
        "Utils/NimbleTimeInterval.swift",
        "Utils/PollAwait.swift",
        "Utils/SourceLocation.swift",
        "Utils/Stringers.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
warning: 'spi-builder-workspace': /Users/admin/builder/spi-builder-workspace/Package.swift:4:15: warning: 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageVersions:cLanguageStandard:cxxLanguageStandard:)' is deprecated: replaced by 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageModes:cLanguageStandard:cxxLanguageStandard:)'
 2 | import PackageDescription
 3 |
 4 | let package = Package(
   |               |- warning: 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageVersions:cLanguageStandard:cxxLanguageStandard:)' is deprecated: replaced by 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageModes:cLanguageStandard:cxxLanguageStandard:)'
   |               `- note: use 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageModes:cLanguageStandard:cxxLanguageStandard:)' instead
 5 |     name: "Nimble",
 6 |     platforms: [
Done.