Build Information
Successful build of CombineEx, reference main (17ef88), with Swift 6.1 for tvOS using Xcode 16.3 on 2 Mar 2026 20:49:49 UTC.
Swift 6 data race errors: 5
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme CombineEx -destination generic/platform=tvOS OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCapturesBuild Log
_ p1: some Publisher<A, Failure>,
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/NewOperators/Aggregation+DeferredPublisher.swift:382:24: warning: capture of 'p2' with non-sendable type 'some Publisher<B, Failure>' in a '@Sendable' closure; this is an error in the Swift 6 language mode
$0.add(p2)
^
/Users/admin/builder/spi-builder-workspace/Sources/NewOperators/Aggregation+DeferredPublisher.swift:371:15: note: consider making generic parameter 'some Publisher<B, Failure>' conform to the 'Sendable' protocol
_ p2: some Publisher<B, Failure>,
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/NewOperators/Aggregation+DeferredPublisher.swift:383:24: warning: capture of 'p3' with non-sendable type 'some Publisher<C, Failure>' in a '@Sendable' closure; this is an error in the Swift 6 language mode
$0.add(p3)
^
/Users/admin/builder/spi-builder-workspace/Sources/NewOperators/Aggregation+DeferredPublisher.swift:372:15: note: consider making generic parameter 'some Publisher<C, Failure>' conform to the 'Sendable' protocol
_ p3: some Publisher<C, Failure>,
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/NewOperators/Aggregation+DeferredPublisher.swift:384:24: warning: capture of 'p4' with non-sendable type 'some Publisher<D, Failure>' in a '@Sendable' closure; this is an error in the Swift 6 language mode
$0.add(p4)
^
/Users/admin/builder/spi-builder-workspace/Sources/NewOperators/Aggregation+DeferredPublisher.swift:373:15: note: consider making generic parameter 'some Publisher<D, Failure>' conform to the 'Sendable' protocol
_ p4: some Publisher<D, Failure>,
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/NewOperators/Aggregation+DeferredPublisher.swift:385:24: warning: capture of 'p5' with non-sendable type 'some Publisher<E, Failure>' in a '@Sendable' closure; this is an error in the Swift 6 language mode
$0.add(p5)
^
/Users/admin/builder/spi-builder-workspace/Sources/NewOperators/Aggregation+DeferredPublisher.swift:374:15: note: consider making generic parameter 'some Publisher<E, Failure>' conform to the 'Sendable' protocol
_ p5: some Publisher<E, Failure>,
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/NewOperators/Aggregation+DeferredPublisher.swift:386:24: warning: capture of 'p6' with non-sendable type 'some Publisher<F, Failure>' in a '@Sendable' closure; this is an error in the Swift 6 language mode
$0.add(p6)
^
/Users/admin/builder/spi-builder-workspace/Sources/NewOperators/Aggregation+DeferredPublisher.swift:375:15: note: consider making generic parameter 'some Publisher<F, Failure>' conform to the 'Sendable' protocol
_ p6: some Publisher<F, Failure>
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/NewOperators/Aggregation+DeferredPublisher.swift:407:24: warning: capture of 'p1' with non-sendable type 'some Publisher<A, Failure>' in a '@Sendable' closure; this is an error in the Swift 6 language mode
$0.add(p1)
^
/Users/admin/builder/spi-builder-workspace/Sources/NewOperators/Aggregation+DeferredPublisher.swift:395:15: note: consider making generic parameter 'some Publisher<A, Failure>' conform to the 'Sendable' protocol
_ p1: some Publisher<A, Failure>,
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/NewOperators/Aggregation+DeferredPublisher.swift:408:24: warning: capture of 'p2' with non-sendable type 'some Publisher<B, Failure>' in a '@Sendable' closure; this is an error in the Swift 6 language mode
$0.add(p2)
^
/Users/admin/builder/spi-builder-workspace/Sources/NewOperators/Aggregation+DeferredPublisher.swift:396:15: note: consider making generic parameter 'some Publisher<B, Failure>' conform to the 'Sendable' protocol
_ p2: some Publisher<B, Failure>,
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/NewOperators/Aggregation+DeferredPublisher.swift:409:24: warning: capture of 'p3' with non-sendable type 'some Publisher<C, Failure>' in a '@Sendable' closure; this is an error in the Swift 6 language mode
$0.add(p3)
^
/Users/admin/builder/spi-builder-workspace/Sources/NewOperators/Aggregation+DeferredPublisher.swift:397:15: note: consider making generic parameter 'some Publisher<C, Failure>' conform to the 'Sendable' protocol
_ p3: some Publisher<C, Failure>,
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/NewOperators/Aggregation+DeferredPublisher.swift:410:24: warning: capture of 'p4' with non-sendable type 'some Publisher<D, Failure>' in a '@Sendable' closure; this is an error in the Swift 6 language mode
$0.add(p4)
^
/Users/admin/builder/spi-builder-workspace/Sources/NewOperators/Aggregation+DeferredPublisher.swift:398:15: note: consider making generic parameter 'some Publisher<D, Failure>' conform to the 'Sendable' protocol
_ p4: some Publisher<D, Failure>,
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/NewOperators/Aggregation+DeferredPublisher.swift:411:24: warning: capture of 'p5' with non-sendable type 'some Publisher<E, Failure>' in a '@Sendable' closure; this is an error in the Swift 6 language mode
$0.add(p5)
^
/Users/admin/builder/spi-builder-workspace/Sources/NewOperators/Aggregation+DeferredPublisher.swift:399:15: note: consider making generic parameter 'some Publisher<E, Failure>' conform to the 'Sendable' protocol
_ p5: some Publisher<E, Failure>,
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/NewOperators/Aggregation+DeferredPublisher.swift:412:24: warning: capture of 'p6' with non-sendable type 'some Publisher<F, Failure>' in a '@Sendable' closure; this is an error in the Swift 6 language mode
$0.add(p6)
^
/Users/admin/builder/spi-builder-workspace/Sources/NewOperators/Aggregation+DeferredPublisher.swift:400:15: note: consider making generic parameter 'some Publisher<F, Failure>' conform to the 'Sendable' protocol
_ p6: some Publisher<F, Failure>,
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/NewOperators/Aggregation+DeferredPublisher.swift:413:24: warning: capture of 'p7' with non-sendable type 'some Publisher<G, Failure>' in a '@Sendable' closure; this is an error in the Swift 6 language mode
$0.add(p7)
^
/Users/admin/builder/spi-builder-workspace/Sources/NewOperators/Aggregation+DeferredPublisher.swift:401:15: note: consider making generic parameter 'some Publisher<G, Failure>' conform to the 'Sendable' protocol
_ p7: some Publisher<G, Failure>
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/NewOperators/Aggregation+DeferredPublisher.swift:435:24: warning: capture of 'p1' with non-sendable type 'some Publisher<A, Failure>' in a '@Sendable' closure; this is an error in the Swift 6 language mode
$0.add(p1)
^
/Users/admin/builder/spi-builder-workspace/Sources/NewOperators/Aggregation+DeferredPublisher.swift:422:15: note: consider making generic parameter 'some Publisher<A, Failure>' conform to the 'Sendable' protocol
_ p1: some Publisher<A, Failure>,
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/NewOperators/Aggregation+DeferredPublisher.swift:436:24: warning: capture of 'p2' with non-sendable type 'some Publisher<B, Failure>' in a '@Sendable' closure; this is an error in the Swift 6 language mode
$0.add(p2)
^
/Users/admin/builder/spi-builder-workspace/Sources/NewOperators/Aggregation+DeferredPublisher.swift:423:15: note: consider making generic parameter 'some Publisher<B, Failure>' conform to the 'Sendable' protocol
_ p2: some Publisher<B, Failure>,
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/NewOperators/Aggregation+DeferredPublisher.swift:437:24: warning: capture of 'p3' with non-sendable type 'some Publisher<C, Failure>' in a '@Sendable' closure; this is an error in the Swift 6 language mode
$0.add(p3)
^
/Users/admin/builder/spi-builder-workspace/Sources/NewOperators/Aggregation+DeferredPublisher.swift:424:15: note: consider making generic parameter 'some Publisher<C, Failure>' conform to the 'Sendable' protocol
_ p3: some Publisher<C, Failure>,
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/NewOperators/Aggregation+DeferredPublisher.swift:438:24: warning: capture of 'p4' with non-sendable type 'some Publisher<D, Failure>' in a '@Sendable' closure; this is an error in the Swift 6 language mode
$0.add(p4)
^
/Users/admin/builder/spi-builder-workspace/Sources/NewOperators/Aggregation+DeferredPublisher.swift:425:15: note: consider making generic parameter 'some Publisher<D, Failure>' conform to the 'Sendable' protocol
_ p4: some Publisher<D, Failure>,
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/NewOperators/Aggregation+DeferredPublisher.swift:439:24: warning: capture of 'p5' with non-sendable type 'some Publisher<E, Failure>' in a '@Sendable' closure; this is an error in the Swift 6 language mode
$0.add(p5)
^
/Users/admin/builder/spi-builder-workspace/Sources/NewOperators/Aggregation+DeferredPublisher.swift:426:15: note: consider making generic parameter 'some Publisher<E, Failure>' conform to the 'Sendable' protocol
_ p5: some Publisher<E, Failure>,
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/NewOperators/Aggregation+DeferredPublisher.swift:440:24: warning: capture of 'p6' with non-sendable type 'some Publisher<F, Failure>' in a '@Sendable' closure; this is an error in the Swift 6 language mode
$0.add(p6)
^
/Users/admin/builder/spi-builder-workspace/Sources/NewOperators/Aggregation+DeferredPublisher.swift:427:15: note: consider making generic parameter 'some Publisher<F, Failure>' conform to the 'Sendable' protocol
_ p6: some Publisher<F, Failure>,
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/NewOperators/Aggregation+DeferredPublisher.swift:441:24: warning: capture of 'p7' with non-sendable type 'some Publisher<G, Failure>' in a '@Sendable' closure; this is an error in the Swift 6 language mode
$0.add(p7)
^
/Users/admin/builder/spi-builder-workspace/Sources/NewOperators/Aggregation+DeferredPublisher.swift:428:15: note: consider making generic parameter 'some Publisher<G, Failure>' conform to the 'Sendable' protocol
_ p7: some Publisher<G, Failure>,
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/NewOperators/Aggregation+DeferredPublisher.swift:442:24: warning: capture of 'p8' with non-sendable type 'some Publisher<H, Failure>' in a '@Sendable' closure; this is an error in the Swift 6 language mode
$0.add(p8)
^
/Users/admin/builder/spi-builder-workspace/Sources/NewOperators/Aggregation+DeferredPublisher.swift:429:15: note: consider making generic parameter 'some Publisher<H, Failure>' conform to the 'Sendable' protocol
_ p8: some Publisher<H, Failure>
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/NewOperators/Aggregation+DeferredPublisher.swift:465:24: warning: capture of 'p1' with non-sendable type 'some Publisher<A, Failure>' in a '@Sendable' closure; this is an error in the Swift 6 language mode
$0.add(p1)
^
/Users/admin/builder/spi-builder-workspace/Sources/NewOperators/Aggregation+DeferredPublisher.swift:451:15: note: consider making generic parameter 'some Publisher<A, Failure>' conform to the 'Sendable' protocol
_ p1: some Publisher<A, Failure>,
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/NewOperators/Aggregation+DeferredPublisher.swift:466:24: warning: capture of 'p2' with non-sendable type 'some Publisher<B, Failure>' in a '@Sendable' closure; this is an error in the Swift 6 language mode
$0.add(p2)
^
/Users/admin/builder/spi-builder-workspace/Sources/NewOperators/Aggregation+DeferredPublisher.swift:452:15: note: consider making generic parameter 'some Publisher<B, Failure>' conform to the 'Sendable' protocol
_ p2: some Publisher<B, Failure>,
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/NewOperators/Aggregation+DeferredPublisher.swift:467:24: warning: capture of 'p3' with non-sendable type 'some Publisher<C, Failure>' in a '@Sendable' closure; this is an error in the Swift 6 language mode
$0.add(p3)
^
/Users/admin/builder/spi-builder-workspace/Sources/NewOperators/Aggregation+DeferredPublisher.swift:453:15: note: consider making generic parameter 'some Publisher<C, Failure>' conform to the 'Sendable' protocol
_ p3: some Publisher<C, Failure>,
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/NewOperators/Aggregation+DeferredPublisher.swift:468:24: warning: capture of 'p4' with non-sendable type 'some Publisher<D, Failure>' in a '@Sendable' closure; this is an error in the Swift 6 language mode
$0.add(p4)
^
/Users/admin/builder/spi-builder-workspace/Sources/NewOperators/Aggregation+DeferredPublisher.swift:454:15: note: consider making generic parameter 'some Publisher<D, Failure>' conform to the 'Sendable' protocol
_ p4: some Publisher<D, Failure>,
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/NewOperators/Aggregation+DeferredPublisher.swift:469:24: warning: capture of 'p5' with non-sendable type 'some Publisher<E, Failure>' in a '@Sendable' closure; this is an error in the Swift 6 language mode
$0.add(p5)
^
/Users/admin/builder/spi-builder-workspace/Sources/NewOperators/Aggregation+DeferredPublisher.swift:455:15: note: consider making generic parameter 'some Publisher<E, Failure>' conform to the 'Sendable' protocol
_ p5: some Publisher<E, Failure>,
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/NewOperators/Aggregation+DeferredPublisher.swift:470:24: warning: capture of 'p6' with non-sendable type 'some Publisher<F, Failure>' in a '@Sendable' closure; this is an error in the Swift 6 language mode
$0.add(p6)
^
/Users/admin/builder/spi-builder-workspace/Sources/NewOperators/Aggregation+DeferredPublisher.swift:456:15: note: consider making generic parameter 'some Publisher<F, Failure>' conform to the 'Sendable' protocol
_ p6: some Publisher<F, Failure>,
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/NewOperators/Aggregation+DeferredPublisher.swift:471:24: warning: capture of 'p7' with non-sendable type 'some Publisher<G, Failure>' in a '@Sendable' closure; this is an error in the Swift 6 language mode
$0.add(p7)
^
/Users/admin/builder/spi-builder-workspace/Sources/NewOperators/Aggregation+DeferredPublisher.swift:457:15: note: consider making generic parameter 'some Publisher<G, Failure>' conform to the 'Sendable' protocol
_ p7: some Publisher<G, Failure>,
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/NewOperators/Aggregation+DeferredPublisher.swift:472:24: warning: capture of 'p8' with non-sendable type 'some Publisher<H, Failure>' in a '@Sendable' closure; this is an error in the Swift 6 language mode
$0.add(p8)
^
/Users/admin/builder/spi-builder-workspace/Sources/NewOperators/Aggregation+DeferredPublisher.swift:458:15: note: consider making generic parameter 'some Publisher<H, Failure>' conform to the 'Sendable' protocol
_ p8: some Publisher<H, Failure>,
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/NewOperators/Aggregation+DeferredPublisher.swift:473:24: warning: capture of 'p9' with non-sendable type 'some Publisher<I, Failure>' in a '@Sendable' closure; this is an error in the Swift 6 language mode
$0.add(p9)
^
/Users/admin/builder/spi-builder-workspace/Sources/NewOperators/Aggregation+DeferredPublisher.swift:459:15: note: consider making generic parameter 'some Publisher<I, Failure>' conform to the 'Sendable' protocol
_ p9: some Publisher<I, Failure>
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/NewOperators/Aggregation+DeferredPublisher.swift:497:24: warning: capture of 'p1' with non-sendable type 'some Publisher<A, Failure>' in a '@Sendable' closure; this is an error in the Swift 6 language mode
$0.add(p1)
^
/Users/admin/builder/spi-builder-workspace/Sources/NewOperators/Aggregation+DeferredPublisher.swift:482:15: note: consider making generic parameter 'some Publisher<A, Failure>' conform to the 'Sendable' protocol
_ p1: some Publisher<A, Failure>,
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/NewOperators/Aggregation+DeferredPublisher.swift:498:24: warning: capture of 'p2' with non-sendable type 'some Publisher<B, Failure>' in a '@Sendable' closure; this is an error in the Swift 6 language mode
$0.add(p2)
^
/Users/admin/builder/spi-builder-workspace/Sources/NewOperators/Aggregation+DeferredPublisher.swift:483:15: note: consider making generic parameter 'some Publisher<B, Failure>' conform to the 'Sendable' protocol
_ p2: some Publisher<B, Failure>,
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/NewOperators/Aggregation+DeferredPublisher.swift:499:24: warning: capture of 'p3' with non-sendable type 'some Publisher<C, Failure>' in a '@Sendable' closure; this is an error in the Swift 6 language mode
$0.add(p3)
^
/Users/admin/builder/spi-builder-workspace/Sources/NewOperators/Aggregation+DeferredPublisher.swift:484:15: note: consider making generic parameter 'some Publisher<C, Failure>' conform to the 'Sendable' protocol
_ p3: some Publisher<C, Failure>,
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/NewOperators/Aggregation+DeferredPublisher.swift:500:24: warning: capture of 'p4' with non-sendable type 'some Publisher<D, Failure>' in a '@Sendable' closure; this is an error in the Swift 6 language mode
$0.add(p4)
^
/Users/admin/builder/spi-builder-workspace/Sources/NewOperators/Aggregation+DeferredPublisher.swift:485:15: note: consider making generic parameter 'some Publisher<D, Failure>' conform to the 'Sendable' protocol
_ p4: some Publisher<D, Failure>,
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/NewOperators/Aggregation+DeferredPublisher.swift:501:24: warning: capture of 'p5' with non-sendable type 'some Publisher<E, Failure>' in a '@Sendable' closure; this is an error in the Swift 6 language mode
$0.add(p5)
^
/Users/admin/builder/spi-builder-workspace/Sources/NewOperators/Aggregation+DeferredPublisher.swift:486:15: note: consider making generic parameter 'some Publisher<E, Failure>' conform to the 'Sendable' protocol
_ p5: some Publisher<E, Failure>,
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/NewOperators/Aggregation+DeferredPublisher.swift:502:24: warning: capture of 'p6' with non-sendable type 'some Publisher<F, Failure>' in a '@Sendable' closure; this is an error in the Swift 6 language mode
$0.add(p6)
^
/Users/admin/builder/spi-builder-workspace/Sources/NewOperators/Aggregation+DeferredPublisher.swift:487:15: note: consider making generic parameter 'some Publisher<F, Failure>' conform to the 'Sendable' protocol
_ p6: some Publisher<F, Failure>,
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/NewOperators/Aggregation+DeferredPublisher.swift:503:24: warning: capture of 'p7' with non-sendable type 'some Publisher<G, Failure>' in a '@Sendable' closure; this is an error in the Swift 6 language mode
$0.add(p7)
^
/Users/admin/builder/spi-builder-workspace/Sources/NewOperators/Aggregation+DeferredPublisher.swift:488:15: note: consider making generic parameter 'some Publisher<G, Failure>' conform to the 'Sendable' protocol
_ p7: some Publisher<G, Failure>,
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/NewOperators/Aggregation+DeferredPublisher.swift:504:24: warning: capture of 'p8' with non-sendable type 'some Publisher<H, Failure>' in a '@Sendable' closure; this is an error in the Swift 6 language mode
$0.add(p8)
^
/Users/admin/builder/spi-builder-workspace/Sources/NewOperators/Aggregation+DeferredPublisher.swift:489:15: note: consider making generic parameter 'some Publisher<H, Failure>' conform to the 'Sendable' protocol
_ p8: some Publisher<H, Failure>,
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/NewOperators/Aggregation+DeferredPublisher.swift:505:24: warning: capture of 'p9' with non-sendable type 'some Publisher<I, Failure>' in a '@Sendable' closure; this is an error in the Swift 6 language mode
$0.add(p9)
^
/Users/admin/builder/spi-builder-workspace/Sources/NewOperators/Aggregation+DeferredPublisher.swift:490:15: note: consider making generic parameter 'some Publisher<I, Failure>' conform to the 'Sendable' protocol
_ p9: some Publisher<I, Failure>,
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/NewOperators/Aggregation+DeferredPublisher.swift:506:24: warning: capture of 'p10' with non-sendable type 'some Publisher<J, Failure>' in a '@Sendable' closure; this is an error in the Swift 6 language mode
$0.add(p10)
^
/Users/admin/builder/spi-builder-workspace/Sources/NewOperators/Aggregation+DeferredPublisher.swift:491:16: note: consider making generic parameter 'some Publisher<J, Failure>' conform to the 'Sendable' protocol
_ p10: some Publisher<J, Failure>
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/NewOperators/Aggregation+DeferredPublisher.swift:525:17: warning: capture of 'array' with non-sendable type '[some Publisher<Output, Failure>]' in a '@Sendable' closure; this is an error in the Swift 6 language mode
array.forEach { accumulator.add($0) }
^
/Users/admin/builder/spi-builder-workspace/Sources/NewOperators/Aggregation+DeferredPublisher.swift:519:17: note: consider making generic parameter 'some Publisher<Output, Failure>' conform to the 'Sendable' protocol
array: [some Publisher<Output, Failure>]
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/NewOperators/Aggregation+DeferredPublisher.swift:540:17: warning: capture of 'array' with non-sendable type '[some Publisher<Output, Failure>]' in a '@Sendable' closure; this is an error in the Swift 6 language mode
array.forEach { accumulator.add($0) }
^
/Users/admin/builder/spi-builder-workspace/Sources/NewOperators/Aggregation+DeferredPublisher.swift:534:17: note: consider making generic parameter 'some Publisher<Output, Failure>' conform to the 'Sendable' protocol
array: [some Publisher<Output, Failure>]
^
, Sendable
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/NewOperators/Aggregation+Publisher.swift (in target 'CombineEx' from project 'CombineEx')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/NewOperators/Aggregation+Publisher.swift:24:20: warning: capture of 'self' with non-sendable type 'Self' in a '@Sendable' closure; this is an error in the Swift 6 language mode
$0.add(self)
^
/Users/admin/builder/spi-builder-workspace/Sources/NewOperators/Aggregation+Publisher.swift:25:20: warning: capture of 'p1' with non-sendable type 'some Publisher<A, Failure>' in a '@Sendable' closure; this is an error in the Swift 6 language mode
$0.add(p1)
^
/Users/admin/builder/spi-builder-workspace/Sources/NewOperators/Aggregation+Publisher.swift:16:15: note: consider making generic parameter 'some Publisher<A, Failure>' conform to the 'Sendable' protocol
_ p1: some Publisher<A, Failure>,
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/NewOperators/Aggregation+Publisher.swift:26:20: warning: capture of 'p2' with non-sendable type 'some Publisher<B, Failure>' in a '@Sendable' closure; this is an error in the Swift 6 language mode
$0.add(p2)
^
/Users/admin/builder/spi-builder-workspace/Sources/NewOperators/Aggregation+Publisher.swift:17:15: note: consider making generic parameter 'some Publisher<B, Failure>' conform to the 'Sendable' protocol
_ p2: some Publisher<B, Failure>,
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/NewOperators/Aggregation+Publisher.swift:27:20: warning: capture of 'p3' with non-sendable type 'some Publisher<C, Failure>' in a '@Sendable' closure; this is an error in the Swift 6 language mode
$0.add(p3)
^
/Users/admin/builder/spi-builder-workspace/Sources/NewOperators/Aggregation+Publisher.swift:18:15: note: consider making generic parameter 'some Publisher<C, Failure>' conform to the 'Sendable' protocol
_ p3: some Publisher<C, Failure>,
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/NewOperators/Aggregation+Publisher.swift:28:20: warning: capture of 'p4' with non-sendable type 'some Publisher<D, Failure>' in a '@Sendable' closure; this is an error in the Swift 6 language mode
$0.add(p4)
^
/Users/admin/builder/spi-builder-workspace/Sources/NewOperators/Aggregation+Publisher.swift:19:15: note: consider making generic parameter 'some Publisher<D, Failure>' conform to the 'Sendable' protocol
_ p4: some Publisher<D, Failure>
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/NewOperators/Aggregation+Publisher.swift:44:20: warning: capture of 'self' with non-sendable type 'Self' in a '@Sendable' closure; this is an error in the Swift 6 language mode
$0.add(self)
^
/Users/admin/builder/spi-builder-workspace/Sources/NewOperators/Aggregation+Publisher.swift:45:20: warning: capture of 'p1' with non-sendable type 'some Publisher<A, Failure>' in a '@Sendable' closure; this is an error in the Swift 6 language mode
$0.add(p1)
^
/Users/admin/builder/spi-builder-workspace/Sources/NewOperators/Aggregation+Publisher.swift:35:15: note: consider making generic parameter 'some Publisher<A, Failure>' conform to the 'Sendable' protocol
_ p1: some Publisher<A, Failure>,
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/NewOperators/Aggregation+Publisher.swift:46:20: warning: capture of 'p2' with non-sendable type 'some Publisher<B, Failure>' in a '@Sendable' closure; this is an error in the Swift 6 language mode
$0.add(p2)
^
/Users/admin/builder/spi-builder-workspace/Sources/NewOperators/Aggregation+Publisher.swift:36:15: note: consider making generic parameter 'some Publisher<B, Failure>' conform to the 'Sendable' protocol
_ p2: some Publisher<B, Failure>,
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/NewOperators/Aggregation+Publisher.swift:47:20: warning: capture of 'p3' with non-sendable type 'some Publisher<C, Failure>' in a '@Sendable' closure; this is an error in the Swift 6 language mode
$0.add(p3)
^
/Users/admin/builder/spi-builder-workspace/Sources/NewOperators/Aggregation+Publisher.swift:37:15: note: consider making generic parameter 'some Publisher<C, Failure>' conform to the 'Sendable' protocol
_ p3: some Publisher<C, Failure>,
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/NewOperators/Aggregation+Publisher.swift:48:20: warning: capture of 'p4' with non-sendable type 'some Publisher<D, Failure>' in a '@Sendable' closure; this is an error in the Swift 6 language mode
$0.add(p4)
^
/Users/admin/builder/spi-builder-workspace/Sources/NewOperators/Aggregation+Publisher.swift:38:15: note: consider making generic parameter 'some Publisher<D, Failure>' conform to the 'Sendable' protocol
_ p4: some Publisher<D, Failure>,
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/NewOperators/Aggregation+Publisher.swift:49:20: warning: capture of 'p5' with non-sendable type 'some Publisher<E, Failure>' in a '@Sendable' closure; this is an error in the Swift 6 language mode
$0.add(p5)
^
/Users/admin/builder/spi-builder-workspace/Sources/NewOperators/Aggregation+Publisher.swift:39:15: note: consider making generic parameter 'some Publisher<E, Failure>' conform to the 'Sendable' protocol
_ p5: some Publisher<E, Failure>
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/NewOperators/Aggregation+Publisher.swift:66:20: warning: capture of 'self' with non-sendable type 'Self' in a '@Sendable' closure; this is an error in the Swift 6 language mode
$0.add(self)
^
/Users/admin/builder/spi-builder-workspace/Sources/NewOperators/Aggregation+Publisher.swift:67:20: warning: capture of 'p1' with non-sendable type 'some Publisher<A, Failure>' in a '@Sendable' closure; this is an error in the Swift 6 language mode
$0.add(p1)
^
/Users/admin/builder/spi-builder-workspace/Sources/NewOperators/Aggregation+Publisher.swift:56:15: note: consider making generic parameter 'some Publisher<A, Failure>' conform to the 'Sendable' protocol
_ p1: some Publisher<A, Failure>,
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/NewOperators/Aggregation+Publisher.swift:68:20: warning: capture of 'p2' with non-sendable type 'some Publisher<B, Failure>' in a '@Sendable' closure; this is an error in the Swift 6 language mode
$0.add(p2)
^
/Users/admin/builder/spi-builder-workspace/Sources/NewOperators/Aggregation+Publisher.swift:57:15: note: consider making generic parameter 'some Publisher<B, Failure>' conform to the 'Sendable' protocol
_ p2: some Publisher<B, Failure>,
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/NewOperators/Aggregation+Publisher.swift:69:20: warning: capture of 'p3' with non-sendable type 'some Publisher<C, Failure>' in a '@Sendable' closure; this is an error in the Swift 6 language mode
$0.add(p3)
^
/Users/admin/builder/spi-builder-workspace/Sources/NewOperators/Aggregation+Publisher.swift:58:15: note: consider making generic parameter 'some Publisher<C, Failure>' conform to the 'Sendable' protocol
_ p3: some Publisher<C, Failure>,
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/NewOperators/Aggregation+Publisher.swift:70:20: warning: capture of 'p4' with non-sendable type 'some Publisher<D, Failure>' in a '@Sendable' closure; this is an error in the Swift 6 language mode
$0.add(p4)
^
/Users/admin/builder/spi-builder-workspace/Sources/NewOperators/Aggregation+Publisher.swift:59:15: note: consider making generic parameter 'some Publisher<D, Failure>' conform to the 'Sendable' protocol
_ p4: some Publisher<D, Failure>,
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/NewOperators/Aggregation+Publisher.swift:71:20: warning: capture of 'p5' with non-sendable type 'some Publisher<E, Failure>' in a '@Sendable' closure; this is an error in the Swift 6 language mode
$0.add(p5)
^
/Users/admin/builder/spi-builder-workspace/Sources/NewOperators/Aggregation+Publisher.swift:60:15: note: consider making generic parameter 'some Publisher<E, Failure>' conform to the 'Sendable' protocol
_ p5: some Publisher<E, Failure>,
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/NewOperators/Aggregation+Publisher.swift:72:20: warning: capture of 'p6' with non-sendable type 'some Publisher<F, Failure>' in a '@Sendable' closure; this is an error in the Swift 6 language mode
$0.add(p6)
^
/Users/admin/builder/spi-builder-workspace/Sources/NewOperators/Aggregation+Publisher.swift:61:15: note: consider making generic parameter 'some Publisher<F, Failure>' conform to the 'Sendable' protocol
_ p6: some Publisher<F, Failure>
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/NewOperators/Aggregation+Publisher.swift:90:20: warning: capture of 'self' with non-sendable type 'Self' in a '@Sendable' closure; this is an error in the Swift 6 language mode
$0.add(self)
^
/Users/admin/builder/spi-builder-workspace/Sources/NewOperators/Aggregation+Publisher.swift:91:20: warning: capture of 'p1' with non-sendable type 'some Publisher<A, Failure>' in a '@Sendable' closure; this is an error in the Swift 6 language mode
$0.add(p1)
^
/Users/admin/builder/spi-builder-workspace/Sources/NewOperators/Aggregation+Publisher.swift:79:15: note: consider making generic parameter 'some Publisher<A, Failure>' conform to the 'Sendable' protocol
_ p1: some Publisher<A, Failure>,
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/NewOperators/Aggregation+Publisher.swift:92:20: warning: capture of 'p2' with non-sendable type 'some Publisher<B, Failure>' in a '@Sendable' closure; this is an error in the Swift 6 language mode
$0.add(p2)
^
/Users/admin/builder/spi-builder-workspace/Sources/NewOperators/Aggregation+Publisher.swift:80:15: note: consider making generic parameter 'some Publisher<B, Failure>' conform to the 'Sendable' protocol
_ p2: some Publisher<B, Failure>,
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/NewOperators/Aggregation+Publisher.swift:93:20: warning: capture of 'p3' with non-sendable type 'some Publisher<C, Failure>' in a '@Sendable' closure; this is an error in the Swift 6 language mode
$0.add(p3)
^
/Users/admin/builder/spi-builder-workspace/Sources/NewOperators/Aggregation+Publisher.swift:81:15: note: consider making generic parameter 'some Publisher<C, Failure>' conform to the 'Sendable' protocol
_ p3: some Publisher<C, Failure>,
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/NewOperators/Aggregation+Publisher.swift:94:20: warning: capture of 'p4' with non-sendable type 'some Publisher<D, Failure>' in a '@Sendable' closure; this is an error in the Swift 6 language mode
$0.add(p4)
^
/Users/admin/builder/spi-builder-workspace/Sources/NewOperators/Aggregation+Publisher.swift:82:15: note: consider making generic parameter 'some Publisher<D, Failure>' conform to the 'Sendable' protocol
_ p4: some Publisher<D, Failure>,
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/NewOperators/Aggregation+Publisher.swift:95:20: warning: capture of 'p5' with non-sendable type 'some Publisher<E, Failure>' in a '@Sendable' closure; this is an error in the Swift 6 language mode
$0.add(p5)
^
/Users/admin/builder/spi-builder-workspace/Sources/NewOperators/Aggregation+Publisher.swift:83:15: note: consider making generic parameter 'some Publisher<E, Failure>' conform to the 'Sendable' protocol
_ p5: some Publisher<E, Failure>,
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/NewOperators/Aggregation+Publisher.swift:96:20: warning: capture of 'p6' with non-sendable type 'some Publisher<F, Failure>' in a '@Sendable' closure; this is an error in the Swift 6 language mode
$0.add(p6)
^
/Users/admin/builder/spi-builder-workspace/Sources/NewOperators/Aggregation+Publisher.swift:84:15: note: consider making generic parameter 'some Publisher<F, Failure>' conform to the 'Sendable' protocol
_ p6: some Publisher<F, Failure>,
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/NewOperators/Aggregation+Publisher.swift:97:20: warning: capture of 'p7' with non-sendable type 'some Publisher<G, Failure>' in a '@Sendable' closure; this is an error in the Swift 6 language mode
$0.add(p7)
^
/Users/admin/builder/spi-builder-workspace/Sources/NewOperators/Aggregation+Publisher.swift:85:15: note: consider making generic parameter 'some Publisher<G, Failure>' conform to the 'Sendable' protocol
_ p7: some Publisher<G, Failure>
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/NewOperators/Aggregation+Publisher.swift:116:20: warning: capture of 'self' with non-sendable type 'Self' in a '@Sendable' closure; this is an error in the Swift 6 language mode
$0.add(self)
^
/Users/admin/builder/spi-builder-workspace/Sources/NewOperators/Aggregation+Publisher.swift:117:20: warning: capture of 'p1' with non-sendable type 'some Publisher<A, Failure>' in a '@Sendable' closure; this is an error in the Swift 6 language mode
$0.add(p1)
^
/Users/admin/builder/spi-builder-workspace/Sources/NewOperators/Aggregation+Publisher.swift:104:15: note: consider making generic parameter 'some Publisher<A, Failure>' conform to the 'Sendable' protocol
_ p1: some Publisher<A, Failure>,
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/NewOperators/Aggregation+Publisher.swift:118:20: warning: capture of 'p2' with non-sendable type 'some Publisher<B, Failure>' in a '@Sendable' closure; this is an error in the Swift 6 language mode
$0.add(p2)
^
/Users/admin/builder/spi-builder-workspace/Sources/NewOperators/Aggregation+Publisher.swift:105:15: note: consider making generic parameter 'some Publisher<B, Failure>' conform to the 'Sendable' protocol
_ p2: some Publisher<B, Failure>,
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/NewOperators/Aggregation+Publisher.swift:119:20: warning: capture of 'p3' with non-sendable type 'some Publisher<C, Failure>' in a '@Sendable' closure; this is an error in the Swift 6 language mode
$0.add(p3)
^
/Users/admin/builder/spi-builder-workspace/Sources/NewOperators/Aggregation+Publisher.swift:106:15: note: consider making generic parameter 'some Publisher<C, Failure>' conform to the 'Sendable' protocol
_ p3: some Publisher<C, Failure>,
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/NewOperators/Aggregation+Publisher.swift:120:20: warning: capture of 'p4' with non-sendable type 'some Publisher<D, Failure>' in a '@Sendable' closure; this is an error in the Swift 6 language mode
$0.add(p4)
^
/Users/admin/builder/spi-builder-workspace/Sources/NewOperators/Aggregation+Publisher.swift:107:15: note: consider making generic parameter 'some Publisher<D, Failure>' conform to the 'Sendable' protocol
_ p4: some Publisher<D, Failure>,
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/NewOperators/Aggregation+Publisher.swift:121:20: warning: capture of 'p5' with non-sendable type 'some Publisher<E, Failure>' in a '@Sendable' closure; this is an error in the Swift 6 language mode
$0.add(p5)
^
/Users/admin/builder/spi-builder-workspace/Sources/NewOperators/Aggregation+Publisher.swift:108:15: note: consider making generic parameter 'some Publisher<E, Failure>' conform to the 'Sendable' protocol
_ p5: some Publisher<E, Failure>,
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/NewOperators/Aggregation+Publisher.swift:122:20: warning: capture of 'p6' with non-sendable type 'some Publisher<F, Failure>' in a '@Sendable' closure; this is an error in the Swift 6 language mode
$0.add(p6)
^
/Users/admin/builder/spi-builder-workspace/Sources/NewOperators/Aggregation+Publisher.swift:109:15: note: consider making generic parameter 'some Publisher<F, Failure>' conform to the 'Sendable' protocol
_ p6: some Publisher<F, Failure>,
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/NewOperators/Aggregation+Publisher.swift:123:20: warning: capture of 'p7' with non-sendable type 'some Publisher<G, Failure>' in a '@Sendable' closure; this is an error in the Swift 6 language mode
$0.add(p7)
^
/Users/admin/builder/spi-builder-workspace/Sources/NewOperators/Aggregation+Publisher.swift:110:15: note: consider making generic parameter 'some Publisher<G, Failure>' conform to the 'Sendable' protocol
_ p7: some Publisher<G, Failure>,
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/NewOperators/Aggregation+Publisher.swift:124:20: warning: capture of 'p8' with non-sendable type 'some Publisher<H, Failure>' in a '@Sendable' closure; this is an error in the Swift 6 language mode
$0.add(p8)
^
/Users/admin/builder/spi-builder-workspace/Sources/NewOperators/Aggregation+Publisher.swift:111:15: note: consider making generic parameter 'some Publisher<H, Failure>' conform to the 'Sendable' protocol
_ p8: some Publisher<H, Failure>
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/NewOperators/Aggregation+Publisher.swift:144:20: warning: capture of 'self' with non-sendable type 'Self' in a '@Sendable' closure; this is an error in the Swift 6 language mode
$0.add(self)
^
/Users/admin/builder/spi-builder-workspace/Sources/NewOperators/Aggregation+Publisher.swift:145:20: warning: capture of 'p1' with non-sendable type 'some Publisher<A, Failure>' in a '@Sendable' closure; this is an error in the Swift 6 language mode
$0.add(p1)
^
/Users/admin/builder/spi-builder-workspace/Sources/NewOperators/Aggregation+Publisher.swift:131:15: note: consider making generic parameter 'some Publisher<A, Failure>' conform to the 'Sendable' protocol
_ p1: some Publisher<A, Failure>,
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/NewOperators/Aggregation+Publisher.swift:146:20: warning: capture of 'p2' with non-sendable type 'some Publisher<B, Failure>' in a '@Sendable' closure; this is an error in the Swift 6 language mode
$0.add(p2)
^
/Users/admin/builder/spi-builder-workspace/Sources/NewOperators/Aggregation+Publisher.swift:132:15: note: consider making generic parameter 'some Publisher<B, Failure>' conform to the 'Sendable' protocol
_ p2: some Publisher<B, Failure>,
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/NewOperators/Aggregation+Publisher.swift:147:20: warning: capture of 'p3' with non-sendable type 'some Publisher<C, Failure>' in a '@Sendable' closure; this is an error in the Swift 6 language mode
$0.add(p3)
^
/Users/admin/builder/spi-builder-workspace/Sources/NewOperators/Aggregation+Publisher.swift:133:15: note: consider making generic parameter 'some Publisher<C, Failure>' conform to the 'Sendable' protocol
_ p3: some Publisher<C, Failure>,
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/NewOperators/Aggregation+Publisher.swift:148:20: warning: capture of 'p4' with non-sendable type 'some Publisher<D, Failure>' in a '@Sendable' closure; this is an error in the Swift 6 language mode
$0.add(p4)
^
/Users/admin/builder/spi-builder-workspace/Sources/NewOperators/Aggregation+Publisher.swift:134:15: note: consider making generic parameter 'some Publisher<D, Failure>' conform to the 'Sendable' protocol
_ p4: some Publisher<D, Failure>,
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/NewOperators/Aggregation+Publisher.swift:149:20: warning: capture of 'p5' with non-sendable type 'some Publisher<E, Failure>' in a '@Sendable' closure; this is an error in the Swift 6 language mode
$0.add(p5)
^
/Users/admin/builder/spi-builder-workspace/Sources/NewOperators/Aggregation+Publisher.swift:135:15: note: consider making generic parameter 'some Publisher<E, Failure>' conform to the 'Sendable' protocol
_ p5: some Publisher<E, Failure>,
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/NewOperators/Aggregation+Publisher.swift:150:20: warning: capture of 'p6' with non-sendable type 'some Publisher<F, Failure>' in a '@Sendable' closure; this is an error in the Swift 6 language mode
$0.add(p6)
^
/Users/admin/builder/spi-builder-workspace/Sources/NewOperators/Aggregation+Publisher.swift:136:15: note: consider making generic parameter 'some Publisher<F, Failure>' conform to the 'Sendable' protocol
_ p6: some Publisher<F, Failure>,
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/NewOperators/Aggregation+Publisher.swift:151:20: warning: capture of 'p7' with non-sendable type 'some Publisher<G, Failure>' in a '@Sendable' closure; this is an error in the Swift 6 language mode
$0.add(p7)
^
/Users/admin/builder/spi-builder-workspace/Sources/NewOperators/Aggregation+Publisher.swift:137:15: note: consider making generic parameter 'some Publisher<G, Failure>' conform to the 'Sendable' protocol
_ p7: some Publisher<G, Failure>,
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/NewOperators/Aggregation+Publisher.swift:152:20: warning: capture of 'p8' with non-sendable type 'some Publisher<H, Failure>' in a '@Sendable' closure; this is an error in the Swift 6 language mode
$0.add(p8)
^
/Users/admin/builder/spi-builder-workspace/Sources/NewOperators/Aggregation+Publisher.swift:138:15: note: consider making generic parameter 'some Publisher<H, Failure>' conform to the 'Sendable' protocol
_ p8: some Publisher<H, Failure>,
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/NewOperators/Aggregation+Publisher.swift:153:20: warning: capture of 'p9' with non-sendable type 'some Publisher<I, Failure>' in a '@Sendable' closure; this is an error in the Swift 6 language mode
$0.add(p9)
^
/Users/admin/builder/spi-builder-workspace/Sources/NewOperators/Aggregation+Publisher.swift:139:15: note: consider making generic parameter 'some Publisher<I, Failure>' conform to the 'Sendable' protocol
_ p9: some Publisher<I, Failure>
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/NewOperators/Aggregation+Publisher.swift:173:20: warning: capture of 'p1' with non-sendable type 'some Publisher<A, Failure>' in a '@Sendable' closure; this is an error in the Swift 6 language mode
$0.add(p1)
^
/Users/admin/builder/spi-builder-workspace/Sources/NewOperators/Aggregation+Publisher.swift:167:15: note: consider making generic parameter 'some Publisher<A, Failure>' conform to the 'Sendable' protocol
_ p1: some Publisher<A, Failure>,
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/NewOperators/Aggregation+Publisher.swift:174:20: warning: capture of 'p2' with non-sendable type 'some Publisher<B, Failure>' in a '@Sendable' closure; this is an error in the Swift 6 language mode
$0.add(p2)
^
/Users/admin/builder/spi-builder-workspace/Sources/NewOperators/Aggregation+Publisher.swift:168:15: note: consider making generic parameter 'some Publisher<B, Failure>' conform to the 'Sendable' protocol
_ p2: some Publisher<B, Failure>
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/NewOperators/Aggregation+Publisher.swift:188:20: warning: capture of 'p1' with non-sendable type 'some Publisher<A, Failure>' in a '@Sendable' closure; this is an error in the Swift 6 language mode
$0.add(p1)
^
/Users/admin/builder/spi-builder-workspace/Sources/NewOperators/Aggregation+Publisher.swift:181:15: note: consider making generic parameter 'some Publisher<A, Failure>' conform to the 'Sendable' protocol
_ p1: some Publisher<A, Failure>,
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/NewOperators/Aggregation+Publisher.swift:189:20: warning: capture of 'p2' with non-sendable type 'some Publisher<B, Failure>' in a '@Sendable' closure; this is an error in the Swift 6 language mode
$0.add(p2)
^
/Users/admin/builder/spi-builder-workspace/Sources/NewOperators/Aggregation+Publisher.swift:182:15: note: consider making generic parameter 'some Publisher<B, Failure>' conform to the 'Sendable' protocol
_ p2: some Publisher<B, Failure>,
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/NewOperators/Aggregation+Publisher.swift:190:20: warning: capture of 'p3' with non-sendable type 'some Publisher<C, Failure>' in a '@Sendable' closure; this is an error in the Swift 6 language mode
$0.add(p3)
^
/Users/admin/builder/spi-builder-workspace/Sources/NewOperators/Aggregation+Publisher.swift:183:15: note: consider making generic parameter 'some Publisher<C, Failure>' conform to the 'Sendable' protocol
_ p3: some Publisher<C, Failure>
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/NewOperators/Aggregation+Publisher.swift:205:20: warning: capture of 'p1' with non-sendable type 'some Publisher<A, Failure>' in a '@Sendable' closure; this is an error in the Swift 6 language mode
$0.add(p1)
^
/Users/admin/builder/spi-builder-workspace/Sources/NewOperators/Aggregation+Publisher.swift:197:15: note: consider making generic parameter 'some Publisher<A, Failure>' conform to the 'Sendable' protocol
_ p1: some Publisher<A, Failure>,
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/NewOperators/Aggregation+Publisher.swift:206:20: warning: capture of 'p2' with non-sendable type 'some Publisher<B, Failure>' in a '@Sendable' closure; this is an error in the Swift 6 language mode
$0.add(p2)
^
/Users/admin/builder/spi-builder-workspace/Sources/NewOperators/Aggregation+Publisher.swift:198:15: note: consider making generic parameter 'some Publisher<B, Failure>' conform to the 'Sendable' protocol
_ p2: some Publisher<B, Failure>,
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/NewOperators/Aggregation+Publisher.swift:207:20: warning: capture of 'p3' with non-sendable type 'some Publisher<C, Failure>' in a '@Sendable' closure; this is an error in the Swift 6 language mode
$0.add(p3)
^
/Users/admin/builder/spi-builder-workspace/Sources/NewOperators/Aggregation+Publisher.swift:199:15: note: consider making generic parameter 'some Publisher<C, Failure>' conform to the 'Sendable' protocol
_ p3: some Publisher<C, Failure>,
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/NewOperators/Aggregation+Publisher.swift:208:20: warning: capture of 'p4' with non-sendable type 'some Publisher<D, Failure>' in a '@Sendable' closure; this is an error in the Swift 6 language mode
$0.add(p4)
^
/Users/admin/builder/spi-builder-workspace/Sources/NewOperators/Aggregation+Publisher.swift:200:15: note: consider making generic parameter 'some Publisher<D, Failure>' conform to the 'Sendable' protocol
_ p4: some Publisher<D, Failure>
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/NewOperators/Aggregation+Publisher.swift:224:20: warning: capture of 'p1' with non-sendable type 'some Publisher<A, Failure>' in a '@Sendable' closure; this is an error in the Swift 6 language mode
$0.add(p1)
^
/Users/admin/builder/spi-builder-workspace/Sources/NewOperators/Aggregation+Publisher.swift:215:15: note: consider making generic parameter 'some Publisher<A, Failure>' conform to the 'Sendable' protocol
_ p1: some Publisher<A, Failure>,
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/NewOperators/Aggregation+Publisher.swift:225:20: warning: capture of 'p2' with non-sendable type 'some Publisher<B, Failure>' in a '@Sendable' closure; this is an error in the Swift 6 language mode
$0.add(p2)
^
/Users/admin/builder/spi-builder-workspace/Sources/NewOperators/Aggregation+Publisher.swift:216:15: note: consider making generic parameter 'some Publisher<B, Failure>' conform to the 'Sendable' protocol
_ p2: some Publisher<B, Failure>,
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/NewOperators/Aggregation+Publisher.swift:226:20: warning: capture of 'p3' with non-sendable type 'some Publisher<C, Failure>' in a '@Sendable' closure; this is an error in the Swift 6 language mode
$0.add(p3)
^
/Users/admin/builder/spi-builder-workspace/Sources/NewOperators/Aggregation+Publisher.swift:217:15: note: consider making generic parameter 'some Publisher<C, Failure>' conform to the 'Sendable' protocol
_ p3: some Publisher<C, Failure>,
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/NewOperators/Aggregation+Publisher.swift:227:20: warning: capture of 'p4' with non-sendable type 'some Publisher<D, Failure>' in a '@Sendable' closure; this is an error in the Swift 6 language mode
$0.add(p4)
^
/Users/admin/builder/spi-builder-workspace/Sources/NewOperators/Aggregation+Publisher.swift:218:15: note: consider making generic parameter 'some Publisher<D, Failure>' conform to the 'Sendable' protocol
_ p4: some Publisher<D, Failure>,
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/NewOperators/Aggregation+Publisher.swift:228:20: warning: capture of 'p5' with non-sendable type 'some Publisher<E, Failure>' in a '@Sendable' closure; this is an error in the Swift 6 language mode
$0.add(p5)
^
/Users/admin/builder/spi-builder-workspace/Sources/NewOperators/Aggregation+Publisher.swift:219:15: note: consider making generic parameter 'some Publisher<E, Failure>' conform to the 'Sendable' protocol
_ p5: some Publisher<E, Failure>
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/NewOperators/Aggregation+Publisher.swift:245:20: warning: capture of 'p1' with non-sendable type 'some Publisher<A, Failure>' in a '@Sendable' closure; this is an error in the Swift 6 language mode
$0.add(p1)
^
/Users/admin/builder/spi-builder-workspace/Sources/NewOperators/Aggregation+Publisher.swift:235:15: note: consider making generic parameter 'some Publisher<A, Failure>' conform to the 'Sendable' protocol
_ p1: some Publisher<A, Failure>,
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/NewOperators/Aggregation+Publisher.swift:246:20: warning: capture of 'p2' with non-sendable type 'some Publisher<B, Failure>' in a '@Sendable' closure; this is an error in the Swift 6 language mode
$0.add(p2)
^
/Users/admin/builder/spi-builder-workspace/Sources/NewOperators/Aggregation+Publisher.swift:236:15: note: consider making generic parameter 'some Publisher<B, Failure>' conform to the 'Sendable' protocol
_ p2: some Publisher<B, Failure>,
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/NewOperators/Aggregation+Publisher.swift:247:20: warning: capture of 'p3' with non-sendable type 'some Publisher<C, Failure>' in a '@Sendable' closure; this is an error in the Swift 6 language mode
$0.add(p3)
^
/Users/admin/builder/spi-builder-workspace/Sources/NewOperators/Aggregation+Publisher.swift:237:15: note: consider making generic parameter 'some Publisher<C, Failure>' conform to the 'Sendable' protocol
_ p3: some Publisher<C, Failure>,
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/NewOperators/Aggregation+Publisher.swift:248:20: warning: capture of 'p4' with non-sendable type 'some Publisher<D, Failure>' in a '@Sendable' closure; this is an error in the Swift 6 language mode
$0.add(p4)
^
/Users/admin/builder/spi-builder-workspace/Sources/NewOperators/Aggregation+Publisher.swift:238:15: note: consider making generic parameter 'some Publisher<D, Failure>' conform to the 'Sendable' protocol
_ p4: some Publisher<D, Failure>,
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/NewOperators/Aggregation+Publisher.swift:249:20: warning: capture of 'p5' with non-sendable type 'some Publisher<E, Failure>' in a '@Sendable' closure; this is an error in the Swift 6 language mode
$0.add(p5)
^
/Users/admin/builder/spi-builder-workspace/Sources/NewOperators/Aggregation+Publisher.swift:239:15: note: consider making generic parameter 'some Publisher<E, Failure>' conform to the 'Sendable' protocol
_ p5: some Publisher<E, Failure>,
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/NewOperators/Aggregation+Publisher.swift:250:20: warning: capture of 'p6' with non-sendable type 'some Publisher<F, Failure>' in a '@Sendable' closure; this is an error in the Swift 6 language mode
$0.add(p6)
^
/Users/admin/builder/spi-builder-workspace/Sources/NewOperators/Aggregation+Publisher.swift:240:15: note: consider making generic parameter 'some Publisher<F, Failure>' conform to the 'Sendable' protocol
_ p6: some Publisher<F, Failure>
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/NewOperators/Aggregation+Publisher.swift:268:20: warning: capture of 'p1' with non-sendable type 'some Publisher<A, Failure>' in a '@Sendable' closure; this is an error in the Swift 6 language mode
$0.add(p1)
^
/Users/admin/builder/spi-builder-workspace/Sources/NewOperators/Aggregation+Publisher.swift:257:15: note: consider making generic parameter 'some Publisher<A, Failure>' conform to the 'Sendable' protocol
_ p1: some Publisher<A, Failure>,
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/NewOperators/Aggregation+Publisher.swift:269:20: warning: capture of 'p2' with non-sendable type 'some Publisher<B, Failure>' in a '@Sendable' closure; this is an error in the Swift 6 language mode
$0.add(p2)
^
/Users/admin/builder/spi-builder-workspace/Sources/NewOperators/Aggregation+Publisher.swift:258:15: note: consider making generic parameter 'some Publisher<B, Failure>' conform to the 'Sendable' protocol
_ p2: some Publisher<B, Failure>,
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/NewOperators/Aggregation+Publisher.swift:270:20: warning: capture of 'p3' with non-sendable type 'some Publisher<C, Failure>' in a '@Sendable' closure; this is an error in the Swift 6 language mode
$0.add(p3)
^
/Users/admin/builder/spi-builder-workspace/Sources/NewOperators/Aggregation+Publisher.swift:259:15: note: consider making generic parameter 'some Publisher<C, Failure>' conform to the 'Sendable' protocol
_ p3: some Publisher<C, Failure>,
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/NewOperators/Aggregation+Publisher.swift:271:20: warning: capture of 'p4' with non-sendable type 'some Publisher<D, Failure>' in a '@Sendable' closure; this is an error in the Swift 6 language mode
$0.add(p4)
^
/Users/admin/builder/spi-builder-workspace/Sources/NewOperators/Aggregation+Publisher.swift:260:15: note: consider making generic parameter 'some Publisher<D, Failure>' conform to the 'Sendable' protocol
_ p4: some Publisher<D, Failure>,
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/NewOperators/Aggregation+Publisher.swift:272:20: warning: capture of 'p5' with non-sendable type 'some Publisher<E, Failure>' in a '@Sendable' closure; this is an error in the Swift 6 language mode
$0.add(p5)
^
/Users/admin/builder/spi-builder-workspace/Sources/NewOperators/Aggregation+Publisher.swift:261:15: note: consider making generic parameter 'some Publisher<E, Failure>' conform to the 'Sendable' protocol
_ p5: some Publisher<E, Failure>,
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/NewOperators/Aggregation+Publisher.swift:273:20: warning: capture of 'p6' with non-sendable type 'some Publisher<F, Failure>' in a '@Sendable' closure; this is an error in the Swift 6 language mode
$0.add(p6)
^
/Users/admin/builder/spi-builder-workspace/Sources/NewOperators/Aggregation+Publisher.swift:262:15: note: consider making generic parameter 'some Publisher<F, Failure>' conform to the 'Sendable' protocol
_ p6: some Publisher<F, Failure>,
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/NewOperators/Aggregation+Publisher.swift:274:20: warning: capture of 'p7' with non-sendable type 'some Publisher<G, Failure>' in a '@Sendable' closure; this is an error in the Swift 6 language mode
$0.add(p7)
^
/Users/admin/builder/spi-builder-workspace/Sources/NewOperators/Aggregation+Publisher.swift:263:15: note: consider making generic parameter 'some Publisher<G, Failure>' conform to the 'Sendable' protocol
_ p7: some Publisher<G, Failure>
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/NewOperators/Aggregation+Publisher.swift:293:20: warning: capture of 'p1' with non-sendable type 'some Publisher<A, Failure>' in a '@Sendable' closure; this is an error in the Swift 6 language mode
$0.add(p1)
^
/Users/admin/builder/spi-builder-workspace/Sources/NewOperators/Aggregation+Publisher.swift:281:15: note: consider making generic parameter 'some Publisher<A, Failure>' conform to the 'Sendable' protocol
_ p1: some Publisher<A, Failure>,
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/NewOperators/Aggregation+Publisher.swift:294:20: warning: capture of 'p2' with non-sendable type 'some Publisher<B, Failure>' in a '@Sendable' closure; this is an error in the Swift 6 language mode
$0.add(p2)
^
/Users/admin/builder/spi-builder-workspace/Sources/NewOperators/Aggregation+Publisher.swift:282:15: note: consider making generic parameter 'some Publisher<B, Failure>' conform to the 'Sendable' protocol
_ p2: some Publisher<B, Failure>,
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/NewOperators/Aggregation+Publisher.swift:295:20: warning: capture of 'p3' with non-sendable type 'some Publisher<C, Failure>' in a '@Sendable' closure; this is an error in the Swift 6 language mode
$0.add(p3)
^
/Users/admin/builder/spi-builder-workspace/Sources/NewOperators/Aggregation+Publisher.swift:283:15: note: consider making generic parameter 'some Publisher<C, Failure>' conform to the 'Sendable' protocol
_ p3: some Publisher<C, Failure>,
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/NewOperators/Aggregation+Publisher.swift:296:20: warning: capture of 'p4' with non-sendable type 'some Publisher<D, Failure>' in a '@Sendable' closure; this is an error in the Swift 6 language mode
$0.add(p4)
^
/Users/admin/builder/spi-builder-workspace/Sources/NewOperators/Aggregation+Publisher.swift:284:15: note: consider making generic parameter 'some Publisher<D, Failure>' conform to the 'Sendable' protocol
_ p4: some Publisher<D, Failure>,
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/NewOperators/Aggregation+Publisher.swift:297:20: warning: capture of 'p5' with non-sendable type 'some Publisher<E, Failure>' in a '@Sendable' closure; this is an error in the Swift 6 language mode
$0.add(p5)
^
/Users/admin/builder/spi-builder-workspace/Sources/NewOperators/Aggregation+Publisher.swift:285:15: note: consider making generic parameter 'some Publisher<E, Failure>' conform to the 'Sendable' protocol
_ p5: some Publisher<E, Failure>,
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/NewOperators/Aggregation+Publisher.swift:298:20: warning: capture of 'p6' with non-sendable type 'some Publisher<F, Failure>' in a '@Sendable' closure; this is an error in the Swift 6 language mode
$0.add(p6)
^
/Users/admin/builder/spi-builder-workspace/Sources/NewOperators/Aggregation+Publisher.swift:286:15: note: consider making generic parameter 'some Publisher<F, Failure>' conform to the 'Sendable' protocol
_ p6: some Publisher<F, Failure>,
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/NewOperators/Aggregation+Publisher.swift:299:20: warning: capture of 'p7' with non-sendable type 'some Publisher<G, Failure>' in a '@Sendable' closure; this is an error in the Swift 6 language mode
$0.add(p7)
^
/Users/admin/builder/spi-builder-workspace/Sources/NewOperators/Aggregation+Publisher.swift:287:15: note: consider making generic parameter 'some Publisher<G, Failure>' conform to the 'Sendable' protocol
_ p7: some Publisher<G, Failure>,
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/NewOperators/Aggregation+Publisher.swift:300:20: warning: capture of 'p8' with non-sendable type 'some Publisher<H, Failure>' in a '@Sendable' closure; this is an error in the Swift 6 language mode
$0.add(p8)
^
/Users/admin/builder/spi-builder-workspace/Sources/NewOperators/Aggregation+Publisher.swift:288:15: note: consider making generic parameter 'some Publisher<H, Failure>' conform to the 'Sendable' protocol
_ p8: some Publisher<H, Failure>
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/NewOperators/Aggregation+Publisher.swift:320:20: warning: capture of 'p1' with non-sendable type 'some Publisher<A, Failure>' in a '@Sendable' closure; this is an error in the Swift 6 language mode
$0.add(p1)
^
/Users/admin/builder/spi-builder-workspace/Sources/NewOperators/Aggregation+Publisher.swift:307:15: note: consider making generic parameter 'some Publisher<A, Failure>' conform to the 'Sendable' protocol
_ p1: some Publisher<A, Failure>,
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/NewOperators/Aggregation+Publisher.swift:321:20: warning: capture of 'p2' with non-sendable type 'some Publisher<B, Failure>' in a '@Sendable' closure; this is an error in the Swift 6 language mode
$0.add(p2)
^
/Users/admin/builder/spi-builder-workspace/Sources/NewOperators/Aggregation+Publisher.swift:308:15: note: consider making generic parameter 'some Publisher<B, Failure>' conform to the 'Sendable' protocol
_ p2: some Publisher<B, Failure>,
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/NewOperators/Aggregation+Publisher.swift:322:20: warning: capture of 'p3' with non-sendable type 'some Publisher<C, Failure>' in a '@Sendable' closure; this is an error in the Swift 6 language mode
$0.add(p3)
^
/Users/admin/builder/spi-builder-workspace/Sources/NewOperators/Aggregation+Publisher.swift:309:15: note: consider making generic parameter 'some Publisher<C, Failure>' conform to the 'Sendable' protocol
_ p3: some Publisher<C, Failure>,
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/NewOperators/Aggregation+Publisher.swift:323:20: warning: capture of 'p4' with non-sendable type 'some Publisher<D, Failure>' in a '@Sendable' closure; this is an error in the Swift 6 language mode
$0.add(p4)
^
/Users/admin/builder/spi-builder-workspace/Sources/NewOperators/Aggregation+Publisher.swift:310:15: note: consider making generic parameter 'some Publisher<D, Failure>' conform to the 'Sendable' protocol
_ p4: some Publisher<D, Failure>,
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/NewOperators/Aggregation+Publisher.swift:324:20: warning: capture of 'p5' with non-sendable type 'some Publisher<E, Failure>' in a '@Sendable' closure; this is an error in the Swift 6 language mode
$0.add(p5)
^
/Users/admin/builder/spi-builder-workspace/Sources/NewOperators/Aggregation+Publisher.swift:311:15: note: consider making generic parameter 'some Publisher<E, Failure>' conform to the 'Sendable' protocol
_ p5: some Publisher<E, Failure>,
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/NewOperators/Aggregation+Publisher.swift:325:20: warning: capture of 'p6' with non-sendable type 'some Publisher<F, Failure>' in a '@Sendable' closure; this is an error in the Swift 6 language mode
$0.add(p6)
^
/Users/admin/builder/spi-builder-workspace/Sources/NewOperators/Aggregation+Publisher.swift:312:15: note: consider making generic parameter 'some Publisher<F, Failure>' conform to the 'Sendable' protocol
_ p6: some Publisher<F, Failure>,
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/NewOperators/Aggregation+Publisher.swift:326:20: warning: capture of 'p7' with non-sendable type 'some Publisher<G, Failure>' in a '@Sendable' closure; this is an error in the Swift 6 language mode
$0.add(p7)
^
/Users/admin/builder/spi-builder-workspace/Sources/NewOperators/Aggregation+Publisher.swift:313:15: note: consider making generic parameter 'some Publisher<G, Failure>' conform to the 'Sendable' protocol
_ p7: some Publisher<G, Failure>,
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/NewOperators/Aggregation+Publisher.swift:327:20: warning: capture of 'p8' with non-sendable type 'some Publisher<H, Failure>' in a '@Sendable' closure; this is an error in the Swift 6 language mode
$0.add(p8)
^
/Users/admin/builder/spi-builder-workspace/Sources/NewOperators/Aggregation+Publisher.swift:314:15: note: consider making generic parameter 'some Publisher<H, Failure>' conform to the 'Sendable' protocol
_ p8: some Publisher<H, Failure>,
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/NewOperators/Aggregation+Publisher.swift:328:20: warning: capture of 'p9' with non-sendable type 'some Publisher<I, Failure>' in a '@Sendable' closure; this is an error in the Swift 6 language mode
$0.add(p9)
^
/Users/admin/builder/spi-builder-workspace/Sources/NewOperators/Aggregation+Publisher.swift:315:15: note: consider making generic parameter 'some Publisher<I, Failure>' conform to the 'Sendable' protocol
_ p9: some Publisher<I, Failure>
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/NewOperators/Aggregation+Publisher.swift:349:20: warning: capture of 'p1' with non-sendable type 'some Publisher<A, Failure>' in a '@Sendable' closure; this is an error in the Swift 6 language mode
$0.add(p1)
^
/Users/admin/builder/spi-builder-workspace/Sources/NewOperators/Aggregation+Publisher.swift:335:15: note: consider making generic parameter 'some Publisher<A, Failure>' conform to the 'Sendable' protocol
_ p1: some Publisher<A, Failure>,
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/NewOperators/Aggregation+Publisher.swift:350:20: warning: capture of 'p2' with non-sendable type 'some Publisher<B, Failure>' in a '@Sendable' closure; this is an error in the Swift 6 language mode
$0.add(p2)
^
/Users/admin/builder/spi-builder-workspace/Sources/NewOperators/Aggregation+Publisher.swift:336:15: note: consider making generic parameter 'some Publisher<B, Failure>' conform to the 'Sendable' protocol
_ p2: some Publisher<B, Failure>,
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/NewOperators/Aggregation+Publisher.swift:351:20: warning: capture of 'p3' with non-sendable type 'some Publisher<C, Failure>' in a '@Sendable' closure; this is an error in the Swift 6 language mode
$0.add(p3)
^
/Users/admin/builder/spi-builder-workspace/Sources/NewOperators/Aggregation+Publisher.swift:337:15: note: consider making generic parameter 'some Publisher<C, Failure>' conform to the 'Sendable' protocol
_ p3: some Publisher<C, Failure>,
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/NewOperators/Aggregation+Publisher.swift:352:20: warning: capture of 'p4' with non-sendable type 'some Publisher<D, Failure>' in a '@Sendable' closure; this is an error in the Swift 6 language mode
$0.add(p4)
^
/Users/admin/builder/spi-builder-workspace/Sources/NewOperators/Aggregation+Publisher.swift:338:15: note: consider making generic parameter 'some Publisher<D, Failure>' conform to the 'Sendable' protocol
_ p4: some Publisher<D, Failure>,
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/NewOperators/Aggregation+Publisher.swift:353:20: warning: capture of 'p5' with non-sendable type 'some Publisher<E, Failure>' in a '@Sendable' closure; this is an error in the Swift 6 language mode
$0.add(p5)
^
/Users/admin/builder/spi-builder-workspace/Sources/NewOperators/Aggregation+Publisher.swift:339:15: note: consider making generic parameter 'some Publisher<E, Failure>' conform to the 'Sendable' protocol
_ p5: some Publisher<E, Failure>,
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/NewOperators/Aggregation+Publisher.swift:354:20: warning: capture of 'p6' with non-sendable type 'some Publisher<F, Failure>' in a '@Sendable' closure; this is an error in the Swift 6 language mode
$0.add(p6)
^
/Users/admin/builder/spi-builder-workspace/Sources/NewOperators/Aggregation+Publisher.swift:340:15: note: consider making generic parameter 'some Publisher<F, Failure>' conform to the 'Sendable' protocol
_ p6: some Publisher<F, Failure>,
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/NewOperators/Aggregation+Publisher.swift:355:20: warning: capture of 'p7' with non-sendable type 'some Publisher<G, Failure>' in a '@Sendable' closure; this is an error in the Swift 6 language mode
$0.add(p7)
^
/Users/admin/builder/spi-builder-workspace/Sources/NewOperators/Aggregation+Publisher.swift:341:15: note: consider making generic parameter 'some Publisher<G, Failure>' conform to the 'Sendable' protocol
_ p7: some Publisher<G, Failure>,
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/NewOperators/Aggregation+Publisher.swift:356:20: warning: capture of 'p8' with non-sendable type 'some Publisher<H, Failure>' in a '@Sendable' closure; this is an error in the Swift 6 language mode
$0.add(p8)
^
/Users/admin/builder/spi-builder-workspace/Sources/NewOperators/Aggregation+Publisher.swift:342:15: note: consider making generic parameter 'some Publisher<H, Failure>' conform to the 'Sendable' protocol
_ p8: some Publisher<H, Failure>,
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/NewOperators/Aggregation+Publisher.swift:357:20: warning: capture of 'p9' with non-sendable type 'some Publisher<I, Failure>' in a '@Sendable' closure; this is an error in the Swift 6 language mode
$0.add(p9)
^
/Users/admin/builder/spi-builder-workspace/Sources/NewOperators/Aggregation+Publisher.swift:343:15: note: consider making generic parameter 'some Publisher<I, Failure>' conform to the 'Sendable' protocol
_ p9: some Publisher<I, Failure>,
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/NewOperators/Aggregation+Publisher.swift:358:20: warning: capture of 'p10' with non-sendable type 'some Publisher<J, Failure>' in a '@Sendable' closure; this is an error in the Swift 6 language mode
$0.add(p10)
^
/Users/admin/builder/spi-builder-workspace/Sources/NewOperators/Aggregation+Publisher.swift:344:16: note: consider making generic parameter 'some Publisher<J, Failure>' conform to the 'Sendable' protocol
_ p10: some Publisher<J, Failure>
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/NewOperators/Aggregation+Publisher.swift:377:20: warning: capture of 'self' with non-sendable type 'Self' in a '@Sendable' closure; this is an error in the Swift 6 language mode
$0.add(self)
^
/Users/admin/builder/spi-builder-workspace/Sources/NewOperators/Aggregation+Publisher.swift:378:20: warning: capture of 'p1' with non-sendable type 'some Publisher<A, Failure>' in a '@Sendable' closure; this is an error in the Swift 6 language mode
$0.add(p1)
^
/Users/admin/builder/spi-builder-workspace/Sources/NewOperators/Aggregation+Publisher.swift:369:15: note: consider making generic parameter 'some Publisher<A, Failure>' conform to the 'Sendable' protocol
_ p1: some Publisher<A, Failure>,
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/NewOperators/Aggregation+Publisher.swift:379:20: warning: capture of 'p2' with non-sendable type 'some Publisher<B, Failure>' in a '@Sendable' closure; this is an error in the Swift 6 language mode
$0.add(p2)
^
/Users/admin/builder/spi-builder-workspace/Sources/NewOperators/Aggregation+Publisher.swift:370:15: note: consider making generic parameter 'some Publisher<B, Failure>' conform to the 'Sendable' protocol
_ p2: some Publisher<B, Failure>,
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/NewOperators/Aggregation+Publisher.swift:380:20: warning: capture of 'p3' with non-sendable type 'some Publisher<C, Failure>' in a '@Sendable' closure; this is an error in the Swift 6 language mode
$0.add(p3)
^
/Users/admin/builder/spi-builder-workspace/Sources/NewOperators/Aggregation+Publisher.swift:371:15: note: consider making generic parameter 'some Publisher<C, Failure>' conform to the 'Sendable' protocol
_ p3: some Publisher<C, Failure>,
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/NewOperators/Aggregation+Publisher.swift:381:20: warning: capture of 'p4' with non-sendable type 'some Publisher<D, Failure>' in a '@Sendable' closure; this is an error in the Swift 6 language mode
$0.add(p4)
^
/Users/admin/builder/spi-builder-workspace/Sources/NewOperators/Aggregation+Publisher.swift:372:15: note: consider making generic parameter 'some Publisher<D, Failure>' conform to the 'Sendable' protocol
_ p4: some Publisher<D, Failure>
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/NewOperators/Aggregation+Publisher.swift:397:20: warning: capture of 'self' with non-sendable type 'Self' in a '@Sendable' closure; this is an error in the Swift 6 language mode
$0.add(self)
^
/Users/admin/builder/spi-builder-workspace/Sources/NewOperators/Aggregation+Publisher.swift:398:20: warning: capture of 'p1' with non-sendable type 'some Publisher<A, Failure>' in a '@Sendable' closure; this is an error in the Swift 6 language mode
$0.add(p1)
^
/Users/admin/builder/spi-builder-workspace/Sources/NewOperators/Aggregation+Publisher.swift:388:15: note: consider making generic parameter 'some Publisher<A, Failure>' conform to the 'Sendable' protocol
_ p1: some Publisher<A, Failure>,
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/NewOperators/Aggregation+Publisher.swift:399:20: warning: capture of 'p2' with non-sendable type 'some Publisher<B, Failure>' in a '@Sendable' closure; this is an error in the Swift 6 language mode
$0.add(p2)
^
/Users/admin/builder/spi-builder-workspace/Sources/NewOperators/Aggregation+Publisher.swift:389:15: note: consider making generic parameter 'some Publisher<B, Failure>' conform to the 'Sendable' protocol
_ p2: some Publisher<B, Failure>,
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/NewOperators/Aggregation+Publisher.swift:400:20: warning: capture of 'p3' with non-sendable type 'some Publisher<C, Failure>' in a '@Sendable' closure; this is an error in the Swift 6 language mode
$0.add(p3)
^
/Users/admin/builder/spi-builder-workspace/Sources/NewOperators/Aggregation+Publisher.swift:390:15: note: consider making generic parameter 'some Publisher<C, Failure>' conform to the 'Sendable' protocol
_ p3: some Publisher<C, Failure>,
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/NewOperators/Aggregation+Publisher.swift:401:20: warning: capture of 'p4' with non-sendable type 'some Publisher<D, Failure>' in a '@Sendable' closure; this is an error in the Swift 6 language mode
$0.add(p4)
^
/Users/admin/builder/spi-builder-workspace/Sources/NewOperators/Aggregation+Publisher.swift:391:15: note: consider making generic parameter 'some Publisher<D, Failure>' conform to the 'Sendable' protocol
_ p4: some Publisher<D, Failure>,
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/NewOperators/Aggregation+Publisher.swift:402:20: warning: capture of 'p5' with non-sendable type 'some Publisher<E, Failure>' in a '@Sendable' closure; this is an error in the Swift 6 language mode
$0.add(p5)
^
/Users/admin/builder/spi-builder-workspace/Sources/NewOperators/Aggregation+Publisher.swift:392:15: note: consider making generic parameter 'some Publisher<E, Failure>' conform to the 'Sendable' protocol
_ p5: some Publisher<E, Failure>
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/NewOperators/Aggregation+Publisher.swift:419:20: warning: capture of 'self' with non-sendable type 'Self' in a '@Sendable' closure; this is an error in the Swift 6 language mode
$0.add(self)
^
/Users/admin/builder/spi-builder-workspace/Sources/NewOperators/Aggregation+Publisher.swift:420:20: warning: capture of 'p1' with non-sendable type 'some Publisher<A, Failure>' in a '@Sendable' closure; this is an error in the Swift 6 language mode
$0.add(p1)
^
/Users/admin/builder/spi-builder-workspace/Sources/NewOperators/Aggregation+Publisher.swift:409:15: note: consider making generic parameter 'some Publisher<A, Failure>' conform to the 'Sendable' protocol
_ p1: some Publisher<A, Failure>,
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/NewOperators/Aggregation+Publisher.swift:421:20: warning: capture of 'p2' with non-sendable type 'some Publisher<B, Failure>' in a '@Sendable' closure; this is an error in the Swift 6 language mode
$0.add(p2)
^
/Users/admin/builder/spi-builder-workspace/Sources/NewOperators/Aggregation+Publisher.swift:410:15: note: consider making generic parameter 'some Publisher<B, Failure>' conform to the 'Sendable' protocol
_ p2: some Publisher<B, Failure>,
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/NewOperators/Aggregation+Publisher.swift:422:20: warning: capture of 'p3' with non-sendable type 'some Publisher<C, Failure>' in a '@Sendable' closure; this is an error in the Swift 6 language mode
$0.add(p3)
^
/Users/admin/builder/spi-builder-workspace/Sources/NewOperators/Aggregation+Publisher.swift:411:15: note: consider making generic parameter 'some Publisher<C, Failure>' conform to the 'Sendable' protocol
_ p3: some Publisher<C, Failure>,
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/NewOperators/Aggregation+Publisher.swift:423:20: warning: capture of 'p4' with non-sendable type 'some Publisher<D, Failure>' in a '@Sendable' closure; this is an error in the Swift 6 language mode
$0.add(p4)
^
/Users/admin/builder/spi-builder-workspace/Sources/NewOperators/Aggregation+Publisher.swift:412:15: note: consider making generic parameter 'some Publisher<D, Failure>' conform to the 'Sendable' protocol
_ p4: some Publisher<D, Failure>,
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/NewOperators/Aggregation+Publisher.swift:424:20: warning: capture of 'p5' with non-sendable type 'some Publisher<E, Failure>' in a '@Sendable' closure; this is an error in the Swift 6 language mode
$0.add(p5)
^
/Users/admin/builder/spi-builder-workspace/Sources/NewOperators/Aggregation+Publisher.swift:413:15: note: consider making generic parameter 'some Publisher<E, Failure>' conform to the 'Sendable' protocol
_ p5: some Publisher<E, Failure>,
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/NewOperators/Aggregation+Publisher.swift:425:20: warning: capture of 'p6' with non-sendable type 'some Publisher<F, Failure>' in a '@Sendable' closure; this is an error in the Swift 6 language mode
$0.add(p6)
^
/Users/admin/builder/spi-builder-workspace/Sources/NewOperators/Aggregation+Publisher.swift:414:15: note: consider making generic parameter 'some Publisher<F, Failure>' conform to the 'Sendable' protocol
_ p6: some Publisher<F, Failure>
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/NewOperators/Aggregation+Publisher.swift:443:20: warning: capture of 'self' with non-sendable type 'Self' in a '@Sendable' closure; this is an error in the Swift 6 language mode
$0.add(self)
^
/Users/admin/builder/spi-builder-workspace/Sources/NewOperators/Aggregation+Publisher.swift:444:20: warning: capture of 'p1' with non-sendable type 'some Publisher<A, Failure>' in a '@Sendable' closure; this is an error in the Swift 6 language mode
$0.add(p1)
^
/Users/admin/builder/spi-builder-workspace/Sources/NewOperators/Aggregation+Publisher.swift:432:15: note: consider making generic parameter 'some Publisher<A, Failure>' conform to the 'Sendable' protocol
_ p1: some Publisher<A, Failure>,
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/NewOperators/Aggregation+Publisher.swift:445:20: warning: capture of 'p2' with non-sendable type 'some Publisher<B, Failure>' in a '@Sendable' closure; this is an error in the Swift 6 language mode
$0.add(p2)
^
/Users/admin/builder/spi-builder-workspace/Sources/NewOperators/Aggregation+Publisher.swift:433:15: note: consider making generic parameter 'some Publisher<B, Failure>' conform to the 'Sendable' protocol
_ p2: some Publisher<B, Failure>,
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/NewOperators/Aggregation+Publisher.swift:446:20: warning: capture of 'p3' with non-sendable type 'some Publisher<C, Failure>' in a '@Sendable' closure; this is an error in the Swift 6 language mode
$0.add(p3)
^
/Users/admin/builder/spi-builder-workspace/Sources/NewOperators/Aggregation+Publisher.swift:434:15: note: consider making generic parameter 'some Publisher<C, Failure>' conform to the 'Sendable' protocol
_ p3: some Publisher<C, Failure>,
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/NewOperators/Aggregation+Publisher.swift:447:20: warning: capture of 'p4' with non-sendable type 'some Publisher<D, Failure>' in a '@Sendable' closure; this is an error in the Swift 6 language mode
$0.add(p4)
^
/Users/admin/builder/spi-builder-workspace/Sources/NewOperators/Aggregation+Publisher.swift:435:15: note: consider making generic parameter 'some Publisher<D, Failure>' conform to the 'Sendable' protocol
_ p4: some Publisher<D, Failure>,
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/NewOperators/Aggregation+Publisher.swift:448:20: warning: capture of 'p5' with non-sendable type 'some Publisher<E, Failure>' in a '@Sendable' closure; this is an error in the Swift 6 language mode
$0.add(p5)
^
/Users/admin/builder/spi-builder-workspace/Sources/NewOperators/Aggregation+Publisher.swift:436:15: note: consider making generic parameter 'some Publisher<E, Failure>' conform to the 'Sendable' protocol
_ p5: some Publisher<E, Failure>,
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/NewOperators/Aggregation+Publisher.swift:449:20: warning: capture of 'p6' with non-sendable type 'some Publisher<F, Failure>' in a '@Sendable' closure; this is an error in the Swift 6 language mode
$0.add(p6)
^
/Users/admin/builder/spi-builder-workspace/Sources/NewOperators/Aggregation+Publisher.swift:437:15: note: consider making generic parameter 'some Publisher<F, Failure>' conform to the 'Sendable' protocol
_ p6: some Publisher<F, Failure>,
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/NewOperators/Aggregation+Publisher.swift:450:20: warning: capture of 'p7' with non-sendable type 'some Publisher<G, Failure>' in a '@Sendable' closure; this is an error in the Swift 6 language mode
$0.add(p7)
^
/Users/admin/builder/spi-builder-workspace/Sources/NewOperators/Aggregation+Publisher.swift:438:15: note: consider making generic parameter 'some Publisher<G, Failure>' conform to the 'Sendable' protocol
_ p7: some Publisher<G, Failure>
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/NewOperators/Aggregation+Publisher.swift:469:20: warning: capture of 'self' with non-sendable type 'Self' in a '@Sendable' closure; this is an error in the Swift 6 language mode
$0.add(self)
^
/Users/admin/builder/spi-builder-workspace/Sources/NewOperators/Aggregation+Publisher.swift:470:20: warning: capture of 'p1' with non-sendable type 'some Publisher<A, Failure>' in a '@Sendable' closure; this is an error in the Swift 6 language mode
$0.add(p1)
^
/Users/admin/builder/spi-builder-workspace/Sources/NewOperators/Aggregation+Publisher.swift:457:15: note: consider making generic parameter 'some Publisher<A, Failure>' conform to the 'Sendable' protocol
_ p1: some Publisher<A, Failure>,
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/NewOperators/Aggregation+Publisher.swift:471:20: warning: capture of 'p2' with non-sendable type 'some Publisher<B, Failure>' in a '@Sendable' closure; this is an error in the Swift 6 language mode
$0.add(p2)
^
/Users/admin/builder/spi-builder-workspace/Sources/NewOperators/Aggregation+Publisher.swift:458:15: note: consider making generic parameter 'some Publisher<B, Failure>' conform to the 'Sendable' protocol
_ p2: some Publisher<B, Failure>,
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/NewOperators/Aggregation+Publisher.swift:472:20: warning: capture of 'p3' with non-sendable type 'some Publisher<C, Failure>' in a '@Sendable' closure; this is an error in the Swift 6 language mode
$0.add(p3)
^
/Users/admin/builder/spi-builder-workspace/Sources/NewOperators/Aggregation+Publisher.swift:459:15: note: consider making generic parameter 'some Publisher<C, Failure>' conform to the 'Sendable' protocol
_ p3: some Publisher<C, Failure>,
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/NewOperators/Aggregation+Publisher.swift:473:20: warning: capture of 'p4' with non-sendable type 'some Publisher<D, Failure>' in a '@Sendable' closure; this is an error in the Swift 6 language mode
$0.add(p4)
^
/Users/admin/builder/spi-builder-workspace/Sources/NewOperators/Aggregation+Publisher.swift:460:15: note: consider making generic parameter 'some Publisher<D, Failure>' conform to the 'Sendable' protocol
_ p4: some Publisher<D, Failure>,
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/NewOperators/Aggregation+Publisher.swift:474:20: warning: capture of 'p5' with non-sendable type 'some Publisher<E, Failure>' in a '@Sendable' closure; this is an error in the Swift 6 language mode
$0.add(p5)
^
/Users/admin/builder/spi-builder-workspace/Sources/NewOperators/Aggregation+Publisher.swift:461:15: note: consider making generic parameter 'some Publisher<E, Failure>' conform to the 'Sendable' protocol
_ p5: some Publisher<E, Failure>,
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/NewOperators/Aggregation+Publisher.swift:475:20: warning: capture of 'p6' with non-sendable type 'some Publisher<F, Failure>' in a '@Sendable' closure; this is an error in the Swift 6 language mode
$0.add(p6)
^
/Users/admin/builder/spi-builder-workspace/Sources/NewOperators/Aggregation+Publisher.swift:462:15: note: consider making generic parameter 'some Publisher<F, Failure>' conform to the 'Sendable' protocol
_ p6: some Publisher<F, Failure>,
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/NewOperators/Aggregation+Publisher.swift:476:20: warning: capture of 'p7' with non-sendable type 'some Publisher<G, Failure>' in a '@Sendable' closure; this is an error in the Swift 6 language mode
$0.add(p7)
^
/Users/admin/builder/spi-builder-workspace/Sources/NewOperators/Aggregation+Publisher.swift:463:15: note: consider making generic parameter 'some Publisher<G, Failure>' conform to the 'Sendable' protocol
_ p7: some Publisher<G, Failure>,
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/NewOperators/Aggregation+Publisher.swift:477:20: warning: capture of 'p8' with non-sendable type 'some Publisher<H, Failure>' in a '@Sendable' closure; this is an error in the Swift 6 language mode
$0.add(p8)
^
/Users/admin/builder/spi-builder-workspace/Sources/NewOperators/Aggregation+Publisher.swift:464:15: note: consider making generic parameter 'some Publisher<H, Failure>' conform to the 'Sendable' protocol
_ p8: some Publisher<H, Failure>
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/NewOperators/Aggregation+Publisher.swift:497:20: warning: capture of 'self' with non-sendable type 'Self' in a '@Sendable' closure; this is an error in the Swift 6 language mode
$0.add(self)
^
/Users/admin/builder/spi-builder-workspace/Sources/NewOperators/Aggregation+Publisher.swift:498:20: warning: capture of 'p1' with non-sendable type 'some Publisher<A, Failure>' in a '@Sendable' closure; this is an error in the Swift 6 language mode
$0.add(p1)
^
/Users/admin/builder/spi-builder-workspace/Sources/NewOperators/Aggregation+Publisher.swift:484:15: note: consider making generic parameter 'some Publisher<A, Failure>' conform to the 'Sendable' protocol
_ p1: some Publisher<A, Failure>,
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/NewOperators/Aggregation+Publisher.swift:499:20: warning: capture of 'p2' with non-sendable type 'some Publisher<B, Failure>' in a '@Sendable' closure; this is an error in the Swift 6 language mode
$0.add(p2)
^
/Users/admin/builder/spi-builder-workspace/Sources/NewOperators/Aggregation+Publisher.swift:485:15: note: consider making generic parameter 'some Publisher<B, Failure>' conform to the 'Sendable' protocol
_ p2: some Publisher<B, Failure>,
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/NewOperators/Aggregation+Publisher.swift:500:20: warning: capture of 'p3' with non-sendable type 'some Publisher<C, Failure>' in a '@Sendable' closure; this is an error in the Swift 6 language mode
$0.add(p3)
^
/Users/admin/builder/spi-builder-workspace/Sources/NewOperators/Aggregation+Publisher.swift:486:15: note: consider making generic parameter 'some Publisher<C, Failure>' conform to the 'Sendable' protocol
_ p3: some Publisher<C, Failure>,
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/NewOperators/Aggregation+Publisher.swift:501:20: warning: capture of 'p4' with non-sendable type 'some Publisher<D, Failure>' in a '@Sendable' closure; this is an error in the Swift 6 language mode
$0.add(p4)
^
/Users/admin/builder/spi-builder-workspace/Sources/NewOperators/Aggregation+Publisher.swift:487:15: note: consider making generic parameter 'some Publisher<D, Failure>' conform to the 'Sendable' protocol
_ p4: some Publisher<D, Failure>,
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/NewOperators/Aggregation+Publisher.swift:502:20: warning: capture of 'p5' with non-sendable type 'some Publisher<E, Failure>' in a '@Sendable' closure; this is an error in the Swift 6 language mode
$0.add(p5)
^
/Users/admin/builder/spi-builder-workspace/Sources/NewOperators/Aggregation+Publisher.swift:488:15: note: consider making generic parameter 'some Publisher<E, Failure>' conform to the 'Sendable' protocol
_ p5: some Publisher<E, Failure>,
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/NewOperators/Aggregation+Publisher.swift:503:20: warning: capture of 'p6' with non-sendable type 'some Publisher<F, Failure>' in a '@Sendable' closure; this is an error in the Swift 6 language mode
$0.add(p6)
^
/Users/admin/builder/spi-builder-workspace/Sources/NewOperators/Aggregation+Publisher.swift:489:15: note: consider making generic parameter 'some Publisher<F, Failure>' conform to the 'Sendable' protocol
_ p6: some Publisher<F, Failure>,
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/NewOperators/Aggregation+Publisher.swift:504:20: warning: capture of 'p7' with non-sendable type 'some Publisher<G, Failure>' in a '@Sendable' closure; this is an error in the Swift 6 language mode
$0.add(p7)
^
/Users/admin/builder/spi-builder-workspace/Sources/NewOperators/Aggregation+Publisher.swift:490:15: note: consider making generic parameter 'some Publisher<G, Failure>' conform to the 'Sendable' protocol
_ p7: some Publisher<G, Failure>,
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/NewOperators/Aggregation+Publisher.swift:505:20: warning: capture of 'p8' with non-sendable type 'some Publisher<H, Failure>' in a '@Sendable' closure; this is an error in the Swift 6 language mode
$0.add(p8)
^
/Users/admin/builder/spi-builder-workspace/Sources/NewOperators/Aggregation+Publisher.swift:491:15: note: consider making generic parameter 'some Publisher<H, Failure>' conform to the 'Sendable' protocol
_ p8: some Publisher<H, Failure>,
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/NewOperators/Aggregation+Publisher.swift:506:20: warning: capture of 'p9' with non-sendable type 'some Publisher<I, Failure>' in a '@Sendable' closure; this is an error in the Swift 6 language mode
$0.add(p9)
^
/Users/admin/builder/spi-builder-workspace/Sources/NewOperators/Aggregation+Publisher.swift:492:15: note: consider making generic parameter 'some Publisher<I, Failure>' conform to the 'Sendable' protocol
_ p9: some Publisher<I, Failure>
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/NewOperators/Aggregation+Publisher.swift:520:13: warning: capture of 'array' with non-sendable type '[some Publisher<Output, Failure>]' in a '@Sendable' closure; this is an error in the Swift 6 language mode
array.forEach { accumulator.add($0) }
^
/Users/admin/builder/spi-builder-workspace/Sources/NewOperators/Aggregation+Publisher.swift:515:17: note: consider making generic parameter 'some Publisher<Output, Failure>' conform to the 'Sendable' protocol
array: [some Publisher<Output, Failure>]
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/NewOperators/Aggregation+Publisher.swift:532:13: warning: capture of 'array' with non-sendable type '[some Publisher<Output, Failure>]' in a '@Sendable' closure; this is an error in the Swift 6 language mode
array.forEach { accumulator.add($0) }
^
/Users/admin/builder/spi-builder-workspace/Sources/NewOperators/Aggregation+Publisher.swift:527:17: note: consider making generic parameter 'some Publisher<Output, Failure>' conform to the 'Sendable' protocol
array: [some Publisher<Output, Failure>]
^
, Sendable
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/NewOperators/Aggregation.swift (in target 'CombineEx' from project 'CombineEx')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/NewOperators/Aggregation.swift:116:21: warning: capture of 'self' with non-sendable type 'Publishers.Aggregate<Output, Failure>.AggregateSubscription<S>' in a '@Sendable' closure; this is an error in the Swift 6 language mode
self.demand = demand
^
/Users/admin/builder/spi-builder-workspace/Sources/NewOperators/Aggregation.swift:69:29: note: generic class 'AggregateSubscription' does not conform to the 'Sendable' protocol
private final class AggregateSubscription<S: Subscriber>: Subscription, AggregatePublisherAggregator where S.Input == Output, S.Failure == Failure {
^
/Users/admin/builder/spi-builder-workspace/Sources/NewOperators/Aggregation.swift:166:24: warning: capture of 'self' with non-sendable type 'Publishers.Aggregate<Output, Failure>.AggregateSubscription<S>' in a '@Sendable' closure; this is an error in the Swift 6 language mode
if values[index].isEmpty {
^
/Users/admin/builder/spi-builder-workspace/Sources/NewOperators/Aggregation.swift:69:29: note: generic class 'AggregateSubscription' does not conform to the 'Sendable' protocol
private final class AggregateSubscription<S: Subscriber>: Subscription, AggregatePublisherAggregator where S.Input == Output, S.Failure == Failure {
^
/Users/admin/builder/spi-builder-workspace/Sources/NewOperators/Aggregation.swift:168:46: warning: capture of 'value' with non-sendable type 'some Any' in a '@Sendable' closure; this is an error in the Swift 6 language mode
values[index].append(value)
^
/Users/admin/builder/spi-builder-workspace/Sources/NewOperators/Aggregation.swift:164:53: note: consider making generic parameter 'some Any' conform to the 'Sendable' protocol
private func onValue(index: Int, value: some Any) {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/NewOperators/Aggregation.swift:209:21: warning: capture of 'self' with non-sendable type 'Publishers.Aggregate<Output, Failure>.AggregateSubscription<S>' in a '@Sendable' closure; this is an error in the Swift 6 language mode
subscriber?.receive(completion: .failure(error))
^
/Users/admin/builder/spi-builder-workspace/Sources/NewOperators/Aggregation.swift:69:29: note: generic class 'AggregateSubscription' does not conform to the 'Sendable' protocol
private final class AggregateSubscription<S: Subscriber>: Subscription, AggregatePublisherAggregator where S.Input == Output, S.Failure == Failure {
^
/Users/admin/builder/spi-builder-workspace/Sources/NewOperators/Aggregation.swift:219:21: warning: capture of 'self' with non-sendable type 'Publishers.Aggregate<Output, Failure>.AggregateSubscription<S>' in a '@Sendable' closure; this is an error in the Swift 6 language mode
finished[index] = true
^
/Users/admin/builder/spi-builder-workspace/Sources/NewOperators/Aggregation.swift:69:29: note: generic class 'AggregateSubscription' does not conform to the 'Sendable' protocol
private final class AggregateSubscription<S: Subscriber>: Subscription, AggregatePublisherAggregator where S.Input == Output, S.Failure == Failure {
^
/Users/admin/builder/spi-builder-workspace/Sources/NewOperators/Aggregation.swift:227:53: warning: implicit capture of 'self' requires that 'Publishers.Aggregate<Output, Failure>.AggregateSubscription<S>' conforms to 'Sendable'; this is an error in the Swift 6 language mode
if values[index].isEmpty || finished.allSatisfy({ $0 }) {
^
/Users/admin/builder/spi-builder-workspace/Sources/NewOperators/Aggregation.swift:69:29: note: generic class 'AggregateSubscription' does not conform to the 'Sendable' protocol
private final class AggregateSubscription<S: Subscriber>: Subscription, AggregatePublisherAggregator where S.Input == Output, S.Failure == Failure {
^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/NewOperators/AsyncFuture.swift (in target 'CombineEx' from project 'CombineEx')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/NewOperators/AsyncFuture.swift:34:30: warning: sending value of non-Sendable type 'Result<Self.Output, Self.Failure>' risks causing data races; this is an error in the Swift 6 language mode
continuation.resume(returning: .success(value))
~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/NewOperators/AsyncFuture.swift:34:30: note: Passing task-isolated value of non-Sendable type 'Result<Self.Output, Self.Failure>' as a 'sending' parameter risks causing races inbetween task-isolated uses and uses reachable from the callee
continuation.resume(returning: .success(value))
^
/Users/admin/builder/spi-builder-workspace/Sources/NewOperators/AsyncFuture.swift:56:30: warning: sending 'value' risks causing data races; this is an error in the Swift 6 language mode
continuation.resume(returning: value)
~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/NewOperators/AsyncFuture.swift:56:30: note: task-isolated 'value' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
continuation.resume(returning: value)
^
/Users/admin/builder/spi-builder-workspace/Sources/NewOperators/AsyncFuture.swift:80:30: warning: sending value of non-Sendable type 'Result<Self.Output, Self.Failure>' risks causing data races; this is an error in the Swift 6 language mode
continuation.resume(returning: .success(value))
~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/NewOperators/AsyncFuture.swift:80:30: note: Passing main actor-isolated value of non-Sendable type 'Result<Self.Output, Self.Failure>' as a 'sending' parameter risks causing races inbetween main actor-isolated uses and uses reachable from the callee
continuation.resume(returning: .success(value))
^
/Users/admin/builder/spi-builder-workspace/Sources/NewOperators/AsyncFuture.swift:104:30: warning: sending 'value' risks causing data races; this is an error in the Swift 6 language mode
continuation.resume(returning: value)
~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/NewOperators/AsyncFuture.swift:104:30: note: main actor-isolated 'value' is passed as a 'sending' parameter; Uses in callee may race with later main actor-isolated uses
continuation.resume(returning: value)
^
SwiftCompile normal arm64 Compiling\ DeferredFutureDemuxer.swift,\ DemoteFailure.swift,\ EventHandling.swift,\ EventHandlingMainActor.swift,\ FilterProperty.swift /Users/admin/builder/spi-builder-workspace/Sources/NewOperators/DeferredFutureDemuxer.swift /Users/admin/builder/spi-builder-workspace/Sources/NewOperators/DemoteFailure.swift /Users/admin/builder/spi-builder-workspace/Sources/NewOperators/EventHandling.swift /Users/admin/builder/spi-builder-workspace/Sources/NewOperators/EventHandlingMainActor.swift /Users/admin/builder/spi-builder-workspace/Sources/NewOperators/FilterProperty.swift (in target 'CombineEx' from project 'CombineEx')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/NewOperators/DeferredFutureDemuxer.swift (in target 'CombineEx' from project 'CombineEx')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/NewOperators/DeferredFutureDemuxer.swift:61:27: warning: capture of 'key' with non-sendable type 'Key' in a '@Sendable' closure
operation(key)
^
/Users/admin/builder/spi-builder-workspace/Sources/NewOperators/DeferredFutureDemuxer.swift:9:42: note: consider making generic parameter 'Key' conform to the 'Sendable' protocol
public final class DeferredFutureDemuxer<Key: Hashable, Output, Failure: Error>: @unchecked Sendable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/NewOperators/DeferredFutureDemuxer.swift:65:37: warning: capture of 'key' with non-sendable type 'Key' in a '@Sendable' closure; this is an error in the Swift 6 language mode
resolve(key, result: .success(value))
^
/Users/admin/builder/spi-builder-workspace/Sources/NewOperators/DeferredFutureDemuxer.swift:9:42: note: consider making generic parameter 'Key' conform to the 'Sendable' protocol
public final class DeferredFutureDemuxer<Key: Hashable, Output, Failure: Error>: @unchecked Sendable {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/NewOperators/DeferredFutureDemuxer.swift:71:41: warning: capture of 'key' with non-sendable type 'Key' in a '@Sendable' closure; this is an error in the Swift 6 language mode
resolve(key, result: .failure(failure))
^
/Users/admin/builder/spi-builder-workspace/Sources/NewOperators/DeferredFutureDemuxer.swift:9:42: note: consider making generic parameter 'Key' conform to the 'Sendable' protocol
public final class DeferredFutureDemuxer<Key: Hashable, Output, Failure: Error>: @unchecked Sendable {
^
, Sendable
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/NewOperators/DemoteFailure.swift (in target 'CombineEx' from project 'CombineEx')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/NewOperators/EventHandling.swift (in target 'CombineEx' from project 'CombineEx')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/NewOperators/EventHandlingMainActor.swift (in target 'CombineEx' from project 'CombineEx')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/NewOperators/EventHandlingMainActor.swift:34:31: warning: sending 'value' risks causing data races; this is an error in the Swift 6 language mode
receiveValue?(value)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/NewOperators/EventHandlingMainActor.swift:34:31: note: task-isolated 'value' is captured by a main actor-isolated closure. main actor-isolated uses in closure may race against later nonisolated uses
receiveValue?(value)
^~~~~
/Users/admin/builder/spi-builder-workspace/Sources/NewOperators/EventHandlingMainActor.swift:205:49: warning: sending 'outerValue' risks causing data races; this is an error in the Swift 6 language mode
Task { @MainActor in receiveOutput?(outerValue) }
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/NewOperators/EventHandlingMainActor.swift:205:49: note: task-isolated 'outerValue' is captured by a main actor-isolated closure. main actor-isolated uses in closure may race against later nonisolated uses
Task { @MainActor in receiveOutput?(outerValue) }
^~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/NewOperators/EventHandlingMainActor.swift:248:53: warning: sending 'outerResult' risks causing data races; this is an error in the Swift 6 language mode
Task { @MainActor in receiveCompletion?(outerResult) }
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/NewOperators/EventHandlingMainActor.swift:248:53: note: task-isolated 'outerResult' is captured by a main actor-isolated closure. main actor-isolated uses in closure may race against later nonisolated uses
Task { @MainActor in receiveCompletion?(outerResult) }
^~~~~~~~~~~
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/NewOperators/FilterProperty.swift (in target 'CombineEx' from project 'CombineEx')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/NewOperators/FilterProperty.swift:39:41: warning: capture of 'isIncluded' with non-sendable type 'any PropertyProtocol<Bool>' in a '@Sendable' closure; this is an error in the Swift 6 language mode
deferredLift { $0.filter { _ in isIncluded.value } }
^
/Users/admin/builder/spi-builder-workspace/Sources/Property/Property.swift:9:17: note: protocol 'PropertyProtocol' does not conform to the 'Sendable' protocol
public protocol PropertyProtocol<Output>: AnyObject, Publisher where Failure == Never, Output: Sendable {
^
/Users/admin/builder/spi-builder-workspace/Sources/NewOperators/FilterProperty.swift:39:41: warning: capture of 'isIncluded' with non-sendable type 'any PropertyProtocol<Bool>' in an isolated closure; this is an error in the Swift 6 language mode
deferredLift { $0.filter { _ in isIncluded.value } }
^
/Users/admin/builder/spi-builder-workspace/Sources/Property/Property.swift:9:17: note: protocol 'PropertyProtocol' does not conform to the 'Sendable' protocol
public protocol PropertyProtocol<Output>: AnyObject, Publisher where Failure == Never, Output: Sendable {
^
SwiftCompile normal arm64 Compiling\ FlatMapLatest.swift,\ IgnoreFailure.swift,\ JustFailEmpty.swift,\ MapOnMainActor.swift /Users/admin/builder/spi-builder-workspace/Sources/NewOperators/FlatMapLatest.swift /Users/admin/builder/spi-builder-workspace/Sources/NewOperators/IgnoreFailure.swift /Users/admin/builder/spi-builder-workspace/Sources/NewOperators/JustFailEmpty.swift /Users/admin/builder/spi-builder-workspace/Sources/NewOperators/MapOnMainActor.swift (in target 'CombineEx' from project 'CombineEx')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/NewOperators/FlatMapLatest.swift (in target 'CombineEx' from project 'CombineEx')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/NewOperators/IgnoreFailure.swift (in target 'CombineEx' from project 'CombineEx')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/NewOperators/JustFailEmpty.swift (in target 'CombineEx' from project 'CombineEx')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/NewOperators/MapOnMainActor.swift (in target 'CombineEx' from project 'CombineEx')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/NewOperators/MapOnMainActor.swift:19:27: warning: sending 'incomingValue' risks causing data races; this is an error in the Swift 6 language mode
transform(incomingValue)
~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/NewOperators/MapOnMainActor.swift:19:27: note: task-isolated 'incomingValue' is captured by a main actor-isolated closure. main actor-isolated uses in closure may race against later nonisolated uses
transform(incomingValue)
^~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/NewOperators/MapOnMainActor.swift:50:17: warning: sending 'innerPromise' risks causing data races; this is an error in the Swift 6 language mode
innerPromise(.success(transform(outerOutput)))
~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/NewOperators/MapOnMainActor.swift:50:17: note: task-isolated 'innerPromise' is captured by a main actor-isolated closure. main actor-isolated uses in closure may race against later nonisolated uses
innerPromise(.success(transform(outerOutput)))
^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/NewOperators/MapOnMainActor.swift:50:49: warning: sending 'outerOutput' risks causing data races; this is an error in the Swift 6 language mode
innerPromise(.success(transform(outerOutput)))
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/NewOperators/MapOnMainActor.swift:50:49: note: task-isolated 'outerOutput' is captured by a main actor-isolated closure. main actor-isolated uses in closure may race against later nonisolated uses
innerPromise(.success(transform(outerOutput)))
^~~~~~~~~~~
SwiftCompile normal arm64 Compiling\ Sink.swift,\ MutableProperty.swift,\ PersistentProperty.swift,\ Property.swift /Users/admin/builder/spi-builder-workspace/Sources/NewOperators/Sink.swift /Users/admin/builder/spi-builder-workspace/Sources/Property/MutableProperty.swift /Users/admin/builder/spi-builder-workspace/Sources/Property/PersistentProperty.swift /Users/admin/builder/spi-builder-workspace/Sources/Property/Property.swift (in target 'CombineEx' from project 'CombineEx')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/NewOperators/Sink.swift (in target 'CombineEx' from project 'CombineEx')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/NewOperators/Sink.swift:9:13: warning: var 'kSetAssociationKey' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
private var kSetAssociationKey = 0
^
/Users/admin/builder/spi-builder-workspace/Sources/NewOperators/Sink.swift:9:13: note: convert 'kSetAssociationKey' to a 'let' constant to make 'Sendable' shared state immutable
private var kSetAssociationKey = 0
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/NewOperators/Sink.swift:9:13: note: add '@MainActor' to make var 'kSetAssociationKey' part of global actor 'MainActor'
private var kSetAssociationKey = 0
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/NewOperators/Sink.swift:9:13: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private var kSetAssociationKey = 0
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/NewOperators/Sink.swift:10:13: warning: var 'kLockAssociationKey' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
private var kLockAssociationKey = 0
^
/Users/admin/builder/spi-builder-workspace/Sources/NewOperators/Sink.swift:10:13: note: convert 'kLockAssociationKey' to a 'let' constant to make 'Sendable' shared state immutable
private var kLockAssociationKey = 0
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/NewOperators/Sink.swift:10:13: note: add '@MainActor' to make var 'kLockAssociationKey' part of global actor 'MainActor'
private var kLockAssociationKey = 0
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/NewOperators/Sink.swift:10:13: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private var kLockAssociationKey = 0
^
nonisolated(unsafe)
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Property/MutableProperty.swift (in target 'CombineEx' from project 'CombineEx')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Property/PersistentProperty.swift (in target 'CombineEx' from project 'CombineEx')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Property/Property.swift (in target 'CombineEx' from project 'CombineEx')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftEmitModule normal arm64 Emitting\ module\ for\ CombineEx (in target 'CombineEx' from project 'CombineEx')
EmitSwiftModule normal arm64 (in target 'CombineEx' from project 'CombineEx')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/Cocoa/BindTarget.swift:95:13: warning: var 'kBindingAssociationKey' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
private var kBindingAssociationKey = 0
^
/Users/admin/builder/spi-builder-workspace/Sources/Cocoa/BindTarget.swift:95:13: note: convert 'kBindingAssociationKey' to a 'let' constant to make 'Sendable' shared state immutable
private var kBindingAssociationKey = 0
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/Cocoa/BindTarget.swift:95:13: note: add '@MainActor' to make var 'kBindingAssociationKey' part of global actor 'MainActor'
private var kBindingAssociationKey = 0
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Cocoa/BindTarget.swift:95:13: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private var kBindingAssociationKey = 0
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Cocoa/KvoProperty.swift:32:13: warning: var 'kPermanentObjAssociationKey' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
private var kPermanentObjAssociationKey = 0
^
/Users/admin/builder/spi-builder-workspace/Sources/Cocoa/KvoProperty.swift:32:13: note: convert 'kPermanentObjAssociationKey' to a 'let' constant to make 'Sendable' shared state immutable
private var kPermanentObjAssociationKey = 0
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/Cocoa/KvoProperty.swift:32:13: note: add '@MainActor' to make var 'kPermanentObjAssociationKey' part of global actor 'MainActor'
private var kPermanentObjAssociationKey = 0
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Cocoa/KvoProperty.swift:32:13: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private var kPermanentObjAssociationKey = 0
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/NewOperators/Pipe.swift:13:13: warning: var 'kBindingAssociationKey' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
private var kBindingAssociationKey = 0
^
/Users/admin/builder/spi-builder-workspace/Sources/NewOperators/Pipe.swift:13:13: note: convert 'kBindingAssociationKey' to a 'let' constant to make 'Sendable' shared state immutable
private var kBindingAssociationKey = 0
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/NewOperators/Pipe.swift:13:13: note: add '@MainActor' to make var 'kBindingAssociationKey' part of global actor 'MainActor'
private var kBindingAssociationKey = 0
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/NewOperators/Pipe.swift:13:13: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private var kBindingAssociationKey = 0
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/NewOperators/Sink.swift:9:13: warning: var 'kSetAssociationKey' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
private var kSetAssociationKey = 0
^
/Users/admin/builder/spi-builder-workspace/Sources/NewOperators/Sink.swift:9:13: note: convert 'kSetAssociationKey' to a 'let' constant to make 'Sendable' shared state immutable
private var kSetAssociationKey = 0
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/NewOperators/Sink.swift:9:13: note: add '@MainActor' to make var 'kSetAssociationKey' part of global actor 'MainActor'
private var kSetAssociationKey = 0
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/NewOperators/Sink.swift:9:13: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private var kSetAssociationKey = 0
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/NewOperators/Sink.swift:10:13: warning: var 'kLockAssociationKey' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
private var kLockAssociationKey = 0
^
/Users/admin/builder/spi-builder-workspace/Sources/NewOperators/Sink.swift:10:13: note: convert 'kLockAssociationKey' to a 'let' constant to make 'Sendable' shared state immutable
private var kLockAssociationKey = 0
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/NewOperators/Sink.swift:10:13: note: add '@MainActor' to make var 'kLockAssociationKey' part of global actor 'MainActor'
private var kLockAssociationKey = 0
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/NewOperators/Sink.swift:10:13: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private var kLockAssociationKey = 0
^
nonisolated(unsafe)
SwiftCompile normal arm64 Compiling\ PromoteFailure.swift,\ PropertyMap.swift,\ ReplaySubject.swift,\ SendableOverloads.swift /Users/admin/builder/spi-builder-workspace/Sources/NewOperators/PromoteFailure.swift /Users/admin/builder/spi-builder-workspace/Sources/NewOperators/PropertyMap.swift /Users/admin/builder/spi-builder-workspace/Sources/NewOperators/ReplaySubject.swift /Users/admin/builder/spi-builder-workspace/Sources/NewOperators/SendableOverloads.swift (in target 'CombineEx' from project 'CombineEx')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/NewOperators/PromoteFailure.swift (in target 'CombineEx' from project 'CombineEx')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/NewOperators/PropertyMap.swift (in target 'CombineEx' from project 'CombineEx')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/NewOperators/ReplaySubject.swift (in target 'CombineEx' from project 'CombineEx')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/NewOperators/SendableOverloads.swift (in target 'CombineEx' from project 'CombineEx')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ PropertyProtocol+Operators.swift,\ UIProperty.swift,\ Publisher+SchedulerExtensions.swift,\ UIScheduler.swift /Users/admin/builder/spi-builder-workspace/Sources/Property/PropertyProtocol+Operators.swift /Users/admin/builder/spi-builder-workspace/Sources/Property/UIProperty.swift /Users/admin/builder/spi-builder-workspace/Sources/Schedulers/Publisher+SchedulerExtensions.swift /Users/admin/builder/spi-builder-workspace/Sources/Schedulers/UIScheduler.swift (in target 'CombineEx' from project 'CombineEx')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Property/PropertyProtocol+Operators.swift (in target 'CombineEx' from project 'CombineEx')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/Property/PropertyProtocol+Operators.swift:39:26: warning: capture of 'value' with non-sendable type 'T' in a '@Sendable' closure; this is an error in the Swift 6 language mode
lift { _ in Just(value) }
^
/Users/admin/builder/spi-builder-workspace/Sources/Property/PropertyProtocol+Operators.swift:36:14: note: consider making generic parameter 'T' conform to the 'Sendable' protocol
func map<T>(
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Property/PropertyProtocol+Operators.swift:45:23: warning: capture of 'keyPath' with non-sendable type 'KeyPath<Self.Output, T>' in a '@Sendable' closure; this is an error in the Swift 6 language mode
lift { $0.map(keyPath) }
^
Swift.KeyPath:1:14: note: generic class 'KeyPath' does not conform to the 'Sendable' protocol
public class KeyPath<Root, Value> : PartialKeyPath<Root> {
^
/Users/admin/builder/spi-builder-workspace/Sources/Property/PropertyProtocol+Operators.swift:84:33: warning: capture of 'pA' with non-sendable type 'some PropertyProtocol<A>' in a '@Sendable' closure; this is an error in the Swift 6 language mode
lift { $0.combineLatest(pA) }
^
/Users/admin/builder/spi-builder-workspace/Sources/Property/PropertyProtocol+Operators.swift:82:15: note: consider making generic parameter 'some PropertyProtocol<A>' conform to the 'Sendable' protocol
_ pA: some PropertyProtocol<A>
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Property/PropertyProtocol+Operators.swift:91:33: warning: capture of 'pA' with non-sendable type 'some PropertyProtocol<A>' in a '@Sendable' closure; this is an error in the Swift 6 language mode
lift { $0.combineLatest(pA, pB) }
^
/Users/admin/builder/spi-builder-workspace/Sources/Property/PropertyProtocol+Operators.swift:88:15: note: consider making generic parameter 'some PropertyProtocol<A>' conform to the 'Sendable' protocol
_ pA: some PropertyProtocol<A>,
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Property/PropertyProtocol+Operators.swift:91:37: warning: capture of 'pB' with non-sendable type 'some PropertyProtocol<B>' in a '@Sendable' closure; this is an error in the Swift 6 language mode
lift { $0.combineLatest(pA, pB) }
^
/Users/admin/builder/spi-builder-workspace/Sources/Property/PropertyProtocol+Operators.swift:89:15: note: consider making generic parameter 'some PropertyProtocol<B>' conform to the 'Sendable' protocol
_ pB: some PropertyProtocol<B>
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Property/PropertyProtocol+Operators.swift:99:33: warning: capture of 'pA' with non-sendable type 'some PropertyProtocol<A>' in a '@Sendable' closure; this is an error in the Swift 6 language mode
lift { $0.combineLatest(pA, pB, pC) }
^
/Users/admin/builder/spi-builder-workspace/Sources/Property/PropertyProtocol+Operators.swift:95:15: note: consider making generic parameter 'some PropertyProtocol<A>' conform to the 'Sendable' protocol
_ pA: some PropertyProtocol<A>,
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Property/PropertyProtocol+Operators.swift:99:37: warning: capture of 'pB' with non-sendable type 'some PropertyProtocol<B>' in a '@Sendable' closure; this is an error in the Swift 6 language mode
lift { $0.combineLatest(pA, pB, pC) }
^
/Users/admin/builder/spi-builder-workspace/Sources/Property/PropertyProtocol+Operators.swift:96:15: note: consider making generic parameter 'some PropertyProtocol<B>' conform to the 'Sendable' protocol
_ pB: some PropertyProtocol<B>,
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Property/PropertyProtocol+Operators.swift:99:41: warning: capture of 'pC' with non-sendable type 'some PropertyProtocol<C>' in a '@Sendable' closure; this is an error in the Swift 6 language mode
lift { $0.combineLatest(pA, pB, pC) }
^
/Users/admin/builder/spi-builder-workspace/Sources/Property/PropertyProtocol+Operators.swift:97:15: note: consider making generic parameter 'some PropertyProtocol<C>' conform to the 'Sendable' protocol
_ pC: some PropertyProtocol<C>
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Property/PropertyProtocol+Operators.swift:108:33: warning: capture of 'pA' with non-sendable type 'some PropertyProtocol<A>' in a '@Sendable' closure; this is an error in the Swift 6 language mode
lift { $0.combineLatest(pA, pB, pC, pD) }
^
/Users/admin/builder/spi-builder-workspace/Sources/Property/PropertyProtocol+Operators.swift:103:15: note: consider making generic parameter 'some PropertyProtocol<A>' conform to the 'Sendable' protocol
_ pA: some PropertyProtocol<A>,
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Property/PropertyProtocol+Operators.swift:108:37: warning: capture of 'pB' with non-sendable type 'some PropertyProtocol<B>' in a '@Sendable' closure; this is an error in the Swift 6 language mode
lift { $0.combineLatest(pA, pB, pC, pD) }
^
/Users/admin/builder/spi-builder-workspace/Sources/Property/PropertyProtocol+Operators.swift:104:15: note: consider making generic parameter 'some PropertyProtocol<B>' conform to the 'Sendable' protocol
_ pB: some PropertyProtocol<B>,
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Property/PropertyProtocol+Operators.swift:108:41: warning: capture of 'pC' with non-sendable type 'some PropertyProtocol<C>' in a '@Sendable' closure; this is an error in the Swift 6 language mode
lift { $0.combineLatest(pA, pB, pC, pD) }
^
/Users/admin/builder/spi-builder-workspace/Sources/Property/PropertyProtocol+Operators.swift:105:15: note: consider making generic parameter 'some PropertyProtocol<C>' conform to the 'Sendable' protocol
_ pC: some PropertyProtocol<C>,
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Property/PropertyProtocol+Operators.swift:108:45: warning: capture of 'pD' with non-sendable type 'some PropertyProtocol<D>' in a '@Sendable' closure; this is an error in the Swift 6 language mode
lift { $0.combineLatest(pA, pB, pC, pD) }
^
/Users/admin/builder/spi-builder-workspace/Sources/Property/PropertyProtocol+Operators.swift:106:15: note: consider making generic parameter 'some PropertyProtocol<D>' conform to the 'Sendable' protocol
_ pD: some PropertyProtocol<D>
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Property/PropertyProtocol+Operators.swift:118:33: warning: capture of 'pA' with non-sendable type 'some PropertyProtocol<A>' in a '@Sendable' closure; this is an error in the Swift 6 language mode
lift { $0.combineLatest(pA, pB, pC, pD, pE) }
^
/Users/admin/builder/spi-builder-workspace/Sources/Property/PropertyProtocol+Operators.swift:112:15: note: consider making generic parameter 'some PropertyProtocol<A>' conform to the 'Sendable' protocol
_ pA: some PropertyProtocol<A>,
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Property/PropertyProtocol+Operators.swift:118:37: warning: capture of 'pB' with non-sendable type 'some PropertyProtocol<B>' in a '@Sendable' closure; this is an error in the Swift 6 language mode
lift { $0.combineLatest(pA, pB, pC, pD, pE) }
^
/Users/admin/builder/spi-builder-workspace/Sources/Property/PropertyProtocol+Operators.swift:113:15: note: consider making generic parameter 'some PropertyProtocol<B>' conform to the 'Sendable' protocol
_ pB: some PropertyProtocol<B>,
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Property/PropertyProtocol+Operators.swift:118:41: warning: capture of 'pC' with non-sendable type 'some PropertyProtocol<C>' in a '@Sendable' closure; this is an error in the Swift 6 language mode
lift { $0.combineLatest(pA, pB, pC, pD, pE) }
^
/Users/admin/builder/spi-builder-workspace/Sources/Property/PropertyProtocol+Operators.swift:114:15: note: consider making generic parameter 'some PropertyProtocol<C>' conform to the 'Sendable' protocol
_ pC: some PropertyProtocol<C>,
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Property/PropertyProtocol+Operators.swift:118:45: warning: capture of 'pD' with non-sendable type 'some PropertyProtocol<D>' in a '@Sendable' closure; this is an error in the Swift 6 language mode
lift { $0.combineLatest(pA, pB, pC, pD, pE) }
^
/Users/admin/builder/spi-builder-workspace/Sources/Property/PropertyProtocol+Operators.swift:115:15: note: consider making generic parameter 'some PropertyProtocol<D>' conform to the 'Sendable' protocol
_ pD: some PropertyProtocol<D>,
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Property/PropertyProtocol+Operators.swift:118:49: warning: capture of 'pE' with non-sendable type 'some PropertyProtocol<E>' in a '@Sendable' closure; this is an error in the Swift 6 language mode
lift { $0.combineLatest(pA, pB, pC, pD, pE) }
^
/Users/admin/builder/spi-builder-workspace/Sources/Property/PropertyProtocol+Operators.swift:116:15: note: consider making generic parameter 'some PropertyProtocol<E>' conform to the 'Sendable' protocol
_ pE: some PropertyProtocol<E>
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Property/PropertyProtocol+Operators.swift:129:33: warning: capture of 'pA' with non-sendable type 'some PropertyProtocol<A>' in a '@Sendable' closure; this is an error in the Swift 6 language mode
lift { $0.combineLatest(pA, pB, pC, pD, pE, pF) }
^
/Users/admin/builder/spi-builder-workspace/Sources/Property/PropertyProtocol+Operators.swift:122:15: note: consider making generic parameter 'some PropertyProtocol<A>' conform to the 'Sendable' protocol
_ pA: some PropertyProtocol<A>,
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Property/PropertyProtocol+Operators.swift:129:37: warning: capture of 'pB' with non-sendable type 'some PropertyProtocol<B>' in a '@Sendable' closure; this is an error in the Swift 6 language mode
lift { $0.combineLatest(pA, pB, pC, pD, pE, pF) }
^
/Users/admin/builder/spi-builder-workspace/Sources/Property/PropertyProtocol+Operators.swift:123:15: note: consider making generic parameter 'some PropertyProtocol<B>' conform to the 'Sendable' protocol
_ pB: some PropertyProtocol<B>,
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Property/PropertyProtocol+Operators.swift:129:41: warning: capture of 'pC' with non-sendable type 'some PropertyProtocol<C>' in a '@Sendable' closure; this is an error in the Swift 6 language mode
lift { $0.combineLatest(pA, pB, pC, pD, pE, pF) }
^
/Users/admin/builder/spi-builder-workspace/Sources/Property/PropertyProtocol+Operators.swift:124:15: note: consider making generic parameter 'some PropertyProtocol<C>' conform to the 'Sendable' protocol
_ pC: some PropertyProtocol<C>,
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Property/PropertyProtocol+Operators.swift:129:45: warning: capture of 'pD' with non-sendable type 'some PropertyProtocol<D>' in a '@Sendable' closure; this is an error in the Swift 6 language mode
lift { $0.combineLatest(pA, pB, pC, pD, pE, pF) }
^
/Users/admin/builder/spi-builder-workspace/Sources/Property/PropertyProtocol+Operators.swift:125:15: note: consider making generic parameter 'some PropertyProtocol<D>' conform to the 'Sendable' protocol
_ pD: some PropertyProtocol<D>,
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Property/PropertyProtocol+Operators.swift:129:49: warning: capture of 'pE' with non-sendable type 'some PropertyProtocol<E>' in a '@Sendable' closure; this is an error in the Swift 6 language mode
lift { $0.combineLatest(pA, pB, pC, pD, pE, pF) }
^
/Users/admin/builder/spi-builder-workspace/Sources/Property/PropertyProtocol+Operators.swift:126:15: note: consider making generic parameter 'some PropertyProtocol<E>' conform to the 'Sendable' protocol
_ pE: some PropertyProtocol<E>,
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Property/PropertyProtocol+Operators.swift:129:53: warning: capture of 'pF' with non-sendable type 'some PropertyProtocol<F>' in a '@Sendable' closure; this is an error in the Swift 6 language mode
lift { $0.combineLatest(pA, pB, pC, pD, pE, pF) }
^
/Users/admin/builder/spi-builder-workspace/Sources/Property/PropertyProtocol+Operators.swift:127:15: note: consider making generic parameter 'some PropertyProtocol<F>' conform to the 'Sendable' protocol
_ pF: some PropertyProtocol<F>
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Property/PropertyProtocol+Operators.swift:141:33: warning: capture of 'pA' with non-sendable type 'some PropertyProtocol<A>' in a '@Sendable' closure; this is an error in the Swift 6 language mode
lift { $0.combineLatest(pA, pB, pC, pD, pE, pF, pG) }
^
/Users/admin/builder/spi-builder-workspace/Sources/Property/PropertyProtocol+Operators.swift:133:15: note: consider making generic parameter 'some PropertyProtocol<A>' conform to the 'Sendable' protocol
_ pA: some PropertyProtocol<A>,
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Property/PropertyProtocol+Operators.swift:141:37: warning: capture of 'pB' with non-sendable type 'some PropertyProtocol<B>' in a '@Sendable' closure; this is an error in the Swift 6 language mode
lift { $0.combineLatest(pA, pB, pC, pD, pE, pF, pG) }
^
/Users/admin/builder/spi-builder-workspace/Sources/Property/PropertyProtocol+Operators.swift:134:15: note: consider making generic parameter 'some PropertyProtocol<B>' conform to the 'Sendable' protocol
_ pB: some PropertyProtocol<B>,
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Property/PropertyProtocol+Operators.swift:141:41: warning: capture of 'pC' with non-sendable type 'some PropertyProtocol<C>' in a '@Sendable' closure; this is an error in the Swift 6 language mode
lift { $0.combineLatest(pA, pB, pC, pD, pE, pF, pG) }
^
/Users/admin/builder/spi-builder-workspace/Sources/Property/PropertyProtocol+Operators.swift:135:15: note: consider making generic parameter 'some PropertyProtocol<C>' conform to the 'Sendable' protocol
_ pC: some PropertyProtocol<C>,
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Property/PropertyProtocol+Operators.swift:141:45: warning: capture of 'pD' with non-sendable type 'some PropertyProtocol<D>' in a '@Sendable' closure; this is an error in the Swift 6 language mode
lift { $0.combineLatest(pA, pB, pC, pD, pE, pF, pG) }
^
/Users/admin/builder/spi-builder-workspace/Sources/Property/PropertyProtocol+Operators.swift:136:15: note: consider making generic parameter 'some PropertyProtocol<D>' conform to the 'Sendable' protocol
_ pD: some PropertyProtocol<D>,
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Property/PropertyProtocol+Operators.swift:141:49: warning: capture of 'pE' with non-sendable type 'some PropertyProtocol<E>' in a '@Sendable' closure; this is an error in the Swift 6 language mode
lift { $0.combineLatest(pA, pB, pC, pD, pE, pF, pG) }
^
/Users/admin/builder/spi-builder-workspace/Sources/Property/PropertyProtocol+Operators.swift:137:15: note: consider making generic parameter 'some PropertyProtocol<E>' conform to the 'Sendable' protocol
_ pE: some PropertyProtocol<E>,
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Property/PropertyProtocol+Operators.swift:141:53: warning: capture of 'pF' with non-sendable type 'some PropertyProtocol<F>' in a '@Sendable' closure; this is an error in the Swift 6 language mode
lift { $0.combineLatest(pA, pB, pC, pD, pE, pF, pG) }
^
/Users/admin/builder/spi-builder-workspace/Sources/Property/PropertyProtocol+Operators.swift:138:15: note: consider making generic parameter 'some PropertyProtocol<F>' conform to the 'Sendable' protocol
_ pF: some PropertyProtocol<F>,
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Property/PropertyProtocol+Operators.swift:141:57: warning: capture of 'pG' with non-sendable type 'some PropertyProtocol<G>' in a '@Sendable' closure; this is an error in the Swift 6 language mode
lift { $0.combineLatest(pA, pB, pC, pD, pE, pF, pG) }
^
/Users/admin/builder/spi-builder-workspace/Sources/Property/PropertyProtocol+Operators.swift:139:15: note: consider making generic parameter 'some PropertyProtocol<G>' conform to the 'Sendable' protocol
_ pG: some PropertyProtocol<G>
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Property/PropertyProtocol+Operators.swift:154:33: warning: capture of 'pA' with non-sendable type 'some PropertyProtocol<A>' in a '@Sendable' closure; this is an error in the Swift 6 language mode
lift { $0.combineLatest(pA, pB, pC, pD, pE, pF, pG, pH) }
^
/Users/admin/builder/spi-builder-workspace/Sources/Property/PropertyProtocol+Operators.swift:145:15: note: consider making generic parameter 'some PropertyProtocol<A>' conform to the 'Sendable' protocol
_ pA: some PropertyProtocol<A>,
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Property/PropertyProtocol+Operators.swift:154:37: warning: capture of 'pB' with non-sendable type 'some PropertyProtocol<B>' in a '@Sendable' closure; this is an error in the Swift 6 language mode
lift { $0.combineLatest(pA, pB, pC, pD, pE, pF, pG, pH) }
^
/Users/admin/builder/spi-builder-workspace/Sources/Property/PropertyProtocol+Operators.swift:146:15: note: consider making generic parameter 'some PropertyProtocol<B>' conform to the 'Sendable' protocol
_ pB: some PropertyProtocol<B>,
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Property/PropertyProtocol+Operators.swift:154:41: warning: capture of 'pC' with non-sendable type 'some PropertyProtocol<C>' in a '@Sendable' closure; this is an error in the Swift 6 language mode
lift { $0.combineLatest(pA, pB, pC, pD, pE, pF, pG, pH) }
^
/Users/admin/builder/spi-builder-workspace/Sources/Property/PropertyProtocol+Operators.swift:147:15: note: consider making generic parameter 'some PropertyProtocol<C>' conform to the 'Sendable' protocol
_ pC: some PropertyProtocol<C>,
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Property/PropertyProtocol+Operators.swift:154:45: warning: capture of 'pD' with non-sendable type 'some PropertyProtocol<D>' in a '@Sendable' closure; this is an error in the Swift 6 language mode
lift { $0.combineLatest(pA, pB, pC, pD, pE, pF, pG, pH) }
^
/Users/admin/builder/spi-builder-workspace/Sources/Property/PropertyProtocol+Operators.swift:148:15: note: consider making generic parameter 'some PropertyProtocol<D>' conform to the 'Sendable' protocol
_ pD: some PropertyProtocol<D>,
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Property/PropertyProtocol+Operators.swift:154:49: warning: capture of 'pE' with non-sendable type 'some PropertyProtocol<E>' in a '@Sendable' closure; this is an error in the Swift 6 language mode
lift { $0.combineLatest(pA, pB, pC, pD, pE, pF, pG, pH) }
^
/Users/admin/builder/spi-builder-workspace/Sources/Property/PropertyProtocol+Operators.swift:149:15: note: consider making generic parameter 'some PropertyProtocol<E>' conform to the 'Sendable' protocol
_ pE: some PropertyProtocol<E>,
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Property/PropertyProtocol+Operators.swift:154:53: warning: capture of 'pF' with non-sendable type 'some PropertyProtocol<F>' in a '@Sendable' closure; this is an error in the Swift 6 language mode
lift { $0.combineLatest(pA, pB, pC, pD, pE, pF, pG, pH) }
^
/Users/admin/builder/spi-builder-workspace/Sources/Property/PropertyProtocol+Operators.swift:150:15: note: consider making generic parameter 'some PropertyProtocol<F>' conform to the 'Sendable' protocol
_ pF: some PropertyProtocol<F>,
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Property/PropertyProtocol+Operators.swift:154:57: warning: capture of 'pG' with non-sendable type 'some PropertyProtocol<G>' in a '@Sendable' closure; this is an error in the Swift 6 language mode
lift { $0.combineLatest(pA, pB, pC, pD, pE, pF, pG, pH) }
^
/Users/admin/builder/spi-builder-workspace/Sources/Property/PropertyProtocol+Operators.swift:151:15: note: consider making generic parameter 'some PropertyProtocol<G>' conform to the 'Sendable' protocol
_ pG: some PropertyProtocol<G>,
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Property/PropertyProtocol+Operators.swift:154:61: warning: capture of 'pH' with non-sendable type 'some PropertyProtocol<H>' in a '@Sendable' closure; this is an error in the Swift 6 language mode
lift { $0.combineLatest(pA, pB, pC, pD, pE, pF, pG, pH) }
^
/Users/admin/builder/spi-builder-workspace/Sources/Property/PropertyProtocol+Operators.swift:152:15: note: consider making generic parameter 'some PropertyProtocol<H>' conform to the 'Sendable' protocol
_ pH: some PropertyProtocol<H>
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Property/PropertyProtocol+Operators.swift:168:33: warning: capture of 'pA' with non-sendable type 'some PropertyProtocol<A>' in a '@Sendable' closure; this is an error in the Swift 6 language mode
lift { $0.combineLatest(pA, pB, pC, pD, pE, pF, pG, pH, pI) }
^
/Users/admin/builder/spi-builder-workspace/Sources/Property/PropertyProtocol+Operators.swift:158:15: note: consider making generic parameter 'some PropertyProtocol<A>' conform to the 'Sendable' protocol
_ pA: some PropertyProtocol<A>,
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Property/PropertyProtocol+Operators.swift:168:37: warning: capture of 'pB' with non-sendable type 'some PropertyProtocol<B>' in a '@Sendable' closure; this is an error in the Swift 6 language mode
lift { $0.combineLatest(pA, pB, pC, pD, pE, pF, pG, pH, pI) }
^
/Users/admin/builder/spi-builder-workspace/Sources/Property/PropertyProtocol+Operators.swift:159:15: note: consider making generic parameter 'some PropertyProtocol<B>' conform to the 'Sendable' protocol
_ pB: some PropertyProtocol<B>,
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Property/PropertyProtocol+Operators.swift:168:41: warning: capture of 'pC' with non-sendable type 'some PropertyProtocol<C>' in a '@Sendable' closure; this is an error in the Swift 6 language mode
lift { $0.combineLatest(pA, pB, pC, pD, pE, pF, pG, pH, pI) }
^
/Users/admin/builder/spi-builder-workspace/Sources/Property/PropertyProtocol+Operators.swift:160:15: note: consider making generic parameter 'some PropertyProtocol<C>' conform to the 'Sendable' protocol
_ pC: some PropertyProtocol<C>,
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Property/PropertyProtocol+Operators.swift:168:45: warning: capture of 'pD' with non-sendable type 'some PropertyProtocol<D>' in a '@Sendable' closure; this is an error in the Swift 6 language mode
lift { $0.combineLatest(pA, pB, pC, pD, pE, pF, pG, pH, pI) }
^
/Users/admin/builder/spi-builder-workspace/Sources/Property/PropertyProtocol+Operators.swift:161:15: note: consider making generic parameter 'some PropertyProtocol<D>' conform to the 'Sendable' protocol
_ pD: some PropertyProtocol<D>,
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Property/PropertyProtocol+Operators.swift:168:49: warning: capture of 'pE' with non-sendable type 'some PropertyProtocol<E>' in a '@Sendable' closure; this is an error in the Swift 6 language mode
lift { $0.combineLatest(pA, pB, pC, pD, pE, pF, pG, pH, pI) }
^
/Users/admin/builder/spi-builder-workspace/Sources/Property/PropertyProtocol+Operators.swift:162:15: note: consider making generic parameter 'some PropertyProtocol<E>' conform to the 'Sendable' protocol
_ pE: some PropertyProtocol<E>,
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Property/PropertyProtocol+Operators.swift:168:53: warning: capture of 'pF' with non-sendable type 'some PropertyProtocol<F>' in a '@Sendable' closure; this is an error in the Swift 6 language mode
lift { $0.combineLatest(pA, pB, pC, pD, pE, pF, pG, pH, pI) }
^
/Users/admin/builder/spi-builder-workspace/Sources/Property/PropertyProtocol+Operators.swift:163:15: note: consider making generic parameter 'some PropertyProtocol<F>' conform to the 'Sendable' protocol
_ pF: some PropertyProtocol<F>,
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Property/PropertyProtocol+Operators.swift:168:57: warning: capture of 'pG' with non-sendable type 'some PropertyProtocol<G>' in a '@Sendable' closure; this is an error in the Swift 6 language mode
lift { $0.combineLatest(pA, pB, pC, pD, pE, pF, pG, pH, pI) }
^
/Users/admin/builder/spi-builder-workspace/Sources/Property/PropertyProtocol+Operators.swift:164:15: note: consider making generic parameter 'some PropertyProtocol<G>' conform to the 'Sendable' protocol
_ pG: some PropertyProtocol<G>,
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Property/PropertyProtocol+Operators.swift:168:61: warning: capture of 'pH' with non-sendable type 'some PropertyProtocol<H>' in a '@Sendable' closure; this is an error in the Swift 6 language mode
lift { $0.combineLatest(pA, pB, pC, pD, pE, pF, pG, pH, pI) }
^
/Users/admin/builder/spi-builder-workspace/Sources/Property/PropertyProtocol+Operators.swift:165:15: note: consider making generic parameter 'some PropertyProtocol<H>' conform to the 'Sendable' protocol
_ pH: some PropertyProtocol<H>,
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Property/PropertyProtocol+Operators.swift:168:65: warning: capture of 'pI' with non-sendable type 'some PropertyProtocol<I>' in a '@Sendable' closure; this is an error in the Swift 6 language mode
lift { $0.combineLatest(pA, pB, pC, pD, pE, pF, pG, pH, pI) }
^
/Users/admin/builder/spi-builder-workspace/Sources/Property/PropertyProtocol+Operators.swift:166:15: note: consider making generic parameter 'some PropertyProtocol<I>' conform to the 'Sendable' protocol
_ pI: some PropertyProtocol<I>
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Property/PropertyProtocol+Operators.swift:279:17: warning: capture of 'promise' with non-sendable type '(Result<Self.Output, Never>) -> Void' in a '@Sendable' closure
promise(.success(self.value))
^
/Users/admin/builder/spi-builder-workspace/Sources/Property/PropertyProtocol+Operators.swift:279:17: note: a function type must be marked '@Sendable' to conform to 'Sendable'
promise(.success(self.value))
^
/Users/admin/builder/spi-builder-workspace/Sources/Property/PropertyProtocol+Operators.swift:279:34: warning: capture of 'self' with non-sendable type 'Self' in a '@Sendable' closure
promise(.success(self.value))
^
CombineEx.PropertyProtocol.Self:2:1: note: consider making generic parameter 'Self' conform to the 'Sendable' protocol
Self : CombineEx.PropertyProtocol}
^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Property/UIProperty.swift (in target 'CombineEx' from project 'CombineEx')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Schedulers/Publisher+SchedulerExtensions.swift (in target 'CombineEx' from project 'CombineEx')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Schedulers/UIScheduler.swift (in target 'CombineEx' from project 'CombineEx')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ MapOptional.swift,\ MapVoid.swift,\ Pipe.swift,\ PrependDynamic.swift /Users/admin/builder/spi-builder-workspace/Sources/NewOperators/MapOptional.swift /Users/admin/builder/spi-builder-workspace/Sources/NewOperators/MapVoid.swift /Users/admin/builder/spi-builder-workspace/Sources/NewOperators/Pipe.swift /Users/admin/builder/spi-builder-workspace/Sources/NewOperators/PrependDynamic.swift (in target 'CombineEx' from project 'CombineEx')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/NewOperators/MapOptional.swift (in target 'CombineEx' from project 'CombineEx')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/NewOperators/MapVoid.swift (in target 'CombineEx' from project 'CombineEx')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/NewOperators/Pipe.swift (in target 'CombineEx' from project 'CombineEx')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/NewOperators/Pipe.swift:13:13: warning: var 'kBindingAssociationKey' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
private var kBindingAssociationKey = 0
^
/Users/admin/builder/spi-builder-workspace/Sources/NewOperators/Pipe.swift:13:13: note: convert 'kBindingAssociationKey' to a 'let' constant to make 'Sendable' shared state immutable
private var kBindingAssociationKey = 0
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/NewOperators/Pipe.swift:13:13: note: add '@MainActor' to make var 'kBindingAssociationKey' part of global actor 'MainActor'
private var kBindingAssociationKey = 0
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/NewOperators/Pipe.swift:13:13: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private var kBindingAssociationKey = 0
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/NewOperators/Pipe.swift:24:43: warning: capture of 'lhs' with non-sendable type '(any MutablePropertyProtocol<Output>)?' in a '@Sendable' closure; this is an error in the Swift 6 language mode
receiveValue: { [weak lhs] in lhs?.value = $0 }
^
/Users/admin/builder/spi-builder-workspace/Sources/Property/MutableProperty.swift:9:17: note: protocol 'MutablePropertyProtocol' does not conform to the 'Sendable' protocol
public protocol MutablePropertyProtocol<Output>: PropertyProtocol {
^
/Users/admin/builder/spi-builder-workspace/Sources/NewOperators/Pipe.swift:40:43: warning: capture of 'lhs' with non-sendable type '(any MutablePropertyProtocol<Output>)?' in a '@Sendable' closure; this is an error in the Swift 6 language mode
receiveValue: { [weak lhs] in lhs?.value = $0 }
^
/Users/admin/builder/spi-builder-workspace/Sources/Property/MutableProperty.swift:9:17: note: protocol 'MutablePropertyProtocol' does not conform to the 'Sendable' protocol
public protocol MutablePropertyProtocol<Output>: PropertyProtocol {
^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/NewOperators/PrependDynamic.swift (in target 'CombineEx' from project 'CombineEx')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftDriverJobDiscovery normal arm64 Emitting module for CombineEx (in target 'CombineEx' from project 'CombineEx')
SwiftDriver\ Compilation\ Requirements CombineEx normal arm64 com.apple.xcode.tools.swift.compiler (in target 'CombineEx' from project 'CombineEx')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-Swift-Compilation-Requirements -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name CombineEx -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CombineEx.build/Debug-appletvos/CombineEx.build/Objects-normal/arm64/CombineEx.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk -target arm64-apple-tvos17.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos18.4-22L251-271d326055c85f9856fa135c41255102.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CombineEx.build/Debug-appletvos/CombineEx.build/Objects-normal/arm64/CombineEx-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CombineEx.build/Debug-appletvos/CombineEx.build/Objects-normal/arm64/CombineEx.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -package-name spi_builder_workspace -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CombineEx.build/Debug-appletvos/CombineEx.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CombineEx.build/Debug-appletvos/CombineEx.build/Objects-normal/arm64/CombineEx_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CombineEx.build/Debug-appletvos/CombineEx.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CombineEx.build/Debug-appletvos/CombineEx.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CombineEx.build/Debug-appletvos/CombineEx.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CombineEx.build/Debug-appletvos/CombineEx.build/Objects-normal/arm64/CombineEx-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal arm64 Compiling MapOptional.swift, MapVoid.swift, Pipe.swift, PrependDynamic.swift (in target 'CombineEx' from project 'CombineEx')
SwiftDriverJobDiscovery normal arm64 Compiling PromoteFailure.swift, PropertyMap.swift, ReplaySubject.swift, SendableOverloads.swift (in target 'CombineEx' from project 'CombineEx')
SwiftMergeGeneratedHeaders /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-appletvos/CombineEx-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CombineEx.build/Debug-appletvos/CombineEx.build/Objects-normal/arm64/CombineEx-Swift.h (in target 'CombineEx' from project 'CombineEx')
cd /Users/admin/builder/spi-builder-workspace
builtin-swiftHeaderTool -arch arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CombineEx.build/Debug-appletvos/CombineEx.build/Objects-normal/arm64/CombineEx-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-appletvos/CombineEx-Swift.h
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/CombineEx.swiftmodule/arm64-apple-tvos.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CombineEx.build/Debug-appletvos/CombineEx.build/Objects-normal/arm64/CombineEx.swiftmodule (in target 'CombineEx' from project 'CombineEx')
cd /Users/admin/builder/spi-builder-workspace
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CombineEx.build/Debug-appletvos/CombineEx.build/Objects-normal/arm64/CombineEx.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/CombineEx.swiftmodule/arm64-apple-tvos.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/CombineEx.swiftmodule/arm64-apple-tvos.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CombineEx.build/Debug-appletvos/CombineEx.build/Objects-normal/arm64/CombineEx.swiftdoc (in target 'CombineEx' from project 'CombineEx')
cd /Users/admin/builder/spi-builder-workspace
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CombineEx.build/Debug-appletvos/CombineEx.build/Objects-normal/arm64/CombineEx.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/CombineEx.swiftmodule/arm64-apple-tvos.swiftdoc
SwiftDriverJobDiscovery normal arm64 Compiling Sink.swift, MutableProperty.swift, PersistentProperty.swift, Property.swift (in target 'CombineEx' from project 'CombineEx')
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/CombineEx.swiftmodule/arm64-apple-tvos.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CombineEx.build/Debug-appletvos/CombineEx.build/Objects-normal/arm64/CombineEx.abi.json (in target 'CombineEx' from project 'CombineEx')
cd /Users/admin/builder/spi-builder-workspace
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CombineEx.build/Debug-appletvos/CombineEx.build/Objects-normal/arm64/CombineEx.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/CombineEx.swiftmodule/arm64-apple-tvos.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/CombineEx.swiftmodule/Project/arm64-apple-tvos.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CombineEx.build/Debug-appletvos/CombineEx.build/Objects-normal/arm64/CombineEx.swiftsourceinfo (in target 'CombineEx' from project 'CombineEx')
cd /Users/admin/builder/spi-builder-workspace
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CombineEx.build/Debug-appletvos/CombineEx.build/Objects-normal/arm64/CombineEx.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/CombineEx.swiftmodule/Project/arm64-apple-tvos.swiftsourceinfo
SwiftDriverJobDiscovery normal arm64 Compiling FlatMapLatest.swift, IgnoreFailure.swift, JustFailEmpty.swift, MapOnMainActor.swift (in target 'CombineEx' from project 'CombineEx')
SwiftDriverJobDiscovery normal arm64 Compiling DeferredFutureDemuxer.swift, DemoteFailure.swift, EventHandling.swift, EventHandlingMainActor.swift, FilterProperty.swift (in target 'CombineEx' from project 'CombineEx')
SwiftDriverJobDiscovery normal arm64 Compiling AttemptMap.swift, CombinePrevious.swift, CompleteAfter.swift, CompositeError.swift, Custom.swift (in target 'CombineEx' from project 'CombineEx')
SwiftDriverJobDiscovery normal arm64 Compiling DeferredFuture+Operators.swift, DeferredFuture.swift, DeferredPublisher+Operators.swift, DeferredPublisher.swift, Exports.swift (in target 'CombineEx' from project 'CombineEx')
SwiftDriverJobDiscovery normal arm64 Compiling Aggregation+DeferredFuture.swift, Aggregation+DeferredPublisher.swift, Aggregation+Publisher.swift, Aggregation.swift, AsyncFuture.swift (in target 'CombineEx' from project 'CombineEx')
SwiftDriverJobDiscovery normal arm64 Compiling PropertyProtocol+Operators.swift, UIProperty.swift, Publisher+SchedulerExtensions.swift, UIScheduler.swift (in target 'CombineEx' from project 'CombineEx')
SwiftDriverJobDiscovery normal arm64 Compiling Action.swift, ActionTrigger.swift, BindTarget.swift, KvoProperty.swift, SinkProviding.swift (in target 'CombineEx' from project 'CombineEx')
SwiftDriver\ Compilation CombineEx normal arm64 com.apple.xcode.tools.swift.compiler (in target 'CombineEx' from project 'CombineEx')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-Swift-Compilation -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name CombineEx -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CombineEx.build/Debug-appletvos/CombineEx.build/Objects-normal/arm64/CombineEx.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk -target arm64-apple-tvos17.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos18.4-22L251-271d326055c85f9856fa135c41255102.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CombineEx.build/Debug-appletvos/CombineEx.build/Objects-normal/arm64/CombineEx-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CombineEx.build/Debug-appletvos/CombineEx.build/Objects-normal/arm64/CombineEx.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -package-name spi_builder_workspace -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CombineEx.build/Debug-appletvos/CombineEx.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CombineEx.build/Debug-appletvos/CombineEx.build/Objects-normal/arm64/CombineEx_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CombineEx.build/Debug-appletvos/CombineEx.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CombineEx.build/Debug-appletvos/CombineEx.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CombineEx.build/Debug-appletvos/CombineEx.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CombineEx.build/Debug-appletvos/CombineEx.build/Objects-normal/arm64/CombineEx-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/CombineEx.o normal (in target 'CombineEx' from project 'CombineEx')
cd /Users/admin/builder/spi-builder-workspace
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-tvos17.0 -r -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-appletvos -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -L/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-appletvos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CombineEx.build/Debug-appletvos/CombineEx.build/Objects-normal/arm64/CombineEx.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CombineEx.build/Debug-appletvos/CombineEx.build/Objects-normal/arm64/CombineEx_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CombineEx.build/Debug-appletvos/CombineEx.build/Objects-normal/arm64/CombineEx_dependency_info.dat -fobjc-link-runtime -L/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/appletvos -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CombineEx.build/Debug-appletvos/CombineEx.build/Objects-normal/arm64/CombineEx.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/CombineEx.o
ExtractAppIntentsMetadata (in target 'CombineEx' from project 'CombineEx')
cd /Users/admin/builder/spi-builder-workspace
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/appintentsmetadataprocessor --toolchain-dir /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain --module-name CombineEx --sdk-root /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk --xcode-version 16E140 --platform-family tvOS --deployment-target 17.0 --bundle-identifier spi-builder-workspace.CombineEx --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/CombineEx.appintents --target-triple arm64-apple-tvos17.0 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/CombineEx.o --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CombineEx.build/Debug-appletvos/CombineEx.build/Objects-normal/arm64/CombineEx_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CombineEx.build/Debug-appletvos/CombineEx.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CombineEx.build/Debug-appletvos/CombineEx.build/Objects-normal/arm64/CombineEx.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CombineEx.build/Debug-appletvos/CombineEx.build/CombineEx.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CombineEx.build/Debug-appletvos/CombineEx.build/CombineEx.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CombineEx.build/Debug-appletvos/CombineEx.build/Objects-normal/arm64/CombineEx.SwiftConstValuesFileList --force --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2026-03-02 12:49:48.592 appintentsmetadataprocessor[756:4446] Starting appintentsmetadataprocessor export
2026-03-02 12:49:48.633 appintentsmetadataprocessor[756:4446] Extracted no relevant App Intents symbols, skipping writing output
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/CombineEx.o (in target 'CombineEx' from project 'CombineEx')
cd /Users/admin/builder/spi-builder-workspace
builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/CombineEx.o
** BUILD SUCCEEDED **
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "CombineEx",
"name" : "CombineEx",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "16.0"
},
{
"name" : "macos",
"version" : "14.0"
},
{
"name" : "tvos",
"version" : "17.0"
},
{
"name" : "watchos",
"version" : "7.0"
}
],
"products" : [
{
"name" : "CombineEx",
"targets" : [
"CombineEx"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "CombineExTests",
"module_type" : "SwiftTarget",
"name" : "CombineExTests",
"path" : "Tests",
"sources" : [
"CombineExTests/ActionTests.swift",
"CombineExTests/AggregationTests.swift",
"CombineExTests/AsyncFutureTests.swift",
"CombineExTests/AttemptMapTests.swift",
"CombineExTests/CompositeErrorTests.swift",
"CombineExTests/CustomTests.swift",
"CombineExTests/DeferredFutureTests.swift",
"CombineExTests/DeferredPublisherTests.swift",
"CombineExTests/JustFailEmptyTests.swift",
"CombineExTests/NewOperatorTests.swift",
"CombineExTests/PersistentPropertyTests.swift",
"CombineExTests/PropertyMapTests.swift",
"CombineExTests/PropertyTests.swift",
"CombineExTests/SinkTests.swift",
"TestHelpers.swift"
],
"target_dependencies" : [
"CombineEx"
],
"type" : "test"
},
{
"c99name" : "CombineEx",
"module_type" : "SwiftTarget",
"name" : "CombineEx",
"path" : "Sources",
"product_memberships" : [
"CombineEx"
],
"sources" : [
"Action/Action.swift",
"Action/ActionTrigger.swift",
"Cocoa/BindTarget.swift",
"Cocoa/KvoProperty.swift",
"Cocoa/SinkProviding.swift",
"DeferredFuture/DeferredFuture+Operators.swift",
"DeferredFuture/DeferredFuture.swift",
"DeferredPublisher/DeferredPublisher+Operators.swift",
"DeferredPublisher/DeferredPublisher.swift",
"Exports.swift",
"NewOperators/Aggregation+DeferredFuture.swift",
"NewOperators/Aggregation+DeferredPublisher.swift",
"NewOperators/Aggregation+Publisher.swift",
"NewOperators/Aggregation.swift",
"NewOperators/AsyncFuture.swift",
"NewOperators/AttemptMap.swift",
"NewOperators/CombinePrevious.swift",
"NewOperators/CompleteAfter.swift",
"NewOperators/CompositeError.swift",
"NewOperators/Custom.swift",
"NewOperators/DeferredFutureDemuxer.swift",
"NewOperators/DemoteFailure.swift",
"NewOperators/EventHandling.swift",
"NewOperators/EventHandlingMainActor.swift",
"NewOperators/FilterProperty.swift",
"NewOperators/FlatMapLatest.swift",
"NewOperators/IgnoreFailure.swift",
"NewOperators/JustFailEmpty.swift",
"NewOperators/MapOnMainActor.swift",
"NewOperators/MapOptional.swift",
"NewOperators/MapVoid.swift",
"NewOperators/Pipe.swift",
"NewOperators/PrependDynamic.swift",
"NewOperators/PromoteFailure.swift",
"NewOperators/PropertyMap.swift",
"NewOperators/ReplaySubject.swift",
"NewOperators/SendableOverloads.swift",
"NewOperators/Sink.swift",
"Property/MutableProperty.swift",
"Property/PersistentProperty.swift",
"Property/Property.swift",
"Property/PropertyProtocol+Operators.swift",
"Property/UIProperty.swift",
"Schedulers/Publisher+SchedulerExtensions.swift",
"Schedulers/UIScheduler.swift"
],
"type" : "library"
}
],
"tools_version" : "5.9"
}
Done.