The Swift Package Index logo.Swift Package Index

Build Information

Failed to build swift-async-algorithms, reference 1.2.0 (9352a1), with Swift 6.1 for macOS (SPM) on 24 Dec 2025 10:53:13 UTC.

Build Command

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

Build Log

496 |       let syncSend: (consuming sending Element, inout Self) throws -> SendResult = { try $1.send($0) }
497 |       let sendResult = try syncSend(element, &self)
/Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/MultiProducerSingleConsumerChannel/MultiProducerSingleConsumerAsyncChannel.swift:528:21: error: unknown option 'nonsending' for attribute 'nonisolated'
526 |     ///   - sequence: The elements to send to the channel.
527 |     @inlinable
528 |     public mutating nonisolated(nonsending) func send<S>(contentsOf sequence: consuming sending S) async throws
    |                     `- error: unknown option 'nonsending' for attribute 'nonisolated'
529 |     where Element == S.Element, S: AsyncSequence, Element: Copyable, S: Sendable, Element: Sendable {
530 |       for try await element in sequence {
[139/159] Compiling AsyncAlgorithms AsyncCombineLatest3Sequence.swift
/Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/MultiProducerSingleConsumerChannel/MultiProducerSingleConsumerAsyncChannel.swift:458:21: error: unknown option 'nonsending' for attribute 'nonisolated'
456 |     ///   - sequence: The elements to send to the channel.
457 |     @inlinable
458 |     public mutating nonisolated(nonsending) func send<S>(
    |                     `- error: unknown option 'nonsending' for attribute 'nonisolated'
459 |       contentsOf sequence: consuming sending S
460 |     ) async throws where Element == S.Element, S: Sequence, Element: Copyable {
/Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/MultiProducerSingleConsumerChannel/MultiProducerSingleConsumerAsyncChannel.swift:495:21: error: unknown option 'nonsending' for attribute 'nonisolated'
493 |     ///   - element: The element to send to the channel.
494 |     @inlinable
495 |     public mutating nonisolated(nonsending) func send(_ element: consuming sending Element) async throws {
    |                     `- error: unknown option 'nonsending' for attribute 'nonisolated'
496 |       let syncSend: (consuming sending Element, inout Self) throws -> SendResult = { try $1.send($0) }
497 |       let sendResult = try syncSend(element, &self)
/Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/MultiProducerSingleConsumerChannel/MultiProducerSingleConsumerAsyncChannel.swift:528:21: error: unknown option 'nonsending' for attribute 'nonisolated'
526 |     ///   - sequence: The elements to send to the channel.
527 |     @inlinable
528 |     public mutating nonisolated(nonsending) func send<S>(contentsOf sequence: consuming sending S) async throws
    |                     `- error: unknown option 'nonsending' for attribute 'nonisolated'
529 |     where Element == S.Element, S: AsyncSequence, Element: Copyable, S: Sendable, Element: Sendable {
530 |       for try await element in sequence {
[140/159] Compiling AsyncAlgorithms CombineLatestStateMachine.swift
/Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/MultiProducerSingleConsumerChannel/MultiProducerSingleConsumerAsyncChannel.swift:458:21: error: unknown option 'nonsending' for attribute 'nonisolated'
456 |     ///   - sequence: The elements to send to the channel.
457 |     @inlinable
458 |     public mutating nonisolated(nonsending) func send<S>(
    |                     `- error: unknown option 'nonsending' for attribute 'nonisolated'
459 |       contentsOf sequence: consuming sending S
460 |     ) async throws where Element == S.Element, S: Sequence, Element: Copyable {
/Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/MultiProducerSingleConsumerChannel/MultiProducerSingleConsumerAsyncChannel.swift:495:21: error: unknown option 'nonsending' for attribute 'nonisolated'
493 |     ///   - element: The element to send to the channel.
494 |     @inlinable
495 |     public mutating nonisolated(nonsending) func send(_ element: consuming sending Element) async throws {
    |                     `- error: unknown option 'nonsending' for attribute 'nonisolated'
496 |       let syncSend: (consuming sending Element, inout Self) throws -> SendResult = { try $1.send($0) }
497 |       let sendResult = try syncSend(element, &self)
/Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/MultiProducerSingleConsumerChannel/MultiProducerSingleConsumerAsyncChannel.swift:528:21: error: unknown option 'nonsending' for attribute 'nonisolated'
526 |     ///   - sequence: The elements to send to the channel.
527 |     @inlinable
528 |     public mutating nonisolated(nonsending) func send<S>(contentsOf sequence: consuming sending S) async throws
    |                     `- error: unknown option 'nonsending' for attribute 'nonisolated'
529 |     where Element == S.Element, S: AsyncSequence, Element: Copyable, S: Sendable, Element: Sendable {
530 |       for try await element in sequence {
[141/159] Compiling AsyncAlgorithms CombineLatestStorage.swift
/Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/MultiProducerSingleConsumerChannel/MultiProducerSingleConsumerAsyncChannel.swift:458:21: error: unknown option 'nonsending' for attribute 'nonisolated'
456 |     ///   - sequence: The elements to send to the channel.
457 |     @inlinable
458 |     public mutating nonisolated(nonsending) func send<S>(
    |                     `- error: unknown option 'nonsending' for attribute 'nonisolated'
459 |       contentsOf sequence: consuming sending S
460 |     ) async throws where Element == S.Element, S: Sequence, Element: Copyable {
/Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/MultiProducerSingleConsumerChannel/MultiProducerSingleConsumerAsyncChannel.swift:495:21: error: unknown option 'nonsending' for attribute 'nonisolated'
493 |     ///   - element: The element to send to the channel.
494 |     @inlinable
495 |     public mutating nonisolated(nonsending) func send(_ element: consuming sending Element) async throws {
    |                     `- error: unknown option 'nonsending' for attribute 'nonisolated'
496 |       let syncSend: (consuming sending Element, inout Self) throws -> SendResult = { try $1.send($0) }
497 |       let sendResult = try syncSend(element, &self)
/Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/MultiProducerSingleConsumerChannel/MultiProducerSingleConsumerAsyncChannel.swift:528:21: error: unknown option 'nonsending' for attribute 'nonisolated'
526 |     ///   - sequence: The elements to send to the channel.
527 |     @inlinable
528 |     public mutating nonisolated(nonsending) func send<S>(contentsOf sequence: consuming sending S) async throws
    |                     `- error: unknown option 'nonsending' for attribute 'nonisolated'
529 |     where Element == S.Element, S: AsyncSequence, Element: Copyable, S: Sendable, Element: Sendable {
530 |       for try await element in sequence {
[142/159] Compiling AsyncAlgorithms AsyncDebounceSequence.swift
/Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/MultiProducerSingleConsumerChannel/MultiProducerSingleConsumerAsyncChannel.swift:458:21: error: unknown option 'nonsending' for attribute 'nonisolated'
456 |     ///   - sequence: The elements to send to the channel.
457 |     @inlinable
458 |     public mutating nonisolated(nonsending) func send<S>(
    |                     `- error: unknown option 'nonsending' for attribute 'nonisolated'
459 |       contentsOf sequence: consuming sending S
460 |     ) async throws where Element == S.Element, S: Sequence, Element: Copyable {
/Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/MultiProducerSingleConsumerChannel/MultiProducerSingleConsumerAsyncChannel.swift:495:21: error: unknown option 'nonsending' for attribute 'nonisolated'
493 |     ///   - element: The element to send to the channel.
494 |     @inlinable
495 |     public mutating nonisolated(nonsending) func send(_ element: consuming sending Element) async throws {
    |                     `- error: unknown option 'nonsending' for attribute 'nonisolated'
496 |       let syncSend: (consuming sending Element, inout Self) throws -> SendResult = { try $1.send($0) }
497 |       let sendResult = try syncSend(element, &self)
/Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/MultiProducerSingleConsumerChannel/MultiProducerSingleConsumerAsyncChannel.swift:528:21: error: unknown option 'nonsending' for attribute 'nonisolated'
526 |     ///   - sequence: The elements to send to the channel.
527 |     @inlinable
528 |     public mutating nonisolated(nonsending) func send<S>(contentsOf sequence: consuming sending S) async throws
    |                     `- error: unknown option 'nonsending' for attribute 'nonisolated'
529 |     where Element == S.Element, S: AsyncSequence, Element: Copyable, S: Sendable, Element: Sendable {
530 |       for try await element in sequence {
[143/159] Compiling AsyncAlgorithms MultiProducerSingleConsumerAsyncChannel+Internal.swift
/Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/MultiProducerSingleConsumerChannel/MultiProducerSingleConsumerAsyncChannel.swift:458:21: error: unknown option 'nonsending' for attribute 'nonisolated'
456 |     ///   - sequence: The elements to send to the channel.
457 |     @inlinable
458 |     public mutating nonisolated(nonsending) func send<S>(
    |                     `- error: unknown option 'nonsending' for attribute 'nonisolated'
459 |       contentsOf sequence: consuming sending S
460 |     ) async throws where Element == S.Element, S: Sequence, Element: Copyable {
/Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/MultiProducerSingleConsumerChannel/MultiProducerSingleConsumerAsyncChannel.swift:495:21: error: unknown option 'nonsending' for attribute 'nonisolated'
493 |     ///   - element: The element to send to the channel.
494 |     @inlinable
495 |     public mutating nonisolated(nonsending) func send(_ element: consuming sending Element) async throws {
    |                     `- error: unknown option 'nonsending' for attribute 'nonisolated'
496 |       let syncSend: (consuming sending Element, inout Self) throws -> SendResult = { try $1.send($0) }
497 |       let sendResult = try syncSend(element, &self)
/Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/MultiProducerSingleConsumerChannel/MultiProducerSingleConsumerAsyncChannel.swift:528:21: error: unknown option 'nonsending' for attribute 'nonisolated'
526 |     ///   - sequence: The elements to send to the channel.
527 |     @inlinable
528 |     public mutating nonisolated(nonsending) func send<S>(contentsOf sequence: consuming sending S) async throws
    |                     `- error: unknown option 'nonsending' for attribute 'nonisolated'
529 |     where Element == S.Element, S: AsyncSequence, Element: Copyable, S: Sendable, Element: Sendable {
530 |       for try await element in sequence {
[144/159] Compiling AsyncAlgorithms MultiProducerSingleConsumerAsyncChannel.swift
/Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/MultiProducerSingleConsumerChannel/MultiProducerSingleConsumerAsyncChannel.swift:458:21: error: unknown option 'nonsending' for attribute 'nonisolated'
456 |     ///   - sequence: The elements to send to the channel.
457 |     @inlinable
458 |     public mutating nonisolated(nonsending) func send<S>(
    |                     `- error: unknown option 'nonsending' for attribute 'nonisolated'
459 |       contentsOf sequence: consuming sending S
460 |     ) async throws where Element == S.Element, S: Sequence, Element: Copyable {
/Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/MultiProducerSingleConsumerChannel/MultiProducerSingleConsumerAsyncChannel.swift:495:21: error: unknown option 'nonsending' for attribute 'nonisolated'
493 |     ///   - element: The element to send to the channel.
494 |     @inlinable
495 |     public mutating nonisolated(nonsending) func send(_ element: consuming sending Element) async throws {
    |                     `- error: unknown option 'nonsending' for attribute 'nonisolated'
496 |       let syncSend: (consuming sending Element, inout Self) throws -> SendResult = { try $1.send($0) }
497 |       let sendResult = try syncSend(element, &self)
/Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/MultiProducerSingleConsumerChannel/MultiProducerSingleConsumerAsyncChannel.swift:528:21: error: unknown option 'nonsending' for attribute 'nonisolated'
526 |     ///   - sequence: The elements to send to the channel.
527 |     @inlinable
528 |     public mutating nonisolated(nonsending) func send<S>(contentsOf sequence: consuming sending S) async throws
    |                     `- error: unknown option 'nonsending' for attribute 'nonisolated'
529 |     where Element == S.Element, S: AsyncSequence, Element: Copyable, S: Sendable, Element: Sendable {
530 |       for try await element in sequence {
[145/159] Compiling AsyncAlgorithms RangeReplaceableCollection.swift
/Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/MultiProducerSingleConsumerChannel/MultiProducerSingleConsumerAsyncChannel.swift:458:21: error: unknown option 'nonsending' for attribute 'nonisolated'
456 |     ///   - sequence: The elements to send to the channel.
457 |     @inlinable
458 |     public mutating nonisolated(nonsending) func send<S>(
    |                     `- error: unknown option 'nonsending' for attribute 'nonisolated'
459 |       contentsOf sequence: consuming sending S
460 |     ) async throws where Element == S.Element, S: Sequence, Element: Copyable {
/Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/MultiProducerSingleConsumerChannel/MultiProducerSingleConsumerAsyncChannel.swift:495:21: error: unknown option 'nonsending' for attribute 'nonisolated'
493 |     ///   - element: The element to send to the channel.
494 |     @inlinable
495 |     public mutating nonisolated(nonsending) func send(_ element: consuming sending Element) async throws {
    |                     `- error: unknown option 'nonsending' for attribute 'nonisolated'
496 |       let syncSend: (consuming sending Element, inout Self) throws -> SendResult = { try $1.send($0) }
497 |       let sendResult = try syncSend(element, &self)
/Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/MultiProducerSingleConsumerChannel/MultiProducerSingleConsumerAsyncChannel.swift:528:21: error: unknown option 'nonsending' for attribute 'nonisolated'
526 |     ///   - sequence: The elements to send to the channel.
527 |     @inlinable
528 |     public mutating nonisolated(nonsending) func send<S>(contentsOf sequence: consuming sending S) async throws
    |                     `- error: unknown option 'nonsending' for attribute 'nonisolated'
529 |     where Element == S.Element, S: AsyncSequence, Element: Copyable, S: Sendable, Element: Sendable {
530 |       for try await element in sequence {
[146/159] Compiling AsyncAlgorithms Rethrow.swift
/Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/MultiProducerSingleConsumerChannel/MultiProducerSingleConsumerAsyncChannel.swift:458:21: error: unknown option 'nonsending' for attribute 'nonisolated'
456 |     ///   - sequence: The elements to send to the channel.
457 |     @inlinable
458 |     public mutating nonisolated(nonsending) func send<S>(
    |                     `- error: unknown option 'nonsending' for attribute 'nonisolated'
459 |       contentsOf sequence: consuming sending S
460 |     ) async throws where Element == S.Element, S: Sequence, Element: Copyable {
/Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/MultiProducerSingleConsumerChannel/MultiProducerSingleConsumerAsyncChannel.swift:495:21: error: unknown option 'nonsending' for attribute 'nonisolated'
493 |     ///   - element: The element to send to the channel.
494 |     @inlinable
495 |     public mutating nonisolated(nonsending) func send(_ element: consuming sending Element) async throws {
    |                     `- error: unknown option 'nonsending' for attribute 'nonisolated'
496 |       let syncSend: (consuming sending Element, inout Self) throws -> SendResult = { try $1.send($0) }
497 |       let sendResult = try syncSend(element, &self)
/Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/MultiProducerSingleConsumerChannel/MultiProducerSingleConsumerAsyncChannel.swift:528:21: error: unknown option 'nonsending' for attribute 'nonisolated'
526 |     ///   - sequence: The elements to send to the channel.
527 |     @inlinable
528 |     public mutating nonisolated(nonsending) func send<S>(contentsOf sequence: consuming sending S) async throws
    |                     `- error: unknown option 'nonsending' for attribute 'nonisolated'
529 |     where Element == S.Element, S: AsyncSequence, Element: Copyable, S: Sendable, Element: Sendable {
530 |       for try await element in sequence {
[147/159] Compiling AsyncAlgorithms SetAlgebra.swift
/Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/MultiProducerSingleConsumerChannel/MultiProducerSingleConsumerAsyncChannel.swift:458:21: error: unknown option 'nonsending' for attribute 'nonisolated'
456 |     ///   - sequence: The elements to send to the channel.
457 |     @inlinable
458 |     public mutating nonisolated(nonsending) func send<S>(
    |                     `- error: unknown option 'nonsending' for attribute 'nonisolated'
459 |       contentsOf sequence: consuming sending S
460 |     ) async throws where Element == S.Element, S: Sequence, Element: Copyable {
/Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/MultiProducerSingleConsumerChannel/MultiProducerSingleConsumerAsyncChannel.swift:495:21: error: unknown option 'nonsending' for attribute 'nonisolated'
493 |     ///   - element: The element to send to the channel.
494 |     @inlinable
495 |     public mutating nonisolated(nonsending) func send(_ element: consuming sending Element) async throws {
    |                     `- error: unknown option 'nonsending' for attribute 'nonisolated'
496 |       let syncSend: (consuming sending Element, inout Self) throws -> SendResult = { try $1.send($0) }
497 |       let sendResult = try syncSend(element, &self)
/Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/MultiProducerSingleConsumerChannel/MultiProducerSingleConsumerAsyncChannel.swift:528:21: error: unknown option 'nonsending' for attribute 'nonisolated'
526 |     ///   - sequence: The elements to send to the channel.
527 |     @inlinable
528 |     public mutating nonisolated(nonsending) func send<S>(contentsOf sequence: consuming sending S) async throws
    |                     `- error: unknown option 'nonsending' for attribute 'nonisolated'
529 |     where Element == S.Element, S: AsyncSequence, Element: Copyable, S: Sendable, Element: Sendable {
530 |       for try await element in sequence {
[148/159] Compiling AsyncAlgorithms AsyncJoinedSequence.swift
/Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/MultiProducerSingleConsumerChannel/MultiProducerSingleConsumerAsyncChannel.swift:458:21: error: unknown option 'nonsending' for attribute 'nonisolated'
456 |     ///   - sequence: The elements to send to the channel.
457 |     @inlinable
458 |     public mutating nonisolated(nonsending) func send<S>(
    |                     `- error: unknown option 'nonsending' for attribute 'nonisolated'
459 |       contentsOf sequence: consuming sending S
460 |     ) async throws where Element == S.Element, S: Sequence, Element: Copyable {
/Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/MultiProducerSingleConsumerChannel/MultiProducerSingleConsumerAsyncChannel.swift:495:21: error: unknown option 'nonsending' for attribute 'nonisolated'
493 |     ///   - element: The element to send to the channel.
494 |     @inlinable
495 |     public mutating nonisolated(nonsending) func send(_ element: consuming sending Element) async throws {
    |                     `- error: unknown option 'nonsending' for attribute 'nonisolated'
496 |       let syncSend: (consuming sending Element, inout Self) throws -> SendResult = { try $1.send($0) }
497 |       let sendResult = try syncSend(element, &self)
/Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/MultiProducerSingleConsumerChannel/MultiProducerSingleConsumerAsyncChannel.swift:528:21: error: unknown option 'nonsending' for attribute 'nonisolated'
526 |     ///   - sequence: The elements to send to the channel.
527 |     @inlinable
528 |     public mutating nonisolated(nonsending) func send<S>(contentsOf sequence: consuming sending S) async throws
    |                     `- error: unknown option 'nonsending' for attribute 'nonisolated'
529 |     where Element == S.Element, S: AsyncSequence, Element: Copyable, S: Sendable, Element: Sendable {
530 |       for try await element in sequence {
/Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/AsyncShareSequence.swift:17:32: error: cannot find type 'SendableMetatype' in scope
 15 | @available(AsyncAlgorithms 1.1, *)
 16 | extension AsyncSequence
 17 | where Element: Sendable, Self: SendableMetatype, AsyncIterator: SendableMetatype {
    |                                `- error: cannot find type 'SendableMetatype' in scope
 18 |   /// Creates a shared async sequence that allows multiple concurrent iterations over a single source.
 19 |   ///
/Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/AsyncShareSequence.swift:17:65: error: cannot find type 'SendableMetatype' in scope
 15 | @available(AsyncAlgorithms 1.1, *)
 16 | extension AsyncSequence
 17 | where Element: Sendable, Self: SendableMetatype, AsyncIterator: SendableMetatype {
    |                                                                 `- error: cannot find type 'SendableMetatype' in scope
 18 |   /// Creates a shared async sequence that allows multiple concurrent iterations over a single source.
 19 |   ///
/Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/AsyncShareSequence.swift:117:37: error: cannot find type 'SendableMetatype' in scope
115 | @available(AsyncAlgorithms 1.1, *)
116 | struct AsyncShareSequence<Base: AsyncSequence>: Sendable
117 | where Base.Element: Sendable, Base: SendableMetatype, Base.AsyncIterator: SendableMetatype {
    |                                     `- error: cannot find type 'SendableMetatype' in scope
118 |   // Represents a single consumer's connection to the shared sequence.
119 |   //
/Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/AsyncShareSequence.swift:117:75: error: cannot find type 'SendableMetatype' in scope
115 | @available(AsyncAlgorithms 1.1, *)
116 | struct AsyncShareSequence<Base: AsyncSequence>: Sendable
117 | where Base.Element: Sendable, Base: SendableMetatype, Base.AsyncIterator: SendableMetatype {
    |                                                                           `- error: cannot find type 'SendableMetatype' in scope
118 |   // Represents a single consumer's connection to the shared sequence.
119 |   //
/Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/AsyncShareSequence.swift:608:29: error: extra argument 'name' in call
606 |         let task: Task<Void, Never>
607 |         if #available(macOS 26.0, iOS 26.0, tvOS 26.0, visionOS 26.0, *) {
608 |           task = Task(name: "Share Iteration") { [factory, self] in
    |                             `- error: extra argument 'name' in call
609 |             await iterationLoop(factory: factory)
610 |           }
/Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/AsyncShareSequence.swift:612:38: error: extra argument 'name' in call
610 |           }
611 |         } else {
612 |           task = Task.detached(name: "Share Iteration") { [factory, self] in
    |                                      `- error: extra argument 'name' in call
613 |             await iterationLoop(factory: factory)
614 |           }
[149/159] Compiling AsyncAlgorithms AsyncRemoveDuplicatesSequence.swift
/Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/MultiProducerSingleConsumerChannel/MultiProducerSingleConsumerAsyncChannel.swift:458:21: error: unknown option 'nonsending' for attribute 'nonisolated'
456 |     ///   - sequence: The elements to send to the channel.
457 |     @inlinable
458 |     public mutating nonisolated(nonsending) func send<S>(
    |                     `- error: unknown option 'nonsending' for attribute 'nonisolated'
459 |       contentsOf sequence: consuming sending S
460 |     ) async throws where Element == S.Element, S: Sequence, Element: Copyable {
/Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/MultiProducerSingleConsumerChannel/MultiProducerSingleConsumerAsyncChannel.swift:495:21: error: unknown option 'nonsending' for attribute 'nonisolated'
493 |     ///   - element: The element to send to the channel.
494 |     @inlinable
495 |     public mutating nonisolated(nonsending) func send(_ element: consuming sending Element) async throws {
    |                     `- error: unknown option 'nonsending' for attribute 'nonisolated'
496 |       let syncSend: (consuming sending Element, inout Self) throws -> SendResult = { try $1.send($0) }
497 |       let sendResult = try syncSend(element, &self)
/Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/MultiProducerSingleConsumerChannel/MultiProducerSingleConsumerAsyncChannel.swift:528:21: error: unknown option 'nonsending' for attribute 'nonisolated'
526 |     ///   - sequence: The elements to send to the channel.
527 |     @inlinable
528 |     public mutating nonisolated(nonsending) func send<S>(contentsOf sequence: consuming sending S) async throws
    |                     `- error: unknown option 'nonsending' for attribute 'nonisolated'
529 |     where Element == S.Element, S: AsyncSequence, Element: Copyable, S: Sendable, Element: Sendable {
530 |       for try await element in sequence {
/Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/AsyncShareSequence.swift:17:32: error: cannot find type 'SendableMetatype' in scope
 15 | @available(AsyncAlgorithms 1.1, *)
 16 | extension AsyncSequence
 17 | where Element: Sendable, Self: SendableMetatype, AsyncIterator: SendableMetatype {
    |                                `- error: cannot find type 'SendableMetatype' in scope
 18 |   /// Creates a shared async sequence that allows multiple concurrent iterations over a single source.
 19 |   ///
/Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/AsyncShareSequence.swift:17:65: error: cannot find type 'SendableMetatype' in scope
 15 | @available(AsyncAlgorithms 1.1, *)
 16 | extension AsyncSequence
 17 | where Element: Sendable, Self: SendableMetatype, AsyncIterator: SendableMetatype {
    |                                                                 `- error: cannot find type 'SendableMetatype' in scope
 18 |   /// Creates a shared async sequence that allows multiple concurrent iterations over a single source.
 19 |   ///
/Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/AsyncShareSequence.swift:117:37: error: cannot find type 'SendableMetatype' in scope
115 | @available(AsyncAlgorithms 1.1, *)
116 | struct AsyncShareSequence<Base: AsyncSequence>: Sendable
117 | where Base.Element: Sendable, Base: SendableMetatype, Base.AsyncIterator: SendableMetatype {
    |                                     `- error: cannot find type 'SendableMetatype' in scope
118 |   // Represents a single consumer's connection to the shared sequence.
119 |   //
/Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/AsyncShareSequence.swift:117:75: error: cannot find type 'SendableMetatype' in scope
115 | @available(AsyncAlgorithms 1.1, *)
116 | struct AsyncShareSequence<Base: AsyncSequence>: Sendable
117 | where Base.Element: Sendable, Base: SendableMetatype, Base.AsyncIterator: SendableMetatype {
    |                                                                           `- error: cannot find type 'SendableMetatype' in scope
118 |   // Represents a single consumer's connection to the shared sequence.
119 |   //
/Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/AsyncShareSequence.swift:608:29: error: extra argument 'name' in call
606 |         let task: Task<Void, Never>
607 |         if #available(macOS 26.0, iOS 26.0, tvOS 26.0, visionOS 26.0, *) {
608 |           task = Task(name: "Share Iteration") { [factory, self] in
    |                             `- error: extra argument 'name' in call
609 |             await iterationLoop(factory: factory)
610 |           }
/Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/AsyncShareSequence.swift:612:38: error: extra argument 'name' in call
610 |           }
611 |         } else {
612 |           task = Task.detached(name: "Share Iteration") { [factory, self] in
    |                                      `- error: extra argument 'name' in call
613 |             await iterationLoop(factory: factory)
614 |           }
[150/159] Compiling AsyncAlgorithms AsyncShareSequence.swift
/Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/MultiProducerSingleConsumerChannel/MultiProducerSingleConsumerAsyncChannel.swift:458:21: error: unknown option 'nonsending' for attribute 'nonisolated'
456 |     ///   - sequence: The elements to send to the channel.
457 |     @inlinable
458 |     public mutating nonisolated(nonsending) func send<S>(
    |                     `- error: unknown option 'nonsending' for attribute 'nonisolated'
459 |       contentsOf sequence: consuming sending S
460 |     ) async throws where Element == S.Element, S: Sequence, Element: Copyable {
/Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/MultiProducerSingleConsumerChannel/MultiProducerSingleConsumerAsyncChannel.swift:495:21: error: unknown option 'nonsending' for attribute 'nonisolated'
493 |     ///   - element: The element to send to the channel.
494 |     @inlinable
495 |     public mutating nonisolated(nonsending) func send(_ element: consuming sending Element) async throws {
    |                     `- error: unknown option 'nonsending' for attribute 'nonisolated'
496 |       let syncSend: (consuming sending Element, inout Self) throws -> SendResult = { try $1.send($0) }
497 |       let sendResult = try syncSend(element, &self)
/Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/MultiProducerSingleConsumerChannel/MultiProducerSingleConsumerAsyncChannel.swift:528:21: error: unknown option 'nonsending' for attribute 'nonisolated'
526 |     ///   - sequence: The elements to send to the channel.
527 |     @inlinable
528 |     public mutating nonisolated(nonsending) func send<S>(contentsOf sequence: consuming sending S) async throws
    |                     `- error: unknown option 'nonsending' for attribute 'nonisolated'
529 |     where Element == S.Element, S: AsyncSequence, Element: Copyable, S: Sendable, Element: Sendable {
530 |       for try await element in sequence {
/Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/AsyncShareSequence.swift:17:32: error: cannot find type 'SendableMetatype' in scope
 15 | @available(AsyncAlgorithms 1.1, *)
 16 | extension AsyncSequence
 17 | where Element: Sendable, Self: SendableMetatype, AsyncIterator: SendableMetatype {
    |                                `- error: cannot find type 'SendableMetatype' in scope
 18 |   /// Creates a shared async sequence that allows multiple concurrent iterations over a single source.
 19 |   ///
/Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/AsyncShareSequence.swift:17:65: error: cannot find type 'SendableMetatype' in scope
 15 | @available(AsyncAlgorithms 1.1, *)
 16 | extension AsyncSequence
 17 | where Element: Sendable, Self: SendableMetatype, AsyncIterator: SendableMetatype {
    |                                                                 `- error: cannot find type 'SendableMetatype' in scope
 18 |   /// Creates a shared async sequence that allows multiple concurrent iterations over a single source.
 19 |   ///
/Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/AsyncShareSequence.swift:117:37: error: cannot find type 'SendableMetatype' in scope
115 | @available(AsyncAlgorithms 1.1, *)
116 | struct AsyncShareSequence<Base: AsyncSequence>: Sendable
117 | where Base.Element: Sendable, Base: SendableMetatype, Base.AsyncIterator: SendableMetatype {
    |                                     `- error: cannot find type 'SendableMetatype' in scope
118 |   // Represents a single consumer's connection to the shared sequence.
119 |   //
/Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/AsyncShareSequence.swift:117:75: error: cannot find type 'SendableMetatype' in scope
115 | @available(AsyncAlgorithms 1.1, *)
116 | struct AsyncShareSequence<Base: AsyncSequence>: Sendable
117 | where Base.Element: Sendable, Base: SendableMetatype, Base.AsyncIterator: SendableMetatype {
    |                                                                           `- error: cannot find type 'SendableMetatype' in scope
118 |   // Represents a single consumer's connection to the shared sequence.
119 |   //
/Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/AsyncShareSequence.swift:608:29: error: extra argument 'name' in call
606 |         let task: Task<Void, Never>
607 |         if #available(macOS 26.0, iOS 26.0, tvOS 26.0, visionOS 26.0, *) {
608 |           task = Task(name: "Share Iteration") { [factory, self] in
    |                             `- error: extra argument 'name' in call
609 |             await iterationLoop(factory: factory)
610 |           }
/Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/AsyncShareSequence.swift:612:38: error: extra argument 'name' in call
610 |           }
611 |         } else {
612 |           task = Task.detached(name: "Share Iteration") { [factory, self] in
    |                                      `- error: extra argument 'name' in call
613 |             await iterationLoop(factory: factory)
614 |           }
[151/159] Compiling AsyncAlgorithms AsyncSyncSequence.swift
/Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/MultiProducerSingleConsumerChannel/MultiProducerSingleConsumerAsyncChannel.swift:458:21: error: unknown option 'nonsending' for attribute 'nonisolated'
456 |     ///   - sequence: The elements to send to the channel.
457 |     @inlinable
458 |     public mutating nonisolated(nonsending) func send<S>(
    |                     `- error: unknown option 'nonsending' for attribute 'nonisolated'
459 |       contentsOf sequence: consuming sending S
460 |     ) async throws where Element == S.Element, S: Sequence, Element: Copyable {
/Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/MultiProducerSingleConsumerChannel/MultiProducerSingleConsumerAsyncChannel.swift:495:21: error: unknown option 'nonsending' for attribute 'nonisolated'
493 |     ///   - element: The element to send to the channel.
494 |     @inlinable
495 |     public mutating nonisolated(nonsending) func send(_ element: consuming sending Element) async throws {
    |                     `- error: unknown option 'nonsending' for attribute 'nonisolated'
496 |       let syncSend: (consuming sending Element, inout Self) throws -> SendResult = { try $1.send($0) }
497 |       let sendResult = try syncSend(element, &self)
/Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/MultiProducerSingleConsumerChannel/MultiProducerSingleConsumerAsyncChannel.swift:528:21: error: unknown option 'nonsending' for attribute 'nonisolated'
526 |     ///   - sequence: The elements to send to the channel.
527 |     @inlinable
528 |     public mutating nonisolated(nonsending) func send<S>(contentsOf sequence: consuming sending S) async throws
    |                     `- error: unknown option 'nonsending' for attribute 'nonisolated'
529 |     where Element == S.Element, S: AsyncSequence, Element: Copyable, S: Sendable, Element: Sendable {
530 |       for try await element in sequence {
/Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/AsyncShareSequence.swift:17:32: error: cannot find type 'SendableMetatype' in scope
 15 | @available(AsyncAlgorithms 1.1, *)
 16 | extension AsyncSequence
 17 | where Element: Sendable, Self: SendableMetatype, AsyncIterator: SendableMetatype {
    |                                `- error: cannot find type 'SendableMetatype' in scope
 18 |   /// Creates a shared async sequence that allows multiple concurrent iterations over a single source.
 19 |   ///
/Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/AsyncShareSequence.swift:17:65: error: cannot find type 'SendableMetatype' in scope
 15 | @available(AsyncAlgorithms 1.1, *)
 16 | extension AsyncSequence
 17 | where Element: Sendable, Self: SendableMetatype, AsyncIterator: SendableMetatype {
    |                                                                 `- error: cannot find type 'SendableMetatype' in scope
 18 |   /// Creates a shared async sequence that allows multiple concurrent iterations over a single source.
 19 |   ///
/Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/AsyncShareSequence.swift:117:37: error: cannot find type 'SendableMetatype' in scope
115 | @available(AsyncAlgorithms 1.1, *)
116 | struct AsyncShareSequence<Base: AsyncSequence>: Sendable
117 | where Base.Element: Sendable, Base: SendableMetatype, Base.AsyncIterator: SendableMetatype {
    |                                     `- error: cannot find type 'SendableMetatype' in scope
118 |   // Represents a single consumer's connection to the shared sequence.
119 |   //
/Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/AsyncShareSequence.swift:117:75: error: cannot find type 'SendableMetatype' in scope
115 | @available(AsyncAlgorithms 1.1, *)
116 | struct AsyncShareSequence<Base: AsyncSequence>: Sendable
117 | where Base.Element: Sendable, Base: SendableMetatype, Base.AsyncIterator: SendableMetatype {
    |                                                                           `- error: cannot find type 'SendableMetatype' in scope
118 |   // Represents a single consumer's connection to the shared sequence.
119 |   //
/Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/AsyncShareSequence.swift:608:29: error: extra argument 'name' in call
606 |         let task: Task<Void, Never>
607 |         if #available(macOS 26.0, iOS 26.0, tvOS 26.0, visionOS 26.0, *) {
608 |           task = Task(name: "Share Iteration") { [factory, self] in
    |                             `- error: extra argument 'name' in call
609 |             await iterationLoop(factory: factory)
610 |           }
/Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/AsyncShareSequence.swift:612:38: error: extra argument 'name' in call
610 |           }
611 |         } else {
612 |           task = Task.detached(name: "Share Iteration") { [factory, self] in
    |                                      `- error: extra argument 'name' in call
613 |             await iterationLoop(factory: factory)
614 |           }
[152/159] Compiling AsyncAlgorithms AsyncThrottleSequence.swift
/Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/MultiProducerSingleConsumerChannel/MultiProducerSingleConsumerAsyncChannel.swift:458:21: error: unknown option 'nonsending' for attribute 'nonisolated'
456 |     ///   - sequence: The elements to send to the channel.
457 |     @inlinable
458 |     public mutating nonisolated(nonsending) func send<S>(
    |                     `- error: unknown option 'nonsending' for attribute 'nonisolated'
459 |       contentsOf sequence: consuming sending S
460 |     ) async throws where Element == S.Element, S: Sequence, Element: Copyable {
/Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/MultiProducerSingleConsumerChannel/MultiProducerSingleConsumerAsyncChannel.swift:495:21: error: unknown option 'nonsending' for attribute 'nonisolated'
493 |     ///   - element: The element to send to the channel.
494 |     @inlinable
495 |     public mutating nonisolated(nonsending) func send(_ element: consuming sending Element) async throws {
    |                     `- error: unknown option 'nonsending' for attribute 'nonisolated'
496 |       let syncSend: (consuming sending Element, inout Self) throws -> SendResult = { try $1.send($0) }
497 |       let sendResult = try syncSend(element, &self)
/Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/MultiProducerSingleConsumerChannel/MultiProducerSingleConsumerAsyncChannel.swift:528:21: error: unknown option 'nonsending' for attribute 'nonisolated'
526 |     ///   - sequence: The elements to send to the channel.
527 |     @inlinable
528 |     public mutating nonisolated(nonsending) func send<S>(contentsOf sequence: consuming sending S) async throws
    |                     `- error: unknown option 'nonsending' for attribute 'nonisolated'
529 |     where Element == S.Element, S: AsyncSequence, Element: Copyable, S: Sendable, Element: Sendable {
530 |       for try await element in sequence {
/Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/AsyncShareSequence.swift:17:32: error: cannot find type 'SendableMetatype' in scope
 15 | @available(AsyncAlgorithms 1.1, *)
 16 | extension AsyncSequence
 17 | where Element: Sendable, Self: SendableMetatype, AsyncIterator: SendableMetatype {
    |                                `- error: cannot find type 'SendableMetatype' in scope
 18 |   /// Creates a shared async sequence that allows multiple concurrent iterations over a single source.
 19 |   ///
/Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/AsyncShareSequence.swift:17:65: error: cannot find type 'SendableMetatype' in scope
 15 | @available(AsyncAlgorithms 1.1, *)
 16 | extension AsyncSequence
 17 | where Element: Sendable, Self: SendableMetatype, AsyncIterator: SendableMetatype {
    |                                                                 `- error: cannot find type 'SendableMetatype' in scope
 18 |   /// Creates a shared async sequence that allows multiple concurrent iterations over a single source.
 19 |   ///
/Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/AsyncShareSequence.swift:117:37: error: cannot find type 'SendableMetatype' in scope
115 | @available(AsyncAlgorithms 1.1, *)
116 | struct AsyncShareSequence<Base: AsyncSequence>: Sendable
117 | where Base.Element: Sendable, Base: SendableMetatype, Base.AsyncIterator: SendableMetatype {
    |                                     `- error: cannot find type 'SendableMetatype' in scope
118 |   // Represents a single consumer's connection to the shared sequence.
119 |   //
/Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/AsyncShareSequence.swift:117:75: error: cannot find type 'SendableMetatype' in scope
115 | @available(AsyncAlgorithms 1.1, *)
116 | struct AsyncShareSequence<Base: AsyncSequence>: Sendable
117 | where Base.Element: Sendable, Base: SendableMetatype, Base.AsyncIterator: SendableMetatype {
    |                                                                           `- error: cannot find type 'SendableMetatype' in scope
118 |   // Represents a single consumer's connection to the shared sequence.
119 |   //
/Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/AsyncShareSequence.swift:608:29: error: extra argument 'name' in call
606 |         let task: Task<Void, Never>
607 |         if #available(macOS 26.0, iOS 26.0, tvOS 26.0, visionOS 26.0, *) {
608 |           task = Task(name: "Share Iteration") { [factory, self] in
    |                             `- error: extra argument 'name' in call
609 |             await iterationLoop(factory: factory)
610 |           }
/Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/AsyncShareSequence.swift:612:38: error: extra argument 'name' in call
610 |           }
611 |         } else {
612 |           task = Task.detached(name: "Share Iteration") { [factory, self] in
    |                                      `- error: extra argument 'name' in call
613 |             await iterationLoop(factory: factory)
614 |           }
[153/159] Compiling AsyncAlgorithms AsyncThrowingExclusiveReductionsSequence.swift
/Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/MultiProducerSingleConsumerChannel/MultiProducerSingleConsumerAsyncChannel.swift:458:21: error: unknown option 'nonsending' for attribute 'nonisolated'
456 |     ///   - sequence: The elements to send to the channel.
457 |     @inlinable
458 |     public mutating nonisolated(nonsending) func send<S>(
    |                     `- error: unknown option 'nonsending' for attribute 'nonisolated'
459 |       contentsOf sequence: consuming sending S
460 |     ) async throws where Element == S.Element, S: Sequence, Element: Copyable {
/Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/MultiProducerSingleConsumerChannel/MultiProducerSingleConsumerAsyncChannel.swift:495:21: error: unknown option 'nonsending' for attribute 'nonisolated'
493 |     ///   - element: The element to send to the channel.
494 |     @inlinable
495 |     public mutating nonisolated(nonsending) func send(_ element: consuming sending Element) async throws {
    |                     `- error: unknown option 'nonsending' for attribute 'nonisolated'
496 |       let syncSend: (consuming sending Element, inout Self) throws -> SendResult = { try $1.send($0) }
497 |       let sendResult = try syncSend(element, &self)
/Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/MultiProducerSingleConsumerChannel/MultiProducerSingleConsumerAsyncChannel.swift:528:21: error: unknown option 'nonsending' for attribute 'nonisolated'
526 |     ///   - sequence: The elements to send to the channel.
527 |     @inlinable
528 |     public mutating nonisolated(nonsending) func send<S>(contentsOf sequence: consuming sending S) async throws
    |                     `- error: unknown option 'nonsending' for attribute 'nonisolated'
529 |     where Element == S.Element, S: AsyncSequence, Element: Copyable, S: Sendable, Element: Sendable {
530 |       for try await element in sequence {
/Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/AsyncShareSequence.swift:17:32: error: cannot find type 'SendableMetatype' in scope
 15 | @available(AsyncAlgorithms 1.1, *)
 16 | extension AsyncSequence
 17 | where Element: Sendable, Self: SendableMetatype, AsyncIterator: SendableMetatype {
    |                                `- error: cannot find type 'SendableMetatype' in scope
 18 |   /// Creates a shared async sequence that allows multiple concurrent iterations over a single source.
 19 |   ///
/Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/AsyncShareSequence.swift:17:65: error: cannot find type 'SendableMetatype' in scope
 15 | @available(AsyncAlgorithms 1.1, *)
 16 | extension AsyncSequence
 17 | where Element: Sendable, Self: SendableMetatype, AsyncIterator: SendableMetatype {
    |                                                                 `- error: cannot find type 'SendableMetatype' in scope
 18 |   /// Creates a shared async sequence that allows multiple concurrent iterations over a single source.
 19 |   ///
/Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/AsyncShareSequence.swift:117:37: error: cannot find type 'SendableMetatype' in scope
115 | @available(AsyncAlgorithms 1.1, *)
116 | struct AsyncShareSequence<Base: AsyncSequence>: Sendable
117 | where Base.Element: Sendable, Base: SendableMetatype, Base.AsyncIterator: SendableMetatype {
    |                                     `- error: cannot find type 'SendableMetatype' in scope
118 |   // Represents a single consumer's connection to the shared sequence.
119 |   //
/Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/AsyncShareSequence.swift:117:75: error: cannot find type 'SendableMetatype' in scope
115 | @available(AsyncAlgorithms 1.1, *)
116 | struct AsyncShareSequence<Base: AsyncSequence>: Sendable
117 | where Base.Element: Sendable, Base: SendableMetatype, Base.AsyncIterator: SendableMetatype {
    |                                                                           `- error: cannot find type 'SendableMetatype' in scope
118 |   // Represents a single consumer's connection to the shared sequence.
119 |   //
/Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/AsyncShareSequence.swift:608:29: error: extra argument 'name' in call
606 |         let task: Task<Void, Never>
607 |         if #available(macOS 26.0, iOS 26.0, tvOS 26.0, visionOS 26.0, *) {
608 |           task = Task(name: "Share Iteration") { [factory, self] in
    |                             `- error: extra argument 'name' in call
609 |             await iterationLoop(factory: factory)
610 |           }
/Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/AsyncShareSequence.swift:612:38: error: extra argument 'name' in call
610 |           }
611 |         } else {
612 |           task = Task.detached(name: "Share Iteration") { [factory, self] in
    |                                      `- error: extra argument 'name' in call
613 |             await iterationLoop(factory: factory)
614 |           }
[154/159] Compiling AsyncAlgorithms AsyncThrowingInclusiveReductionsSequence.swift
/Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/MultiProducerSingleConsumerChannel/MultiProducerSingleConsumerAsyncChannel.swift:458:21: error: unknown option 'nonsending' for attribute 'nonisolated'
456 |     ///   - sequence: The elements to send to the channel.
457 |     @inlinable
458 |     public mutating nonisolated(nonsending) func send<S>(
    |                     `- error: unknown option 'nonsending' for attribute 'nonisolated'
459 |       contentsOf sequence: consuming sending S
460 |     ) async throws where Element == S.Element, S: Sequence, Element: Copyable {
/Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/MultiProducerSingleConsumerChannel/MultiProducerSingleConsumerAsyncChannel.swift:495:21: error: unknown option 'nonsending' for attribute 'nonisolated'
493 |     ///   - element: The element to send to the channel.
494 |     @inlinable
495 |     public mutating nonisolated(nonsending) func send(_ element: consuming sending Element) async throws {
    |                     `- error: unknown option 'nonsending' for attribute 'nonisolated'
496 |       let syncSend: (consuming sending Element, inout Self) throws -> SendResult = { try $1.send($0) }
497 |       let sendResult = try syncSend(element, &self)
/Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/MultiProducerSingleConsumerChannel/MultiProducerSingleConsumerAsyncChannel.swift:528:21: error: unknown option 'nonsending' for attribute 'nonisolated'
526 |     ///   - sequence: The elements to send to the channel.
527 |     @inlinable
528 |     public mutating nonisolated(nonsending) func send<S>(contentsOf sequence: consuming sending S) async throws
    |                     `- error: unknown option 'nonsending' for attribute 'nonisolated'
529 |     where Element == S.Element, S: AsyncSequence, Element: Copyable, S: Sendable, Element: Sendable {
530 |       for try await element in sequence {
[155/159] Compiling AsyncAlgorithms AsyncTimerSequence.swift
/Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/MultiProducerSingleConsumerChannel/MultiProducerSingleConsumerAsyncChannel.swift:458:21: error: unknown option 'nonsending' for attribute 'nonisolated'
456 |     ///   - sequence: The elements to send to the channel.
457 |     @inlinable
458 |     public mutating nonisolated(nonsending) func send<S>(
    |                     `- error: unknown option 'nonsending' for attribute 'nonisolated'
459 |       contentsOf sequence: consuming sending S
460 |     ) async throws where Element == S.Element, S: Sequence, Element: Copyable {
/Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/MultiProducerSingleConsumerChannel/MultiProducerSingleConsumerAsyncChannel.swift:495:21: error: unknown option 'nonsending' for attribute 'nonisolated'
493 |     ///   - element: The element to send to the channel.
494 |     @inlinable
495 |     public mutating nonisolated(nonsending) func send(_ element: consuming sending Element) async throws {
    |                     `- error: unknown option 'nonsending' for attribute 'nonisolated'
496 |       let syncSend: (consuming sending Element, inout Self) throws -> SendResult = { try $1.send($0) }
497 |       let sendResult = try syncSend(element, &self)
/Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/MultiProducerSingleConsumerChannel/MultiProducerSingleConsumerAsyncChannel.swift:528:21: error: unknown option 'nonsending' for attribute 'nonisolated'
526 |     ///   - sequence: The elements to send to the channel.
527 |     @inlinable
528 |     public mutating nonisolated(nonsending) func send<S>(contentsOf sequence: consuming sending S) async throws
    |                     `- error: unknown option 'nonsending' for attribute 'nonisolated'
529 |     where Element == S.Element, S: AsyncSequence, Element: Copyable, S: Sendable, Element: Sendable {
530 |       for try await element in sequence {
[156/159] Compiling AsyncAlgorithms AsyncBufferSequence.swift
/Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/MultiProducerSingleConsumerChannel/MultiProducerSingleConsumerAsyncChannel.swift:458:21: error: unknown option 'nonsending' for attribute 'nonisolated'
456 |     ///   - sequence: The elements to send to the channel.
457 |     @inlinable
458 |     public mutating nonisolated(nonsending) func send<S>(
    |                     `- error: unknown option 'nonsending' for attribute 'nonisolated'
459 |       contentsOf sequence: consuming sending S
460 |     ) async throws where Element == S.Element, S: Sequence, Element: Copyable {
/Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/MultiProducerSingleConsumerChannel/MultiProducerSingleConsumerAsyncChannel.swift:495:21: error: unknown option 'nonsending' for attribute 'nonisolated'
493 |     ///   - element: The element to send to the channel.
494 |     @inlinable
495 |     public mutating nonisolated(nonsending) func send(_ element: consuming sending Element) async throws {
    |                     `- error: unknown option 'nonsending' for attribute 'nonisolated'
496 |       let syncSend: (consuming sending Element, inout Self) throws -> SendResult = { try $1.send($0) }
497 |       let sendResult = try syncSend(element, &self)
/Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/MultiProducerSingleConsumerChannel/MultiProducerSingleConsumerAsyncChannel.swift:528:21: error: unknown option 'nonsending' for attribute 'nonisolated'
526 |     ///   - sequence: The elements to send to the channel.
527 |     @inlinable
528 |     public mutating nonisolated(nonsending) func send<S>(contentsOf sequence: consuming sending S) async throws
    |                     `- error: unknown option 'nonsending' for attribute 'nonisolated'
529 |     where Element == S.Element, S: AsyncSequence, Element: Copyable, S: Sendable, Element: Sendable {
530 |       for try await element in sequence {
[157/159] Compiling AsyncAlgorithms BoundedBufferStateMachine.swift
/Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/MultiProducerSingleConsumerChannel/MultiProducerSingleConsumerAsyncChannel.swift:458:21: error: unknown option 'nonsending' for attribute 'nonisolated'
456 |     ///   - sequence: The elements to send to the channel.
457 |     @inlinable
458 |     public mutating nonisolated(nonsending) func send<S>(
    |                     `- error: unknown option 'nonsending' for attribute 'nonisolated'
459 |       contentsOf sequence: consuming sending S
460 |     ) async throws where Element == S.Element, S: Sequence, Element: Copyable {
/Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/MultiProducerSingleConsumerChannel/MultiProducerSingleConsumerAsyncChannel.swift:495:21: error: unknown option 'nonsending' for attribute 'nonisolated'
493 |     ///   - element: The element to send to the channel.
494 |     @inlinable
495 |     public mutating nonisolated(nonsending) func send(_ element: consuming sending Element) async throws {
    |                     `- error: unknown option 'nonsending' for attribute 'nonisolated'
496 |       let syncSend: (consuming sending Element, inout Self) throws -> SendResult = { try $1.send($0) }
497 |       let sendResult = try syncSend(element, &self)
/Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/MultiProducerSingleConsumerChannel/MultiProducerSingleConsumerAsyncChannel.swift:528:21: error: unknown option 'nonsending' for attribute 'nonisolated'
526 |     ///   - sequence: The elements to send to the channel.
527 |     @inlinable
528 |     public mutating nonisolated(nonsending) func send<S>(contentsOf sequence: consuming sending S) async throws
    |                     `- error: unknown option 'nonsending' for attribute 'nonisolated'
529 |     where Element == S.Element, S: AsyncSequence, Element: Copyable, S: Sendable, Element: Sendable {
530 |       for try await element in sequence {
[158/159] Compiling AsyncAlgorithms BoundedBufferStorage.swift
/Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/MultiProducerSingleConsumerChannel/MultiProducerSingleConsumerAsyncChannel.swift:458:21: error: unknown option 'nonsending' for attribute 'nonisolated'
456 |     ///   - sequence: The elements to send to the channel.
457 |     @inlinable
458 |     public mutating nonisolated(nonsending) func send<S>(
    |                     `- error: unknown option 'nonsending' for attribute 'nonisolated'
459 |       contentsOf sequence: consuming sending S
460 |     ) async throws where Element == S.Element, S: Sequence, Element: Copyable {
/Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/MultiProducerSingleConsumerChannel/MultiProducerSingleConsumerAsyncChannel.swift:495:21: error: unknown option 'nonsending' for attribute 'nonisolated'
493 |     ///   - element: The element to send to the channel.
494 |     @inlinable
495 |     public mutating nonisolated(nonsending) func send(_ element: consuming sending Element) async throws {
    |                     `- error: unknown option 'nonsending' for attribute 'nonisolated'
496 |       let syncSend: (consuming sending Element, inout Self) throws -> SendResult = { try $1.send($0) }
497 |       let sendResult = try syncSend(element, &self)
/Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/MultiProducerSingleConsumerChannel/MultiProducerSingleConsumerAsyncChannel.swift:528:21: error: unknown option 'nonsending' for attribute 'nonisolated'
526 |     ///   - sequence: The elements to send to the channel.
527 |     @inlinable
528 |     public mutating nonisolated(nonsending) func send<S>(contentsOf sequence: consuming sending S) async throws
    |                     `- error: unknown option 'nonsending' for attribute 'nonisolated'
529 |     where Element == S.Element, S: AsyncSequence, Element: Copyable, S: Sendable, Element: Sendable {
530 |       for try await element in sequence {
[159/159] Compiling AsyncAlgorithms UnboundedBufferStateMachine.swift
/Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/MultiProducerSingleConsumerChannel/MultiProducerSingleConsumerAsyncChannel.swift:458:21: error: unknown option 'nonsending' for attribute 'nonisolated'
456 |     ///   - sequence: The elements to send to the channel.
457 |     @inlinable
458 |     public mutating nonisolated(nonsending) func send<S>(
    |                     `- error: unknown option 'nonsending' for attribute 'nonisolated'
459 |       contentsOf sequence: consuming sending S
460 |     ) async throws where Element == S.Element, S: Sequence, Element: Copyable {
/Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/MultiProducerSingleConsumerChannel/MultiProducerSingleConsumerAsyncChannel.swift:495:21: error: unknown option 'nonsending' for attribute 'nonisolated'
493 |     ///   - element: The element to send to the channel.
494 |     @inlinable
495 |     public mutating nonisolated(nonsending) func send(_ element: consuming sending Element) async throws {
    |                     `- error: unknown option 'nonsending' for attribute 'nonisolated'
496 |       let syncSend: (consuming sending Element, inout Self) throws -> SendResult = { try $1.send($0) }
497 |       let sendResult = try syncSend(element, &self)
/Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/MultiProducerSingleConsumerChannel/MultiProducerSingleConsumerAsyncChannel.swift:528:21: error: unknown option 'nonsending' for attribute 'nonisolated'
526 |     ///   - sequence: The elements to send to the channel.
527 |     @inlinable
528 |     public mutating nonisolated(nonsending) func send<S>(contentsOf sequence: consuming sending S) async throws
    |                     `- error: unknown option 'nonsending' for attribute 'nonisolated'
529 |     where Element == S.Element, S: AsyncSequence, Element: Copyable, S: Sendable, Element: Sendable {
530 |       for try await element in sequence {
Fetching https://github.com/apple/swift-collections.git from cache
Fetched https://github.com/apple/swift-collections.git from cache (1.30s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.3.0 (1.99s)
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.3.0
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-2F0A5646E1D333AE.txt
[2/18] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[3/19] Compiling InternalCollectionsUtilities UnsafeRawBufferPointer+Extras.swift
[4/19] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[5/19] Compiling InternalCollectionsUtilities Integer rank.swift
[6/19] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[7/19] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[8/19] Compiling InternalCollectionsUtilities Descriptions.swift
[9/19] Compiling InternalCollectionsUtilities LifetimeOverride.swift
[10/19] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[11/19] Compiling InternalCollectionsUtilities Debugging.swift
[12/19] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[13/19] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[14/19] Compiling InternalCollectionsUtilities UnsafeMutableRawBufferPointer+Extras.swift
[15/19] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[16/19] Compiling InternalCollectionsUtilities UInt+reversed.swift
[17/19] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[18/19] Compiling InternalCollectionsUtilities _SortedCollection.swift
[19/19] Emitting module InternalCollectionsUtilities
[20/91] Compiling DequeModule _DequeBuffer.swift
[21/92] Compiling DequeModule _DequeSlot.swift
[22/92] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[23/92] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[24/92] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[25/92] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[26/92] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[27/92] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[28/92] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[29/92] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[30/92] Compiling DequeModule _UnsafeWrappedBuffer.swift
[31/98] Compiling DequeModule _DequeBufferHeader.swift
[32/98] Compiling OrderedCollections _HashTable+Testing.swift
[33/98] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[34/98] Compiling OrderedCollections OrderedDictionary+Codable.swift
[35/98] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[36/98] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[37/98] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[38/98] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[39/98] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[40/98] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[41/98] Compiling OrderedCollections OrderedSet+Sendable.swift
[42/98] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[43/98] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[44/98] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[45/98] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[46/98] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[47/98] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[48/98] Compiling OrderedCollections _HashTable.swift
[49/98] Compiling OrderedCollections _Hashtable+Header.swift
[50/98] Compiling OrderedCollections _HashTable+Bucket.swift
[51/98] Compiling OrderedCollections _HashTable+BucketIterator.swift
[52/98] Compiling OrderedCollections OrderedSet+Hashable.swift
[53/98] Compiling OrderedCollections OrderedSet+Initializers.swift
[54/98] Compiling OrderedCollections OrderedSet+Insertions.swift
[55/98] Compiling OrderedCollections OrderedSet+Invariants.swift
[56/98] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[57/98] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[58/98] Compiling OrderedCollections OrderedSet+Codable.swift
[59/98] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[60/98] Compiling OrderedCollections OrderedSet+Descriptions.swift
[61/98] Compiling OrderedCollections OrderedSet+Diffing.swift
[62/98] Compiling OrderedCollections OrderedSet+Equatable.swift
[63/98] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[69/98] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[70/98] Compiling OrderedCollections OrderedDictionary+Elements.swift
[71/98] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[72/98] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[73/98] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[74/98] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[75/98] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[76/98] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[77/98] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[78/98] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[79/98] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[80/98] Compiling OrderedCollections OrderedDictionary+Values.swift
[81/98] Compiling OrderedCollections OrderedDictionary.swift
[82/98] Emitting module DequeModule
[83/98] Compiling OrderedCollections _HashTable+Constants.swift
[84/98] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[92/98] Compiling OrderedCollections OrderedSet+SubSequence.swift
[93/98] Compiling OrderedCollections OrderedSet+Testing.swift
[94/98] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[95/98] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[96/98] Compiling OrderedCollections OrderedSet.swift
[97/98] Compiling OrderedCollections _UnsafeBitset.swift
[98/98] Emitting module OrderedCollections
[99/148] Compiling AsyncAlgorithms AsyncAdjacentPairsSequence.swift
/Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/MultiProducerSingleConsumerChannel/MultiProducerSingleConsumerAsyncChannel.swift:458:21: error: unknown option 'nonsending' for attribute 'nonisolated'
456 |     ///   - sequence: The elements to send to the channel.
457 |     @inlinable
458 |     public mutating nonisolated(nonsending) func send<S>(
    |                     `- error: unknown option 'nonsending' for attribute 'nonisolated'
459 |       contentsOf sequence: consuming sending S
460 |     ) async throws where Element == S.Element, S: Sequence, Element: Copyable {
/Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/MultiProducerSingleConsumerChannel/MultiProducerSingleConsumerAsyncChannel.swift:495:21: error: unknown option 'nonsending' for attribute 'nonisolated'
493 |     ///   - element: The element to send to the channel.
494 |     @inlinable
495 |     public mutating nonisolated(nonsending) func send(_ element: consuming sending Element) async throws {
    |                     `- error: unknown option 'nonsending' for attribute 'nonisolated'
496 |       let syncSend: (consuming sending Element, inout Self) throws -> SendResult = { try $1.send($0) }
497 |       let sendResult = try syncSend(element, &self)
/Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/MultiProducerSingleConsumerChannel/MultiProducerSingleConsumerAsyncChannel.swift:528:21: error: unknown option 'nonsending' for attribute 'nonisolated'
526 |     ///   - sequence: The elements to send to the channel.
527 |     @inlinable
528 |     public mutating nonisolated(nonsending) func send<S>(contentsOf sequence: consuming sending S) async throws
    |                     `- error: unknown option 'nonsending' for attribute 'nonisolated'
529 |     where Element == S.Element, S: AsyncSequence, Element: Copyable, S: Sendable, Element: Sendable {
530 |       for try await element in sequence {
[100/148] Compiling AsyncAlgorithms AsyncBufferedByteIterator.swift
/Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/MultiProducerSingleConsumerChannel/MultiProducerSingleConsumerAsyncChannel.swift:458:21: error: unknown option 'nonsending' for attribute 'nonisolated'
456 |     ///   - sequence: The elements to send to the channel.
457 |     @inlinable
458 |     public mutating nonisolated(nonsending) func send<S>(
    |                     `- error: unknown option 'nonsending' for attribute 'nonisolated'
459 |       contentsOf sequence: consuming sending S
460 |     ) async throws where Element == S.Element, S: Sequence, Element: Copyable {
/Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/MultiProducerSingleConsumerChannel/MultiProducerSingleConsumerAsyncChannel.swift:495:21: error: unknown option 'nonsending' for attribute 'nonisolated'
493 |     ///   - element: The element to send to the channel.
494 |     @inlinable
495 |     public mutating nonisolated(nonsending) func send(_ element: consuming sending Element) async throws {
    |                     `- error: unknown option 'nonsending' for attribute 'nonisolated'
496 |       let syncSend: (consuming sending Element, inout Self) throws -> SendResult = { try $1.send($0) }
497 |       let sendResult = try syncSend(element, &self)
/Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/MultiProducerSingleConsumerChannel/MultiProducerSingleConsumerAsyncChannel.swift:528:21: error: unknown option 'nonsending' for attribute 'nonisolated'
526 |     ///   - sequence: The elements to send to the channel.
527 |     @inlinable
528 |     public mutating nonisolated(nonsending) func send<S>(contentsOf sequence: consuming sending S) async throws
    |                     `- error: unknown option 'nonsending' for attribute 'nonisolated'
529 |     where Element == S.Element, S: AsyncSequence, Element: Copyable, S: Sendable, Element: Sendable {
530 |       for try await element in sequence {
[101/148] Compiling AsyncAlgorithms AsyncChain2Sequence.swift
/Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/MultiProducerSingleConsumerChannel/MultiProducerSingleConsumerAsyncChannel.swift:458:21: error: unknown option 'nonsending' for attribute 'nonisolated'
456 |     ///   - sequence: The elements to send to the channel.
457 |     @inlinable
458 |     public mutating nonisolated(nonsending) func send<S>(
    |                     `- error: unknown option 'nonsending' for attribute 'nonisolated'
459 |       contentsOf sequence: consuming sending S
460 |     ) async throws where Element == S.Element, S: Sequence, Element: Copyable {
/Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/MultiProducerSingleConsumerChannel/MultiProducerSingleConsumerAsyncChannel.swift:495:21: error: unknown option 'nonsending' for attribute 'nonisolated'
493 |     ///   - element: The element to send to the channel.
494 |     @inlinable
495 |     public mutating nonisolated(nonsending) func send(_ element: consuming sending Element) async throws {
    |                     `- error: unknown option 'nonsending' for attribute 'nonisolated'
496 |       let syncSend: (consuming sending Element, inout Self) throws -> SendResult = { try $1.send($0) }
497 |       let sendResult = try syncSend(element, &self)
/Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/MultiProducerSingleConsumerChannel/MultiProducerSingleConsumerAsyncChannel.swift:528:21: error: unknown option 'nonsending' for attribute 'nonisolated'
526 |     ///   - sequence: The elements to send to the channel.
527 |     @inlinable
528 |     public mutating nonisolated(nonsending) func send<S>(contentsOf sequence: consuming sending S) async throws
    |                     `- error: unknown option 'nonsending' for attribute 'nonisolated'
529 |     where Element == S.Element, S: AsyncSequence, Element: Copyable, S: Sendable, Element: Sendable {
530 |       for try await element in sequence {
[102/148] Compiling AsyncAlgorithms AsyncChain3Sequence.swift
/Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/MultiProducerSingleConsumerChannel/MultiProducerSingleConsumerAsyncChannel.swift:458:21: error: unknown option 'nonsending' for attribute 'nonisolated'
456 |     ///   - sequence: The elements to send to the channel.
457 |     @inlinable
458 |     public mutating nonisolated(nonsending) func send<S>(
    |                     `- error: unknown option 'nonsending' for attribute 'nonisolated'
459 |       contentsOf sequence: consuming sending S
460 |     ) async throws where Element == S.Element, S: Sequence, Element: Copyable {
/Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/MultiProducerSingleConsumerChannel/MultiProducerSingleConsumerAsyncChannel.swift:495:21: error: unknown option 'nonsending' for attribute 'nonisolated'
493 |     ///   - element: The element to send to the channel.
494 |     @inlinable
495 |     public mutating nonisolated(nonsending) func send(_ element: consuming sending Element) async throws {
    |                     `- error: unknown option 'nonsending' for attribute 'nonisolated'
496 |       let syncSend: (consuming sending Element, inout Self) throws -> SendResult = { try $1.send($0) }
497 |       let sendResult = try syncSend(element, &self)
/Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/MultiProducerSingleConsumerChannel/MultiProducerSingleConsumerAsyncChannel.swift:528:21: error: unknown option 'nonsending' for attribute 'nonisolated'
526 |     ///   - sequence: The elements to send to the channel.
527 |     @inlinable
528 |     public mutating nonisolated(nonsending) func send<S>(contentsOf sequence: consuming sending S) async throws
    |                     `- error: unknown option 'nonsending' for attribute 'nonisolated'
529 |     where Element == S.Element, S: AsyncSequence, Element: Copyable, S: Sendable, Element: Sendable {
530 |       for try await element in sequence {
[103/148] Compiling AsyncAlgorithms AsyncChunkedByGroupSequence.swift
/Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/MultiProducerSingleConsumerChannel/MultiProducerSingleConsumerAsyncChannel.swift:458:21: error: unknown option 'nonsending' for attribute 'nonisolated'
456 |     ///   - sequence: The elements to send to the channel.
457 |     @inlinable
458 |     public mutating nonisolated(nonsending) func send<S>(
    |                     `- error: unknown option 'nonsending' for attribute 'nonisolated'
459 |       contentsOf sequence: consuming sending S
460 |     ) async throws where Element == S.Element, S: Sequence, Element: Copyable {
/Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/MultiProducerSingleConsumerChannel/MultiProducerSingleConsumerAsyncChannel.swift:495:21: error: unknown option 'nonsending' for attribute 'nonisolated'
493 |     ///   - element: The element to send to the channel.
494 |     @inlinable
495 |     public mutating nonisolated(nonsending) func send(_ element: consuming sending Element) async throws {
    |                     `- error: unknown option 'nonsending' for attribute 'nonisolated'
496 |       let syncSend: (consuming sending Element, inout Self) throws -> SendResult = { try $1.send($0) }
497 |       let sendResult = try syncSend(element, &self)
/Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/MultiProducerSingleConsumerChannel/MultiProducerSingleConsumerAsyncChannel.swift:528:21: error: unknown option 'nonsending' for attribute 'nonisolated'
526 |     ///   - sequence: The elements to send to the channel.
527 |     @inlinable
528 |     public mutating nonisolated(nonsending) func send<S>(contentsOf sequence: consuming sending S) async throws
    |                     `- error: unknown option 'nonsending' for attribute 'nonisolated'
529 |     where Element == S.Element, S: AsyncSequence, Element: Copyable, S: Sendable, Element: Sendable {
530 |       for try await element in sequence {
[104/148] Compiling AsyncAlgorithms AsyncChunkedOnProjectionSequence.swift
/Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/MultiProducerSingleConsumerChannel/MultiProducerSingleConsumerAsyncChannel.swift:458:21: error: unknown option 'nonsending' for attribute 'nonisolated'
456 |     ///   - sequence: The elements to send to the channel.
457 |     @inlinable
458 |     public mutating nonisolated(nonsending) func send<S>(
    |                     `- error: unknown option 'nonsending' for attribute 'nonisolated'
459 |       contentsOf sequence: consuming sending S
460 |     ) async throws where Element == S.Element, S: Sequence, Element: Copyable {
/Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/MultiProducerSingleConsumerChannel/MultiProducerSingleConsumerAsyncChannel.swift:495:21: error: unknown option 'nonsending' for attribute 'nonisolated'
493 |     ///   - element: The element to send to the channel.
494 |     @inlinable
495 |     public mutating nonisolated(nonsending) func send(_ element: consuming sending Element) async throws {
    |                     `- error: unknown option 'nonsending' for attribute 'nonisolated'
496 |       let syncSend: (consuming sending Element, inout Self) throws -> SendResult = { try $1.send($0) }
497 |       let sendResult = try syncSend(element, &self)
/Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/MultiProducerSingleConsumerChannel/MultiProducerSingleConsumerAsyncChannel.swift:528:21: error: unknown option 'nonsending' for attribute 'nonisolated'
526 |     ///   - sequence: The elements to send to the channel.
527 |     @inlinable
528 |     public mutating nonisolated(nonsending) func send<S>(contentsOf sequence: consuming sending S) async throws
    |                     `- error: unknown option 'nonsending' for attribute 'nonisolated'
529 |     where Element == S.Element, S: AsyncSequence, Element: Copyable, S: Sendable, Element: Sendable {
530 |       for try await element in sequence {
[105/153] Compiling AsyncAlgorithms AsyncChunksOfCountOrSignalSequence.swift
/Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/MultiProducerSingleConsumerChannel/MultiProducerSingleConsumerAsyncChannel.swift:458:21: error: unknown option 'nonsending' for attribute 'nonisolated'
456 |     ///   - sequence: The elements to send to the channel.
457 |     @inlinable
458 |     public mutating nonisolated(nonsending) func send<S>(
    |                     `- error: unknown option 'nonsending' for attribute 'nonisolated'
459 |       contentsOf sequence: consuming sending S
460 |     ) async throws where Element == S.Element, S: Sequence, Element: Copyable {
/Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/MultiProducerSingleConsumerChannel/MultiProducerSingleConsumerAsyncChannel.swift:495:21: error: unknown option 'nonsending' for attribute 'nonisolated'
493 |     ///   - element: The element to send to the channel.
494 |     @inlinable
495 |     public mutating nonisolated(nonsending) func send(_ element: consuming sending Element) async throws {
    |                     `- error: unknown option 'nonsending' for attribute 'nonisolated'
496 |       let syncSend: (consuming sending Element, inout Self) throws -> SendResult = { try $1.send($0) }
497 |       let sendResult = try syncSend(element, &self)
/Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/MultiProducerSingleConsumerChannel/MultiProducerSingleConsumerAsyncChannel.swift:528:21: error: unknown option 'nonsending' for attribute 'nonisolated'
526 |     ///   - sequence: The elements to send to the channel.
527 |     @inlinable
528 |     public mutating nonisolated(nonsending) func send<S>(contentsOf sequence: consuming sending S) async throws
    |                     `- error: unknown option 'nonsending' for attribute 'nonisolated'
529 |     where Element == S.Element, S: AsyncSequence, Element: Copyable, S: Sendable, Element: Sendable {
530 |       for try await element in sequence {
[106/153] Compiling AsyncAlgorithms AsyncChunksOfCountSequence.swift
/Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/MultiProducerSingleConsumerChannel/MultiProducerSingleConsumerAsyncChannel.swift:458:21: error: unknown option 'nonsending' for attribute 'nonisolated'
456 |     ///   - sequence: The elements to send to the channel.
457 |     @inlinable
458 |     public mutating nonisolated(nonsending) func send<S>(
    |                     `- error: unknown option 'nonsending' for attribute 'nonisolated'
459 |       contentsOf sequence: consuming sending S
460 |     ) async throws where Element == S.Element, S: Sequence, Element: Copyable {
/Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/MultiProducerSingleConsumerChannel/MultiProducerSingleConsumerAsyncChannel.swift:495:21: error: unknown option 'nonsending' for attribute 'nonisolated'
493 |     ///   - element: The element to send to the channel.
494 |     @inlinable
495 |     public mutating nonisolated(nonsending) func send(_ element: consuming sending Element) async throws {
    |                     `- error: unknown option 'nonsending' for attribute 'nonisolated'
496 |       let syncSend: (consuming sending Element, inout Self) throws -> SendResult = { try $1.send($0) }
497 |       let sendResult = try syncSend(element, &self)
/Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/MultiProducerSingleConsumerChannel/MultiProducerSingleConsumerAsyncChannel.swift:528:21: error: unknown option 'nonsending' for attribute 'nonisolated'
526 |     ///   - sequence: The elements to send to the channel.
527 |     @inlinable
528 |     public mutating nonisolated(nonsending) func send<S>(contentsOf sequence: consuming sending S) async throws
    |                     `- error: unknown option 'nonsending' for attribute 'nonisolated'
529 |     where Element == S.Element, S: AsyncSequence, Element: Copyable, S: Sendable, Element: Sendable {
530 |       for try await element in sequence {
[107/153] Compiling AsyncAlgorithms AsyncCompactedSequence.swift
/Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/MultiProducerSingleConsumerChannel/MultiProducerSingleConsumerAsyncChannel.swift:458:21: error: unknown option 'nonsending' for attribute 'nonisolated'
456 |     ///   - sequence: The elements to send to the channel.
457 |     @inlinable
458 |     public mutating nonisolated(nonsending) func send<S>(
    |                     `- error: unknown option 'nonsending' for attribute 'nonisolated'
459 |       contentsOf sequence: consuming sending S
460 |     ) async throws where Element == S.Element, S: Sequence, Element: Copyable {
/Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/MultiProducerSingleConsumerChannel/MultiProducerSingleConsumerAsyncChannel.swift:495:21: error: unknown option 'nonsending' for attribute 'nonisolated'
493 |     ///   - element: The element to send to the channel.
494 |     @inlinable
495 |     public mutating nonisolated(nonsending) func send(_ element: consuming sending Element) async throws {
    |                     `- error: unknown option 'nonsending' for attribute 'nonisolated'
496 |       let syncSend: (consuming sending Element, inout Self) throws -> SendResult = { try $1.send($0) }
497 |       let sendResult = try syncSend(element, &self)
/Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/MultiProducerSingleConsumerChannel/MultiProducerSingleConsumerAsyncChannel.swift:528:21: error: unknown option 'nonsending' for attribute 'nonisolated'
526 |     ///   - sequence: The elements to send to the channel.
527 |     @inlinable
528 |     public mutating nonisolated(nonsending) func send<S>(contentsOf sequence: consuming sending S) async throws
    |                     `- error: unknown option 'nonsending' for attribute 'nonisolated'
529 |     where Element == S.Element, S: AsyncSequence, Element: Copyable, S: Sendable, Element: Sendable {
530 |       for try await element in sequence {
[108/153] Compiling AsyncAlgorithms AsyncExclusiveReductionsSequence.swift
/Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/MultiProducerSingleConsumerChannel/MultiProducerSingleConsumerAsyncChannel.swift:458:21: error: unknown option 'nonsending' for attribute 'nonisolated'
456 |     ///   - sequence: The elements to send to the channel.
457 |     @inlinable
458 |     public mutating nonisolated(nonsending) func send<S>(
    |                     `- error: unknown option 'nonsending' for attribute 'nonisolated'
459 |       contentsOf sequence: consuming sending S
460 |     ) async throws where Element == S.Element, S: Sequence, Element: Copyable {
/Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/MultiProducerSingleConsumerChannel/MultiProducerSingleConsumerAsyncChannel.swift:495:21: error: unknown option 'nonsending' for attribute 'nonisolated'
493 |     ///   - element: The element to send to the channel.
494 |     @inlinable
495 |     public mutating nonisolated(nonsending) func send(_ element: consuming sending Element) async throws {
    |                     `- error: unknown option 'nonsending' for attribute 'nonisolated'
496 |       let syncSend: (consuming sending Element, inout Self) throws -> SendResult = { try $1.send($0) }
497 |       let sendResult = try syncSend(element, &self)
/Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/MultiProducerSingleConsumerChannel/MultiProducerSingleConsumerAsyncChannel.swift:528:21: error: unknown option 'nonsending' for attribute 'nonisolated'
526 |     ///   - sequence: The elements to send to the channel.
527 |     @inlinable
528 |     public mutating nonisolated(nonsending) func send<S>(contentsOf sequence: consuming sending S) async throws
    |                     `- error: unknown option 'nonsending' for attribute 'nonisolated'
529 |     where Element == S.Element, S: AsyncSequence, Element: Copyable, S: Sendable, Element: Sendable {
530 |       for try await element in sequence {
[109/153] Compiling AsyncAlgorithms AsyncInclusiveReductionsSequence.swift
/Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/MultiProducerSingleConsumerChannel/MultiProducerSingleConsumerAsyncChannel.swift:458:21: error: unknown option 'nonsending' for attribute 'nonisolated'
456 |     ///   - sequence: The elements to send to the channel.
457 |     @inlinable
458 |     public mutating nonisolated(nonsending) func send<S>(
    |                     `- error: unknown option 'nonsending' for attribute 'nonisolated'
459 |       contentsOf sequence: consuming sending S
460 |     ) async throws where Element == S.Element, S: Sequence, Element: Copyable {
/Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/MultiProducerSingleConsumerChannel/MultiProducerSingleConsumerAsyncChannel.swift:495:21: error: unknown option 'nonsending' for attribute 'nonisolated'
493 |     ///   - element: The element to send to the channel.
494 |     @inlinable
495 |     public mutating nonisolated(nonsending) func send(_ element: consuming sending Element) async throws {
    |                     `- error: unknown option 'nonsending' for attribute 'nonisolated'
496 |       let syncSend: (consuming sending Element, inout Self) throws -> SendResult = { try $1.send($0) }
497 |       let sendResult = try syncSend(element, &self)
/Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/MultiProducerSingleConsumerChannel/MultiProducerSingleConsumerAsyncChannel.swift:528:21: error: unknown option 'nonsending' for attribute 'nonisolated'
526 |     ///   - sequence: The elements to send to the channel.
527 |     @inlinable
528 |     public mutating nonisolated(nonsending) func send<S>(contentsOf sequence: consuming sending S) async throws
    |                     `- error: unknown option 'nonsending' for attribute 'nonisolated'
529 |     where Element == S.Element, S: AsyncSequence, Element: Copyable, S: Sendable, Element: Sendable {
530 |       for try await element in sequence {
[110/153] Compiling AsyncAlgorithms AsyncJoinedBySeparatorSequence.swift
/Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/MultiProducerSingleConsumerChannel/MultiProducerSingleConsumerAsyncChannel.swift:458:21: error: unknown option 'nonsending' for attribute 'nonisolated'
456 |     ///   - sequence: The elements to send to the channel.
457 |     @inlinable
458 |     public mutating nonisolated(nonsending) func send<S>(
    |                     `- error: unknown option 'nonsending' for attribute 'nonisolated'
459 |       contentsOf sequence: consuming sending S
460 |     ) async throws where Element == S.Element, S: Sequence, Element: Copyable {
/Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/MultiProducerSingleConsumerChannel/MultiProducerSingleConsumerAsyncChannel.swift:495:21: error: unknown option 'nonsending' for attribute 'nonisolated'
493 |     ///   - element: The element to send to the channel.
494 |     @inlinable
495 |     public mutating nonisolated(nonsending) func send(_ element: consuming sending Element) async throws {
    |                     `- error: unknown option 'nonsending' for attribute 'nonisolated'
496 |       let syncSend: (consuming sending Element, inout Self) throws -> SendResult = { try $1.send($0) }
497 |       let sendResult = try syncSend(element, &self)
/Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/MultiProducerSingleConsumerChannel/MultiProducerSingleConsumerAsyncChannel.swift:528:21: error: unknown option 'nonsending' for attribute 'nonisolated'
526 |     ///   - sequence: The elements to send to the channel.
527 |     @inlinable
528 |     public mutating nonisolated(nonsending) func send<S>(contentsOf sequence: consuming sending S) async throws
    |                     `- error: unknown option 'nonsending' for attribute 'nonisolated'
529 |     where Element == S.Element, S: AsyncSequence, Element: Copyable, S: Sendable, Element: Sendable {
530 |       for try await element in sequence {
[111/153] Compiling AsyncAlgorithms AsyncJoinedSequence.swift
/Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/MultiProducerSingleConsumerChannel/MultiProducerSingleConsumerAsyncChannel.swift:458:21: error: unknown option 'nonsending' for attribute 'nonisolated'
456 |     ///   - sequence: The elements to send to the channel.
457 |     @inlinable
458 |     public mutating nonisolated(nonsending) func send<S>(
    |                     `- error: unknown option 'nonsending' for attribute 'nonisolated'
459 |       contentsOf sequence: consuming sending S
460 |     ) async throws where Element == S.Element, S: Sequence, Element: Copyable {
/Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/MultiProducerSingleConsumerChannel/MultiProducerSingleConsumerAsyncChannel.swift:495:21: error: unknown option 'nonsending' for attribute 'nonisolated'
493 |     ///   - element: The element to send to the channel.
494 |     @inlinable
495 |     public mutating nonisolated(nonsending) func send(_ element: consuming sending Element) async throws {
    |                     `- error: unknown option 'nonsending' for attribute 'nonisolated'
496 |       let syncSend: (consuming sending Element, inout Self) throws -> SendResult = { try $1.send($0) }
497 |       let sendResult = try syncSend(element, &self)
/Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/MultiProducerSingleConsumerChannel/MultiProducerSingleConsumerAsyncChannel.swift:528:21: error: unknown option 'nonsending' for attribute 'nonisolated'
526 |     ///   - sequence: The elements to send to the channel.
527 |     @inlinable
528 |     public mutating nonisolated(nonsending) func send<S>(contentsOf sequence: consuming sending S) async throws
    |                     `- error: unknown option 'nonsending' for attribute 'nonisolated'
529 |     where Element == S.Element, S: AsyncSequence, Element: Copyable, S: Sendable, Element: Sendable {
530 |       for try await element in sequence {
/Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/AsyncShareSequence.swift:17:32: error: cannot find type 'SendableMetatype' in scope
 15 | @available(AsyncAlgorithms 1.1, *)
 16 | extension AsyncSequence
 17 | where Element: Sendable, Self: SendableMetatype, AsyncIterator: SendableMetatype {
    |                                `- error: cannot find type 'SendableMetatype' in scope
 18 |   /// Creates a shared async sequence that allows multiple concurrent iterations over a single source.
 19 |   ///
/Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/AsyncShareSequence.swift:17:65: error: cannot find type 'SendableMetatype' in scope
 15 | @available(AsyncAlgorithms 1.1, *)
 16 | extension AsyncSequence
 17 | where Element: Sendable, Self: SendableMetatype, AsyncIterator: SendableMetatype {
    |                                                                 `- error: cannot find type 'SendableMetatype' in scope
 18 |   /// Creates a shared async sequence that allows multiple concurrent iterations over a single source.
 19 |   ///
/Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/AsyncShareSequence.swift:117:37: error: cannot find type 'SendableMetatype' in scope
115 | @available(AsyncAlgorithms 1.1, *)
116 | struct AsyncShareSequence<Base: AsyncSequence>: Sendable
117 | where Base.Element: Sendable, Base: SendableMetatype, Base.AsyncIterator: SendableMetatype {
    |                                     `- error: cannot find type 'SendableMetatype' in scope
118 |   // Represents a single consumer's connection to the shared sequence.
119 |   //
/Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/AsyncShareSequence.swift:117:75: error: cannot find type 'SendableMetatype' in scope
115 | @available(AsyncAlgorithms 1.1, *)
116 | struct AsyncShareSequence<Base: AsyncSequence>: Sendable
117 | where Base.Element: Sendable, Base: SendableMetatype, Base.AsyncIterator: SendableMetatype {
    |                                                                           `- error: cannot find type 'SendableMetatype' in scope
118 |   // Represents a single consumer's connection to the shared sequence.
119 |   //
/Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/AsyncShareSequence.swift:608:29: error: extra argument 'name' in call
606 |         let task: Task<Void, Never>
607 |         if #available(macOS 26.0, iOS 26.0, tvOS 26.0, visionOS 26.0, *) {
608 |           task = Task(name: "Share Iteration") { [factory, self] in
    |                             `- error: extra argument 'name' in call
609 |             await iterationLoop(factory: factory)
610 |           }
/Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/AsyncShareSequence.swift:612:38: error: extra argument 'name' in call
610 |           }
611 |         } else {
612 |           task = Task.detached(name: "Share Iteration") { [factory, self] in
    |                                      `- error: extra argument 'name' in call
613 |             await iterationLoop(factory: factory)
614 |           }
[112/153] Compiling AsyncAlgorithms AsyncRemoveDuplicatesSequence.swift
/Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/MultiProducerSingleConsumerChannel/MultiProducerSingleConsumerAsyncChannel.swift:458:21: error: unknown option 'nonsending' for attribute 'nonisolated'
456 |     ///   - sequence: The elements to send to the channel.
457 |     @inlinable
458 |     public mutating nonisolated(nonsending) func send<S>(
    |                     `- error: unknown option 'nonsending' for attribute 'nonisolated'
459 |       contentsOf sequence: consuming sending S
460 |     ) async throws where Element == S.Element, S: Sequence, Element: Copyable {
/Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/MultiProducerSingleConsumerChannel/MultiProducerSingleConsumerAsyncChannel.swift:495:21: error: unknown option 'nonsending' for attribute 'nonisolated'
493 |     ///   - element: The element to send to the channel.
494 |     @inlinable
495 |     public mutating nonisolated(nonsending) func send(_ element: consuming sending Element) async throws {
    |                     `- error: unknown option 'nonsending' for attribute 'nonisolated'
496 |       let syncSend: (consuming sending Element, inout Self) throws -> SendResult = { try $1.send($0) }
497 |       let sendResult = try syncSend(element, &self)
/Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/MultiProducerSingleConsumerChannel/MultiProducerSingleConsumerAsyncChannel.swift:528:21: error: unknown option 'nonsending' for attribute 'nonisolated'
526 |     ///   - sequence: The elements to send to the channel.
527 |     @inlinable
528 |     public mutating nonisolated(nonsending) func send<S>(contentsOf sequence: consuming sending S) async throws
    |                     `- error: unknown option 'nonsending' for attribute 'nonisolated'
529 |     where Element == S.Element, S: AsyncSequence, Element: Copyable, S: Sendable, Element: Sendable {
530 |       for try await element in sequence {
/Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/AsyncShareSequence.swift:17:32: error: cannot find type 'SendableMetatype' in scope
 15 | @available(AsyncAlgorithms 1.1, *)
 16 | extension AsyncSequence
 17 | where Element: Sendable, Self: SendableMetatype, AsyncIterator: SendableMetatype {
    |                                `- error: cannot find type 'SendableMetatype' in scope
 18 |   /// Creates a shared async sequence that allows multiple concurrent iterations over a single source.
 19 |   ///
/Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/AsyncShareSequence.swift:17:65: error: cannot find type 'SendableMetatype' in scope
 15 | @available(AsyncAlgorithms 1.1, *)
 16 | extension AsyncSequence
 17 | where Element: Sendable, Self: SendableMetatype, AsyncIterator: SendableMetatype {
    |                                                                 `- error: cannot find type 'SendableMetatype' in scope
 18 |   /// Creates a shared async sequence that allows multiple concurrent iterations over a single source.
 19 |   ///
/Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/AsyncShareSequence.swift:117:37: error: cannot find type 'SendableMetatype' in scope
115 | @available(AsyncAlgorithms 1.1, *)
116 | struct AsyncShareSequence<Base: AsyncSequence>: Sendable
117 | where Base.Element: Sendable, Base: SendableMetatype, Base.AsyncIterator: SendableMetatype {
    |                                     `- error: cannot find type 'SendableMetatype' in scope
118 |   // Represents a single consumer's connection to the shared sequence.
119 |   //
/Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/AsyncShareSequence.swift:117:75: error: cannot find type 'SendableMetatype' in scope
115 | @available(AsyncAlgorithms 1.1, *)
116 | struct AsyncShareSequence<Base: AsyncSequence>: Sendable
117 | where Base.Element: Sendable, Base: SendableMetatype, Base.AsyncIterator: SendableMetatype {
    |                                                                           `- error: cannot find type 'SendableMetatype' in scope
118 |   // Represents a single consumer's connection to the shared sequence.
119 |   //
/Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/AsyncShareSequence.swift:608:29: error: extra argument 'name' in call
606 |         let task: Task<Void, Never>
607 |         if #available(macOS 26.0, iOS 26.0, tvOS 26.0, visionOS 26.0, *) {
608 |           task = Task(name: "Share Iteration") { [factory, self] in
    |                             `- error: extra argument 'name' in call
609 |             await iterationLoop(factory: factory)
610 |           }
/Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/AsyncShareSequence.swift:612:38: error: extra argument 'name' in call
610 |           }
611 |         } else {
612 |           task = Task.detached(name: "Share Iteration") { [factory, self] in
    |                                      `- error: extra argument 'name' in call
613 |             await iterationLoop(factory: factory)
614 |           }
[113/153] Compiling AsyncAlgorithms AsyncShareSequence.swift
/Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/MultiProducerSingleConsumerChannel/MultiProducerSingleConsumerAsyncChannel.swift:458:21: error: unknown option 'nonsending' for attribute 'nonisolated'
456 |     ///   - sequence: The elements to send to the channel.
457 |     @inlinable
458 |     public mutating nonisolated(nonsending) func send<S>(
    |                     `- error: unknown option 'nonsending' for attribute 'nonisolated'
459 |       contentsOf sequence: consuming sending S
460 |     ) async throws where Element == S.Element, S: Sequence, Element: Copyable {
/Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/MultiProducerSingleConsumerChannel/MultiProducerSingleConsumerAsyncChannel.swift:495:21: error: unknown option 'nonsending' for attribute 'nonisolated'
493 |     ///   - element: The element to send to the channel.
494 |     @inlinable
495 |     public mutating nonisolated(nonsending) func send(_ element: consuming sending Element) async throws {
    |                     `- error: unknown option 'nonsending' for attribute 'nonisolated'
496 |       let syncSend: (consuming sending Element, inout Self) throws -> SendResult = { try $1.send($0) }
497 |       let sendResult = try syncSend(element, &self)
/Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/MultiProducerSingleConsumerChannel/MultiProducerSingleConsumerAsyncChannel.swift:528:21: error: unknown option 'nonsending' for attribute 'nonisolated'
526 |     ///   - sequence: The elements to send to the channel.
527 |     @inlinable
528 |     public mutating nonisolated(nonsending) func send<S>(contentsOf sequence: consuming sending S) async throws
    |                     `- error: unknown option 'nonsending' for attribute 'nonisolated'
529 |     where Element == S.Element, S: AsyncSequence, Element: Copyable, S: Sendable, Element: Sendable {
530 |       for try await element in sequence {
/Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/AsyncShareSequence.swift:17:32: error: cannot find type 'SendableMetatype' in scope
 15 | @available(AsyncAlgorithms 1.1, *)
 16 | extension AsyncSequence
 17 | where Element: Sendable, Self: SendableMetatype, AsyncIterator: SendableMetatype {
    |                                `- error: cannot find type 'SendableMetatype' in scope
 18 |   /// Creates a shared async sequence that allows multiple concurrent iterations over a single source.
 19 |   ///
/Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/AsyncShareSequence.swift:17:65: error: cannot find type 'SendableMetatype' in scope
 15 | @available(AsyncAlgorithms 1.1, *)
 16 | extension AsyncSequence
 17 | where Element: Sendable, Self: SendableMetatype, AsyncIterator: SendableMetatype {
    |                                                                 `- error: cannot find type 'SendableMetatype' in scope
 18 |   /// Creates a shared async sequence that allows multiple concurrent iterations over a single source.
 19 |   ///
/Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/AsyncShareSequence.swift:117:37: error: cannot find type 'SendableMetatype' in scope
115 | @available(AsyncAlgorithms 1.1, *)
116 | struct AsyncShareSequence<Base: AsyncSequence>: Sendable
117 | where Base.Element: Sendable, Base: SendableMetatype, Base.AsyncIterator: SendableMetatype {
    |                                     `- error: cannot find type 'SendableMetatype' in scope
118 |   // Represents a single consumer's connection to the shared sequence.
119 |   //
/Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/AsyncShareSequence.swift:117:75: error: cannot find type 'SendableMetatype' in scope
115 | @available(AsyncAlgorithms 1.1, *)
116 | struct AsyncShareSequence<Base: AsyncSequence>: Sendable
117 | where Base.Element: Sendable, Base: SendableMetatype, Base.AsyncIterator: SendableMetatype {
    |                                                                           `- error: cannot find type 'SendableMetatype' in scope
118 |   // Represents a single consumer's connection to the shared sequence.
119 |   //
/Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/AsyncShareSequence.swift:608:29: error: extra argument 'name' in call
606 |         let task: Task<Void, Never>
607 |         if #available(macOS 26.0, iOS 26.0, tvOS 26.0, visionOS 26.0, *) {
608 |           task = Task(name: "Share Iteration") { [factory, self] in
    |                             `- error: extra argument 'name' in call
609 |             await iterationLoop(factory: factory)
610 |           }
/Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/AsyncShareSequence.swift:612:38: error: extra argument 'name' in call
610 |           }
611 |         } else {
612 |           task = Task.detached(name: "Share Iteration") { [factory, self] in
    |                                      `- error: extra argument 'name' in call
613 |             await iterationLoop(factory: factory)
614 |           }
[114/153] Compiling AsyncAlgorithms AsyncSyncSequence.swift
/Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/MultiProducerSingleConsumerChannel/MultiProducerSingleConsumerAsyncChannel.swift:458:21: error: unknown option 'nonsending' for attribute 'nonisolated'
456 |     ///   - sequence: The elements to send to the channel.
457 |     @inlinable
458 |     public mutating nonisolated(nonsending) func send<S>(
    |                     `- error: unknown option 'nonsending' for attribute 'nonisolated'
459 |       contentsOf sequence: consuming sending S
460 |     ) async throws where Element == S.Element, S: Sequence, Element: Copyable {
/Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/MultiProducerSingleConsumerChannel/MultiProducerSingleConsumerAsyncChannel.swift:495:21: error: unknown option 'nonsending' for attribute 'nonisolated'
493 |     ///   - element: The element to send to the channel.
494 |     @inlinable
495 |     public mutating nonisolated(nonsending) func send(_ element: consuming sending Element) async throws {
    |                     `- error: unknown option 'nonsending' for attribute 'nonisolated'
496 |       let syncSend: (consuming sending Element, inout Self) throws -> SendResult = { try $1.send($0) }
497 |       let sendResult = try syncSend(element, &self)
/Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/MultiProducerSingleConsumerChannel/MultiProducerSingleConsumerAsyncChannel.swift:528:21: error: unknown option 'nonsending' for attribute 'nonisolated'
526 |     ///   - sequence: The elements to send to the channel.
527 |     @inlinable
528 |     public mutating nonisolated(nonsending) func send<S>(contentsOf sequence: consuming sending S) async throws
    |                     `- error: unknown option 'nonsending' for attribute 'nonisolated'
529 |     where Element == S.Element, S: AsyncSequence, Element: Copyable, S: Sendable, Element: Sendable {
530 |       for try await element in sequence {
/Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/AsyncShareSequence.swift:17:32: error: cannot find type 'SendableMetatype' in scope
 15 | @available(AsyncAlgorithms 1.1, *)
 16 | extension AsyncSequence
 17 | where Element: Sendable, Self: SendableMetatype, AsyncIterator: SendableMetatype {
    |                                `- error: cannot find type 'SendableMetatype' in scope
 18 |   /// Creates a shared async sequence that allows multiple concurrent iterations over a single source.
 19 |   ///
/Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/AsyncShareSequence.swift:17:65: error: cannot find type 'SendableMetatype' in scope
 15 | @available(AsyncAlgorithms 1.1, *)
 16 | extension AsyncSequence
 17 | where Element: Sendable, Self: SendableMetatype, AsyncIterator: SendableMetatype {
    |                                                                 `- error: cannot find type 'SendableMetatype' in scope
 18 |   /// Creates a shared async sequence that allows multiple concurrent iterations over a single source.
 19 |   ///
/Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/AsyncShareSequence.swift:117:37: error: cannot find type 'SendableMetatype' in scope
115 | @available(AsyncAlgorithms 1.1, *)
116 | struct AsyncShareSequence<Base: AsyncSequence>: Sendable
117 | where Base.Element: Sendable, Base: SendableMetatype, Base.AsyncIterator: SendableMetatype {
    |                                     `- error: cannot find type 'SendableMetatype' in scope
118 |   // Represents a single consumer's connection to the shared sequence.
119 |   //
/Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/AsyncShareSequence.swift:117:75: error: cannot find type 'SendableMetatype' in scope
115 | @available(AsyncAlgorithms 1.1, *)
116 | struct AsyncShareSequence<Base: AsyncSequence>: Sendable
117 | where Base.Element: Sendable, Base: SendableMetatype, Base.AsyncIterator: SendableMetatype {
    |                                                                           `- error: cannot find type 'SendableMetatype' in scope
118 |   // Represents a single consumer's connection to the shared sequence.
119 |   //
/Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/AsyncShareSequence.swift:608:29: error: extra argument 'name' in call
606 |         let task: Task<Void, Never>
607 |         if #available(macOS 26.0, iOS 26.0, tvOS 26.0, visionOS 26.0, *) {
608 |           task = Task(name: "Share Iteration") { [factory, self] in
    |                             `- error: extra argument 'name' in call
609 |             await iterationLoop(factory: factory)
610 |           }
/Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/AsyncShareSequence.swift:612:38: error: extra argument 'name' in call
610 |           }
611 |         } else {
612 |           task = Task.detached(name: "Share Iteration") { [factory, self] in
    |                                      `- error: extra argument 'name' in call
613 |             await iterationLoop(factory: factory)
614 |           }
[115/153] Compiling AsyncAlgorithms AsyncThrottleSequence.swift
/Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/MultiProducerSingleConsumerChannel/MultiProducerSingleConsumerAsyncChannel.swift:458:21: error: unknown option 'nonsending' for attribute 'nonisolated'
456 |     ///   - sequence: The elements to send to the channel.
457 |     @inlinable
458 |     public mutating nonisolated(nonsending) func send<S>(
    |                     `- error: unknown option 'nonsending' for attribute 'nonisolated'
459 |       contentsOf sequence: consuming sending S
460 |     ) async throws where Element == S.Element, S: Sequence, Element: Copyable {
/Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/MultiProducerSingleConsumerChannel/MultiProducerSingleConsumerAsyncChannel.swift:495:21: error: unknown option 'nonsending' for attribute 'nonisolated'
493 |     ///   - element: The element to send to the channel.
494 |     @inlinable
495 |     public mutating nonisolated(nonsending) func send(_ element: consuming sending Element) async throws {
    |                     `- error: unknown option 'nonsending' for attribute 'nonisolated'
496 |       let syncSend: (consuming sending Element, inout Self) throws -> SendResult = { try $1.send($0) }
497 |       let sendResult = try syncSend(element, &self)
/Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/MultiProducerSingleConsumerChannel/MultiProducerSingleConsumerAsyncChannel.swift:528:21: error: unknown option 'nonsending' for attribute 'nonisolated'
526 |     ///   - sequence: The elements to send to the channel.
527 |     @inlinable
528 |     public mutating nonisolated(nonsending) func send<S>(contentsOf sequence: consuming sending S) async throws
    |                     `- error: unknown option 'nonsending' for attribute 'nonisolated'
529 |     where Element == S.Element, S: AsyncSequence, Element: Copyable, S: Sendable, Element: Sendable {
530 |       for try await element in sequence {
/Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/AsyncShareSequence.swift:17:32: error: cannot find type 'SendableMetatype' in scope
 15 | @available(AsyncAlgorithms 1.1, *)
 16 | extension AsyncSequence
 17 | where Element: Sendable, Self: SendableMetatype, AsyncIterator: SendableMetatype {
    |                                `- error: cannot find type 'SendableMetatype' in scope
 18 |   /// Creates a shared async sequence that allows multiple concurrent iterations over a single source.
 19 |   ///
/Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/AsyncShareSequence.swift:17:65: error: cannot find type 'SendableMetatype' in scope
 15 | @available(AsyncAlgorithms 1.1, *)
 16 | extension AsyncSequence
 17 | where Element: Sendable, Self: SendableMetatype, AsyncIterator: SendableMetatype {
    |                                                                 `- error: cannot find type 'SendableMetatype' in scope
 18 |   /// Creates a shared async sequence that allows multiple concurrent iterations over a single source.
 19 |   ///
/Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/AsyncShareSequence.swift:117:37: error: cannot find type 'SendableMetatype' in scope
115 | @available(AsyncAlgorithms 1.1, *)
116 | struct AsyncShareSequence<Base: AsyncSequence>: Sendable
117 | where Base.Element: Sendable, Base: SendableMetatype, Base.AsyncIterator: SendableMetatype {
    |                                     `- error: cannot find type 'SendableMetatype' in scope
118 |   // Represents a single consumer's connection to the shared sequence.
119 |   //
/Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/AsyncShareSequence.swift:117:75: error: cannot find type 'SendableMetatype' in scope
115 | @available(AsyncAlgorithms 1.1, *)
116 | struct AsyncShareSequence<Base: AsyncSequence>: Sendable
117 | where Base.Element: Sendable, Base: SendableMetatype, Base.AsyncIterator: SendableMetatype {
    |                                                                           `- error: cannot find type 'SendableMetatype' in scope
118 |   // Represents a single consumer's connection to the shared sequence.
119 |   //
/Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/AsyncShareSequence.swift:608:29: error: extra argument 'name' in call
606 |         let task: Task<Void, Never>
607 |         if #available(macOS 26.0, iOS 26.0, tvOS 26.0, visionOS 26.0, *) {
608 |           task = Task(name: "Share Iteration") { [factory, self] in
    |                             `- error: extra argument 'name' in call
609 |             await iterationLoop(factory: factory)
610 |           }
/Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/AsyncShareSequence.swift:612:38: error: extra argument 'name' in call
610 |           }
611 |         } else {
612 |           task = Task.detached(name: "Share Iteration") { [factory, self] in
    |                                      `- error: extra argument 'name' in call
613 |             await iterationLoop(factory: factory)
614 |           }
[116/153] Compiling AsyncAlgorithms AsyncThrowingExclusiveReductionsSequence.swift
/Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/MultiProducerSingleConsumerChannel/MultiProducerSingleConsumerAsyncChannel.swift:458:21: error: unknown option 'nonsending' for attribute 'nonisolated'
456 |     ///   - sequence: The elements to send to the channel.
457 |     @inlinable
458 |     public mutating nonisolated(nonsending) func send<S>(
    |                     `- error: unknown option 'nonsending' for attribute 'nonisolated'
459 |       contentsOf sequence: consuming sending S
460 |     ) async throws where Element == S.Element, S: Sequence, Element: Copyable {
/Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/MultiProducerSingleConsumerChannel/MultiProducerSingleConsumerAsyncChannel.swift:495:21: error: unknown option 'nonsending' for attribute 'nonisolated'
493 |     ///   - element: The element to send to the channel.
494 |     @inlinable
495 |     public mutating nonisolated(nonsending) func send(_ element: consuming sending Element) async throws {
    |                     `- error: unknown option 'nonsending' for attribute 'nonisolated'
496 |       let syncSend: (consuming sending Element, inout Self) throws -> SendResult = { try $1.send($0) }
497 |       let sendResult = try syncSend(element, &self)
/Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/MultiProducerSingleConsumerChannel/MultiProducerSingleConsumerAsyncChannel.swift:528:21: error: unknown option 'nonsending' for attribute 'nonisolated'
526 |     ///   - sequence: The elements to send to the channel.
527 |     @inlinable
528 |     public mutating nonisolated(nonsending) func send<S>(contentsOf sequence: consuming sending S) async throws
    |                     `- error: unknown option 'nonsending' for attribute 'nonisolated'
529 |     where Element == S.Element, S: AsyncSequence, Element: Copyable, S: Sendable, Element: Sendable {
530 |       for try await element in sequence {
/Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/AsyncShareSequence.swift:17:32: error: cannot find type 'SendableMetatype' in scope
 15 | @available(AsyncAlgorithms 1.1, *)
 16 | extension AsyncSequence
 17 | where Element: Sendable, Self: SendableMetatype, AsyncIterator: SendableMetatype {
    |                                `- error: cannot find type 'SendableMetatype' in scope
 18 |   /// Creates a shared async sequence that allows multiple concurrent iterations over a single source.
 19 |   ///
/Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/AsyncShareSequence.swift:17:65: error: cannot find type 'SendableMetatype' in scope
 15 | @available(AsyncAlgorithms 1.1, *)
 16 | extension AsyncSequence
 17 | where Element: Sendable, Self: SendableMetatype, AsyncIterator: SendableMetatype {
    |                                                                 `- error: cannot find type 'SendableMetatype' in scope
 18 |   /// Creates a shared async sequence that allows multiple concurrent iterations over a single source.
 19 |   ///
/Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/AsyncShareSequence.swift:117:37: error: cannot find type 'SendableMetatype' in scope
115 | @available(AsyncAlgorithms 1.1, *)
116 | struct AsyncShareSequence<Base: AsyncSequence>: Sendable
117 | where Base.Element: Sendable, Base: SendableMetatype, Base.AsyncIterator: SendableMetatype {
    |                                     `- error: cannot find type 'SendableMetatype' in scope
118 |   // Represents a single consumer's connection to the shared sequence.
119 |   //
/Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/AsyncShareSequence.swift:117:75: error: cannot find type 'SendableMetatype' in scope
115 | @available(AsyncAlgorithms 1.1, *)
116 | struct AsyncShareSequence<Base: AsyncSequence>: Sendable
117 | where Base.Element: Sendable, Base: SendableMetatype, Base.AsyncIterator: SendableMetatype {
    |                                                                           `- error: cannot find type 'SendableMetatype' in scope
118 |   // Represents a single consumer's connection to the shared sequence.
119 |   //
/Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/AsyncShareSequence.swift:608:29: error: extra argument 'name' in call
606 |         let task: Task<Void, Never>
607 |         if #available(macOS 26.0, iOS 26.0, tvOS 26.0, visionOS 26.0, *) {
608 |           task = Task(name: "Share Iteration") { [factory, self] in
    |                             `- error: extra argument 'name' in call
609 |             await iterationLoop(factory: factory)
610 |           }
/Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/AsyncShareSequence.swift:612:38: error: extra argument 'name' in call
610 |           }
611 |         } else {
612 |           task = Task.detached(name: "Share Iteration") { [factory, self] in
    |                                      `- error: extra argument 'name' in call
613 |             await iterationLoop(factory: factory)
614 |           }
[117/153] Compiling AsyncAlgorithms MultiProducerSingleConsumerAsyncChannel+Internal.swift
/Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/MultiProducerSingleConsumerChannel/MultiProducerSingleConsumerAsyncChannel.swift:458:21: error: unknown option 'nonsending' for attribute 'nonisolated'
456 |     ///   - sequence: The elements to send to the channel.
457 |     @inlinable
458 |     public mutating nonisolated(nonsending) func send<S>(
    |                     `- error: unknown option 'nonsending' for attribute 'nonisolated'
459 |       contentsOf sequence: consuming sending S
460 |     ) async throws where Element == S.Element, S: Sequence, Element: Copyable {
/Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/MultiProducerSingleConsumerChannel/MultiProducerSingleConsumerAsyncChannel.swift:495:21: error: unknown option 'nonsending' for attribute 'nonisolated'
493 |     ///   - element: The element to send to the channel.
494 |     @inlinable
495 |     public mutating nonisolated(nonsending) func send(_ element: consuming sending Element) async throws {
    |                     `- error: unknown option 'nonsending' for attribute 'nonisolated'
496 |       let syncSend: (consuming sending Element, inout Self) throws -> SendResult = { try $1.send($0) }
497 |       let sendResult = try syncSend(element, &self)
/Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/MultiProducerSingleConsumerChannel/MultiProducerSingleConsumerAsyncChannel.swift:528:21: error: unknown option 'nonsending' for attribute 'nonisolated'
526 |     ///   - sequence: The elements to send to the channel.
527 |     @inlinable
528 |     public mutating nonisolated(nonsending) func send<S>(contentsOf sequence: consuming sending S) async throws
    |                     `- error: unknown option 'nonsending' for attribute 'nonisolated'
529 |     where Element == S.Element, S: AsyncSequence, Element: Copyable, S: Sendable, Element: Sendable {
530 |       for try await element in sequence {
[118/153] Compiling AsyncAlgorithms MultiProducerSingleConsumerAsyncChannel.swift
/Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/MultiProducerSingleConsumerChannel/MultiProducerSingleConsumerAsyncChannel.swift:458:21: error: unknown option 'nonsending' for attribute 'nonisolated'
456 |     ///   - sequence: The elements to send to the channel.
457 |     @inlinable
458 |     public mutating nonisolated(nonsending) func send<S>(
    |                     `- error: unknown option 'nonsending' for attribute 'nonisolated'
459 |       contentsOf sequence: consuming sending S
460 |     ) async throws where Element == S.Element, S: Sequence, Element: Copyable {
/Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/MultiProducerSingleConsumerChannel/MultiProducerSingleConsumerAsyncChannel.swift:495:21: error: unknown option 'nonsending' for attribute 'nonisolated'
493 |     ///   - element: The element to send to the channel.
494 |     @inlinable
495 |     public mutating nonisolated(nonsending) func send(_ element: consuming sending Element) async throws {
    |                     `- error: unknown option 'nonsending' for attribute 'nonisolated'
496 |       let syncSend: (consuming sending Element, inout Self) throws -> SendResult = { try $1.send($0) }
497 |       let sendResult = try syncSend(element, &self)
/Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/MultiProducerSingleConsumerChannel/MultiProducerSingleConsumerAsyncChannel.swift:528:21: error: unknown option 'nonsending' for attribute 'nonisolated'
526 |     ///   - sequence: The elements to send to the channel.
527 |     @inlinable
528 |     public mutating nonisolated(nonsending) func send<S>(contentsOf sequence: consuming sending S) async throws
    |                     `- error: unknown option 'nonsending' for attribute 'nonisolated'
529 |     where Element == S.Element, S: AsyncSequence, Element: Copyable, S: Sendable, Element: Sendable {
530 |       for try await element in sequence {
[119/153] Compiling AsyncAlgorithms RangeReplaceableCollection.swift
/Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/MultiProducerSingleConsumerChannel/MultiProducerSingleConsumerAsyncChannel.swift:458:21: error: unknown option 'nonsending' for attribute 'nonisolated'
456 |     ///   - sequence: The elements to send to the channel.
457 |     @inlinable
458 |     public mutating nonisolated(nonsending) func send<S>(
    |                     `- error: unknown option 'nonsending' for attribute 'nonisolated'
459 |       contentsOf sequence: consuming sending S
460 |     ) async throws where Element == S.Element, S: Sequence, Element: Copyable {
/Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/MultiProducerSingleConsumerChannel/MultiProducerSingleConsumerAsyncChannel.swift:495:21: error: unknown option 'nonsending' for attribute 'nonisolated'
493 |     ///   - element: The element to send to the channel.
494 |     @inlinable
495 |     public mutating nonisolated(nonsending) func send(_ element: consuming sending Element) async throws {
    |                     `- error: unknown option 'nonsending' for attribute 'nonisolated'
496 |       let syncSend: (consuming sending Element, inout Self) throws -> SendResult = { try $1.send($0) }
497 |       let sendResult = try syncSend(element, &self)
/Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/MultiProducerSingleConsumerChannel/MultiProducerSingleConsumerAsyncChannel.swift:528:21: error: unknown option 'nonsending' for attribute 'nonisolated'
526 |     ///   - sequence: The elements to send to the channel.
527 |     @inlinable
528 |     public mutating nonisolated(nonsending) func send<S>(contentsOf sequence: consuming sending S) async throws
    |                     `- error: unknown option 'nonsending' for attribute 'nonisolated'
529 |     where Element == S.Element, S: AsyncSequence, Element: Copyable, S: Sendable, Element: Sendable {
530 |       for try await element in sequence {
[120/153] Compiling AsyncAlgorithms Rethrow.swift
/Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/MultiProducerSingleConsumerChannel/MultiProducerSingleConsumerAsyncChannel.swift:458:21: error: unknown option 'nonsending' for attribute 'nonisolated'
456 |     ///   - sequence: The elements to send to the channel.
457 |     @inlinable
458 |     public mutating nonisolated(nonsending) func send<S>(
    |                     `- error: unknown option 'nonsending' for attribute 'nonisolated'
459 |       contentsOf sequence: consuming sending S
460 |     ) async throws where Element == S.Element, S: Sequence, Element: Copyable {
/Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/MultiProducerSingleConsumerChannel/MultiProducerSingleConsumerAsyncChannel.swift:495:21: error: unknown option 'nonsending' for attribute 'nonisolated'
493 |     ///   - element: The element to send to the channel.
494 |     @inlinable
495 |     public mutating nonisolated(nonsending) func send(_ element: consuming sending Element) async throws {
    |                     `- error: unknown option 'nonsending' for attribute 'nonisolated'
496 |       let syncSend: (consuming sending Element, inout Self) throws -> SendResult = { try $1.send($0) }
497 |       let sendResult = try syncSend(element, &self)
/Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/MultiProducerSingleConsumerChannel/MultiProducerSingleConsumerAsyncChannel.swift:528:21: error: unknown option 'nonsending' for attribute 'nonisolated'
526 |     ///   - sequence: The elements to send to the channel.
527 |     @inlinable
528 |     public mutating nonisolated(nonsending) func send<S>(contentsOf sequence: consuming sending S) async throws
    |                     `- error: unknown option 'nonsending' for attribute 'nonisolated'
529 |     where Element == S.Element, S: AsyncSequence, Element: Copyable, S: Sendable, Element: Sendable {
530 |       for try await element in sequence {
[121/153] Compiling AsyncAlgorithms SetAlgebra.swift
/Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/MultiProducerSingleConsumerChannel/MultiProducerSingleConsumerAsyncChannel.swift:458:21: error: unknown option 'nonsending' for attribute 'nonisolated'
456 |     ///   - sequence: The elements to send to the channel.
457 |     @inlinable
458 |     public mutating nonisolated(nonsending) func send<S>(
    |                     `- error: unknown option 'nonsending' for attribute 'nonisolated'
459 |       contentsOf sequence: consuming sending S
460 |     ) async throws where Element == S.Element, S: Sequence, Element: Copyable {
/Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/MultiProducerSingleConsumerChannel/MultiProducerSingleConsumerAsyncChannel.swift:495:21: error: unknown option 'nonsending' for attribute 'nonisolated'
493 |     ///   - element: The element to send to the channel.
494 |     @inlinable
495 |     public mutating nonisolated(nonsending) func send(_ element: consuming sending Element) async throws {
    |                     `- error: unknown option 'nonsending' for attribute 'nonisolated'
496 |       let syncSend: (consuming sending Element, inout Self) throws -> SendResult = { try $1.send($0) }
497 |       let sendResult = try syncSend(element, &self)
/Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/MultiProducerSingleConsumerChannel/MultiProducerSingleConsumerAsyncChannel.swift:528:21: error: unknown option 'nonsending' for attribute 'nonisolated'
526 |     ///   - sequence: The elements to send to the channel.
527 |     @inlinable
528 |     public mutating nonisolated(nonsending) func send<S>(contentsOf sequence: consuming sending S) async throws
    |                     `- error: unknown option 'nonsending' for attribute 'nonisolated'
529 |     where Element == S.Element, S: AsyncSequence, Element: Copyable, S: Sendable, Element: Sendable {
530 |       for try await element in sequence {
[122/153] Compiling AsyncAlgorithms AsyncThrowingInclusiveReductionsSequence.swift
/Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/MultiProducerSingleConsumerChannel/MultiProducerSingleConsumerAsyncChannel.swift:458:21: error: unknown option 'nonsending' for attribute 'nonisolated'
456 |     ///   - sequence: The elements to send to the channel.
457 |     @inlinable
458 |     public mutating nonisolated(nonsending) func send<S>(
    |                     `- error: unknown option 'nonsending' for attribute 'nonisolated'
459 |       contentsOf sequence: consuming sending S
460 |     ) async throws where Element == S.Element, S: Sequence, Element: Copyable {
/Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/MultiProducerSingleConsumerChannel/MultiProducerSingleConsumerAsyncChannel.swift:495:21: error: unknown option 'nonsending' for attribute 'nonisolated'
493 |     ///   - element: The element to send to the channel.
494 |     @inlinable
495 |     public mutating nonisolated(nonsending) func send(_ element: consuming sending Element) async throws {
    |                     `- error: unknown option 'nonsending' for attribute 'nonisolated'
496 |       let syncSend: (consuming sending Element, inout Self) throws -> SendResult = { try $1.send($0) }
497 |       let sendResult = try syncSend(element, &self)
/Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/MultiProducerSingleConsumerChannel/MultiProducerSingleConsumerAsyncChannel.swift:528:21: error: unknown option 'nonsending' for attribute 'nonisolated'
526 |     ///   - sequence: The elements to send to the channel.
527 |     @inlinable
528 |     public mutating nonisolated(nonsending) func send<S>(contentsOf sequence: consuming sending S) async throws
    |                     `- error: unknown option 'nonsending' for attribute 'nonisolated'
529 |     where Element == S.Element, S: AsyncSequence, Element: Copyable, S: Sendable, Element: Sendable {
530 |       for try await element in sequence {
[123/153] Compiling AsyncAlgorithms AsyncTimerSequence.swift
/Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/MultiProducerSingleConsumerChannel/MultiProducerSingleConsumerAsyncChannel.swift:458:21: error: unknown option 'nonsending' for attribute 'nonisolated'
456 |     ///   - sequence: The elements to send to the channel.
457 |     @inlinable
458 |     public mutating nonisolated(nonsending) func send<S>(
    |                     `- error: unknown option 'nonsending' for attribute 'nonisolated'
459 |       contentsOf sequence: consuming sending S
460 |     ) async throws where Element == S.Element, S: Sequence, Element: Copyable {
/Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/MultiProducerSingleConsumerChannel/MultiProducerSingleConsumerAsyncChannel.swift:495:21: error: unknown option 'nonsending' for attribute 'nonisolated'
493 |     ///   - element: The element to send to the channel.
494 |     @inlinable
495 |     public mutating nonisolated(nonsending) func send(_ element: consuming sending Element) async throws {
    |                     `- error: unknown option 'nonsending' for attribute 'nonisolated'
496 |       let syncSend: (consuming sending Element, inout Self) throws -> SendResult = { try $1.send($0) }
497 |       let sendResult = try syncSend(element, &self)
/Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/MultiProducerSingleConsumerChannel/MultiProducerSingleConsumerAsyncChannel.swift:528:21: error: unknown option 'nonsending' for attribute 'nonisolated'
526 |     ///   - sequence: The elements to send to the channel.
527 |     @inlinable
528 |     public mutating nonisolated(nonsending) func send<S>(contentsOf sequence: consuming sending S) async throws
    |                     `- error: unknown option 'nonsending' for attribute 'nonisolated'
529 |     where Element == S.Element, S: AsyncSequence, Element: Copyable, S: Sendable, Element: Sendable {
530 |       for try await element in sequence {
[124/153] Compiling AsyncAlgorithms AsyncBufferSequence.swift
/Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/MultiProducerSingleConsumerChannel/MultiProducerSingleConsumerAsyncChannel.swift:458:21: error: unknown option 'nonsending' for attribute 'nonisolated'
456 |     ///   - sequence: The elements to send to the channel.
457 |     @inlinable
458 |     public mutating nonisolated(nonsending) func send<S>(
    |                     `- error: unknown option 'nonsending' for attribute 'nonisolated'
459 |       contentsOf sequence: consuming sending S
460 |     ) async throws where Element == S.Element, S: Sequence, Element: Copyable {
/Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/MultiProducerSingleConsumerChannel/MultiProducerSingleConsumerAsyncChannel.swift:495:21: error: unknown option 'nonsending' for attribute 'nonisolated'
493 |     ///   - element: The element to send to the channel.
494 |     @inlinable
495 |     public mutating nonisolated(nonsending) func send(_ element: consuming sending Element) async throws {
    |                     `- error: unknown option 'nonsending' for attribute 'nonisolated'
496 |       let syncSend: (consuming sending Element, inout Self) throws -> SendResult = { try $1.send($0) }
497 |       let sendResult = try syncSend(element, &self)
/Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/MultiProducerSingleConsumerChannel/MultiProducerSingleConsumerAsyncChannel.swift:528:21: error: unknown option 'nonsending' for attribute 'nonisolated'
526 |     ///   - sequence: The elements to send to the channel.
527 |     @inlinable
528 |     public mutating nonisolated(nonsending) func send<S>(contentsOf sequence: consuming sending S) async throws
    |                     `- error: unknown option 'nonsending' for attribute 'nonisolated'
529 |     where Element == S.Element, S: AsyncSequence, Element: Copyable, S: Sendable, Element: Sendable {
530 |       for try await element in sequence {
[125/153] Compiling AsyncAlgorithms BoundedBufferStateMachine.swift
/Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/MultiProducerSingleConsumerChannel/MultiProducerSingleConsumerAsyncChannel.swift:458:21: error: unknown option 'nonsending' for attribute 'nonisolated'
456 |     ///   - sequence: The elements to send to the channel.
457 |     @inlinable
458 |     public mutating nonisolated(nonsending) func send<S>(
    |                     `- error: unknown option 'nonsending' for attribute 'nonisolated'
459 |       contentsOf sequence: consuming sending S
460 |     ) async throws where Element == S.Element, S: Sequence, Element: Copyable {
/Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/MultiProducerSingleConsumerChannel/MultiProducerSingleConsumerAsyncChannel.swift:495:21: error: unknown option 'nonsending' for attribute 'nonisolated'
493 |     ///   - element: The element to send to the channel.
494 |     @inlinable
495 |     public mutating nonisolated(nonsending) func send(_ element: consuming sending Element) async throws {
    |                     `- error: unknown option 'nonsending' for attribute 'nonisolated'
496 |       let syncSend: (consuming sending Element, inout Self) throws -> SendResult = { try $1.send($0) }
497 |       let sendResult = try syncSend(element, &self)
/Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/MultiProducerSingleConsumerChannel/MultiProducerSingleConsumerAsyncChannel.swift:528:21: error: unknown option 'nonsending' for attribute 'nonisolated'
526 |     ///   - sequence: The elements to send to the channel.
527 |     @inlinable
528 |     public mutating nonisolated(nonsending) func send<S>(contentsOf sequence: consuming sending S) async throws
    |                     `- error: unknown option 'nonsending' for attribute 'nonisolated'
529 |     where Element == S.Element, S: AsyncSequence, Element: Copyable, S: Sendable, Element: Sendable {
530 |       for try await element in sequence {
[126/153] Compiling AsyncAlgorithms BoundedBufferStorage.swift
/Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/MultiProducerSingleConsumerChannel/MultiProducerSingleConsumerAsyncChannel.swift:458:21: error: unknown option 'nonsending' for attribute 'nonisolated'
456 |     ///   - sequence: The elements to send to the channel.
457 |     @inlinable
458 |     public mutating nonisolated(nonsending) func send<S>(
    |                     `- error: unknown option 'nonsending' for attribute 'nonisolated'
459 |       contentsOf sequence: consuming sending S
460 |     ) async throws where Element == S.Element, S: Sequence, Element: Copyable {
/Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/MultiProducerSingleConsumerChannel/MultiProducerSingleConsumerAsyncChannel.swift:495:21: error: unknown option 'nonsending' for attribute 'nonisolated'
493 |     ///   - element: The element to send to the channel.
494 |     @inlinable
495 |     public mutating nonisolated(nonsending) func send(_ element: consuming sending Element) async throws {
    |                     `- error: unknown option 'nonsending' for attribute 'nonisolated'
496 |       let syncSend: (consuming sending Element, inout Self) throws -> SendResult = { try $1.send($0) }
497 |       let sendResult = try syncSend(element, &self)
/Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/MultiProducerSingleConsumerChannel/MultiProducerSingleConsumerAsyncChannel.swift:528:21: error: unknown option 'nonsending' for attribute 'nonisolated'
526 |     ///   - sequence: The elements to send to the channel.
527 |     @inlinable
528 |     public mutating nonisolated(nonsending) func send<S>(contentsOf sequence: consuming sending S) async throws
    |                     `- error: unknown option 'nonsending' for attribute 'nonisolated'
529 |     where Element == S.Element, S: AsyncSequence, Element: Copyable, S: Sendable, Element: Sendable {
530 |       for try await element in sequence {
[127/153] Compiling AsyncAlgorithms UnboundedBufferStateMachine.swift
/Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/MultiProducerSingleConsumerChannel/MultiProducerSingleConsumerAsyncChannel.swift:458:21: error: unknown option 'nonsending' for attribute 'nonisolated'
456 |     ///   - sequence: The elements to send to the channel.
457 |     @inlinable
458 |     public mutating nonisolated(nonsending) func send<S>(
    |                     `- error: unknown option 'nonsending' for attribute 'nonisolated'
459 |       contentsOf sequence: consuming sending S
460 |     ) async throws where Element == S.Element, S: Sequence, Element: Copyable {
/Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/MultiProducerSingleConsumerChannel/MultiProducerSingleConsumerAsyncChannel.swift:495:21: error: unknown option 'nonsending' for attribute 'nonisolated'
493 |     ///   - element: The element to send to the channel.
494 |     @inlinable
495 |     public mutating nonisolated(nonsending) func send(_ element: consuming sending Element) async throws {
    |                     `- error: unknown option 'nonsending' for attribute 'nonisolated'
496 |       let syncSend: (consuming sending Element, inout Self) throws -> SendResult = { try $1.send($0) }
497 |       let sendResult = try syncSend(element, &self)
/Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/MultiProducerSingleConsumerChannel/MultiProducerSingleConsumerAsyncChannel.swift:528:21: error: unknown option 'nonsending' for attribute 'nonisolated'
526 |     ///   - sequence: The elements to send to the channel.
527 |     @inlinable
528 |     public mutating nonisolated(nonsending) func send<S>(contentsOf sequence: consuming sending S) async throws
    |                     `- error: unknown option 'nonsending' for attribute 'nonisolated'
529 |     where Element == S.Element, S: AsyncSequence, Element: Copyable, S: Sendable, Element: Sendable {
530 |       for try await element in sequence {
[128/153] Compiling AsyncAlgorithms UnboundedBufferStorage.swift
/Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/MultiProducerSingleConsumerChannel/MultiProducerSingleConsumerAsyncChannel.swift:458:21: error: unknown option 'nonsending' for attribute 'nonisolated'
456 |     ///   - sequence: The elements to send to the channel.
457 |     @inlinable
458 |     public mutating nonisolated(nonsending) func send<S>(
    |                     `- error: unknown option 'nonsending' for attribute 'nonisolated'
459 |       contentsOf sequence: consuming sending S
460 |     ) async throws where Element == S.Element, S: Sequence, Element: Copyable {
/Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/MultiProducerSingleConsumerChannel/MultiProducerSingleConsumerAsyncChannel.swift:495:21: error: unknown option 'nonsending' for attribute 'nonisolated'
493 |     ///   - element: The element to send to the channel.
494 |     @inlinable
495 |     public mutating nonisolated(nonsending) func send(_ element: consuming sending Element) async throws {
    |                     `- error: unknown option 'nonsending' for attribute 'nonisolated'
496 |       let syncSend: (consuming sending Element, inout Self) throws -> SendResult = { try $1.send($0) }
497 |       let sendResult = try syncSend(element, &self)
/Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/MultiProducerSingleConsumerChannel/MultiProducerSingleConsumerAsyncChannel.swift:528:21: error: unknown option 'nonsending' for attribute 'nonisolated'
526 |     ///   - sequence: The elements to send to the channel.
527 |     @inlinable
528 |     public mutating nonisolated(nonsending) func send<S>(contentsOf sequence: consuming sending S) async throws
    |                     `- error: unknown option 'nonsending' for attribute 'nonisolated'
529 |     where Element == S.Element, S: AsyncSequence, Element: Copyable, S: Sendable, Element: Sendable {
530 |       for try await element in sequence {
[129/153] Compiling AsyncAlgorithms AsyncChannel.swift
/Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/MultiProducerSingleConsumerChannel/MultiProducerSingleConsumerAsyncChannel.swift:458:21: error: unknown option 'nonsending' for attribute 'nonisolated'
456 |     ///   - sequence: The elements to send to the channel.
457 |     @inlinable
458 |     public mutating nonisolated(nonsending) func send<S>(
    |                     `- error: unknown option 'nonsending' for attribute 'nonisolated'
459 |       contentsOf sequence: consuming sending S
460 |     ) async throws where Element == S.Element, S: Sequence, Element: Copyable {
/Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/MultiProducerSingleConsumerChannel/MultiProducerSingleConsumerAsyncChannel.swift:495:21: error: unknown option 'nonsending' for attribute 'nonisolated'
493 |     ///   - element: The element to send to the channel.
494 |     @inlinable
495 |     public mutating nonisolated(nonsending) func send(_ element: consuming sending Element) async throws {
    |                     `- error: unknown option 'nonsending' for attribute 'nonisolated'
496 |       let syncSend: (consuming sending Element, inout Self) throws -> SendResult = { try $1.send($0) }
497 |       let sendResult = try syncSend(element, &self)
/Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/MultiProducerSingleConsumerChannel/MultiProducerSingleConsumerAsyncChannel.swift:528:21: error: unknown option 'nonsending' for attribute 'nonisolated'
526 |     ///   - sequence: The elements to send to the channel.
527 |     @inlinable
528 |     public mutating nonisolated(nonsending) func send<S>(contentsOf sequence: consuming sending S) async throws
    |                     `- error: unknown option 'nonsending' for attribute 'nonisolated'
529 |     where Element == S.Element, S: AsyncSequence, Element: Copyable, S: Sendable, Element: Sendable {
530 |       for try await element in sequence {
[130/153] Compiling AsyncAlgorithms AsyncThrowingChannel.swift
/Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/MultiProducerSingleConsumerChannel/MultiProducerSingleConsumerAsyncChannel.swift:458:21: error: unknown option 'nonsending' for attribute 'nonisolated'
456 |     ///   - sequence: The elements to send to the channel.
457 |     @inlinable
458 |     public mutating nonisolated(nonsending) func send<S>(
    |                     `- error: unknown option 'nonsending' for attribute 'nonisolated'
459 |       contentsOf sequence: consuming sending S
460 |     ) async throws where Element == S.Element, S: Sequence, Element: Copyable {
/Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/MultiProducerSingleConsumerChannel/MultiProducerSingleConsumerAsyncChannel.swift:495:21: error: unknown option 'nonsending' for attribute 'nonisolated'
493 |     ///   - element: The element to send to the channel.
494 |     @inlinable
495 |     public mutating nonisolated(nonsending) func send(_ element: consuming sending Element) async throws {
    |                     `- error: unknown option 'nonsending' for attribute 'nonisolated'
496 |       let syncSend: (consuming sending Element, inout Self) throws -> SendResult = { try $1.send($0) }
497 |       let sendResult = try syncSend(element, &self)
/Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/MultiProducerSingleConsumerChannel/MultiProducerSingleConsumerAsyncChannel.swift:528:21: error: unknown option 'nonsending' for attribute 'nonisolated'
526 |     ///   - sequence: The elements to send to the channel.
527 |     @inlinable
528 |     public mutating nonisolated(nonsending) func send<S>(contentsOf sequence: consuming sending S) async throws
    |                     `- error: unknown option 'nonsending' for attribute 'nonisolated'
529 |     where Element == S.Element, S: AsyncSequence, Element: Copyable, S: Sendable, Element: Sendable {
530 |       for try await element in sequence {
[131/153] Compiling AsyncAlgorithms ChannelStateMachine.swift
/Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/MultiProducerSingleConsumerChannel/MultiProducerSingleConsumerAsyncChannel.swift:458:21: error: unknown option 'nonsending' for attribute 'nonisolated'
456 |     ///   - sequence: The elements to send to the channel.
457 |     @inlinable
458 |     public mutating nonisolated(nonsending) func send<S>(
    |                     `- error: unknown option 'nonsending' for attribute 'nonisolated'
459 |       contentsOf sequence: consuming sending S
460 |     ) async throws where Element == S.Element, S: Sequence, Element: Copyable {
/Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/MultiProducerSingleConsumerChannel/MultiProducerSingleConsumerAsyncChannel.swift:495:21: error: unknown option 'nonsending' for attribute 'nonisolated'
493 |     ///   - element: The element to send to the channel.
494 |     @inlinable
495 |     public mutating nonisolated(nonsending) func send(_ element: consuming sending Element) async throws {
    |                     `- error: unknown option 'nonsending' for attribute 'nonisolated'
496 |       let syncSend: (consuming sending Element, inout Self) throws -> SendResult = { try $1.send($0) }
497 |       let sendResult = try syncSend(element, &self)
/Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/MultiProducerSingleConsumerChannel/MultiProducerSingleConsumerAsyncChannel.swift:528:21: error: unknown option 'nonsending' for attribute 'nonisolated'
526 |     ///   - sequence: The elements to send to the channel.
527 |     @inlinable
528 |     public mutating nonisolated(nonsending) func send<S>(contentsOf sequence: consuming sending S) async throws
    |                     `- error: unknown option 'nonsending' for attribute 'nonisolated'
529 |     where Element == S.Element, S: AsyncSequence, Element: Copyable, S: Sendable, Element: Sendable {
530 |       for try await element in sequence {
[132/153] Compiling AsyncAlgorithms ChannelStorage.swift
/Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/MultiProducerSingleConsumerChannel/MultiProducerSingleConsumerAsyncChannel.swift:458:21: error: unknown option 'nonsending' for attribute 'nonisolated'
456 |     ///   - sequence: The elements to send to the channel.
457 |     @inlinable
458 |     public mutating nonisolated(nonsending) func send<S>(
    |                     `- error: unknown option 'nonsending' for attribute 'nonisolated'
459 |       contentsOf sequence: consuming sending S
460 |     ) async throws where Element == S.Element, S: Sequence, Element: Copyable {
/Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/MultiProducerSingleConsumerChannel/MultiProducerSingleConsumerAsyncChannel.swift:495:21: error: unknown option 'nonsending' for attribute 'nonisolated'
493 |     ///   - element: The element to send to the channel.
494 |     @inlinable
495 |     public mutating nonisolated(nonsending) func send(_ element: consuming sending Element) async throws {
    |                     `- error: unknown option 'nonsending' for attribute 'nonisolated'
496 |       let syncSend: (consuming sending Element, inout Self) throws -> SendResult = { try $1.send($0) }
497 |       let sendResult = try syncSend(element, &self)
/Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/MultiProducerSingleConsumerChannel/MultiProducerSingleConsumerAsyncChannel.swift:528:21: error: unknown option 'nonsending' for attribute 'nonisolated'
526 |     ///   - sequence: The elements to send to the channel.
527 |     @inlinable
528 |     public mutating nonisolated(nonsending) func send<S>(contentsOf sequence: consuming sending S) async throws
    |                     `- error: unknown option 'nonsending' for attribute 'nonisolated'
529 |     where Element == S.Element, S: AsyncSequence, Element: Copyable, S: Sendable, Element: Sendable {
530 |       for try await element in sequence {
[133/153] Compiling AsyncAlgorithms AsyncCombineLatest2Sequence.swift
/Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/MultiProducerSingleConsumerChannel/MultiProducerSingleConsumerAsyncChannel.swift:458:21: error: unknown option 'nonsending' for attribute 'nonisolated'
456 |     ///   - sequence: The elements to send to the channel.
457 |     @inlinable
458 |     public mutating nonisolated(nonsending) func send<S>(
    |                     `- error: unknown option 'nonsending' for attribute 'nonisolated'
459 |       contentsOf sequence: consuming sending S
460 |     ) async throws where Element == S.Element, S: Sequence, Element: Copyable {
/Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/MultiProducerSingleConsumerChannel/MultiProducerSingleConsumerAsyncChannel.swift:495:21: error: unknown option 'nonsending' for attribute 'nonisolated'
493 |     ///   - element: The element to send to the channel.
494 |     @inlinable
495 |     public mutating nonisolated(nonsending) func send(_ element: consuming sending Element) async throws {
    |                     `- error: unknown option 'nonsending' for attribute 'nonisolated'
496 |       let syncSend: (consuming sending Element, inout Self) throws -> SendResult = { try $1.send($0) }
497 |       let sendResult = try syncSend(element, &self)
/Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/MultiProducerSingleConsumerChannel/MultiProducerSingleConsumerAsyncChannel.swift:528:21: error: unknown option 'nonsending' for attribute 'nonisolated'
526 |     ///   - sequence: The elements to send to the channel.
527 |     @inlinable
528 |     public mutating nonisolated(nonsending) func send<S>(contentsOf sequence: consuming sending S) async throws
    |                     `- error: unknown option 'nonsending' for attribute 'nonisolated'
529 |     where Element == S.Element, S: AsyncSequence, Element: Copyable, S: Sendable, Element: Sendable {
530 |       for try await element in sequence {
[134/153] Compiling AsyncAlgorithms AsyncCombineLatest3Sequence.swift
/Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/MultiProducerSingleConsumerChannel/MultiProducerSingleConsumerAsyncChannel.swift:458:21: error: unknown option 'nonsending' for attribute 'nonisolated'
456 |     ///   - sequence: The elements to send to the channel.
457 |     @inlinable
458 |     public mutating nonisolated(nonsending) func send<S>(
    |                     `- error: unknown option 'nonsending' for attribute 'nonisolated'
459 |       contentsOf sequence: consuming sending S
460 |     ) async throws where Element == S.Element, S: Sequence, Element: Copyable {
/Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/MultiProducerSingleConsumerChannel/MultiProducerSingleConsumerAsyncChannel.swift:495:21: error: unknown option 'nonsending' for attribute 'nonisolated'
493 |     ///   - element: The element to send to the channel.
494 |     @inlinable
495 |     public mutating nonisolated(nonsending) func send(_ element: consuming sending Element) async throws {
    |                     `- error: unknown option 'nonsending' for attribute 'nonisolated'
496 |       let syncSend: (consuming sending Element, inout Self) throws -> SendResult = { try $1.send($0) }
497 |       let sendResult = try syncSend(element, &self)
/Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/MultiProducerSingleConsumerChannel/MultiProducerSingleConsumerAsyncChannel.swift:528:21: error: unknown option 'nonsending' for attribute 'nonisolated'
526 |     ///   - sequence: The elements to send to the channel.
527 |     @inlinable
528 |     public mutating nonisolated(nonsending) func send<S>(contentsOf sequence: consuming sending S) async throws
    |                     `- error: unknown option 'nonsending' for attribute 'nonisolated'
529 |     where Element == S.Element, S: AsyncSequence, Element: Copyable, S: Sendable, Element: Sendable {
530 |       for try await element in sequence {
[135/153] Compiling AsyncAlgorithms CombineLatestStateMachine.swift
/Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/MultiProducerSingleConsumerChannel/MultiProducerSingleConsumerAsyncChannel.swift:458:21: error: unknown option 'nonsending' for attribute 'nonisolated'
456 |     ///   - sequence: The elements to send to the channel.
457 |     @inlinable
458 |     public mutating nonisolated(nonsending) func send<S>(
    |                     `- error: unknown option 'nonsending' for attribute 'nonisolated'
459 |       contentsOf sequence: consuming sending S
460 |     ) async throws where Element == S.Element, S: Sequence, Element: Copyable {
/Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/MultiProducerSingleConsumerChannel/MultiProducerSingleConsumerAsyncChannel.swift:495:21: error: unknown option 'nonsending' for attribute 'nonisolated'
493 |     ///   - element: The element to send to the channel.
494 |     @inlinable
495 |     public mutating nonisolated(nonsending) func send(_ element: consuming sending Element) async throws {
    |                     `- error: unknown option 'nonsending' for attribute 'nonisolated'
496 |       let syncSend: (consuming sending Element, inout Self) throws -> SendResult = { try $1.send($0) }
497 |       let sendResult = try syncSend(element, &self)
/Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/MultiProducerSingleConsumerChannel/MultiProducerSingleConsumerAsyncChannel.swift:528:21: error: unknown option 'nonsending' for attribute 'nonisolated'
526 |     ///   - sequence: The elements to send to the channel.
527 |     @inlinable
528 |     public mutating nonisolated(nonsending) func send<S>(contentsOf sequence: consuming sending S) async throws
    |                     `- error: unknown option 'nonsending' for attribute 'nonisolated'
529 |     where Element == S.Element, S: AsyncSequence, Element: Copyable, S: Sendable, Element: Sendable {
530 |       for try await element in sequence {
[136/153] Compiling AsyncAlgorithms CombineLatestStorage.swift
/Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/MultiProducerSingleConsumerChannel/MultiProducerSingleConsumerAsyncChannel.swift:458:21: error: unknown option 'nonsending' for attribute 'nonisolated'
456 |     ///   - sequence: The elements to send to the channel.
457 |     @inlinable
458 |     public mutating nonisolated(nonsending) func send<S>(
    |                     `- error: unknown option 'nonsending' for attribute 'nonisolated'
459 |       contentsOf sequence: consuming sending S
460 |     ) async throws where Element == S.Element, S: Sequence, Element: Copyable {
/Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/MultiProducerSingleConsumerChannel/MultiProducerSingleConsumerAsyncChannel.swift:495:21: error: unknown option 'nonsending' for attribute 'nonisolated'
493 |     ///   - element: The element to send to the channel.
494 |     @inlinable
495 |     public mutating nonisolated(nonsending) func send(_ element: consuming sending Element) async throws {
    |                     `- error: unknown option 'nonsending' for attribute 'nonisolated'
496 |       let syncSend: (consuming sending Element, inout Self) throws -> SendResult = { try $1.send($0) }
497 |       let sendResult = try syncSend(element, &self)
/Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/MultiProducerSingleConsumerChannel/MultiProducerSingleConsumerAsyncChannel.swift:528:21: error: unknown option 'nonsending' for attribute 'nonisolated'
526 |     ///   - sequence: The elements to send to the channel.
527 |     @inlinable
528 |     public mutating nonisolated(nonsending) func send<S>(contentsOf sequence: consuming sending S) async throws
    |                     `- error: unknown option 'nonsending' for attribute 'nonisolated'
529 |     where Element == S.Element, S: AsyncSequence, Element: Copyable, S: Sendable, Element: Sendable {
530 |       for try await element in sequence {
[137/153] Compiling AsyncAlgorithms AsyncDebounceSequence.swift
/Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/MultiProducerSingleConsumerChannel/MultiProducerSingleConsumerAsyncChannel.swift:458:21: error: unknown option 'nonsending' for attribute 'nonisolated'
456 |     ///   - sequence: The elements to send to the channel.
457 |     @inlinable
458 |     public mutating nonisolated(nonsending) func send<S>(
    |                     `- error: unknown option 'nonsending' for attribute 'nonisolated'
459 |       contentsOf sequence: consuming sending S
460 |     ) async throws where Element == S.Element, S: Sequence, Element: Copyable {
/Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/MultiProducerSingleConsumerChannel/MultiProducerSingleConsumerAsyncChannel.swift:495:21: error: unknown option 'nonsending' for attribute 'nonisolated'
493 |     ///   - element: The element to send to the channel.
494 |     @inlinable
495 |     public mutating nonisolated(nonsending) func send(_ element: consuming sending Element) async throws {
    |                     `- error: unknown option 'nonsending' for attribute 'nonisolated'
496 |       let syncSend: (consuming sending Element, inout Self) throws -> SendResult = { try $1.send($0) }
497 |       let sendResult = try syncSend(element, &self)
/Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/MultiProducerSingleConsumerChannel/MultiProducerSingleConsumerAsyncChannel.swift:528:21: error: unknown option 'nonsending' for attribute 'nonisolated'
526 |     ///   - sequence: The elements to send to the channel.
527 |     @inlinable
528 |     public mutating nonisolated(nonsending) func send<S>(contentsOf sequence: consuming sending S) async throws
    |                     `- error: unknown option 'nonsending' for attribute 'nonisolated'
529 |     where Element == S.Element, S: AsyncSequence, Element: Copyable, S: Sendable, Element: Sendable {
530 |       for try await element in sequence {
[138/153] Compiling AsyncAlgorithms Locking.swift
/Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/MultiProducerSingleConsumerChannel/MultiProducerSingleConsumerAsyncChannel.swift:458:21: error: unknown option 'nonsending' for attribute 'nonisolated'
456 |     ///   - sequence: The elements to send to the channel.
457 |     @inlinable
458 |     public mutating nonisolated(nonsending) func send<S>(
    |                     `- error: unknown option 'nonsending' for attribute 'nonisolated'
459 |       contentsOf sequence: consuming sending S
460 |     ) async throws where Element == S.Element, S: Sequence, Element: Copyable {
/Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/MultiProducerSingleConsumerChannel/MultiProducerSingleConsumerAsyncChannel.swift:495:21: error: unknown option 'nonsending' for attribute 'nonisolated'
493 |     ///   - element: The element to send to the channel.
494 |     @inlinable
495 |     public mutating nonisolated(nonsending) func send(_ element: consuming sending Element) async throws {
    |                     `- error: unknown option 'nonsending' for attribute 'nonisolated'
496 |       let syncSend: (consuming sending Element, inout Self) throws -> SendResult = { try $1.send($0) }
497 |       let sendResult = try syncSend(element, &self)
/Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/MultiProducerSingleConsumerChannel/MultiProducerSingleConsumerAsyncChannel.swift:528:21: error: unknown option 'nonsending' for attribute 'nonisolated'
526 |     ///   - sequence: The elements to send to the channel.
527 |     @inlinable
528 |     public mutating nonisolated(nonsending) func send<S>(contentsOf sequence: consuming sending S) async throws
    |                     `- error: unknown option 'nonsending' for attribute 'nonisolated'
529 |     where Element == S.Element, S: AsyncSequence, Element: Copyable, S: Sendable, Element: Sendable {
530 |       for try await element in sequence {
[139/153] Compiling AsyncAlgorithms AsyncMerge2Sequence.swift
/Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/MultiProducerSingleConsumerChannel/MultiProducerSingleConsumerAsyncChannel.swift:458:21: error: unknown option 'nonsending' for attribute 'nonisolated'
456 |     ///   - sequence: The elements to send to the channel.
457 |     @inlinable
458 |     public mutating nonisolated(nonsending) func send<S>(
    |                     `- error: unknown option 'nonsending' for attribute 'nonisolated'
459 |       contentsOf sequence: consuming sending S
460 |     ) async throws where Element == S.Element, S: Sequence, Element: Copyable {
/Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/MultiProducerSingleConsumerChannel/MultiProducerSingleConsumerAsyncChannel.swift:495:21: error: unknown option 'nonsending' for attribute 'nonisolated'
493 |     ///   - element: The element to send to the channel.
494 |     @inlinable
495 |     public mutating nonisolated(nonsending) func send(_ element: consuming sending Element) async throws {
    |                     `- error: unknown option 'nonsending' for attribute 'nonisolated'
496 |       let syncSend: (consuming sending Element, inout Self) throws -> SendResult = { try $1.send($0) }
497 |       let sendResult = try syncSend(element, &self)
/Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/MultiProducerSingleConsumerChannel/MultiProducerSingleConsumerAsyncChannel.swift:528:21: error: unknown option 'nonsending' for attribute 'nonisolated'
526 |     ///   - sequence: The elements to send to the channel.
527 |     @inlinable
528 |     public mutating nonisolated(nonsending) func send<S>(contentsOf sequence: consuming sending S) async throws
    |                     `- error: unknown option 'nonsending' for attribute 'nonisolated'
529 |     where Element == S.Element, S: AsyncSequence, Element: Copyable, S: Sendable, Element: Sendable {
530 |       for try await element in sequence {
[140/153] Compiling AsyncAlgorithms AsyncMerge3Sequence.swift
/Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/MultiProducerSingleConsumerChannel/MultiProducerSingleConsumerAsyncChannel.swift:458:21: error: unknown option 'nonsending' for attribute 'nonisolated'
456 |     ///   - sequence: The elements to send to the channel.
457 |     @inlinable
458 |     public mutating nonisolated(nonsending) func send<S>(
    |                     `- error: unknown option 'nonsending' for attribute 'nonisolated'
459 |       contentsOf sequence: consuming sending S
460 |     ) async throws where Element == S.Element, S: Sequence, Element: Copyable {
/Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/MultiProducerSingleConsumerChannel/MultiProducerSingleConsumerAsyncChannel.swift:495:21: error: unknown option 'nonsending' for attribute 'nonisolated'
493 |     ///   - element: The element to send to the channel.
494 |     @inlinable
495 |     public mutating nonisolated(nonsending) func send(_ element: consuming sending Element) async throws {
    |                     `- error: unknown option 'nonsending' for attribute 'nonisolated'
496 |       let syncSend: (consuming sending Element, inout Self) throws -> SendResult = { try $1.send($0) }
497 |       let sendResult = try syncSend(element, &self)
/Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/MultiProducerSingleConsumerChannel/MultiProducerSingleConsumerAsyncChannel.swift:528:21: error: unknown option 'nonsending' for attribute 'nonisolated'
526 |     ///   - sequence: The elements to send to the channel.
527 |     @inlinable
528 |     public mutating nonisolated(nonsending) func send<S>(contentsOf sequence: consuming sending S) async throws
    |                     `- error: unknown option 'nonsending' for attribute 'nonisolated'
529 |     where Element == S.Element, S: AsyncSequence, Element: Copyable, S: Sendable, Element: Sendable {
530 |       for try await element in sequence {
[141/153] Compiling AsyncAlgorithms MergeStateMachine.swift
/Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/MultiProducerSingleConsumerChannel/MultiProducerSingleConsumerAsyncChannel.swift:458:21: error: unknown option 'nonsending' for attribute 'nonisolated'
456 |     ///   - sequence: The elements to send to the channel.
457 |     @inlinable
458 |     public mutating nonisolated(nonsending) func send<S>(
    |                     `- error: unknown option 'nonsending' for attribute 'nonisolated'
459 |       contentsOf sequence: consuming sending S
460 |     ) async throws where Element == S.Element, S: Sequence, Element: Copyable {
/Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/MultiProducerSingleConsumerChannel/MultiProducerSingleConsumerAsyncChannel.swift:495:21: error: unknown option 'nonsending' for attribute 'nonisolated'
493 |     ///   - element: The element to send to the channel.
494 |     @inlinable
495 |     public mutating nonisolated(nonsending) func send(_ element: consuming sending Element) async throws {
    |                     `- error: unknown option 'nonsending' for attribute 'nonisolated'
496 |       let syncSend: (consuming sending Element, inout Self) throws -> SendResult = { try $1.send($0) }
497 |       let sendResult = try syncSend(element, &self)
/Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/MultiProducerSingleConsumerChannel/MultiProducerSingleConsumerAsyncChannel.swift:528:21: error: unknown option 'nonsending' for attribute 'nonisolated'
526 |     ///   - sequence: The elements to send to the channel.
527 |     @inlinable
528 |     public mutating nonisolated(nonsending) func send<S>(contentsOf sequence: consuming sending S) async throws
    |                     `- error: unknown option 'nonsending' for attribute 'nonisolated'
529 |     where Element == S.Element, S: AsyncSequence, Element: Copyable, S: Sendable, Element: Sendable {
530 |       for try await element in sequence {
[142/153] Compiling AsyncAlgorithms MergeStorage.swift
/Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/MultiProducerSingleConsumerChannel/MultiProducerSingleConsumerAsyncChannel.swift:458:21: error: unknown option 'nonsending' for attribute 'nonisolated'
456 |     ///   - sequence: The elements to send to the channel.
457 |     @inlinable
458 |     public mutating nonisolated(nonsending) func send<S>(
    |                     `- error: unknown option 'nonsending' for attribute 'nonisolated'
459 |       contentsOf sequence: consuming sending S
460 |     ) async throws where Element == S.Element, S: Sequence, Element: Copyable {
/Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/MultiProducerSingleConsumerChannel/MultiProducerSingleConsumerAsyncChannel.swift:495:21: error: unknown option 'nonsending' for attribute 'nonisolated'
493 |     ///   - element: The element to send to the channel.
494 |     @inlinable
495 |     public mutating nonisolated(nonsending) func send(_ element: consuming sending Element) async throws {
    |                     `- error: unknown option 'nonsending' for attribute 'nonisolated'
496 |       let syncSend: (consuming sending Element, inout Self) throws -> SendResult = { try $1.send($0) }
497 |       let sendResult = try syncSend(element, &self)
/Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/MultiProducerSingleConsumerChannel/MultiProducerSingleConsumerAsyncChannel.swift:528:21: error: unknown option 'nonsending' for attribute 'nonisolated'
526 |     ///   - sequence: The elements to send to the channel.
527 |     @inlinable
528 |     public mutating nonisolated(nonsending) func send<S>(contentsOf sequence: consuming sending S) async throws
    |                     `- error: unknown option 'nonsending' for attribute 'nonisolated'
529 |     where Element == S.Element, S: AsyncSequence, Element: Copyable, S: Sendable, Element: Sendable {
530 |       for try await element in sequence {
[143/153] Compiling AsyncAlgorithms DebounceStateMachine.swift
/Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/MultiProducerSingleConsumerChannel/MultiProducerSingleConsumerAsyncChannel.swift:458:21: error: unknown option 'nonsending' for attribute 'nonisolated'
456 |     ///   - sequence: The elements to send to the channel.
457 |     @inlinable
458 |     public mutating nonisolated(nonsending) func send<S>(
    |                     `- error: unknown option 'nonsending' for attribute 'nonisolated'
459 |       contentsOf sequence: consuming sending S
460 |     ) async throws where Element == S.Element, S: Sequence, Element: Copyable {
/Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/MultiProducerSingleConsumerChannel/MultiProducerSingleConsumerAsyncChannel.swift:495:21: error: unknown option 'nonsending' for attribute 'nonisolated'
493 |     ///   - element: The element to send to the channel.
494 |     @inlinable
495 |     public mutating nonisolated(nonsending) func send(_ element: consuming sending Element) async throws {
    |                     `- error: unknown option 'nonsending' for attribute 'nonisolated'
496 |       let syncSend: (consuming sending Element, inout Self) throws -> SendResult = { try $1.send($0) }
497 |       let sendResult = try syncSend(element, &self)
/Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/MultiProducerSingleConsumerChannel/MultiProducerSingleConsumerAsyncChannel.swift:528:21: error: unknown option 'nonsending' for attribute 'nonisolated'
526 |     ///   - sequence: The elements to send to the channel.
527 |     @inlinable
528 |     public mutating nonisolated(nonsending) func send<S>(contentsOf sequence: consuming sending S) async throws
    |                     `- error: unknown option 'nonsending' for attribute 'nonisolated'
529 |     where Element == S.Element, S: AsyncSequence, Element: Copyable, S: Sendable, Element: Sendable {
530 |       for try await element in sequence {
[144/153] Compiling AsyncAlgorithms DebounceStorage.swift
/Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/MultiProducerSingleConsumerChannel/MultiProducerSingleConsumerAsyncChannel.swift:458:21: error: unknown option 'nonsending' for attribute 'nonisolated'
456 |     ///   - sequence: The elements to send to the channel.
457 |     @inlinable
458 |     public mutating nonisolated(nonsending) func send<S>(
    |                     `- error: unknown option 'nonsending' for attribute 'nonisolated'
459 |       contentsOf sequence: consuming sending S
460 |     ) async throws where Element == S.Element, S: Sequence, Element: Copyable {
/Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/MultiProducerSingleConsumerChannel/MultiProducerSingleConsumerAsyncChannel.swift:495:21: error: unknown option 'nonsending' for attribute 'nonisolated'
493 |     ///   - element: The element to send to the channel.
494 |     @inlinable
495 |     public mutating nonisolated(nonsending) func send(_ element: consuming sending Element) async throws {
    |                     `- error: unknown option 'nonsending' for attribute 'nonisolated'
496 |       let syncSend: (consuming sending Element, inout Self) throws -> SendResult = { try $1.send($0) }
497 |       let sendResult = try syncSend(element, &self)
/Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/MultiProducerSingleConsumerChannel/MultiProducerSingleConsumerAsyncChannel.swift:528:21: error: unknown option 'nonsending' for attribute 'nonisolated'
526 |     ///   - sequence: The elements to send to the channel.
527 |     @inlinable
528 |     public mutating nonisolated(nonsending) func send<S>(contentsOf sequence: consuming sending S) async throws
    |                     `- error: unknown option 'nonsending' for attribute 'nonisolated'
529 |     where Element == S.Element, S: AsyncSequence, Element: Copyable, S: Sendable, Element: Sendable {
530 |       for try await element in sequence {
[145/153] Compiling AsyncAlgorithms Dictionary.swift
/Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/MultiProducerSingleConsumerChannel/MultiProducerSingleConsumerAsyncChannel.swift:458:21: error: unknown option 'nonsending' for attribute 'nonisolated'
456 |     ///   - sequence: The elements to send to the channel.
457 |     @inlinable
458 |     public mutating nonisolated(nonsending) func send<S>(
    |                     `- error: unknown option 'nonsending' for attribute 'nonisolated'
459 |       contentsOf sequence: consuming sending S
460 |     ) async throws where Element == S.Element, S: Sequence, Element: Copyable {
/Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/MultiProducerSingleConsumerChannel/MultiProducerSingleConsumerAsyncChannel.swift:495:21: error: unknown option 'nonsending' for attribute 'nonisolated'
493 |     ///   - element: The element to send to the channel.
494 |     @inlinable
495 |     public mutating nonisolated(nonsending) func send(_ element: consuming sending Element) async throws {
    |                     `- error: unknown option 'nonsending' for attribute 'nonisolated'
496 |       let syncSend: (consuming sending Element, inout Self) throws -> SendResult = { try $1.send($0) }
497 |       let sendResult = try syncSend(element, &self)
/Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/MultiProducerSingleConsumerChannel/MultiProducerSingleConsumerAsyncChannel.swift:528:21: error: unknown option 'nonsending' for attribute 'nonisolated'
526 |     ///   - sequence: The elements to send to the channel.
527 |     @inlinable
528 |     public mutating nonisolated(nonsending) func send<S>(contentsOf sequence: consuming sending S) async throws
    |                     `- error: unknown option 'nonsending' for attribute 'nonisolated'
529 |     where Element == S.Element, S: AsyncSequence, Element: Copyable, S: Sendable, Element: Sendable {
530 |       for try await element in sequence {
[146/153] Compiling AsyncAlgorithms _TinyArray.swift
/Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/MultiProducerSingleConsumerChannel/MultiProducerSingleConsumerAsyncChannel.swift:458:21: error: unknown option 'nonsending' for attribute 'nonisolated'
456 |     ///   - sequence: The elements to send to the channel.
457 |     @inlinable
458 |     public mutating nonisolated(nonsending) func send<S>(
    |                     `- error: unknown option 'nonsending' for attribute 'nonisolated'
459 |       contentsOf sequence: consuming sending S
460 |     ) async throws where Element == S.Element, S: Sequence, Element: Copyable {
/Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/MultiProducerSingleConsumerChannel/MultiProducerSingleConsumerAsyncChannel.swift:495:21: error: unknown option 'nonsending' for attribute 'nonisolated'
493 |     ///   - element: The element to send to the channel.
494 |     @inlinable
495 |     public mutating nonisolated(nonsending) func send(_ element: consuming sending Element) async throws {
    |                     `- error: unknown option 'nonsending' for attribute 'nonisolated'
496 |       let syncSend: (consuming sending Element, inout Self) throws -> SendResult = { try $1.send($0) }
497 |       let sendResult = try syncSend(element, &self)
/Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/MultiProducerSingleConsumerChannel/MultiProducerSingleConsumerAsyncChannel.swift:528:21: error: unknown option 'nonsending' for attribute 'nonisolated'
526 |     ///   - sequence: The elements to send to the channel.
527 |     @inlinable
528 |     public mutating nonisolated(nonsending) func send<S>(contentsOf sequence: consuming sending S) async throws
    |                     `- error: unknown option 'nonsending' for attribute 'nonisolated'
529 |     where Element == S.Element, S: AsyncSequence, Element: Copyable, S: Sendable, Element: Sendable {
530 |       for try await element in sequence {
[147/153] Compiling AsyncAlgorithms AsyncInterspersedSequence.swift
/Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/MultiProducerSingleConsumerChannel/MultiProducerSingleConsumerAsyncChannel.swift:458:21: error: unknown option 'nonsending' for attribute 'nonisolated'
456 |     ///   - sequence: The elements to send to the channel.
457 |     @inlinable
458 |     public mutating nonisolated(nonsending) func send<S>(
    |                     `- error: unknown option 'nonsending' for attribute 'nonisolated'
459 |       contentsOf sequence: consuming sending S
460 |     ) async throws where Element == S.Element, S: Sequence, Element: Copyable {
/Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/MultiProducerSingleConsumerChannel/MultiProducerSingleConsumerAsyncChannel.swift:495:21: error: unknown option 'nonsending' for attribute 'nonisolated'
493 |     ///   - element: The element to send to the channel.
494 |     @inlinable
495 |     public mutating nonisolated(nonsending) func send(_ element: consuming sending Element) async throws {
    |                     `- error: unknown option 'nonsending' for attribute 'nonisolated'
496 |       let syncSend: (consuming sending Element, inout Self) throws -> SendResult = { try $1.send($0) }
497 |       let sendResult = try syncSend(element, &self)
/Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/MultiProducerSingleConsumerChannel/MultiProducerSingleConsumerAsyncChannel.swift:528:21: error: unknown option 'nonsending' for attribute 'nonisolated'
526 |     ///   - sequence: The elements to send to the channel.
527 |     @inlinable
528 |     public mutating nonisolated(nonsending) func send<S>(contentsOf sequence: consuming sending S) async throws
    |                     `- error: unknown option 'nonsending' for attribute 'nonisolated'
529 |     where Element == S.Element, S: AsyncSequence, Element: Copyable, S: Sendable, Element: Sendable {
530 |       for try await element in sequence {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[148/153] Emitting module AsyncAlgorithms
/Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/MultiProducerSingleConsumerChannel/MultiProducerSingleConsumerAsyncChannel.swift:458:21: error: unknown option 'nonsending' for attribute 'nonisolated'
456 |     ///   - sequence: The elements to send to the channel.
457 |     @inlinable
458 |     public mutating nonisolated(nonsending) func send<S>(
    |                     `- error: unknown option 'nonsending' for attribute 'nonisolated'
459 |       contentsOf sequence: consuming sending S
460 |     ) async throws where Element == S.Element, S: Sequence, Element: Copyable {
/Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/MultiProducerSingleConsumerChannel/MultiProducerSingleConsumerAsyncChannel.swift:495:21: error: unknown option 'nonsending' for attribute 'nonisolated'
493 |     ///   - element: The element to send to the channel.
494 |     @inlinable
495 |     public mutating nonisolated(nonsending) func send(_ element: consuming sending Element) async throws {
    |                     `- error: unknown option 'nonsending' for attribute 'nonisolated'
496 |       let syncSend: (consuming sending Element, inout Self) throws -> SendResult = { try $1.send($0) }
497 |       let sendResult = try syncSend(element, &self)
/Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/MultiProducerSingleConsumerChannel/MultiProducerSingleConsumerAsyncChannel.swift:528:21: error: unknown option 'nonsending' for attribute 'nonisolated'
526 |     ///   - sequence: The elements to send to the channel.
527 |     @inlinable
528 |     public mutating nonisolated(nonsending) func send<S>(contentsOf sequence: consuming sending S) async throws
    |                     `- error: unknown option 'nonsending' for attribute 'nonisolated'
529 |     where Element == S.Element, S: AsyncSequence, Element: Copyable, S: Sendable, Element: Sendable {
530 |       for try await element in sequence {
/Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/AsyncShareSequence.swift:17:32: error: cannot find type 'SendableMetatype' in scope
 15 | @available(AsyncAlgorithms 1.1, *)
 16 | extension AsyncSequence
 17 | where Element: Sendable, Self: SendableMetatype, AsyncIterator: SendableMetatype {
    |                                `- error: cannot find type 'SendableMetatype' in scope
 18 |   /// Creates a shared async sequence that allows multiple concurrent iterations over a single source.
 19 |   ///
/Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/AsyncShareSequence.swift:17:65: error: cannot find type 'SendableMetatype' in scope
 15 | @available(AsyncAlgorithms 1.1, *)
 16 | extension AsyncSequence
 17 | where Element: Sendable, Self: SendableMetatype, AsyncIterator: SendableMetatype {
    |                                                                 `- error: cannot find type 'SendableMetatype' in scope
 18 |   /// Creates a shared async sequence that allows multiple concurrent iterations over a single source.
 19 |   ///
/Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/AsyncShareSequence.swift:117:37: error: cannot find type 'SendableMetatype' in scope
115 | @available(AsyncAlgorithms 1.1, *)
116 | struct AsyncShareSequence<Base: AsyncSequence>: Sendable
117 | where Base.Element: Sendable, Base: SendableMetatype, Base.AsyncIterator: SendableMetatype {
    |                                     `- error: cannot find type 'SendableMetatype' in scope
118 |   // Represents a single consumer's connection to the shared sequence.
119 |   //
/Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/AsyncShareSequence.swift:117:75: error: cannot find type 'SendableMetatype' in scope
115 | @available(AsyncAlgorithms 1.1, *)
116 | struct AsyncShareSequence<Base: AsyncSequence>: Sendable
117 | where Base.Element: Sendable, Base: SendableMetatype, Base.AsyncIterator: SendableMetatype {
    |                                                                           `- error: cannot find type 'SendableMetatype' in scope
118 |   // Represents a single consumer's connection to the shared sequence.
119 |   //
[149/153] Compiling AsyncAlgorithms UnsafeTransfer.swift
/Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/MultiProducerSingleConsumerChannel/MultiProducerSingleConsumerAsyncChannel.swift:458:21: error: unknown option 'nonsending' for attribute 'nonisolated'
456 |     ///   - sequence: The elements to send to the channel.
457 |     @inlinable
458 |     public mutating nonisolated(nonsending) func send<S>(
    |                     `- error: unknown option 'nonsending' for attribute 'nonisolated'
459 |       contentsOf sequence: consuming sending S
460 |     ) async throws where Element == S.Element, S: Sequence, Element: Copyable {
/Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/MultiProducerSingleConsumerChannel/MultiProducerSingleConsumerAsyncChannel.swift:495:21: error: unknown option 'nonsending' for attribute 'nonisolated'
493 |     ///   - element: The element to send to the channel.
494 |     @inlinable
495 |     public mutating nonisolated(nonsending) func send(_ element: consuming sending Element) async throws {
    |                     `- error: unknown option 'nonsending' for attribute 'nonisolated'
496 |       let syncSend: (consuming sending Element, inout Self) throws -> SendResult = { try $1.send($0) }
497 |       let sendResult = try syncSend(element, &self)
/Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/MultiProducerSingleConsumerChannel/MultiProducerSingleConsumerAsyncChannel.swift:528:21: error: unknown option 'nonsending' for attribute 'nonisolated'
526 |     ///   - sequence: The elements to send to the channel.
527 |     @inlinable
528 |     public mutating nonisolated(nonsending) func send<S>(contentsOf sequence: consuming sending S) async throws
    |                     `- error: unknown option 'nonsending' for attribute 'nonisolated'
529 |     where Element == S.Element, S: AsyncSequence, Element: Copyable, S: Sendable, Element: Sendable {
530 |       for try await element in sequence {
[150/153] Compiling AsyncAlgorithms AsyncZip2Sequence.swift
/Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/MultiProducerSingleConsumerChannel/MultiProducerSingleConsumerAsyncChannel.swift:458:21: error: unknown option 'nonsending' for attribute 'nonisolated'
456 |     ///   - sequence: The elements to send to the channel.
457 |     @inlinable
458 |     public mutating nonisolated(nonsending) func send<S>(
    |                     `- error: unknown option 'nonsending' for attribute 'nonisolated'
459 |       contentsOf sequence: consuming sending S
460 |     ) async throws where Element == S.Element, S: Sequence, Element: Copyable {
/Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/MultiProducerSingleConsumerChannel/MultiProducerSingleConsumerAsyncChannel.swift:495:21: error: unknown option 'nonsending' for attribute 'nonisolated'
493 |     ///   - element: The element to send to the channel.
494 |     @inlinable
495 |     public mutating nonisolated(nonsending) func send(_ element: consuming sending Element) async throws {
    |                     `- error: unknown option 'nonsending' for attribute 'nonisolated'
496 |       let syncSend: (consuming sending Element, inout Self) throws -> SendResult = { try $1.send($0) }
497 |       let sendResult = try syncSend(element, &self)
/Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/MultiProducerSingleConsumerChannel/MultiProducerSingleConsumerAsyncChannel.swift:528:21: error: unknown option 'nonsending' for attribute 'nonisolated'
526 |     ///   - sequence: The elements to send to the channel.
527 |     @inlinable
528 |     public mutating nonisolated(nonsending) func send<S>(contentsOf sequence: consuming sending S) async throws
    |                     `- error: unknown option 'nonsending' for attribute 'nonisolated'
529 |     where Element == S.Element, S: AsyncSequence, Element: Copyable, S: Sendable, Element: Sendable {
530 |       for try await element in sequence {
[151/153] Compiling AsyncAlgorithms AsyncZip3Sequence.swift
/Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/MultiProducerSingleConsumerChannel/MultiProducerSingleConsumerAsyncChannel.swift:458:21: error: unknown option 'nonsending' for attribute 'nonisolated'
456 |     ///   - sequence: The elements to send to the channel.
457 |     @inlinable
458 |     public mutating nonisolated(nonsending) func send<S>(
    |                     `- error: unknown option 'nonsending' for attribute 'nonisolated'
459 |       contentsOf sequence: consuming sending S
460 |     ) async throws where Element == S.Element, S: Sequence, Element: Copyable {
/Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/MultiProducerSingleConsumerChannel/MultiProducerSingleConsumerAsyncChannel.swift:495:21: error: unknown option 'nonsending' for attribute 'nonisolated'
493 |     ///   - element: The element to send to the channel.
494 |     @inlinable
495 |     public mutating nonisolated(nonsending) func send(_ element: consuming sending Element) async throws {
    |                     `- error: unknown option 'nonsending' for attribute 'nonisolated'
496 |       let syncSend: (consuming sending Element, inout Self) throws -> SendResult = { try $1.send($0) }
497 |       let sendResult = try syncSend(element, &self)
/Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/MultiProducerSingleConsumerChannel/MultiProducerSingleConsumerAsyncChannel.swift:528:21: error: unknown option 'nonsending' for attribute 'nonisolated'
526 |     ///   - sequence: The elements to send to the channel.
527 |     @inlinable
528 |     public mutating nonisolated(nonsending) func send<S>(contentsOf sequence: consuming sending S) async throws
    |                     `- error: unknown option 'nonsending' for attribute 'nonisolated'
529 |     where Element == S.Element, S: AsyncSequence, Element: Copyable, S: Sendable, Element: Sendable {
530 |       for try await element in sequence {
[152/153] Compiling AsyncAlgorithms ZipStateMachine.swift
/Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/MultiProducerSingleConsumerChannel/MultiProducerSingleConsumerAsyncChannel.swift:458:21: error: unknown option 'nonsending' for attribute 'nonisolated'
456 |     ///   - sequence: The elements to send to the channel.
457 |     @inlinable
458 |     public mutating nonisolated(nonsending) func send<S>(
    |                     `- error: unknown option 'nonsending' for attribute 'nonisolated'
459 |       contentsOf sequence: consuming sending S
460 |     ) async throws where Element == S.Element, S: Sequence, Element: Copyable {
/Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/MultiProducerSingleConsumerChannel/MultiProducerSingleConsumerAsyncChannel.swift:495:21: error: unknown option 'nonsending' for attribute 'nonisolated'
493 |     ///   - element: The element to send to the channel.
494 |     @inlinable
495 |     public mutating nonisolated(nonsending) func send(_ element: consuming sending Element) async throws {
    |                     `- error: unknown option 'nonsending' for attribute 'nonisolated'
496 |       let syncSend: (consuming sending Element, inout Self) throws -> SendResult = { try $1.send($0) }
497 |       let sendResult = try syncSend(element, &self)
/Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/MultiProducerSingleConsumerChannel/MultiProducerSingleConsumerAsyncChannel.swift:528:21: error: unknown option 'nonsending' for attribute 'nonisolated'
526 |     ///   - sequence: The elements to send to the channel.
527 |     @inlinable
528 |     public mutating nonisolated(nonsending) func send<S>(contentsOf sequence: consuming sending S) async throws
    |                     `- error: unknown option 'nonsending' for attribute 'nonisolated'
529 |     where Element == S.Element, S: AsyncSequence, Element: Copyable, S: Sendable, Element: Sendable {
530 |       for try await element in sequence {
[153/153] Compiling AsyncAlgorithms ZipStorage.swift
/Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/MultiProducerSingleConsumerChannel/MultiProducerSingleConsumerAsyncChannel.swift:458:21: error: unknown option 'nonsending' for attribute 'nonisolated'
456 |     ///   - sequence: The elements to send to the channel.
457 |     @inlinable
458 |     public mutating nonisolated(nonsending) func send<S>(
    |                     `- error: unknown option 'nonsending' for attribute 'nonisolated'
459 |       contentsOf sequence: consuming sending S
460 |     ) async throws where Element == S.Element, S: Sequence, Element: Copyable {
/Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/MultiProducerSingleConsumerChannel/MultiProducerSingleConsumerAsyncChannel.swift:495:21: error: unknown option 'nonsending' for attribute 'nonisolated'
493 |     ///   - element: The element to send to the channel.
494 |     @inlinable
495 |     public mutating nonisolated(nonsending) func send(_ element: consuming sending Element) async throws {
    |                     `- error: unknown option 'nonsending' for attribute 'nonisolated'
496 |       let syncSend: (consuming sending Element, inout Self) throws -> SendResult = { try $1.send($0) }
497 |       let sendResult = try syncSend(element, &self)
/Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/MultiProducerSingleConsumerChannel/MultiProducerSingleConsumerAsyncChannel.swift:528:21: error: unknown option 'nonsending' for attribute 'nonisolated'
526 |     ///   - sequence: The elements to send to the channel.
527 |     @inlinable
528 |     public mutating nonisolated(nonsending) func send<S>(contentsOf sequence: consuming sending S) async throws
    |                     `- error: unknown option 'nonsending' for attribute 'nonisolated'
529 |     where Element == S.Element, S: AsyncSequence, Element: Copyable, S: Sendable, Element: Sendable {
530 |       for try await element in sequence {
BUILD FAILURE 6.1 macosSpm