The Swift Package Index logo.Swift Package Index

Build Information

Failed to build AsyncExtensions, reference main (1f0729), with Swift 6.3 for macOS (SPM) on 21 Apr 2026 14:28:46 UTC.

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/lhoward/AsyncExtensions.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/lhoward/AsyncExtensions
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 1f0729e Merge pull request #33 from sideeffect-io/release/0.5.2
Cloned https://github.com/lhoward/AsyncExtensions.git
Revision (git rev-parse @):
1f0729e4f1f6c7166acfac3cec43b3cbe83be0e6
SUCCESS checkout https://github.com/lhoward/AsyncExtensions.git at main
Fetching https://github.com/apple/swift-collections.git
[1/23583] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (1.90s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.0.3 (2.66s)
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.0.3
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "traits": [
    "default"
  ],
  "dependencies": [
    {
      "identity": "asyncextensions",
      "name": "AsyncExtensions",
      "url": "https://github.com/lhoward/AsyncExtensions.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/AsyncExtensions",
      "traits": [
        "default"
      ],
      "dependencies": [
        {
          "identity": "swift-collections",
          "name": "swift-collections",
          "url": "https://github.com/apple/swift-collections.git",
          "version": "1.4.1",
          "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-collections",
          "traits": [
          ],
          "dependencies": [
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/lhoward/AsyncExtensions.git
[1/890] Fetching asyncextensions
Fetched https://github.com/lhoward/AsyncExtensions.git from cache (1.08s)
Fetching https://github.com/apple/swift-collections.git from cache
Fetched https://github.com/apple/swift-collections.git from cache (0.56s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.4.1 (1.25s)
Creating working copy for https://github.com/lhoward/AsyncExtensions.git
Working copy of https://github.com/lhoward/AsyncExtensions.git resolved at main (1f0729e)
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.4.1
warning: '.resolve-product-dependencies': dependency 'asyncextensions' is not used by any target
Found 1 product dependencies
  - swift-collections
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.3
Building package at path:  $PWD
https://github.com/lhoward/AsyncExtensions.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/5] Write sources
[4/5] Write swift-version--6988338F2F200930.txt
[6/70] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[7/70] Compiling OrderedCollections OrderedDictionary+Elements+SubSequence.swift
[8/70] Compiling OrderedCollections _HashTable+Bucket.swift
[9/70] Compiling OrderedCollections _HashTable+BucketIterator.swift
[10/71] Compiling OrderedCollections OrderedSet+Codable.swift
[11/71] Compiling OrderedCollections OrderedSet+CustomDebugStringConvertible.swift
[12/71] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[13/71] Compiling OrderedCollections OrderedSet+CustomStringConvertible.swift
[14/71] Compiling OrderedCollections OrderedSet+Diffing.swift
[15/76] Compiling DequeModule _UnsafeWrappedBuffer.swift
[16/76] Compiling OrderedCollections OrderedDictionary+Codable.swift
[17/76] Compiling OrderedCollections OrderedDictionary+CustomDebugStringConvertible.swift
[18/76] Compiling OrderedCollections _HashTable.swift
[19/76] Compiling OrderedCollections _Hashtable+Header.swift
[20/76] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[21/76] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[22/76] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[23/76] Compiling OrderedCollections OrderedDictionary+CustomStringConvertible.swift
[26/76] Compiling OrderedCollections OrderedDictionary+Elements.swift
[29/76] Compiling OrderedCollections _HashTable+Constants.swift
[30/76] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[31/76] Compiling OrderedCollections _HashTable+Testing.swift
[32/76] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[37/76] Compiling OrderedCollections OrderedSet+Equatable.swift
[39/76] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[40/76] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[43/76] Compiling OrderedCollections OrderedSet+Hashable.swift
[44/76] Compiling OrderedCollections OrderedSet+Initializers.swift
[45/76] Compiling OrderedCollections OrderedSet+Insertions.swift
[50/76] Emitting module DequeModule
[51/76] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Predicates.swift
[52/76] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[53/76] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[54/76] Compiling OrderedCollections OrderedSet+SubSequence.swift
[55/76] Compiling OrderedCollections OrderedSet+Testing.swift
[56/76] Compiling OrderedCollections OrderedSet+Invariants.swift
[57/76] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[58/76] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[59/76] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[60/76] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Operations.swift
[64/76] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[65/76] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[66/76] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[67/76] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[68/76] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[69/76] Compiling OrderedCollections OrderedDictionary+Values.swift
[70/76] Compiling OrderedCollections OrderedDictionary.swift
[71/76] Emitting module OrderedCollections
[72/76] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[73/76] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[74/76] Compiling OrderedCollections OrderedSet.swift
[75/76] Compiling OrderedCollections RandomAccessCollection+Offsets.swift
[76/76] Compiling OrderedCollections _UnsafeBitset.swift
[77/78] Emitting module Collections
[78/78] Compiling Collections Collections.swift
[79/122] Compiling AsyncExtensions Termination.swift
[80/122] Compiling AsyncExtensions AsyncEmptySequence.swift
[81/122] Compiling AsyncExtensions AsyncFailSequence.swift
[82/122] Compiling AsyncExtensions AsyncJustSequence.swift
[83/122] Compiling AsyncExtensions AsyncLazySequence.swift
[84/122] Compiling AsyncExtensions AsyncSequence+Collect.swift
/Users/admin/builder/spi-builder-workspace/Sources/AsyncSubjects/AsyncSubject.swift:10:18: warning: redeclaration of associated type 'Failure' from protocol 'AsyncSequence' is better expressed as a 'where' clause on the protocol
 8 | #if swift(>=5.7)
 9 | public protocol AsyncSubject<Element, Failure>: AnyObject, AsyncSequence, Sendable where AsyncIterator: AsyncSubjectIterator {
10 |   associatedtype Failure: Error
   |                  `- warning: redeclaration of associated type 'Failure' from protocol 'AsyncSequence' is better expressed as a 'where' clause on the protocol
11 |
12 |   func send(_ element: Element)
_Concurrency.AsyncSequence.Failure:3:18: note: 'Failure' declared here
1 | protocol AsyncSequence {
2 | @available(macOS 15.0, iOS 18.0, watchOS 11.0, tvOS 18.0, visionOS 2.0, *)
3 |   associatedtype Failure = any Error where Self.Failure == Self.AsyncIterator.Failure}
  |                  `- note: 'Failure' declared here
4 |
[85/122] Compiling AsyncExtensions AsyncSequence+EraseToAnyAsyncSequence.swift
/Users/admin/builder/spi-builder-workspace/Sources/AsyncSubjects/AsyncSubject.swift:10:18: warning: redeclaration of associated type 'Failure' from protocol 'AsyncSequence' is better expressed as a 'where' clause on the protocol
 8 | #if swift(>=5.7)
 9 | public protocol AsyncSubject<Element, Failure>: AnyObject, AsyncSequence, Sendable where AsyncIterator: AsyncSubjectIterator {
10 |   associatedtype Failure: Error
   |                  `- warning: redeclaration of associated type 'Failure' from protocol 'AsyncSequence' is better expressed as a 'where' clause on the protocol
11 |
12 |   func send(_ element: Element)
_Concurrency.AsyncSequence.Failure:3:18: note: 'Failure' declared here
1 | protocol AsyncSequence {
2 | @available(macOS 15.0, iOS 18.0, watchOS 11.0, tvOS 18.0, visionOS 2.0, *)
3 |   associatedtype Failure = any Error where Self.Failure == Self.AsyncIterator.Failure}
  |                  `- note: 'Failure' declared here
4 |
[86/122] Compiling AsyncExtensions AsyncSequence+FlatMapLatest.swift
/Users/admin/builder/spi-builder-workspace/Sources/AsyncSubjects/AsyncSubject.swift:10:18: warning: redeclaration of associated type 'Failure' from protocol 'AsyncSequence' is better expressed as a 'where' clause on the protocol
 8 | #if swift(>=5.7)
 9 | public protocol AsyncSubject<Element, Failure>: AnyObject, AsyncSequence, Sendable where AsyncIterator: AsyncSubjectIterator {
10 |   associatedtype Failure: Error
   |                  `- warning: redeclaration of associated type 'Failure' from protocol 'AsyncSequence' is better expressed as a 'where' clause on the protocol
11 |
12 |   func send(_ element: Element)
_Concurrency.AsyncSequence.Failure:3:18: note: 'Failure' declared here
1 | protocol AsyncSequence {
2 | @available(macOS 15.0, iOS 18.0, watchOS 11.0, tvOS 18.0, visionOS 2.0, *)
3 |   associatedtype Failure = any Error where Self.Failure == Self.AsyncIterator.Failure}
  |                  `- note: 'Failure' declared here
4 |
[87/122] Compiling AsyncExtensions AsyncSequence+Share.swift
/Users/admin/builder/spi-builder-workspace/Sources/AsyncSubjects/AsyncSubject.swift:10:18: warning: redeclaration of associated type 'Failure' from protocol 'AsyncSequence' is better expressed as a 'where' clause on the protocol
 8 | #if swift(>=5.7)
 9 | public protocol AsyncSubject<Element, Failure>: AnyObject, AsyncSequence, Sendable where AsyncIterator: AsyncSubjectIterator {
10 |   associatedtype Failure: Error
   |                  `- warning: redeclaration of associated type 'Failure' from protocol 'AsyncSequence' is better expressed as a 'where' clause on the protocol
11 |
12 |   func send(_ element: Element)
_Concurrency.AsyncSequence.Failure:3:18: note: 'Failure' declared here
1 | protocol AsyncSequence {
2 | @available(macOS 15.0, iOS 18.0, watchOS 11.0, tvOS 18.0, visionOS 2.0, *)
3 |   associatedtype Failure = any Error where Self.Failure == Self.AsyncIterator.Failure}
  |                  `- note: 'Failure' declared here
4 |
[88/126] Compiling AsyncExtensions AsyncWithLatestFromSequence.swift
/Users/admin/builder/spi-builder-workspace/Sources/Combiners/WithLatestFrom/AsyncWithLatestFromSequence.swift:124:24: warning: 'withTaskCancellationHandler(handler:operation:)' is deprecated: renamed to 'withTaskCancellationHandler(operation:onCancel:)' [#DeprecatedDeclaration]
122 |       guard !self.isTerminated else { return nil }
123 |
124 |       return try await withTaskCancellationHandler { [otherTask] in
    |                        |- warning: 'withTaskCancellationHandler(handler:operation:)' is deprecated: renamed to 'withTaskCancellationHandler(operation:onCancel:)' [#DeprecatedDeclaration]
    |                        `- note: use 'withTaskCancellationHandler(operation:onCancel:)' instead
125 |         otherTask?.cancel()
126 |       } operation: { [otherTask, otherState, onBaseElement] in
/Users/admin/builder/spi-builder-workspace/Sources/Combiners/Zip/Zip2Runtime.swift:150:15: warning: 'withTaskCancellationHandler(handler:operation:)' is deprecated: renamed to 'withTaskCancellationHandler(operation:onCancel:)' [#DeprecatedDeclaration]
148 |
149 |   func next() async rethrows -> (Base1.Element, Base2.Element)? {
150 |     try await withTaskCancellationHandler {
    |               |- warning: 'withTaskCancellationHandler(handler:operation:)' is deprecated: renamed to 'withTaskCancellationHandler(operation:onCancel:)' [#DeprecatedDeclaration]
    |               `- note: use 'withTaskCancellationHandler(operation:onCancel:)' instead
151 |       let output = self.stateMachine.withCriticalRegion { stateMachine in
152 |         stateMachine.rootTaskIsCancelled()
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[89/126] Compiling AsyncExtensions AsyncZip2Sequence.swift
/Users/admin/builder/spi-builder-workspace/Sources/Combiners/WithLatestFrom/AsyncWithLatestFromSequence.swift:124:24: warning: 'withTaskCancellationHandler(handler:operation:)' is deprecated: renamed to 'withTaskCancellationHandler(operation:onCancel:)' [#DeprecatedDeclaration]
122 |       guard !self.isTerminated else { return nil }
123 |
124 |       return try await withTaskCancellationHandler { [otherTask] in
    |                        |- warning: 'withTaskCancellationHandler(handler:operation:)' is deprecated: renamed to 'withTaskCancellationHandler(operation:onCancel:)' [#DeprecatedDeclaration]
    |                        `- note: use 'withTaskCancellationHandler(operation:onCancel:)' instead
125 |         otherTask?.cancel()
126 |       } operation: { [otherTask, otherState, onBaseElement] in
/Users/admin/builder/spi-builder-workspace/Sources/Combiners/Zip/Zip2Runtime.swift:150:15: warning: 'withTaskCancellationHandler(handler:operation:)' is deprecated: renamed to 'withTaskCancellationHandler(operation:onCancel:)' [#DeprecatedDeclaration]
148 |
149 |   func next() async rethrows -> (Base1.Element, Base2.Element)? {
150 |     try await withTaskCancellationHandler {
    |               |- warning: 'withTaskCancellationHandler(handler:operation:)' is deprecated: renamed to 'withTaskCancellationHandler(operation:onCancel:)' [#DeprecatedDeclaration]
    |               `- note: use 'withTaskCancellationHandler(operation:onCancel:)' instead
151 |       let output = self.stateMachine.withCriticalRegion { stateMachine in
152 |         stateMachine.rootTaskIsCancelled()
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[90/126] Compiling AsyncExtensions AsyncZip3Sequence.swift
/Users/admin/builder/spi-builder-workspace/Sources/Combiners/WithLatestFrom/AsyncWithLatestFromSequence.swift:124:24: warning: 'withTaskCancellationHandler(handler:operation:)' is deprecated: renamed to 'withTaskCancellationHandler(operation:onCancel:)' [#DeprecatedDeclaration]
122 |       guard !self.isTerminated else { return nil }
123 |
124 |       return try await withTaskCancellationHandler { [otherTask] in
    |                        |- warning: 'withTaskCancellationHandler(handler:operation:)' is deprecated: renamed to 'withTaskCancellationHandler(operation:onCancel:)' [#DeprecatedDeclaration]
    |                        `- note: use 'withTaskCancellationHandler(operation:onCancel:)' instead
125 |         otherTask?.cancel()
126 |       } operation: { [otherTask, otherState, onBaseElement] in
/Users/admin/builder/spi-builder-workspace/Sources/Combiners/Zip/Zip2Runtime.swift:150:15: warning: 'withTaskCancellationHandler(handler:operation:)' is deprecated: renamed to 'withTaskCancellationHandler(operation:onCancel:)' [#DeprecatedDeclaration]
148 |
149 |   func next() async rethrows -> (Base1.Element, Base2.Element)? {
150 |     try await withTaskCancellationHandler {
    |               |- warning: 'withTaskCancellationHandler(handler:operation:)' is deprecated: renamed to 'withTaskCancellationHandler(operation:onCancel:)' [#DeprecatedDeclaration]
    |               `- note: use 'withTaskCancellationHandler(operation:onCancel:)' instead
151 |       let output = self.stateMachine.withCriticalRegion { stateMachine in
152 |         stateMachine.rootTaskIsCancelled()
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[91/126] Compiling AsyncExtensions AsyncZipSequence.swift
/Users/admin/builder/spi-builder-workspace/Sources/Combiners/WithLatestFrom/AsyncWithLatestFromSequence.swift:124:24: warning: 'withTaskCancellationHandler(handler:operation:)' is deprecated: renamed to 'withTaskCancellationHandler(operation:onCancel:)' [#DeprecatedDeclaration]
122 |       guard !self.isTerminated else { return nil }
123 |
124 |       return try await withTaskCancellationHandler { [otherTask] in
    |                        |- warning: 'withTaskCancellationHandler(handler:operation:)' is deprecated: renamed to 'withTaskCancellationHandler(operation:onCancel:)' [#DeprecatedDeclaration]
    |                        `- note: use 'withTaskCancellationHandler(operation:onCancel:)' instead
125 |         otherTask?.cancel()
126 |       } operation: { [otherTask, otherState, onBaseElement] in
/Users/admin/builder/spi-builder-workspace/Sources/Combiners/Zip/Zip2Runtime.swift:150:15: warning: 'withTaskCancellationHandler(handler:operation:)' is deprecated: renamed to 'withTaskCancellationHandler(operation:onCancel:)' [#DeprecatedDeclaration]
148 |
149 |   func next() async rethrows -> (Base1.Element, Base2.Element)? {
150 |     try await withTaskCancellationHandler {
    |               |- warning: 'withTaskCancellationHandler(handler:operation:)' is deprecated: renamed to 'withTaskCancellationHandler(operation:onCancel:)' [#DeprecatedDeclaration]
    |               `- note: use 'withTaskCancellationHandler(operation:onCancel:)' instead
151 |       let output = self.stateMachine.withCriticalRegion { stateMachine in
152 |         stateMachine.rootTaskIsCancelled()
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[92/126] Compiling AsyncExtensions Zip2Runtime.swift
/Users/admin/builder/spi-builder-workspace/Sources/Combiners/WithLatestFrom/AsyncWithLatestFromSequence.swift:124:24: warning: 'withTaskCancellationHandler(handler:operation:)' is deprecated: renamed to 'withTaskCancellationHandler(operation:onCancel:)' [#DeprecatedDeclaration]
122 |       guard !self.isTerminated else { return nil }
123 |
124 |       return try await withTaskCancellationHandler { [otherTask] in
    |                        |- warning: 'withTaskCancellationHandler(handler:operation:)' is deprecated: renamed to 'withTaskCancellationHandler(operation:onCancel:)' [#DeprecatedDeclaration]
    |                        `- note: use 'withTaskCancellationHandler(operation:onCancel:)' instead
125 |         otherTask?.cancel()
126 |       } operation: { [otherTask, otherState, onBaseElement] in
/Users/admin/builder/spi-builder-workspace/Sources/Combiners/Zip/Zip2Runtime.swift:150:15: warning: 'withTaskCancellationHandler(handler:operation:)' is deprecated: renamed to 'withTaskCancellationHandler(operation:onCancel:)' [#DeprecatedDeclaration]
148 |
149 |   func next() async rethrows -> (Base1.Element, Base2.Element)? {
150 |     try await withTaskCancellationHandler {
    |               |- warning: 'withTaskCancellationHandler(handler:operation:)' is deprecated: renamed to 'withTaskCancellationHandler(operation:onCancel:)' [#DeprecatedDeclaration]
    |               `- note: use 'withTaskCancellationHandler(operation:onCancel:)' instead
151 |       let output = self.stateMachine.withCriticalRegion { stateMachine in
152 |         stateMachine.rootTaskIsCancelled()
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[93/126] Compiling AsyncExtensions AsyncSubject.swift
/Users/admin/builder/spi-builder-workspace/Sources/AsyncSubjects/AsyncSubject.swift:10:18: warning: redeclaration of associated type 'Failure' from protocol 'AsyncSequence' is better expressed as a 'where' clause on the protocol
 8 | #if swift(>=5.7)
 9 | public protocol AsyncSubject<Element, Failure>: AnyObject, AsyncSequence, Sendable where AsyncIterator: AsyncSubjectIterator {
10 |   associatedtype Failure: Error
   |                  `- warning: redeclaration of associated type 'Failure' from protocol 'AsyncSequence' is better expressed as a 'where' clause on the protocol
11 |
12 |   func send(_ element: Element)
_Concurrency.AsyncSequence.Failure:3:18: note: 'Failure' declared here
1 | protocol AsyncSequence {
2 | @available(macOS 15.0, iOS 18.0, watchOS 11.0, tvOS 18.0, visionOS 2.0, *)
3 |   associatedtype Failure = any Error where Self.Failure == Self.AsyncIterator.Failure}
  |                  `- note: 'Failure' declared here
4 |
/Users/admin/builder/spi-builder-workspace/Sources/AsyncSubjects/AsyncThrowingCurrentValueSubject.swift:37:20: error: type 'AsyncThrowingCurrentValueSubject<Element, Failure>' does not conform to protocol 'AsyncSequence'
 35 | ///
 36 | /// ```
 37 | public final class AsyncThrowingCurrentValueSubject<Element, Failure: Error>: AsyncSubject where Element: Sendable {
    |                    `- error: type 'AsyncThrowingCurrentValueSubject<Element, Failure>' does not conform to protocol 'AsyncSequence'
 38 |   public typealias Element = Element
 39 |   public typealias Failure = Failure
/Users/admin/builder/spi-builder-workspace/Sources/AsyncSubjects/AsyncThrowingCurrentValueSubject.swift:37:20: error: 'AsyncSequence' requires the types 'AsyncThrowingCurrentValueSubject<Element, Failure>.Failure' (aka 'Failure') and 'any Error' be equivalent
 35 | ///
 36 | /// ```
 37 | public final class AsyncThrowingCurrentValueSubject<Element, Failure: Error>: AsyncSubject where Element: Sendable {
    |                    |- error: 'AsyncSequence' requires the types 'AsyncThrowingCurrentValueSubject<Element, Failure>.Failure' (aka 'Failure') and 'any Error' be equivalent
    |                    `- note: requirement specified as 'Self.Failure' == 'Self.AsyncIterator.Failure' [with Self = AsyncThrowingCurrentValueSubject<Element, Failure>]
 38 |   public typealias Element = Element
 39 |   public typealias Failure = Failure
/Users/admin/builder/spi-builder-workspace/Sources/AsyncSubjects/AsyncThrowingPassthroughSubject.swift:34:20: error: type 'AsyncThrowingPassthroughSubject<Element, Failure>' does not conform to protocol 'AsyncSequence'
 32 | /// ```
 33 | ///
 34 | public final class AsyncThrowingPassthroughSubject<Element, Failure: Error>: AsyncSubject where Element: Sendable {
    |                    `- error: type 'AsyncThrowingPassthroughSubject<Element, Failure>' does not conform to protocol 'AsyncSequence'
 35 |   public typealias Element = Element
 36 |   public typealias Failure = Failure
/Users/admin/builder/spi-builder-workspace/Sources/AsyncSubjects/AsyncThrowingPassthroughSubject.swift:34:20: error: 'AsyncSequence' requires the types 'AsyncThrowingPassthroughSubject<Element, Failure>.Failure' (aka 'Failure') and 'any Error' be equivalent
 32 | /// ```
 33 | ///
 34 | public final class AsyncThrowingPassthroughSubject<Element, Failure: Error>: AsyncSubject where Element: Sendable {
    |                    |- error: 'AsyncSequence' requires the types 'AsyncThrowingPassthroughSubject<Element, Failure>.Failure' (aka 'Failure') and 'any Error' be equivalent
    |                    `- note: requirement specified as 'Self.Failure' == 'Self.AsyncIterator.Failure' [with Self = AsyncThrowingPassthroughSubject<Element, Failure>]
 35 |   public typealias Element = Element
 36 |   public typealias Failure = Failure
/Users/admin/builder/spi-builder-workspace/Sources/AsyncSubjects/AsyncThrowingReplaySubject.swift:24:20: error: type 'AsyncThrowingReplaySubject<Element, Failure>' does not conform to protocol 'AsyncSequence'
 22 | /// }
 23 | /// ```
 24 | public final class AsyncThrowingReplaySubject<Element, Failure: Error>: AsyncSubject where Element: Sendable {
    |                    `- error: type 'AsyncThrowingReplaySubject<Element, Failure>' does not conform to protocol 'AsyncSequence'
 25 |   public typealias Element = Element
 26 |   public typealias Failure = Failure
/Users/admin/builder/spi-builder-workspace/Sources/AsyncSubjects/AsyncThrowingReplaySubject.swift:24:20: error: 'AsyncSequence' requires the types 'AsyncThrowingReplaySubject<Element, Failure>.Failure' (aka 'Failure') and 'any Error' be equivalent
 22 | /// }
 23 | /// ```
 24 | public final class AsyncThrowingReplaySubject<Element, Failure: Error>: AsyncSubject where Element: Sendable {
    |                    |- error: 'AsyncSequence' requires the types 'AsyncThrowingReplaySubject<Element, Failure>.Failure' (aka 'Failure') and 'any Error' be equivalent
    |                    `- note: requirement specified as 'Self.Failure' == 'Self.AsyncIterator.Failure' [with Self = AsyncThrowingReplaySubject<Element, Failure>]
 25 |   public typealias Element = Element
 26 |   public typealias Failure = Failure
[94/126] Compiling AsyncExtensions AsyncThrowingCurrentValueSubject.swift
/Users/admin/builder/spi-builder-workspace/Sources/AsyncSubjects/AsyncSubject.swift:10:18: warning: redeclaration of associated type 'Failure' from protocol 'AsyncSequence' is better expressed as a 'where' clause on the protocol
 8 | #if swift(>=5.7)
 9 | public protocol AsyncSubject<Element, Failure>: AnyObject, AsyncSequence, Sendable where AsyncIterator: AsyncSubjectIterator {
10 |   associatedtype Failure: Error
   |                  `- warning: redeclaration of associated type 'Failure' from protocol 'AsyncSequence' is better expressed as a 'where' clause on the protocol
11 |
12 |   func send(_ element: Element)
_Concurrency.AsyncSequence.Failure:3:18: note: 'Failure' declared here
1 | protocol AsyncSequence {
2 | @available(macOS 15.0, iOS 18.0, watchOS 11.0, tvOS 18.0, visionOS 2.0, *)
3 |   associatedtype Failure = any Error where Self.Failure == Self.AsyncIterator.Failure}
  |                  `- note: 'Failure' declared here
4 |
/Users/admin/builder/spi-builder-workspace/Sources/AsyncSubjects/AsyncThrowingCurrentValueSubject.swift:37:20: error: type 'AsyncThrowingCurrentValueSubject<Element, Failure>' does not conform to protocol 'AsyncSequence'
 35 | ///
 36 | /// ```
 37 | public final class AsyncThrowingCurrentValueSubject<Element, Failure: Error>: AsyncSubject where Element: Sendable {
    |                    `- error: type 'AsyncThrowingCurrentValueSubject<Element, Failure>' does not conform to protocol 'AsyncSequence'
 38 |   public typealias Element = Element
 39 |   public typealias Failure = Failure
/Users/admin/builder/spi-builder-workspace/Sources/AsyncSubjects/AsyncThrowingCurrentValueSubject.swift:37:20: error: 'AsyncSequence' requires the types 'AsyncThrowingCurrentValueSubject<Element, Failure>.Failure' (aka 'Failure') and 'any Error' be equivalent
 35 | ///
 36 | /// ```
 37 | public final class AsyncThrowingCurrentValueSubject<Element, Failure: Error>: AsyncSubject where Element: Sendable {
    |                    |- error: 'AsyncSequence' requires the types 'AsyncThrowingCurrentValueSubject<Element, Failure>.Failure' (aka 'Failure') and 'any Error' be equivalent
    |                    `- note: requirement specified as 'Self.Failure' == 'Self.AsyncIterator.Failure' [with Self = AsyncThrowingCurrentValueSubject<Element, Failure>]
 38 |   public typealias Element = Element
 39 |   public typealias Failure = Failure
/Users/admin/builder/spi-builder-workspace/Sources/AsyncSubjects/AsyncThrowingPassthroughSubject.swift:34:20: error: type 'AsyncThrowingPassthroughSubject<Element, Failure>' does not conform to protocol 'AsyncSequence'
 32 | /// ```
 33 | ///
 34 | public final class AsyncThrowingPassthroughSubject<Element, Failure: Error>: AsyncSubject where Element: Sendable {
    |                    `- error: type 'AsyncThrowingPassthroughSubject<Element, Failure>' does not conform to protocol 'AsyncSequence'
 35 |   public typealias Element = Element
 36 |   public typealias Failure = Failure
/Users/admin/builder/spi-builder-workspace/Sources/AsyncSubjects/AsyncThrowingPassthroughSubject.swift:34:20: error: 'AsyncSequence' requires the types 'AsyncThrowingPassthroughSubject<Element, Failure>.Failure' (aka 'Failure') and 'any Error' be equivalent
 32 | /// ```
 33 | ///
 34 | public final class AsyncThrowingPassthroughSubject<Element, Failure: Error>: AsyncSubject where Element: Sendable {
    |                    |- error: 'AsyncSequence' requires the types 'AsyncThrowingPassthroughSubject<Element, Failure>.Failure' (aka 'Failure') and 'any Error' be equivalent
    |                    `- note: requirement specified as 'Self.Failure' == 'Self.AsyncIterator.Failure' [with Self = AsyncThrowingPassthroughSubject<Element, Failure>]
 35 |   public typealias Element = Element
 36 |   public typealias Failure = Failure
/Users/admin/builder/spi-builder-workspace/Sources/AsyncSubjects/AsyncThrowingReplaySubject.swift:24:20: error: type 'AsyncThrowingReplaySubject<Element, Failure>' does not conform to protocol 'AsyncSequence'
 22 | /// }
 23 | /// ```
 24 | public final class AsyncThrowingReplaySubject<Element, Failure: Error>: AsyncSubject where Element: Sendable {
    |                    `- error: type 'AsyncThrowingReplaySubject<Element, Failure>' does not conform to protocol 'AsyncSequence'
 25 |   public typealias Element = Element
 26 |   public typealias Failure = Failure
/Users/admin/builder/spi-builder-workspace/Sources/AsyncSubjects/AsyncThrowingReplaySubject.swift:24:20: error: 'AsyncSequence' requires the types 'AsyncThrowingReplaySubject<Element, Failure>.Failure' (aka 'Failure') and 'any Error' be equivalent
 22 | /// }
 23 | /// ```
 24 | public final class AsyncThrowingReplaySubject<Element, Failure: Error>: AsyncSubject where Element: Sendable {
    |                    |- error: 'AsyncSequence' requires the types 'AsyncThrowingReplaySubject<Element, Failure>.Failure' (aka 'Failure') and 'any Error' be equivalent
    |                    `- note: requirement specified as 'Self.Failure' == 'Self.AsyncIterator.Failure' [with Self = AsyncThrowingReplaySubject<Element, Failure>]
 25 |   public typealias Element = Element
 26 |   public typealias Failure = Failure
[95/126] Compiling AsyncExtensions AsyncThrowingPassthroughSubject.swift
/Users/admin/builder/spi-builder-workspace/Sources/AsyncSubjects/AsyncSubject.swift:10:18: warning: redeclaration of associated type 'Failure' from protocol 'AsyncSequence' is better expressed as a 'where' clause on the protocol
 8 | #if swift(>=5.7)
 9 | public protocol AsyncSubject<Element, Failure>: AnyObject, AsyncSequence, Sendable where AsyncIterator: AsyncSubjectIterator {
10 |   associatedtype Failure: Error
   |                  `- warning: redeclaration of associated type 'Failure' from protocol 'AsyncSequence' is better expressed as a 'where' clause on the protocol
11 |
12 |   func send(_ element: Element)
_Concurrency.AsyncSequence.Failure:3:18: note: 'Failure' declared here
1 | protocol AsyncSequence {
2 | @available(macOS 15.0, iOS 18.0, watchOS 11.0, tvOS 18.0, visionOS 2.0, *)
3 |   associatedtype Failure = any Error where Self.Failure == Self.AsyncIterator.Failure}
  |                  `- note: 'Failure' declared here
4 |
/Users/admin/builder/spi-builder-workspace/Sources/AsyncSubjects/AsyncThrowingCurrentValueSubject.swift:37:20: error: type 'AsyncThrowingCurrentValueSubject<Element, Failure>' does not conform to protocol 'AsyncSequence'
 35 | ///
 36 | /// ```
 37 | public final class AsyncThrowingCurrentValueSubject<Element, Failure: Error>: AsyncSubject where Element: Sendable {
    |                    `- error: type 'AsyncThrowingCurrentValueSubject<Element, Failure>' does not conform to protocol 'AsyncSequence'
 38 |   public typealias Element = Element
 39 |   public typealias Failure = Failure
/Users/admin/builder/spi-builder-workspace/Sources/AsyncSubjects/AsyncThrowingCurrentValueSubject.swift:37:20: error: 'AsyncSequence' requires the types 'AsyncThrowingCurrentValueSubject<Element, Failure>.Failure' (aka 'Failure') and 'any Error' be equivalent
 35 | ///
 36 | /// ```
 37 | public final class AsyncThrowingCurrentValueSubject<Element, Failure: Error>: AsyncSubject where Element: Sendable {
    |                    |- error: 'AsyncSequence' requires the types 'AsyncThrowingCurrentValueSubject<Element, Failure>.Failure' (aka 'Failure') and 'any Error' be equivalent
    |                    `- note: requirement specified as 'Self.Failure' == 'Self.AsyncIterator.Failure' [with Self = AsyncThrowingCurrentValueSubject<Element, Failure>]
 38 |   public typealias Element = Element
 39 |   public typealias Failure = Failure
/Users/admin/builder/spi-builder-workspace/Sources/AsyncSubjects/AsyncThrowingPassthroughSubject.swift:34:20: error: type 'AsyncThrowingPassthroughSubject<Element, Failure>' does not conform to protocol 'AsyncSequence'
 32 | /// ```
 33 | ///
 34 | public final class AsyncThrowingPassthroughSubject<Element, Failure: Error>: AsyncSubject where Element: Sendable {
    |                    `- error: type 'AsyncThrowingPassthroughSubject<Element, Failure>' does not conform to protocol 'AsyncSequence'
 35 |   public typealias Element = Element
 36 |   public typealias Failure = Failure
/Users/admin/builder/spi-builder-workspace/Sources/AsyncSubjects/AsyncThrowingPassthroughSubject.swift:34:20: error: 'AsyncSequence' requires the types 'AsyncThrowingPassthroughSubject<Element, Failure>.Failure' (aka 'Failure') and 'any Error' be equivalent
 32 | /// ```
 33 | ///
 34 | public final class AsyncThrowingPassthroughSubject<Element, Failure: Error>: AsyncSubject where Element: Sendable {
    |                    |- error: 'AsyncSequence' requires the types 'AsyncThrowingPassthroughSubject<Element, Failure>.Failure' (aka 'Failure') and 'any Error' be equivalent
    |                    `- note: requirement specified as 'Self.Failure' == 'Self.AsyncIterator.Failure' [with Self = AsyncThrowingPassthroughSubject<Element, Failure>]
 35 |   public typealias Element = Element
 36 |   public typealias Failure = Failure
/Users/admin/builder/spi-builder-workspace/Sources/AsyncSubjects/AsyncThrowingReplaySubject.swift:24:20: error: type 'AsyncThrowingReplaySubject<Element, Failure>' does not conform to protocol 'AsyncSequence'
 22 | /// }
 23 | /// ```
 24 | public final class AsyncThrowingReplaySubject<Element, Failure: Error>: AsyncSubject where Element: Sendable {
    |                    `- error: type 'AsyncThrowingReplaySubject<Element, Failure>' does not conform to protocol 'AsyncSequence'
 25 |   public typealias Element = Element
 26 |   public typealias Failure = Failure
/Users/admin/builder/spi-builder-workspace/Sources/AsyncSubjects/AsyncThrowingReplaySubject.swift:24:20: error: 'AsyncSequence' requires the types 'AsyncThrowingReplaySubject<Element, Failure>.Failure' (aka 'Failure') and 'any Error' be equivalent
 22 | /// }
 23 | /// ```
 24 | public final class AsyncThrowingReplaySubject<Element, Failure: Error>: AsyncSubject where Element: Sendable {
    |                    |- error: 'AsyncSequence' requires the types 'AsyncThrowingReplaySubject<Element, Failure>.Failure' (aka 'Failure') and 'any Error' be equivalent
    |                    `- note: requirement specified as 'Self.Failure' == 'Self.AsyncIterator.Failure' [with Self = AsyncThrowingReplaySubject<Element, Failure>]
 25 |   public typealias Element = Element
 26 |   public typealias Failure = Failure
[96/126] Compiling AsyncExtensions AsyncThrowingReplaySubject.swift
/Users/admin/builder/spi-builder-workspace/Sources/AsyncSubjects/AsyncSubject.swift:10:18: warning: redeclaration of associated type 'Failure' from protocol 'AsyncSequence' is better expressed as a 'where' clause on the protocol
 8 | #if swift(>=5.7)
 9 | public protocol AsyncSubject<Element, Failure>: AnyObject, AsyncSequence, Sendable where AsyncIterator: AsyncSubjectIterator {
10 |   associatedtype Failure: Error
   |                  `- warning: redeclaration of associated type 'Failure' from protocol 'AsyncSequence' is better expressed as a 'where' clause on the protocol
11 |
12 |   func send(_ element: Element)
_Concurrency.AsyncSequence.Failure:3:18: note: 'Failure' declared here
1 | protocol AsyncSequence {
2 | @available(macOS 15.0, iOS 18.0, watchOS 11.0, tvOS 18.0, visionOS 2.0, *)
3 |   associatedtype Failure = any Error where Self.Failure == Self.AsyncIterator.Failure}
  |                  `- note: 'Failure' declared here
4 |
/Users/admin/builder/spi-builder-workspace/Sources/AsyncSubjects/AsyncThrowingCurrentValueSubject.swift:37:20: error: type 'AsyncThrowingCurrentValueSubject<Element, Failure>' does not conform to protocol 'AsyncSequence'
 35 | ///
 36 | /// ```
 37 | public final class AsyncThrowingCurrentValueSubject<Element, Failure: Error>: AsyncSubject where Element: Sendable {
    |                    `- error: type 'AsyncThrowingCurrentValueSubject<Element, Failure>' does not conform to protocol 'AsyncSequence'
 38 |   public typealias Element = Element
 39 |   public typealias Failure = Failure
/Users/admin/builder/spi-builder-workspace/Sources/AsyncSubjects/AsyncThrowingCurrentValueSubject.swift:37:20: error: 'AsyncSequence' requires the types 'AsyncThrowingCurrentValueSubject<Element, Failure>.Failure' (aka 'Failure') and 'any Error' be equivalent
 35 | ///
 36 | /// ```
 37 | public final class AsyncThrowingCurrentValueSubject<Element, Failure: Error>: AsyncSubject where Element: Sendable {
    |                    |- error: 'AsyncSequence' requires the types 'AsyncThrowingCurrentValueSubject<Element, Failure>.Failure' (aka 'Failure') and 'any Error' be equivalent
    |                    `- note: requirement specified as 'Self.Failure' == 'Self.AsyncIterator.Failure' [with Self = AsyncThrowingCurrentValueSubject<Element, Failure>]
 38 |   public typealias Element = Element
 39 |   public typealias Failure = Failure
/Users/admin/builder/spi-builder-workspace/Sources/AsyncSubjects/AsyncThrowingPassthroughSubject.swift:34:20: error: type 'AsyncThrowingPassthroughSubject<Element, Failure>' does not conform to protocol 'AsyncSequence'
 32 | /// ```
 33 | ///
 34 | public final class AsyncThrowingPassthroughSubject<Element, Failure: Error>: AsyncSubject where Element: Sendable {
    |                    `- error: type 'AsyncThrowingPassthroughSubject<Element, Failure>' does not conform to protocol 'AsyncSequence'
 35 |   public typealias Element = Element
 36 |   public typealias Failure = Failure
/Users/admin/builder/spi-builder-workspace/Sources/AsyncSubjects/AsyncThrowingPassthroughSubject.swift:34:20: error: 'AsyncSequence' requires the types 'AsyncThrowingPassthroughSubject<Element, Failure>.Failure' (aka 'Failure') and 'any Error' be equivalent
 32 | /// ```
 33 | ///
 34 | public final class AsyncThrowingPassthroughSubject<Element, Failure: Error>: AsyncSubject where Element: Sendable {
    |                    |- error: 'AsyncSequence' requires the types 'AsyncThrowingPassthroughSubject<Element, Failure>.Failure' (aka 'Failure') and 'any Error' be equivalent
    |                    `- note: requirement specified as 'Self.Failure' == 'Self.AsyncIterator.Failure' [with Self = AsyncThrowingPassthroughSubject<Element, Failure>]
 35 |   public typealias Element = Element
 36 |   public typealias Failure = Failure
/Users/admin/builder/spi-builder-workspace/Sources/AsyncSubjects/AsyncThrowingReplaySubject.swift:24:20: error: type 'AsyncThrowingReplaySubject<Element, Failure>' does not conform to protocol 'AsyncSequence'
 22 | /// }
 23 | /// ```
 24 | public final class AsyncThrowingReplaySubject<Element, Failure: Error>: AsyncSubject where Element: Sendable {
    |                    `- error: type 'AsyncThrowingReplaySubject<Element, Failure>' does not conform to protocol 'AsyncSequence'
 25 |   public typealias Element = Element
 26 |   public typealias Failure = Failure
/Users/admin/builder/spi-builder-workspace/Sources/AsyncSubjects/AsyncThrowingReplaySubject.swift:24:20: error: 'AsyncSequence' requires the types 'AsyncThrowingReplaySubject<Element, Failure>.Failure' (aka 'Failure') and 'any Error' be equivalent
 22 | /// }
 23 | /// ```
 24 | public final class AsyncThrowingReplaySubject<Element, Failure: Error>: AsyncSubject where Element: Sendable {
    |                    |- error: 'AsyncSequence' requires the types 'AsyncThrowingReplaySubject<Element, Failure>.Failure' (aka 'Failure') and 'any Error' be equivalent
    |                    `- note: requirement specified as 'Self.Failure' == 'Self.AsyncIterator.Failure' [with Self = AsyncThrowingReplaySubject<Element, Failure>]
 25 |   public typealias Element = Element
 26 |   public typealias Failure = Failure
[97/126] Compiling AsyncExtensions Streamed.swift
/Users/admin/builder/spi-builder-workspace/Sources/AsyncSubjects/AsyncSubject.swift:10:18: warning: redeclaration of associated type 'Failure' from protocol 'AsyncSequence' is better expressed as a 'where' clause on the protocol
 8 | #if swift(>=5.7)
 9 | public protocol AsyncSubject<Element, Failure>: AnyObject, AsyncSequence, Sendable where AsyncIterator: AsyncSubjectIterator {
10 |   associatedtype Failure: Error
   |                  `- warning: redeclaration of associated type 'Failure' from protocol 'AsyncSequence' is better expressed as a 'where' clause on the protocol
11 |
12 |   func send(_ element: Element)
_Concurrency.AsyncSequence.Failure:3:18: note: 'Failure' declared here
1 | protocol AsyncSequence {
2 | @available(macOS 15.0, iOS 18.0, watchOS 11.0, tvOS 18.0, visionOS 2.0, *)
3 |   associatedtype Failure = any Error where Self.Failure == Self.AsyncIterator.Failure}
  |                  `- note: 'Failure' declared here
4 |
/Users/admin/builder/spi-builder-workspace/Sources/AsyncSubjects/AsyncThrowingCurrentValueSubject.swift:37:20: error: type 'AsyncThrowingCurrentValueSubject<Element, Failure>' does not conform to protocol 'AsyncSequence'
 35 | ///
 36 | /// ```
 37 | public final class AsyncThrowingCurrentValueSubject<Element, Failure: Error>: AsyncSubject where Element: Sendable {
    |                    `- error: type 'AsyncThrowingCurrentValueSubject<Element, Failure>' does not conform to protocol 'AsyncSequence'
 38 |   public typealias Element = Element
 39 |   public typealias Failure = Failure
/Users/admin/builder/spi-builder-workspace/Sources/AsyncSubjects/AsyncThrowingCurrentValueSubject.swift:37:20: error: 'AsyncSequence' requires the types 'AsyncThrowingCurrentValueSubject<Element, Failure>.Failure' (aka 'Failure') and 'any Error' be equivalent
 35 | ///
 36 | /// ```
 37 | public final class AsyncThrowingCurrentValueSubject<Element, Failure: Error>: AsyncSubject where Element: Sendable {
    |                    |- error: 'AsyncSequence' requires the types 'AsyncThrowingCurrentValueSubject<Element, Failure>.Failure' (aka 'Failure') and 'any Error' be equivalent
    |                    `- note: requirement specified as 'Self.Failure' == 'Self.AsyncIterator.Failure' [with Self = AsyncThrowingCurrentValueSubject<Element, Failure>]
 38 |   public typealias Element = Element
 39 |   public typealias Failure = Failure
/Users/admin/builder/spi-builder-workspace/Sources/AsyncSubjects/AsyncThrowingPassthroughSubject.swift:34:20: error: type 'AsyncThrowingPassthroughSubject<Element, Failure>' does not conform to protocol 'AsyncSequence'
 32 | /// ```
 33 | ///
 34 | public final class AsyncThrowingPassthroughSubject<Element, Failure: Error>: AsyncSubject where Element: Sendable {
    |                    `- error: type 'AsyncThrowingPassthroughSubject<Element, Failure>' does not conform to protocol 'AsyncSequence'
 35 |   public typealias Element = Element
 36 |   public typealias Failure = Failure
/Users/admin/builder/spi-builder-workspace/Sources/AsyncSubjects/AsyncThrowingPassthroughSubject.swift:34:20: error: 'AsyncSequence' requires the types 'AsyncThrowingPassthroughSubject<Element, Failure>.Failure' (aka 'Failure') and 'any Error' be equivalent
 32 | /// ```
 33 | ///
 34 | public final class AsyncThrowingPassthroughSubject<Element, Failure: Error>: AsyncSubject where Element: Sendable {
    |                    |- error: 'AsyncSequence' requires the types 'AsyncThrowingPassthroughSubject<Element, Failure>.Failure' (aka 'Failure') and 'any Error' be equivalent
    |                    `- note: requirement specified as 'Self.Failure' == 'Self.AsyncIterator.Failure' [with Self = AsyncThrowingPassthroughSubject<Element, Failure>]
 35 |   public typealias Element = Element
 36 |   public typealias Failure = Failure
/Users/admin/builder/spi-builder-workspace/Sources/AsyncSubjects/AsyncThrowingReplaySubject.swift:24:20: error: type 'AsyncThrowingReplaySubject<Element, Failure>' does not conform to protocol 'AsyncSequence'
 22 | /// }
 23 | /// ```
 24 | public final class AsyncThrowingReplaySubject<Element, Failure: Error>: AsyncSubject where Element: Sendable {
    |                    `- error: type 'AsyncThrowingReplaySubject<Element, Failure>' does not conform to protocol 'AsyncSequence'
 25 |   public typealias Element = Element
 26 |   public typealias Failure = Failure
/Users/admin/builder/spi-builder-workspace/Sources/AsyncSubjects/AsyncThrowingReplaySubject.swift:24:20: error: 'AsyncSequence' requires the types 'AsyncThrowingReplaySubject<Element, Failure>.Failure' (aka 'Failure') and 'any Error' be equivalent
 22 | /// }
 23 | /// ```
 24 | public final class AsyncThrowingReplaySubject<Element, Failure: Error>: AsyncSubject where Element: Sendable {
    |                    |- error: 'AsyncSequence' requires the types 'AsyncThrowingReplaySubject<Element, Failure>.Failure' (aka 'Failure') and 'any Error' be equivalent
    |                    `- note: requirement specified as 'Self.Failure' == 'Self.AsyncIterator.Failure' [with Self = AsyncThrowingReplaySubject<Element, Failure>]
 25 |   public typealias Element = Element
 26 |   public typealias Failure = Failure
error: emit-module command failed with exit code 1 (use -v to see invocation)
[98/126] Compiling AsyncExtensions AsyncBufferedChannel.swift
/Users/admin/builder/spi-builder-workspace/Sources/AsyncChannels/AsyncBufferedChannel.swift:160:18: warning: 'withTaskCancellationHandler(handler:operation:)' is deprecated: renamed to 'withTaskCancellationHandler(operation:onCancel:)' [#DeprecatedDeclaration]
158 |     let cancellation = ManagedCriticalState<Bool>(false)
159 |
160 |     return await withTaskCancellationHandler { [state] in
    |                  |- warning: 'withTaskCancellationHandler(handler:operation:)' is deprecated: renamed to 'withTaskCancellationHandler(operation:onCancel:)' [#DeprecatedDeclaration]
    |                  `- note: use 'withTaskCancellationHandler(operation:onCancel:)' instead
161 |       let awaiting = state.withCriticalRegion { state -> Awaiting? in
162 |         cancellation.withCriticalRegion { cancellation in
/Users/admin/builder/spi-builder-workspace/Sources/AsyncChannels/AsyncThrowingBufferedChannel.swift:181:22: warning: 'withTaskCancellationHandler(handler:operation:)' is deprecated: renamed to 'withTaskCancellationHandler(operation:onCancel:)' [#DeprecatedDeclaration]
179 |     let cancellation = ManagedCriticalState<Bool>(false)
180 |
181 |     return try await withTaskCancellationHandler { [state] in
    |                      |- warning: 'withTaskCancellationHandler(handler:operation:)' is deprecated: renamed to 'withTaskCancellationHandler(operation:onCancel:)' [#DeprecatedDeclaration]
    |                      `- note: use 'withTaskCancellationHandler(operation:onCancel:)' instead
182 |       let awaiting = state.withCriticalRegion { state -> Awaiting? in
183 |         cancellation.withCriticalRegion { cancellation in
/Users/admin/builder/spi-builder-workspace/Sources/AsyncSubjects/AsyncSubject.swift:10:18: warning: redeclaration of associated type 'Failure' from protocol 'AsyncSequence' is better expressed as a 'where' clause on the protocol
 8 | #if swift(>=5.7)
 9 | public protocol AsyncSubject<Element, Failure>: AnyObject, AsyncSequence, Sendable where AsyncIterator: AsyncSubjectIterator {
10 |   associatedtype Failure: Error
   |                  `- warning: redeclaration of associated type 'Failure' from protocol 'AsyncSequence' is better expressed as a 'where' clause on the protocol
11 |
12 |   func send(_ element: Element)
_Concurrency.AsyncSequence.Failure:3:18: note: 'Failure' declared here
1 | protocol AsyncSequence {
2 | @available(macOS 15.0, iOS 18.0, watchOS 11.0, tvOS 18.0, visionOS 2.0, *)
3 |   associatedtype Failure = any Error where Self.Failure == Self.AsyncIterator.Failure}
  |                  `- note: 'Failure' declared here
4 |
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[99/126] Compiling AsyncExtensions AsyncThrowingBufferedChannel.swift
/Users/admin/builder/spi-builder-workspace/Sources/AsyncChannels/AsyncBufferedChannel.swift:160:18: warning: 'withTaskCancellationHandler(handler:operation:)' is deprecated: renamed to 'withTaskCancellationHandler(operation:onCancel:)' [#DeprecatedDeclaration]
158 |     let cancellation = ManagedCriticalState<Bool>(false)
159 |
160 |     return await withTaskCancellationHandler { [state] in
    |                  |- warning: 'withTaskCancellationHandler(handler:operation:)' is deprecated: renamed to 'withTaskCancellationHandler(operation:onCancel:)' [#DeprecatedDeclaration]
    |                  `- note: use 'withTaskCancellationHandler(operation:onCancel:)' instead
161 |       let awaiting = state.withCriticalRegion { state -> Awaiting? in
162 |         cancellation.withCriticalRegion { cancellation in
/Users/admin/builder/spi-builder-workspace/Sources/AsyncChannels/AsyncThrowingBufferedChannel.swift:181:22: warning: 'withTaskCancellationHandler(handler:operation:)' is deprecated: renamed to 'withTaskCancellationHandler(operation:onCancel:)' [#DeprecatedDeclaration]
179 |     let cancellation = ManagedCriticalState<Bool>(false)
180 |
181 |     return try await withTaskCancellationHandler { [state] in
    |                      |- warning: 'withTaskCancellationHandler(handler:operation:)' is deprecated: renamed to 'withTaskCancellationHandler(operation:onCancel:)' [#DeprecatedDeclaration]
    |                      `- note: use 'withTaskCancellationHandler(operation:onCancel:)' instead
182 |       let awaiting = state.withCriticalRegion { state -> Awaiting? in
183 |         cancellation.withCriticalRegion { cancellation in
/Users/admin/builder/spi-builder-workspace/Sources/AsyncSubjects/AsyncSubject.swift:10:18: warning: redeclaration of associated type 'Failure' from protocol 'AsyncSequence' is better expressed as a 'where' clause on the protocol
 8 | #if swift(>=5.7)
 9 | public protocol AsyncSubject<Element, Failure>: AnyObject, AsyncSequence, Sendable where AsyncIterator: AsyncSubjectIterator {
10 |   associatedtype Failure: Error
   |                  `- warning: redeclaration of associated type 'Failure' from protocol 'AsyncSequence' is better expressed as a 'where' clause on the protocol
11 |
12 |   func send(_ element: Element)
_Concurrency.AsyncSequence.Failure:3:18: note: 'Failure' declared here
1 | protocol AsyncSequence {
2 | @available(macOS 15.0, iOS 18.0, watchOS 11.0, tvOS 18.0, visionOS 2.0, *)
3 |   associatedtype Failure = any Error where Self.Failure == Self.AsyncIterator.Failure}
  |                  `- note: 'Failure' declared here
4 |
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[100/126] Compiling AsyncExtensions AsyncCurrentValueSubject.swift
/Users/admin/builder/spi-builder-workspace/Sources/AsyncChannels/AsyncBufferedChannel.swift:160:18: warning: 'withTaskCancellationHandler(handler:operation:)' is deprecated: renamed to 'withTaskCancellationHandler(operation:onCancel:)' [#DeprecatedDeclaration]
158 |     let cancellation = ManagedCriticalState<Bool>(false)
159 |
160 |     return await withTaskCancellationHandler { [state] in
    |                  |- warning: 'withTaskCancellationHandler(handler:operation:)' is deprecated: renamed to 'withTaskCancellationHandler(operation:onCancel:)' [#DeprecatedDeclaration]
    |                  `- note: use 'withTaskCancellationHandler(operation:onCancel:)' instead
161 |       let awaiting = state.withCriticalRegion { state -> Awaiting? in
162 |         cancellation.withCriticalRegion { cancellation in
/Users/admin/builder/spi-builder-workspace/Sources/AsyncChannels/AsyncThrowingBufferedChannel.swift:181:22: warning: 'withTaskCancellationHandler(handler:operation:)' is deprecated: renamed to 'withTaskCancellationHandler(operation:onCancel:)' [#DeprecatedDeclaration]
179 |     let cancellation = ManagedCriticalState<Bool>(false)
180 |
181 |     return try await withTaskCancellationHandler { [state] in
    |                      |- warning: 'withTaskCancellationHandler(handler:operation:)' is deprecated: renamed to 'withTaskCancellationHandler(operation:onCancel:)' [#DeprecatedDeclaration]
    |                      `- note: use 'withTaskCancellationHandler(operation:onCancel:)' instead
182 |       let awaiting = state.withCriticalRegion { state -> Awaiting? in
183 |         cancellation.withCriticalRegion { cancellation in
/Users/admin/builder/spi-builder-workspace/Sources/AsyncSubjects/AsyncSubject.swift:10:18: warning: redeclaration of associated type 'Failure' from protocol 'AsyncSequence' is better expressed as a 'where' clause on the protocol
 8 | #if swift(>=5.7)
 9 | public protocol AsyncSubject<Element, Failure>: AnyObject, AsyncSequence, Sendable where AsyncIterator: AsyncSubjectIterator {
10 |   associatedtype Failure: Error
   |                  `- warning: redeclaration of associated type 'Failure' from protocol 'AsyncSequence' is better expressed as a 'where' clause on the protocol
11 |
12 |   func send(_ element: Element)
_Concurrency.AsyncSequence.Failure:3:18: note: 'Failure' declared here
1 | protocol AsyncSequence {
2 | @available(macOS 15.0, iOS 18.0, watchOS 11.0, tvOS 18.0, visionOS 2.0, *)
3 |   associatedtype Failure = any Error where Self.Failure == Self.AsyncIterator.Failure}
  |                  `- note: 'Failure' declared here
4 |
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[101/126] Compiling AsyncExtensions AsyncPassthroughSubject.swift
/Users/admin/builder/spi-builder-workspace/Sources/AsyncChannels/AsyncBufferedChannel.swift:160:18: warning: 'withTaskCancellationHandler(handler:operation:)' is deprecated: renamed to 'withTaskCancellationHandler(operation:onCancel:)' [#DeprecatedDeclaration]
158 |     let cancellation = ManagedCriticalState<Bool>(false)
159 |
160 |     return await withTaskCancellationHandler { [state] in
    |                  |- warning: 'withTaskCancellationHandler(handler:operation:)' is deprecated: renamed to 'withTaskCancellationHandler(operation:onCancel:)' [#DeprecatedDeclaration]
    |                  `- note: use 'withTaskCancellationHandler(operation:onCancel:)' instead
161 |       let awaiting = state.withCriticalRegion { state -> Awaiting? in
162 |         cancellation.withCriticalRegion { cancellation in
/Users/admin/builder/spi-builder-workspace/Sources/AsyncChannels/AsyncThrowingBufferedChannel.swift:181:22: warning: 'withTaskCancellationHandler(handler:operation:)' is deprecated: renamed to 'withTaskCancellationHandler(operation:onCancel:)' [#DeprecatedDeclaration]
179 |     let cancellation = ManagedCriticalState<Bool>(false)
180 |
181 |     return try await withTaskCancellationHandler { [state] in
    |                      |- warning: 'withTaskCancellationHandler(handler:operation:)' is deprecated: renamed to 'withTaskCancellationHandler(operation:onCancel:)' [#DeprecatedDeclaration]
    |                      `- note: use 'withTaskCancellationHandler(operation:onCancel:)' instead
182 |       let awaiting = state.withCriticalRegion { state -> Awaiting? in
183 |         cancellation.withCriticalRegion { cancellation in
/Users/admin/builder/spi-builder-workspace/Sources/AsyncSubjects/AsyncSubject.swift:10:18: warning: redeclaration of associated type 'Failure' from protocol 'AsyncSequence' is better expressed as a 'where' clause on the protocol
 8 | #if swift(>=5.7)
 9 | public protocol AsyncSubject<Element, Failure>: AnyObject, AsyncSequence, Sendable where AsyncIterator: AsyncSubjectIterator {
10 |   associatedtype Failure: Error
   |                  `- warning: redeclaration of associated type 'Failure' from protocol 'AsyncSequence' is better expressed as a 'where' clause on the protocol
11 |
12 |   func send(_ element: Element)
_Concurrency.AsyncSequence.Failure:3:18: note: 'Failure' declared here
1 | protocol AsyncSequence {
2 | @available(macOS 15.0, iOS 18.0, watchOS 11.0, tvOS 18.0, visionOS 2.0, *)
3 |   associatedtype Failure = any Error where Self.Failure == Self.AsyncIterator.Failure}
  |                  `- note: 'Failure' declared here
4 |
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[102/126] Compiling AsyncExtensions AsyncReplaySubject.swift
/Users/admin/builder/spi-builder-workspace/Sources/AsyncChannels/AsyncBufferedChannel.swift:160:18: warning: 'withTaskCancellationHandler(handler:operation:)' is deprecated: renamed to 'withTaskCancellationHandler(operation:onCancel:)' [#DeprecatedDeclaration]
158 |     let cancellation = ManagedCriticalState<Bool>(false)
159 |
160 |     return await withTaskCancellationHandler { [state] in
    |                  |- warning: 'withTaskCancellationHandler(handler:operation:)' is deprecated: renamed to 'withTaskCancellationHandler(operation:onCancel:)' [#DeprecatedDeclaration]
    |                  `- note: use 'withTaskCancellationHandler(operation:onCancel:)' instead
161 |       let awaiting = state.withCriticalRegion { state -> Awaiting? in
162 |         cancellation.withCriticalRegion { cancellation in
/Users/admin/builder/spi-builder-workspace/Sources/AsyncChannels/AsyncThrowingBufferedChannel.swift:181:22: warning: 'withTaskCancellationHandler(handler:operation:)' is deprecated: renamed to 'withTaskCancellationHandler(operation:onCancel:)' [#DeprecatedDeclaration]
179 |     let cancellation = ManagedCriticalState<Bool>(false)
180 |
181 |     return try await withTaskCancellationHandler { [state] in
    |                      |- warning: 'withTaskCancellationHandler(handler:operation:)' is deprecated: renamed to 'withTaskCancellationHandler(operation:onCancel:)' [#DeprecatedDeclaration]
    |                      `- note: use 'withTaskCancellationHandler(operation:onCancel:)' instead
182 |       let awaiting = state.withCriticalRegion { state -> Awaiting? in
183 |         cancellation.withCriticalRegion { cancellation in
/Users/admin/builder/spi-builder-workspace/Sources/AsyncSubjects/AsyncSubject.swift:10:18: warning: redeclaration of associated type 'Failure' from protocol 'AsyncSequence' is better expressed as a 'where' clause on the protocol
 8 | #if swift(>=5.7)
 9 | public protocol AsyncSubject<Element, Failure>: AnyObject, AsyncSequence, Sendable where AsyncIterator: AsyncSubjectIterator {
10 |   associatedtype Failure: Error
   |                  `- warning: redeclaration of associated type 'Failure' from protocol 'AsyncSequence' is better expressed as a 'where' clause on the protocol
11 |
12 |   func send(_ element: Element)
_Concurrency.AsyncSequence.Failure:3:18: note: 'Failure' declared here
1 | protocol AsyncSequence {
2 | @available(macOS 15.0, iOS 18.0, watchOS 11.0, tvOS 18.0, visionOS 2.0, *)
3 |   associatedtype Failure = any Error where Self.Failure == Self.AsyncIterator.Failure}
  |                  `- note: 'Failure' declared here
4 |
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[103/126] Emitting module AsyncExtensions
/Users/admin/builder/spi-builder-workspace/Sources/AsyncSubjects/AsyncSubject.swift:10:18: warning: redeclaration of associated type 'Failure' from protocol 'AsyncSequence' is better expressed as a 'where' clause on the protocol
 8 | #if swift(>=5.7)
 9 | public protocol AsyncSubject<Element, Failure>: AnyObject, AsyncSequence, Sendable where AsyncIterator: AsyncSubjectIterator {
10 |   associatedtype Failure: Error
   |                  `- warning: redeclaration of associated type 'Failure' from protocol 'AsyncSequence' is better expressed as a 'where' clause on the protocol
11 |
12 |   func send(_ element: Element)
_Concurrency.AsyncSequence.Failure:3:18: note: 'Failure' declared here
1 | protocol AsyncSequence {
2 | @available(macOS 15.0, iOS 18.0, watchOS 11.0, tvOS 18.0, visionOS 2.0, *)
3 |   associatedtype Failure = any Error where Self.Failure == Self.AsyncIterator.Failure}
  |                  `- note: 'Failure' declared here
4 |
/Users/admin/builder/spi-builder-workspace/Sources/AsyncSubjects/AsyncThrowingCurrentValueSubject.swift:37:20: error: type 'AsyncThrowingCurrentValueSubject<Element, Failure>' does not conform to protocol 'AsyncSequence'
 35 | ///
 36 | /// ```
 37 | public final class AsyncThrowingCurrentValueSubject<Element, Failure: Error>: AsyncSubject where Element: Sendable {
    |                    `- error: type 'AsyncThrowingCurrentValueSubject<Element, Failure>' does not conform to protocol 'AsyncSequence'
 38 |   public typealias Element = Element
 39 |   public typealias Failure = Failure
/Users/admin/builder/spi-builder-workspace/Sources/AsyncSubjects/AsyncThrowingCurrentValueSubject.swift:37:20: error: 'AsyncSequence' requires the types 'AsyncThrowingCurrentValueSubject<Element, Failure>.Failure' (aka 'Failure') and 'any Error' be equivalent
 35 | ///
 36 | /// ```
 37 | public final class AsyncThrowingCurrentValueSubject<Element, Failure: Error>: AsyncSubject where Element: Sendable {
    |                    |- error: 'AsyncSequence' requires the types 'AsyncThrowingCurrentValueSubject<Element, Failure>.Failure' (aka 'Failure') and 'any Error' be equivalent
    |                    `- note: requirement specified as 'Self.Failure' == 'Self.AsyncIterator.Failure' [with Self = AsyncThrowingCurrentValueSubject<Element, Failure>]
 38 |   public typealias Element = Element
 39 |   public typealias Failure = Failure
/Users/admin/builder/spi-builder-workspace/Sources/AsyncSubjects/AsyncThrowingPassthroughSubject.swift:34:20: error: type 'AsyncThrowingPassthroughSubject<Element, Failure>' does not conform to protocol 'AsyncSequence'
 32 | /// ```
 33 | ///
 34 | public final class AsyncThrowingPassthroughSubject<Element, Failure: Error>: AsyncSubject where Element: Sendable {
    |                    `- error: type 'AsyncThrowingPassthroughSubject<Element, Failure>' does not conform to protocol 'AsyncSequence'
 35 |   public typealias Element = Element
 36 |   public typealias Failure = Failure
/Users/admin/builder/spi-builder-workspace/Sources/AsyncSubjects/AsyncThrowingPassthroughSubject.swift:34:20: error: 'AsyncSequence' requires the types 'AsyncThrowingPassthroughSubject<Element, Failure>.Failure' (aka 'Failure') and 'any Error' be equivalent
 32 | /// ```
 33 | ///
 34 | public final class AsyncThrowingPassthroughSubject<Element, Failure: Error>: AsyncSubject where Element: Sendable {
    |                    |- error: 'AsyncSequence' requires the types 'AsyncThrowingPassthroughSubject<Element, Failure>.Failure' (aka 'Failure') and 'any Error' be equivalent
    |                    `- note: requirement specified as 'Self.Failure' == 'Self.AsyncIterator.Failure' [with Self = AsyncThrowingPassthroughSubject<Element, Failure>]
 35 |   public typealias Element = Element
 36 |   public typealias Failure = Failure
/Users/admin/builder/spi-builder-workspace/Sources/AsyncSubjects/AsyncThrowingReplaySubject.swift:24:20: error: type 'AsyncThrowingReplaySubject<Element, Failure>' does not conform to protocol 'AsyncSequence'
 22 | /// }
 23 | /// ```
 24 | public final class AsyncThrowingReplaySubject<Element, Failure: Error>: AsyncSubject where Element: Sendable {
    |                    `- error: type 'AsyncThrowingReplaySubject<Element, Failure>' does not conform to protocol 'AsyncSequence'
 25 |   public typealias Element = Element
 26 |   public typealias Failure = Failure
/Users/admin/builder/spi-builder-workspace/Sources/AsyncSubjects/AsyncThrowingReplaySubject.swift:24:20: error: 'AsyncSequence' requires the types 'AsyncThrowingReplaySubject<Element, Failure>.Failure' (aka 'Failure') and 'any Error' be equivalent
 22 | /// }
 23 | /// ```
 24 | public final class AsyncThrowingReplaySubject<Element, Failure: Error>: AsyncSubject where Element: Sendable {
    |                    |- error: 'AsyncSequence' requires the types 'AsyncThrowingReplaySubject<Element, Failure>.Failure' (aka 'Failure') and 'any Error' be equivalent
    |                    `- note: requirement specified as 'Self.Failure' == 'Self.AsyncIterator.Failure' [with Self = AsyncThrowingReplaySubject<Element, Failure>]
 25 |   public typealias Element = Element
 26 |   public typealias Failure = Failure
/Users/admin/builder/spi-builder-workspace/Sources/Operators/AsyncMulticastSequence.swift:53:33: error: 'Failure' is only available in macOS 15.0 or newer
  6 | //
  7 |
  8 | public extension AsyncSequence {
    |        `- note: add '@available' attribute to enclosing extension
  9 |   /// Use multicast  when you have multiple client iterations, but you want the base async sequence
 10 |   /// to only produce a single `AsyncIterator`.
    :
 50 |   ///
 51 |   /// - Parameter subject: An `AsyncSubject` to deliver elements to downstream client loops.
 52 |   func multicast<S: AsyncSubject>(_ subject: S) -> AsyncMulticastSequence<Self, S>
    |        `- note: add '@available' attribute to enclosing instance method
 53 |   where S.Element == Element, S.Failure == Error {
    |                                 `- error: 'Failure' is only available in macOS 15.0 or newer
 54 |     AsyncMulticastSequence(self, subject: subject)
 55 |   }
/Users/admin/builder/spi-builder-workspace/Sources/Operators/AsyncMulticastSequence.swift:59:48: error: 'Failure' is only available in macOS 15.0 or newer
 56 | }
 57 |
 58 | public final class AsyncMulticastSequence<Base: AsyncSequence, Subject: AsyncSubject>: AsyncSequence, Sendable
    |                    `- note: add '@available' attribute to enclosing generic class
 59 | where Base.Element == Subject.Element, Subject.Failure == Error, Base.AsyncIterator: Sendable {
    |                                                `- error: 'Failure' is only available in macOS 15.0 or newer
 60 |   public typealias Element = Base.Element
 61 |   public typealias AsyncIterator = Iterator
[104/126] Compiling AsyncExtensions AsyncSwitchToLatestSequence.swift
/Users/admin/builder/spi-builder-workspace/Sources/Operators/AsyncSwitchToLatestSequence.swift:224:24: warning: 'withTaskCancellationHandler(handler:operation:)' is deprecated: renamed to 'withTaskCancellationHandler(operation:onCancel:)' [#DeprecatedDeclaration]
222 |       self.startBase()
223 |
224 |       return try await withTaskCancellationHandler { [baseTask, state] in
    |                        |- warning: 'withTaskCancellationHandler(handler:operation:)' is deprecated: renamed to 'withTaskCancellationHandler(operation:onCancel:)' [#DeprecatedDeclaration]
    |                        `- note: use 'withTaskCancellationHandler(operation:onCancel:)' instead
225 |         baseTask?.cancel()
226 |         state.withCriticalRegion {
/Users/admin/builder/spi-builder-workspace/Sources/Supporting/Regulator.swift:50:11: warning: 'withTaskCancellationHandler(handler:operation:)' is deprecated: renamed to 'withTaskCancellationHandler(operation:onCancel:)' [#DeprecatedDeclaration]
 48 |
 49 |   func iterate() async {
 50 |     await withTaskCancellationHandler {
    |           |- warning: 'withTaskCancellationHandler(handler:operation:)' is deprecated: renamed to 'withTaskCancellationHandler(operation:onCancel:)' [#DeprecatedDeclaration]
    |           `- note: use 'withTaskCancellationHandler(operation:onCancel:)' instead
 51 |       self.unsuspendAndExitOnCancel()
 52 |     } operation: {
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[105/126] Compiling AsyncExtensions ManagedCriticalState.swift
/Users/admin/builder/spi-builder-workspace/Sources/Operators/AsyncSwitchToLatestSequence.swift:224:24: warning: 'withTaskCancellationHandler(handler:operation:)' is deprecated: renamed to 'withTaskCancellationHandler(operation:onCancel:)' [#DeprecatedDeclaration]
222 |       self.startBase()
223 |
224 |       return try await withTaskCancellationHandler { [baseTask, state] in
    |                        |- warning: 'withTaskCancellationHandler(handler:operation:)' is deprecated: renamed to 'withTaskCancellationHandler(operation:onCancel:)' [#DeprecatedDeclaration]
    |                        `- note: use 'withTaskCancellationHandler(operation:onCancel:)' instead
225 |         baseTask?.cancel()
226 |         state.withCriticalRegion {
/Users/admin/builder/spi-builder-workspace/Sources/Supporting/Regulator.swift:50:11: warning: 'withTaskCancellationHandler(handler:operation:)' is deprecated: renamed to 'withTaskCancellationHandler(operation:onCancel:)' [#DeprecatedDeclaration]
 48 |
 49 |   func iterate() async {
 50 |     await withTaskCancellationHandler {
    |           |- warning: 'withTaskCancellationHandler(handler:operation:)' is deprecated: renamed to 'withTaskCancellationHandler(operation:onCancel:)' [#DeprecatedDeclaration]
    |           `- note: use 'withTaskCancellationHandler(operation:onCancel:)' instead
 51 |       self.unsuspendAndExitOnCancel()
 52 |     } operation: {
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[106/126] Compiling AsyncExtensions Regulator.swift
/Users/admin/builder/spi-builder-workspace/Sources/Operators/AsyncSwitchToLatestSequence.swift:224:24: warning: 'withTaskCancellationHandler(handler:operation:)' is deprecated: renamed to 'withTaskCancellationHandler(operation:onCancel:)' [#DeprecatedDeclaration]
222 |       self.startBase()
223 |
224 |       return try await withTaskCancellationHandler { [baseTask, state] in
    |                        |- warning: 'withTaskCancellationHandler(handler:operation:)' is deprecated: renamed to 'withTaskCancellationHandler(operation:onCancel:)' [#DeprecatedDeclaration]
    |                        `- note: use 'withTaskCancellationHandler(operation:onCancel:)' instead
225 |         baseTask?.cancel()
226 |         state.withCriticalRegion {
/Users/admin/builder/spi-builder-workspace/Sources/Supporting/Regulator.swift:50:11: warning: 'withTaskCancellationHandler(handler:operation:)' is deprecated: renamed to 'withTaskCancellationHandler(operation:onCancel:)' [#DeprecatedDeclaration]
 48 |
 49 |   func iterate() async {
 50 |     await withTaskCancellationHandler {
    |           |- warning: 'withTaskCancellationHandler(handler:operation:)' is deprecated: renamed to 'withTaskCancellationHandler(operation:onCancel:)' [#DeprecatedDeclaration]
    |           `- note: use 'withTaskCancellationHandler(operation:onCancel:)' instead
 51 |       self.unsuspendAndExitOnCancel()
 52 |     } operation: {
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[107/126] Compiling AsyncExtensions Result+ErrorMechanism.swift
/Users/admin/builder/spi-builder-workspace/Sources/Operators/AsyncSwitchToLatestSequence.swift:224:24: warning: 'withTaskCancellationHandler(handler:operation:)' is deprecated: renamed to 'withTaskCancellationHandler(operation:onCancel:)' [#DeprecatedDeclaration]
222 |       self.startBase()
223 |
224 |       return try await withTaskCancellationHandler { [baseTask, state] in
    |                        |- warning: 'withTaskCancellationHandler(handler:operation:)' is deprecated: renamed to 'withTaskCancellationHandler(operation:onCancel:)' [#DeprecatedDeclaration]
    |                        `- note: use 'withTaskCancellationHandler(operation:onCancel:)' instead
225 |         baseTask?.cancel()
226 |         state.withCriticalRegion {
/Users/admin/builder/spi-builder-workspace/Sources/Supporting/Regulator.swift:50:11: warning: 'withTaskCancellationHandler(handler:operation:)' is deprecated: renamed to 'withTaskCancellationHandler(operation:onCancel:)' [#DeprecatedDeclaration]
 48 |
 49 |   func iterate() async {
 50 |     await withTaskCancellationHandler {
    |           |- warning: 'withTaskCancellationHandler(handler:operation:)' is deprecated: renamed to 'withTaskCancellationHandler(operation:onCancel:)' [#DeprecatedDeclaration]
    |           `- note: use 'withTaskCancellationHandler(operation:onCancel:)' instead
 51 |       self.unsuspendAndExitOnCancel()
 52 |     } operation: {
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[108/126] Compiling AsyncExtensions AsyncMerge2Sequence.swift
/Users/admin/builder/spi-builder-workspace/Sources/Combiners/Merge/MergeStateMachine.swift:198:11: warning: 'withTaskCancellationHandler(handler:operation:)' is deprecated: renamed to 'withTaskCancellationHandler(operation:onCancel:)' [#DeprecatedDeclaration]
196 |
197 |   func next() async -> RegulatedElement<Element> {
198 |     await withTaskCancellationHandler {
    |           |- warning: 'withTaskCancellationHandler(handler:operation:)' is deprecated: renamed to 'withTaskCancellationHandler(operation:onCancel:)' [#DeprecatedDeclaration]
    |           `- note: use 'withTaskCancellationHandler(operation:onCancel:)' instead
199 |       self.unsuspendAndClearOnCancel()
200 |     } operation: {
/Users/admin/builder/spi-builder-workspace/Sources/Combiners/WithLatestFrom/AsyncWithLatestFrom2Sequence.swift:175:24: warning: 'withTaskCancellationHandler(handler:operation:)' is deprecated: renamed to 'withTaskCancellationHandler(operation:onCancel:)' [#DeprecatedDeclaration]
173 |       guard !shouldReturnNil else { return nil }
174 |
175 |       return try await withTaskCancellationHandler { [isTerminated, othersTask] in
    |                        |- warning: 'withTaskCancellationHandler(handler:operation:)' is deprecated: renamed to 'withTaskCancellationHandler(operation:onCancel:)' [#DeprecatedDeclaration]
    |                        `- note: use 'withTaskCancellationHandler(operation:onCancel:)' instead
176 |         isTerminated.withCriticalRegion { isTerminated in
177 |           isTerminated = true
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[109/126] Compiling AsyncExtensions AsyncMerge3Sequence.swift
/Users/admin/builder/spi-builder-workspace/Sources/Combiners/Merge/MergeStateMachine.swift:198:11: warning: 'withTaskCancellationHandler(handler:operation:)' is deprecated: renamed to 'withTaskCancellationHandler(operation:onCancel:)' [#DeprecatedDeclaration]
196 |
197 |   func next() async -> RegulatedElement<Element> {
198 |     await withTaskCancellationHandler {
    |           |- warning: 'withTaskCancellationHandler(handler:operation:)' is deprecated: renamed to 'withTaskCancellationHandler(operation:onCancel:)' [#DeprecatedDeclaration]
    |           `- note: use 'withTaskCancellationHandler(operation:onCancel:)' instead
199 |       self.unsuspendAndClearOnCancel()
200 |     } operation: {
/Users/admin/builder/spi-builder-workspace/Sources/Combiners/WithLatestFrom/AsyncWithLatestFrom2Sequence.swift:175:24: warning: 'withTaskCancellationHandler(handler:operation:)' is deprecated: renamed to 'withTaskCancellationHandler(operation:onCancel:)' [#DeprecatedDeclaration]
173 |       guard !shouldReturnNil else { return nil }
174 |
175 |       return try await withTaskCancellationHandler { [isTerminated, othersTask] in
    |                        |- warning: 'withTaskCancellationHandler(handler:operation:)' is deprecated: renamed to 'withTaskCancellationHandler(operation:onCancel:)' [#DeprecatedDeclaration]
    |                        `- note: use 'withTaskCancellationHandler(operation:onCancel:)' instead
176 |         isTerminated.withCriticalRegion { isTerminated in
177 |           isTerminated = true
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[110/126] Compiling AsyncExtensions AsyncMergeSequence.swift
/Users/admin/builder/spi-builder-workspace/Sources/Combiners/Merge/MergeStateMachine.swift:198:11: warning: 'withTaskCancellationHandler(handler:operation:)' is deprecated: renamed to 'withTaskCancellationHandler(operation:onCancel:)' [#DeprecatedDeclaration]
196 |
197 |   func next() async -> RegulatedElement<Element> {
198 |     await withTaskCancellationHandler {
    |           |- warning: 'withTaskCancellationHandler(handler:operation:)' is deprecated: renamed to 'withTaskCancellationHandler(operation:onCancel:)' [#DeprecatedDeclaration]
    |           `- note: use 'withTaskCancellationHandler(operation:onCancel:)' instead
199 |       self.unsuspendAndClearOnCancel()
200 |     } operation: {
/Users/admin/builder/spi-builder-workspace/Sources/Combiners/WithLatestFrom/AsyncWithLatestFrom2Sequence.swift:175:24: warning: 'withTaskCancellationHandler(handler:operation:)' is deprecated: renamed to 'withTaskCancellationHandler(operation:onCancel:)' [#DeprecatedDeclaration]
173 |       guard !shouldReturnNil else { return nil }
174 |
175 |       return try await withTaskCancellationHandler { [isTerminated, othersTask] in
    |                        |- warning: 'withTaskCancellationHandler(handler:operation:)' is deprecated: renamed to 'withTaskCancellationHandler(operation:onCancel:)' [#DeprecatedDeclaration]
    |                        `- note: use 'withTaskCancellationHandler(operation:onCancel:)' instead
176 |         isTerminated.withCriticalRegion { isTerminated in
177 |           isTerminated = true
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[111/126] Compiling AsyncExtensions MergeStateMachine.swift
/Users/admin/builder/spi-builder-workspace/Sources/Combiners/Merge/MergeStateMachine.swift:198:11: warning: 'withTaskCancellationHandler(handler:operation:)' is deprecated: renamed to 'withTaskCancellationHandler(operation:onCancel:)' [#DeprecatedDeclaration]
196 |
197 |   func next() async -> RegulatedElement<Element> {
198 |     await withTaskCancellationHandler {
    |           |- warning: 'withTaskCancellationHandler(handler:operation:)' is deprecated: renamed to 'withTaskCancellationHandler(operation:onCancel:)' [#DeprecatedDeclaration]
    |           `- note: use 'withTaskCancellationHandler(operation:onCancel:)' instead
199 |       self.unsuspendAndClearOnCancel()
200 |     } operation: {
/Users/admin/builder/spi-builder-workspace/Sources/Combiners/WithLatestFrom/AsyncWithLatestFrom2Sequence.swift:175:24: warning: 'withTaskCancellationHandler(handler:operation:)' is deprecated: renamed to 'withTaskCancellationHandler(operation:onCancel:)' [#DeprecatedDeclaration]
173 |       guard !shouldReturnNil else { return nil }
174 |
175 |       return try await withTaskCancellationHandler { [isTerminated, othersTask] in
    |                        |- warning: 'withTaskCancellationHandler(handler:operation:)' is deprecated: renamed to 'withTaskCancellationHandler(operation:onCancel:)' [#DeprecatedDeclaration]
    |                        `- note: use 'withTaskCancellationHandler(operation:onCancel:)' instead
176 |         isTerminated.withCriticalRegion { isTerminated in
177 |           isTerminated = true
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[112/126] Compiling AsyncExtensions AsyncWithLatestFrom2Sequence.swift
/Users/admin/builder/spi-builder-workspace/Sources/Combiners/Merge/MergeStateMachine.swift:198:11: warning: 'withTaskCancellationHandler(handler:operation:)' is deprecated: renamed to 'withTaskCancellationHandler(operation:onCancel:)' [#DeprecatedDeclaration]
196 |
197 |   func next() async -> RegulatedElement<Element> {
198 |     await withTaskCancellationHandler {
    |           |- warning: 'withTaskCancellationHandler(handler:operation:)' is deprecated: renamed to 'withTaskCancellationHandler(operation:onCancel:)' [#DeprecatedDeclaration]
    |           `- note: use 'withTaskCancellationHandler(operation:onCancel:)' instead
199 |       self.unsuspendAndClearOnCancel()
200 |     } operation: {
/Users/admin/builder/spi-builder-workspace/Sources/Combiners/WithLatestFrom/AsyncWithLatestFrom2Sequence.swift:175:24: warning: 'withTaskCancellationHandler(handler:operation:)' is deprecated: renamed to 'withTaskCancellationHandler(operation:onCancel:)' [#DeprecatedDeclaration]
173 |       guard !shouldReturnNil else { return nil }
174 |
175 |       return try await withTaskCancellationHandler { [isTerminated, othersTask] in
    |                        |- warning: 'withTaskCancellationHandler(handler:operation:)' is deprecated: renamed to 'withTaskCancellationHandler(operation:onCancel:)' [#DeprecatedDeclaration]
    |                        `- note: use 'withTaskCancellationHandler(operation:onCancel:)' instead
176 |         isTerminated.withCriticalRegion { isTerminated in
177 |           isTerminated = true
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[113/126] Compiling AsyncExtensions Zip2StateMachine.swift
/Users/admin/builder/spi-builder-workspace/Sources/Combiners/Zip/Zip3Runtime.swift:188:15: warning: 'withTaskCancellationHandler(handler:operation:)' is deprecated: renamed to 'withTaskCancellationHandler(operation:onCancel:)' [#DeprecatedDeclaration]
186 |
187 |   func next() async rethrows -> (Base1.Element, Base2.Element, Base3.Element)? {
188 |     try await withTaskCancellationHandler {
    |               |- warning: 'withTaskCancellationHandler(handler:operation:)' is deprecated: renamed to 'withTaskCancellationHandler(operation:onCancel:)' [#DeprecatedDeclaration]
    |               `- note: use 'withTaskCancellationHandler(operation:onCancel:)' instead
189 |       let output = self.stateMachine.withCriticalRegion { stateMachine in
190 |         stateMachine.rootTaskIsCancelled()
/Users/admin/builder/spi-builder-workspace/Sources/Combiners/Zip/ZipRuntime.swift:122:15: warning: 'withTaskCancellationHandler(handler:operation:)' is deprecated: renamed to 'withTaskCancellationHandler(operation:onCancel:)' [#DeprecatedDeclaration]
120 |
121 |   func next() async rethrows -> [Base.Element]? {
122 |     try await withTaskCancellationHandler {
    |               |- warning: 'withTaskCancellationHandler(handler:operation:)' is deprecated: renamed to 'withTaskCancellationHandler(operation:onCancel:)' [#DeprecatedDeclaration]
    |               `- note: use 'withTaskCancellationHandler(operation:onCancel:)' instead
123 |       let output = self.stateMachine.withCriticalRegion { stateMachine in
124 |         stateMachine.rootTaskIsCancelled()
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[114/126] Compiling AsyncExtensions Zip3Runtime.swift
/Users/admin/builder/spi-builder-workspace/Sources/Combiners/Zip/Zip3Runtime.swift:188:15: warning: 'withTaskCancellationHandler(handler:operation:)' is deprecated: renamed to 'withTaskCancellationHandler(operation:onCancel:)' [#DeprecatedDeclaration]
186 |
187 |   func next() async rethrows -> (Base1.Element, Base2.Element, Base3.Element)? {
188 |     try await withTaskCancellationHandler {
    |               |- warning: 'withTaskCancellationHandler(handler:operation:)' is deprecated: renamed to 'withTaskCancellationHandler(operation:onCancel:)' [#DeprecatedDeclaration]
    |               `- note: use 'withTaskCancellationHandler(operation:onCancel:)' instead
189 |       let output = self.stateMachine.withCriticalRegion { stateMachine in
190 |         stateMachine.rootTaskIsCancelled()
/Users/admin/builder/spi-builder-workspace/Sources/Combiners/Zip/ZipRuntime.swift:122:15: warning: 'withTaskCancellationHandler(handler:operation:)' is deprecated: renamed to 'withTaskCancellationHandler(operation:onCancel:)' [#DeprecatedDeclaration]
120 |
121 |   func next() async rethrows -> [Base.Element]? {
122 |     try await withTaskCancellationHandler {
    |               |- warning: 'withTaskCancellationHandler(handler:operation:)' is deprecated: renamed to 'withTaskCancellationHandler(operation:onCancel:)' [#DeprecatedDeclaration]
    |               `- note: use 'withTaskCancellationHandler(operation:onCancel:)' instead
123 |       let output = self.stateMachine.withCriticalRegion { stateMachine in
124 |         stateMachine.rootTaskIsCancelled()
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[115/126] Compiling AsyncExtensions Zip3StateMachine.swift
/Users/admin/builder/spi-builder-workspace/Sources/Combiners/Zip/Zip3Runtime.swift:188:15: warning: 'withTaskCancellationHandler(handler:operation:)' is deprecated: renamed to 'withTaskCancellationHandler(operation:onCancel:)' [#DeprecatedDeclaration]
186 |
187 |   func next() async rethrows -> (Base1.Element, Base2.Element, Base3.Element)? {
188 |     try await withTaskCancellationHandler {
    |               |- warning: 'withTaskCancellationHandler(handler:operation:)' is deprecated: renamed to 'withTaskCancellationHandler(operation:onCancel:)' [#DeprecatedDeclaration]
    |               `- note: use 'withTaskCancellationHandler(operation:onCancel:)' instead
189 |       let output = self.stateMachine.withCriticalRegion { stateMachine in
190 |         stateMachine.rootTaskIsCancelled()
/Users/admin/builder/spi-builder-workspace/Sources/Combiners/Zip/ZipRuntime.swift:122:15: warning: 'withTaskCancellationHandler(handler:operation:)' is deprecated: renamed to 'withTaskCancellationHandler(operation:onCancel:)' [#DeprecatedDeclaration]
120 |
121 |   func next() async rethrows -> [Base.Element]? {
122 |     try await withTaskCancellationHandler {
    |               |- warning: 'withTaskCancellationHandler(handler:operation:)' is deprecated: renamed to 'withTaskCancellationHandler(operation:onCancel:)' [#DeprecatedDeclaration]
    |               `- note: use 'withTaskCancellationHandler(operation:onCancel:)' instead
123 |       let output = self.stateMachine.withCriticalRegion { stateMachine in
124 |         stateMachine.rootTaskIsCancelled()
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[116/126] Compiling AsyncExtensions ZipRuntime.swift
/Users/admin/builder/spi-builder-workspace/Sources/Combiners/Zip/Zip3Runtime.swift:188:15: warning: 'withTaskCancellationHandler(handler:operation:)' is deprecated: renamed to 'withTaskCancellationHandler(operation:onCancel:)' [#DeprecatedDeclaration]
186 |
187 |   func next() async rethrows -> (Base1.Element, Base2.Element, Base3.Element)? {
188 |     try await withTaskCancellationHandler {
    |               |- warning: 'withTaskCancellationHandler(handler:operation:)' is deprecated: renamed to 'withTaskCancellationHandler(operation:onCancel:)' [#DeprecatedDeclaration]
    |               `- note: use 'withTaskCancellationHandler(operation:onCancel:)' instead
189 |       let output = self.stateMachine.withCriticalRegion { stateMachine in
190 |         stateMachine.rootTaskIsCancelled()
/Users/admin/builder/spi-builder-workspace/Sources/Combiners/Zip/ZipRuntime.swift:122:15: warning: 'withTaskCancellationHandler(handler:operation:)' is deprecated: renamed to 'withTaskCancellationHandler(operation:onCancel:)' [#DeprecatedDeclaration]
120 |
121 |   func next() async rethrows -> [Base.Element]? {
122 |     try await withTaskCancellationHandler {
    |               |- warning: 'withTaskCancellationHandler(handler:operation:)' is deprecated: renamed to 'withTaskCancellationHandler(operation:onCancel:)' [#DeprecatedDeclaration]
    |               `- note: use 'withTaskCancellationHandler(operation:onCancel:)' instead
123 |       let output = self.stateMachine.withCriticalRegion { stateMachine in
124 |         stateMachine.rootTaskIsCancelled()
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[117/126] Compiling AsyncExtensions ZipStateMachine.swift
/Users/admin/builder/spi-builder-workspace/Sources/Combiners/Zip/Zip3Runtime.swift:188:15: warning: 'withTaskCancellationHandler(handler:operation:)' is deprecated: renamed to 'withTaskCancellationHandler(operation:onCancel:)' [#DeprecatedDeclaration]
186 |
187 |   func next() async rethrows -> (Base1.Element, Base2.Element, Base3.Element)? {
188 |     try await withTaskCancellationHandler {
    |               |- warning: 'withTaskCancellationHandler(handler:operation:)' is deprecated: renamed to 'withTaskCancellationHandler(operation:onCancel:)' [#DeprecatedDeclaration]
    |               `- note: use 'withTaskCancellationHandler(operation:onCancel:)' instead
189 |       let output = self.stateMachine.withCriticalRegion { stateMachine in
190 |         stateMachine.rootTaskIsCancelled()
/Users/admin/builder/spi-builder-workspace/Sources/Combiners/Zip/ZipRuntime.swift:122:15: warning: 'withTaskCancellationHandler(handler:operation:)' is deprecated: renamed to 'withTaskCancellationHandler(operation:onCancel:)' [#DeprecatedDeclaration]
120 |
121 |   func next() async rethrows -> [Base.Element]? {
122 |     try await withTaskCancellationHandler {
    |               |- warning: 'withTaskCancellationHandler(handler:operation:)' is deprecated: renamed to 'withTaskCancellationHandler(operation:onCancel:)' [#DeprecatedDeclaration]
    |               `- note: use 'withTaskCancellationHandler(operation:onCancel:)' instead
123 |       let output = self.stateMachine.withCriticalRegion { stateMachine in
124 |         stateMachine.rootTaskIsCancelled()
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[118/126] Compiling AsyncExtensions AsyncStream+Pipe.swift
/Users/admin/builder/spi-builder-workspace/Sources/Creators/AsyncTimerSequence.swift:81:13: warning: 'withTaskCancellationHandler(handler:operation:)' is deprecated: renamed to 'withTaskCancellationHandler(operation:onCancel:)' [#DeprecatedDeclaration]
79 |
80 |     public mutating func next() async -> Element? {
81 |       await withTaskCancellationHandler { [task] in
   |             |- warning: 'withTaskCancellationHandler(handler:operation:)' is deprecated: renamed to 'withTaskCancellationHandler(operation:onCancel:)' [#DeprecatedDeclaration]
   |             `- note: use 'withTaskCancellationHandler(operation:onCancel:)' instead
82 |         task.cancel()
83 |       } operation: {
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[119/126] Compiling AsyncExtensions AsyncThrowingJustSequence.swift
/Users/admin/builder/spi-builder-workspace/Sources/Creators/AsyncTimerSequence.swift:81:13: warning: 'withTaskCancellationHandler(handler:operation:)' is deprecated: renamed to 'withTaskCancellationHandler(operation:onCancel:)' [#DeprecatedDeclaration]
79 |
80 |     public mutating func next() async -> Element? {
81 |       await withTaskCancellationHandler { [task] in
   |             |- warning: 'withTaskCancellationHandler(handler:operation:)' is deprecated: renamed to 'withTaskCancellationHandler(operation:onCancel:)' [#DeprecatedDeclaration]
   |             `- note: use 'withTaskCancellationHandler(operation:onCancel:)' instead
82 |         task.cancel()
83 |       } operation: {
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[120/126] Compiling AsyncExtensions AsyncTimerSequence.swift
/Users/admin/builder/spi-builder-workspace/Sources/Creators/AsyncTimerSequence.swift:81:13: warning: 'withTaskCancellationHandler(handler:operation:)' is deprecated: renamed to 'withTaskCancellationHandler(operation:onCancel:)' [#DeprecatedDeclaration]
79 |
80 |     public mutating func next() async -> Element? {
81 |       await withTaskCancellationHandler { [task] in
   |             |- warning: 'withTaskCancellationHandler(handler:operation:)' is deprecated: renamed to 'withTaskCancellationHandler(operation:onCancel:)' [#DeprecatedDeclaration]
   |             `- note: use 'withTaskCancellationHandler(operation:onCancel:)' instead
82 |         task.cancel()
83 |       } operation: {
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[121/126] Compiling AsyncExtensions AsyncHandleEventsSequence.swift
/Users/admin/builder/spi-builder-workspace/Sources/Creators/AsyncTimerSequence.swift:81:13: warning: 'withTaskCancellationHandler(handler:operation:)' is deprecated: renamed to 'withTaskCancellationHandler(operation:onCancel:)' [#DeprecatedDeclaration]
79 |
80 |     public mutating func next() async -> Element? {
81 |       await withTaskCancellationHandler { [task] in
   |             |- warning: 'withTaskCancellationHandler(handler:operation:)' is deprecated: renamed to 'withTaskCancellationHandler(operation:onCancel:)' [#DeprecatedDeclaration]
   |             `- note: use 'withTaskCancellationHandler(operation:onCancel:)' instead
82 |         task.cancel()
83 |       } operation: {
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[122/126] Compiling AsyncExtensions AsyncMapToResultSequence.swift
/Users/admin/builder/spi-builder-workspace/Sources/Creators/AsyncTimerSequence.swift:81:13: warning: 'withTaskCancellationHandler(handler:operation:)' is deprecated: renamed to 'withTaskCancellationHandler(operation:onCancel:)' [#DeprecatedDeclaration]
79 |
80 |     public mutating func next() async -> Element? {
81 |       await withTaskCancellationHandler { [task] in
   |             |- warning: 'withTaskCancellationHandler(handler:operation:)' is deprecated: renamed to 'withTaskCancellationHandler(operation:onCancel:)' [#DeprecatedDeclaration]
   |             `- note: use 'withTaskCancellationHandler(operation:onCancel:)' instead
82 |         task.cancel()
83 |       } operation: {
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[123/126] Compiling AsyncExtensions AsyncMulticastSequence.swift
/Users/admin/builder/spi-builder-workspace/Sources/AsyncSubjects/AsyncSubject.swift:10:18: warning: redeclaration of associated type 'Failure' from protocol 'AsyncSequence' is better expressed as a 'where' clause on the protocol
 8 | #if swift(>=5.7)
 9 | public protocol AsyncSubject<Element, Failure>: AnyObject, AsyncSequence, Sendable where AsyncIterator: AsyncSubjectIterator {
10 |   associatedtype Failure: Error
   |                  `- warning: redeclaration of associated type 'Failure' from protocol 'AsyncSequence' is better expressed as a 'where' clause on the protocol
11 |
12 |   func send(_ element: Element)
_Concurrency.AsyncSequence.Failure:3:18: note: 'Failure' declared here
1 | protocol AsyncSequence {
2 | @available(macOS 15.0, iOS 18.0, watchOS 11.0, tvOS 18.0, visionOS 2.0, *)
3 |   associatedtype Failure = any Error where Self.Failure == Self.AsyncIterator.Failure}
  |                  `- note: 'Failure' declared here
4 |
/Users/admin/builder/spi-builder-workspace/Sources/Operators/AsyncMulticastSequence.swift:53:33: error: 'Failure' is only available in macOS 15.0 or newer
  6 | //
  7 |
  8 | public extension AsyncSequence {
    |        `- note: add '@available' attribute to enclosing extension
  9 |   /// Use multicast  when you have multiple client iterations, but you want the base async sequence
 10 |   /// to only produce a single `AsyncIterator`.
    :
 50 |   ///
 51 |   /// - Parameter subject: An `AsyncSubject` to deliver elements to downstream client loops.
 52 |   func multicast<S: AsyncSubject>(_ subject: S) -> AsyncMulticastSequence<Self, S>
    |        `- note: add '@available' attribute to enclosing instance method
 53 |   where S.Element == Element, S.Failure == Error {
    |                                 `- error: 'Failure' is only available in macOS 15.0 or newer
 54 |     AsyncMulticastSequence(self, subject: subject)
 55 |   }
/Users/admin/builder/spi-builder-workspace/Sources/Operators/AsyncMulticastSequence.swift:59:48: error: 'Failure' is only available in macOS 15.0 or newer
 56 | }
 57 |
 58 | public final class AsyncMulticastSequence<Base: AsyncSequence, Subject: AsyncSubject>: AsyncSequence, Sendable
    |                    `- note: add '@available' attribute to enclosing generic class
 59 | where Base.Element == Subject.Element, Subject.Failure == Error, Base.AsyncIterator: Sendable {
    |                                                `- error: 'Failure' is only available in macOS 15.0 or newer
 60 |   public typealias Element = Base.Element
 61 |   public typealias AsyncIterator = Iterator
[124/126] Compiling AsyncExtensions AsyncPrependSequence.swift
/Users/admin/builder/spi-builder-workspace/Sources/AsyncSubjects/AsyncSubject.swift:10:18: warning: redeclaration of associated type 'Failure' from protocol 'AsyncSequence' is better expressed as a 'where' clause on the protocol
 8 | #if swift(>=5.7)
 9 | public protocol AsyncSubject<Element, Failure>: AnyObject, AsyncSequence, Sendable where AsyncIterator: AsyncSubjectIterator {
10 |   associatedtype Failure: Error
   |                  `- warning: redeclaration of associated type 'Failure' from protocol 'AsyncSequence' is better expressed as a 'where' clause on the protocol
11 |
12 |   func send(_ element: Element)
_Concurrency.AsyncSequence.Failure:3:18: note: 'Failure' declared here
1 | protocol AsyncSequence {
2 | @available(macOS 15.0, iOS 18.0, watchOS 11.0, tvOS 18.0, visionOS 2.0, *)
3 |   associatedtype Failure = any Error where Self.Failure == Self.AsyncIterator.Failure}
  |                  `- note: 'Failure' declared here
4 |
/Users/admin/builder/spi-builder-workspace/Sources/Operators/AsyncMulticastSequence.swift:53:33: error: 'Failure' is only available in macOS 15.0 or newer
  6 | //
  7 |
  8 | public extension AsyncSequence {
    |        `- note: add '@available' attribute to enclosing extension
  9 |   /// Use multicast  when you have multiple client iterations, but you want the base async sequence
 10 |   /// to only produce a single `AsyncIterator`.
    :
 50 |   ///
 51 |   /// - Parameter subject: An `AsyncSubject` to deliver elements to downstream client loops.
 52 |   func multicast<S: AsyncSubject>(_ subject: S) -> AsyncMulticastSequence<Self, S>
    |        `- note: add '@available' attribute to enclosing instance method
 53 |   where S.Element == Element, S.Failure == Error {
    |                                 `- error: 'Failure' is only available in macOS 15.0 or newer
 54 |     AsyncMulticastSequence(self, subject: subject)
 55 |   }
/Users/admin/builder/spi-builder-workspace/Sources/Operators/AsyncMulticastSequence.swift:59:48: error: 'Failure' is only available in macOS 15.0 or newer
 56 | }
 57 |
 58 | public final class AsyncMulticastSequence<Base: AsyncSequence, Subject: AsyncSubject>: AsyncSequence, Sendable
    |                    `- note: add '@available' attribute to enclosing generic class
 59 | where Base.Element == Subject.Element, Subject.Failure == Error, Base.AsyncIterator: Sendable {
    |                                                `- error: 'Failure' is only available in macOS 15.0 or newer
 60 |   public typealias Element = Base.Element
 61 |   public typealias AsyncIterator = Iterator
[125/126] Compiling AsyncExtensions AsyncScanSequence.swift
/Users/admin/builder/spi-builder-workspace/Sources/AsyncSubjects/AsyncSubject.swift:10:18: warning: redeclaration of associated type 'Failure' from protocol 'AsyncSequence' is better expressed as a 'where' clause on the protocol
 8 | #if swift(>=5.7)
 9 | public protocol AsyncSubject<Element, Failure>: AnyObject, AsyncSequence, Sendable where AsyncIterator: AsyncSubjectIterator {
10 |   associatedtype Failure: Error
   |                  `- warning: redeclaration of associated type 'Failure' from protocol 'AsyncSequence' is better expressed as a 'where' clause on the protocol
11 |
12 |   func send(_ element: Element)
_Concurrency.AsyncSequence.Failure:3:18: note: 'Failure' declared here
1 | protocol AsyncSequence {
2 | @available(macOS 15.0, iOS 18.0, watchOS 11.0, tvOS 18.0, visionOS 2.0, *)
3 |   associatedtype Failure = any Error where Self.Failure == Self.AsyncIterator.Failure}
  |                  `- note: 'Failure' declared here
4 |
/Users/admin/builder/spi-builder-workspace/Sources/Operators/AsyncMulticastSequence.swift:53:33: error: 'Failure' is only available in macOS 15.0 or newer
  6 | //
  7 |
  8 | public extension AsyncSequence {
    |        `- note: add '@available' attribute to enclosing extension
  9 |   /// Use multicast  when you have multiple client iterations, but you want the base async sequence
 10 |   /// to only produce a single `AsyncIterator`.
    :
 50 |   ///
 51 |   /// - Parameter subject: An `AsyncSubject` to deliver elements to downstream client loops.
 52 |   func multicast<S: AsyncSubject>(_ subject: S) -> AsyncMulticastSequence<Self, S>
    |        `- note: add '@available' attribute to enclosing instance method
 53 |   where S.Element == Element, S.Failure == Error {
    |                                 `- error: 'Failure' is only available in macOS 15.0 or newer
 54 |     AsyncMulticastSequence(self, subject: subject)
 55 |   }
/Users/admin/builder/spi-builder-workspace/Sources/Operators/AsyncMulticastSequence.swift:59:48: error: 'Failure' is only available in macOS 15.0 or newer
 56 | }
 57 |
 58 | public final class AsyncMulticastSequence<Base: AsyncSequence, Subject: AsyncSubject>: AsyncSequence, Sendable
    |                    `- note: add '@available' attribute to enclosing generic class
 59 | where Base.Element == Subject.Element, Subject.Failure == Error, Base.AsyncIterator: Sendable {
    |                                                `- error: 'Failure' is only available in macOS 15.0 or newer
 60 |   public typealias Element = Base.Element
 61 |   public typealias AsyncIterator = Iterator
[126/126] Compiling AsyncExtensions AsyncSequence+Assign.swift
/Users/admin/builder/spi-builder-workspace/Sources/AsyncSubjects/AsyncSubject.swift:10:18: warning: redeclaration of associated type 'Failure' from protocol 'AsyncSequence' is better expressed as a 'where' clause on the protocol
 8 | #if swift(>=5.7)
 9 | public protocol AsyncSubject<Element, Failure>: AnyObject, AsyncSequence, Sendable where AsyncIterator: AsyncSubjectIterator {
10 |   associatedtype Failure: Error
   |                  `- warning: redeclaration of associated type 'Failure' from protocol 'AsyncSequence' is better expressed as a 'where' clause on the protocol
11 |
12 |   func send(_ element: Element)
_Concurrency.AsyncSequence.Failure:3:18: note: 'Failure' declared here
1 | protocol AsyncSequence {
2 | @available(macOS 15.0, iOS 18.0, watchOS 11.0, tvOS 18.0, visionOS 2.0, *)
3 |   associatedtype Failure = any Error where Self.Failure == Self.AsyncIterator.Failure}
  |                  `- note: 'Failure' declared here
4 |
/Users/admin/builder/spi-builder-workspace/Sources/Operators/AsyncMulticastSequence.swift:53:33: error: 'Failure' is only available in macOS 15.0 or newer
  6 | //
  7 |
  8 | public extension AsyncSequence {
    |        `- note: add '@available' attribute to enclosing extension
  9 |   /// Use multicast  when you have multiple client iterations, but you want the base async sequence
 10 |   /// to only produce a single `AsyncIterator`.
    :
 50 |   ///
 51 |   /// - Parameter subject: An `AsyncSubject` to deliver elements to downstream client loops.
 52 |   func multicast<S: AsyncSubject>(_ subject: S) -> AsyncMulticastSequence<Self, S>
    |        `- note: add '@available' attribute to enclosing instance method
 53 |   where S.Element == Element, S.Failure == Error {
    |                                 `- error: 'Failure' is only available in macOS 15.0 or newer
 54 |     AsyncMulticastSequence(self, subject: subject)
 55 |   }
/Users/admin/builder/spi-builder-workspace/Sources/Operators/AsyncMulticastSequence.swift:59:48: error: 'Failure' is only available in macOS 15.0 or newer
 56 | }
 57 |
 58 | public final class AsyncMulticastSequence<Base: AsyncSequence, Subject: AsyncSubject>: AsyncSequence, Sendable
    |                    `- note: add '@available' attribute to enclosing generic class
 59 | where Base.Element == Subject.Element, Subject.Failure == Error, Base.AsyncIterator: Sendable {
    |                                                `- error: 'Failure' is only available in macOS 15.0 or newer
 60 |   public typealias Element = Base.Element
 61 |   public typealias AsyncIterator = Iterator
BUILD FAILURE 6.3 macosSpm