Build Information
Successful build of AsyncExtensions, reference 0.5.3 (3442d3
), with Swift 5.9 for macOS (SPM) on 28 Jun 2024 05:48:18 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-15.2.0.app xcrun swift build --arch arm64
Build Log
========================================
RunAll
========================================
Builder version: 4.44.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/sideeffect-io/AsyncExtensions.git
Reference: 0.5.3
Initialized empty Git repository in /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/sideeffect-io/AsyncExtensions
* tag 0.5.3 -> FETCH_HEAD
HEAD is now at 3442d3d Fix AsyncSubject's Failure type conflincting with Apple addition to AsyncSequence starting from Xcode 16 (iOS 18, MacOS 15, Vision OS 2, etc.)
Cloned https://github.com/sideeffect-io/AsyncExtensions.git
Revision (git rev-parse @):
3442d3d046800f1974bda096faaf0ac510b21154
SUCCESS checkout https://github.com/sideeffect-io/AsyncExtensions.git at 0.5.3
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 5.9
Building package at path: $workDir
https://github.com/sideeffect-io/AsyncExtensions.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.2.0.app xcrun swift build --arch arm64
Building for debugging...
[1/63] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[2/63] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[3/63] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[4/63] Compiling OrderedCollections OrderedDictionary+Values.swift
[5/63] Compiling OrderedCollections OrderedDictionary.swift
[6/63] Compiling OrderedCollections OrderedSet+Codable.swift
[7/69] Compiling OrderedCollections OrderedSet+Hashable.swift
[8/69] Compiling OrderedCollections OrderedSet+Initializers.swift
[9/69] Compiling OrderedCollections OrderedSet+Insertions.swift
[10/69] Compiling OrderedCollections OrderedSet+Invariants.swift
[11/69] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[12/69] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[13/69] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[14/69] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[15/69] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[16/69] Compiling OrderedCollections OrderedDictionary+CustomStringConvertible.swift
[17/69] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[18/69] Compiling OrderedCollections _HashTable.swift
[19/69] Compiling OrderedCollections _Hashtable+Header.swift
[20/69] Compiling OrderedCollections OrderedDictionary+Elements+SubSequence.swift
[21/69] Compiling OrderedCollections OrderedDictionary+Elements.swift
[22/71] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[23/71] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Operations.swift
[24/71] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Predicates.swift
[25/71] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[26/71] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[27/71] Compiling OrderedCollections OrderedSet+SubSequence.swift
[28/71] Compiling OrderedCollections OrderedSet+CustomDebugStringConvertible.swift
[29/71] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[30/71] Compiling OrderedCollections OrderedSet+CustomStringConvertible.swift
[31/71] Compiling OrderedCollections OrderedSet+Diffing.swift
[32/71] Compiling OrderedCollections OrderedSet+Equatable.swift
[33/71] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[34/71] Compiling OrderedCollections OrderedDictionary+Codable.swift
[35/71] Compiling OrderedCollections OrderedDictionary+CustomDebugStringConvertible.swift
[36/71] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[37/71] Compiling OrderedCollections _HashTable+Testing.swift
[38/71] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[39/71] Compiling OrderedCollections _HashTable+Bucket.swift
[40/71] Compiling OrderedCollections _HashTable+BucketIterator.swift
[41/71] Compiling OrderedCollections _HashTable+Constants.swift
[42/71] Emitting module DequeModule
[43/71] Compiling DequeModule _DequeSlot.swift
[44/71] Compiling DequeModule _UnsafeWrappedBuffer.swift
[50/71] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[65/71] Compiling OrderedCollections OrderedSet+Testing.swift
[66/71] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[67/71] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[68/71] Compiling OrderedCollections OrderedSet.swift
[69/71] Compiling OrderedCollections RandomAccessCollection+Offsets.swift
[70/71] Compiling OrderedCollections _UnsafeBitset.swift
[71/71] Emitting module OrderedCollections
[72/73] Emitting module Collections
[73/73] Compiling Collections Collections.swift
[74/116] Compiling AsyncExtensions AsyncPrependSequence.swift
[75/116] Compiling AsyncExtensions AsyncScanSequence.swift
[76/116] Compiling AsyncExtensions AsyncSequence+Assign.swift
[77/116] Compiling AsyncExtensions AsyncSequence+Collect.swift
[78/116] Compiling AsyncExtensions AsyncSequence+EraseToAnyAsyncSequence.swift
[79/116] Compiling AsyncExtensions AsyncSequence+FlatMapLatest.swift
[80/121] Emitting module AsyncExtensions
[81/121] Compiling AsyncExtensions AsyncMergeSequence.swift
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Combiners/Merge/MergeStateMachine.swift:198:11: warning: 'withTaskCancellationHandler(handler:operation:)' is deprecated: renamed to 'withTaskCancellationHandler(operation:onCancel:)'
await withTaskCancellationHandler {
^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Combiners/Merge/MergeStateMachine.swift:198:11: note: use 'withTaskCancellationHandler(operation:onCancel:)' instead
await withTaskCancellationHandler {
^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Combiners/WithLatestFrom/AsyncWithLatestFrom2Sequence.swift:175:24: warning: 'withTaskCancellationHandler(handler:operation:)' is deprecated: renamed to 'withTaskCancellationHandler(operation:onCancel:)'
return try await withTaskCancellationHandler { [isTerminated, othersTask] in
^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Combiners/WithLatestFrom/AsyncWithLatestFrom2Sequence.swift:175:24: note: use 'withTaskCancellationHandler(operation:onCancel:)' instead
return try await withTaskCancellationHandler { [isTerminated, othersTask] in
^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Combiners/WithLatestFrom/AsyncWithLatestFromSequence.swift:124:24: warning: 'withTaskCancellationHandler(handler:operation:)' is deprecated: renamed to 'withTaskCancellationHandler(operation:onCancel:)'
return try await withTaskCancellationHandler { [otherTask] in
^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Combiners/WithLatestFrom/AsyncWithLatestFromSequence.swift:124:24: note: use 'withTaskCancellationHandler(operation:onCancel:)' instead
return try await withTaskCancellationHandler { [otherTask] in
^
[82/121] Compiling AsyncExtensions MergeStateMachine.swift
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Combiners/Merge/MergeStateMachine.swift:198:11: warning: 'withTaskCancellationHandler(handler:operation:)' is deprecated: renamed to 'withTaskCancellationHandler(operation:onCancel:)'
await withTaskCancellationHandler {
^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Combiners/Merge/MergeStateMachine.swift:198:11: note: use 'withTaskCancellationHandler(operation:onCancel:)' instead
await withTaskCancellationHandler {
^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Combiners/WithLatestFrom/AsyncWithLatestFrom2Sequence.swift:175:24: warning: 'withTaskCancellationHandler(handler:operation:)' is deprecated: renamed to 'withTaskCancellationHandler(operation:onCancel:)'
return try await withTaskCancellationHandler { [isTerminated, othersTask] in
^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Combiners/WithLatestFrom/AsyncWithLatestFrom2Sequence.swift:175:24: note: use 'withTaskCancellationHandler(operation:onCancel:)' instead
return try await withTaskCancellationHandler { [isTerminated, othersTask] in
^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Combiners/WithLatestFrom/AsyncWithLatestFromSequence.swift:124:24: warning: 'withTaskCancellationHandler(handler:operation:)' is deprecated: renamed to 'withTaskCancellationHandler(operation:onCancel:)'
return try await withTaskCancellationHandler { [otherTask] in
^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Combiners/WithLatestFrom/AsyncWithLatestFromSequence.swift:124:24: note: use 'withTaskCancellationHandler(operation:onCancel:)' instead
return try await withTaskCancellationHandler { [otherTask] in
^
[83/121] Compiling AsyncExtensions AsyncWithLatestFrom2Sequence.swift
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Combiners/Merge/MergeStateMachine.swift:198:11: warning: 'withTaskCancellationHandler(handler:operation:)' is deprecated: renamed to 'withTaskCancellationHandler(operation:onCancel:)'
await withTaskCancellationHandler {
^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Combiners/Merge/MergeStateMachine.swift:198:11: note: use 'withTaskCancellationHandler(operation:onCancel:)' instead
await withTaskCancellationHandler {
^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Combiners/WithLatestFrom/AsyncWithLatestFrom2Sequence.swift:175:24: warning: 'withTaskCancellationHandler(handler:operation:)' is deprecated: renamed to 'withTaskCancellationHandler(operation:onCancel:)'
return try await withTaskCancellationHandler { [isTerminated, othersTask] in
^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Combiners/WithLatestFrom/AsyncWithLatestFrom2Sequence.swift:175:24: note: use 'withTaskCancellationHandler(operation:onCancel:)' instead
return try await withTaskCancellationHandler { [isTerminated, othersTask] in
^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Combiners/WithLatestFrom/AsyncWithLatestFromSequence.swift:124:24: warning: 'withTaskCancellationHandler(handler:operation:)' is deprecated: renamed to 'withTaskCancellationHandler(operation:onCancel:)'
return try await withTaskCancellationHandler { [otherTask] in
^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Combiners/WithLatestFrom/AsyncWithLatestFromSequence.swift:124:24: note: use 'withTaskCancellationHandler(operation:onCancel:)' instead
return try await withTaskCancellationHandler { [otherTask] in
^
[84/121] Compiling AsyncExtensions AsyncWithLatestFromSequence.swift
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Combiners/Merge/MergeStateMachine.swift:198:11: warning: 'withTaskCancellationHandler(handler:operation:)' is deprecated: renamed to 'withTaskCancellationHandler(operation:onCancel:)'
await withTaskCancellationHandler {
^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Combiners/Merge/MergeStateMachine.swift:198:11: note: use 'withTaskCancellationHandler(operation:onCancel:)' instead
await withTaskCancellationHandler {
^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Combiners/WithLatestFrom/AsyncWithLatestFrom2Sequence.swift:175:24: warning: 'withTaskCancellationHandler(handler:operation:)' is deprecated: renamed to 'withTaskCancellationHandler(operation:onCancel:)'
return try await withTaskCancellationHandler { [isTerminated, othersTask] in
^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Combiners/WithLatestFrom/AsyncWithLatestFrom2Sequence.swift:175:24: note: use 'withTaskCancellationHandler(operation:onCancel:)' instead
return try await withTaskCancellationHandler { [isTerminated, othersTask] in
^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Combiners/WithLatestFrom/AsyncWithLatestFromSequence.swift:124:24: warning: 'withTaskCancellationHandler(handler:operation:)' is deprecated: renamed to 'withTaskCancellationHandler(operation:onCancel:)'
return try await withTaskCancellationHandler { [otherTask] in
^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Combiners/WithLatestFrom/AsyncWithLatestFromSequence.swift:124:24: note: use 'withTaskCancellationHandler(operation:onCancel:)' instead
return try await withTaskCancellationHandler { [otherTask] in
^
[85/121] Compiling AsyncExtensions AsyncZip2Sequence.swift
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Combiners/Merge/MergeStateMachine.swift:198:11: warning: 'withTaskCancellationHandler(handler:operation:)' is deprecated: renamed to 'withTaskCancellationHandler(operation:onCancel:)'
await withTaskCancellationHandler {
^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Combiners/Merge/MergeStateMachine.swift:198:11: note: use 'withTaskCancellationHandler(operation:onCancel:)' instead
await withTaskCancellationHandler {
^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Combiners/WithLatestFrom/AsyncWithLatestFrom2Sequence.swift:175:24: warning: 'withTaskCancellationHandler(handler:operation:)' is deprecated: renamed to 'withTaskCancellationHandler(operation:onCancel:)'
return try await withTaskCancellationHandler { [isTerminated, othersTask] in
^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Combiners/WithLatestFrom/AsyncWithLatestFrom2Sequence.swift:175:24: note: use 'withTaskCancellationHandler(operation:onCancel:)' instead
return try await withTaskCancellationHandler { [isTerminated, othersTask] in
^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Combiners/WithLatestFrom/AsyncWithLatestFromSequence.swift:124:24: warning: 'withTaskCancellationHandler(handler:operation:)' is deprecated: renamed to 'withTaskCancellationHandler(operation:onCancel:)'
return try await withTaskCancellationHandler { [otherTask] in
^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Combiners/WithLatestFrom/AsyncWithLatestFromSequence.swift:124:24: note: use 'withTaskCancellationHandler(operation:onCancel:)' instead
return try await withTaskCancellationHandler { [otherTask] in
^
[86/121] Compiling AsyncExtensions AsyncZip3Sequence.swift
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Combiners/Merge/MergeStateMachine.swift:198:11: warning: 'withTaskCancellationHandler(handler:operation:)' is deprecated: renamed to 'withTaskCancellationHandler(operation:onCancel:)'
await withTaskCancellationHandler {
^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Combiners/Merge/MergeStateMachine.swift:198:11: note: use 'withTaskCancellationHandler(operation:onCancel:)' instead
await withTaskCancellationHandler {
^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Combiners/WithLatestFrom/AsyncWithLatestFrom2Sequence.swift:175:24: warning: 'withTaskCancellationHandler(handler:operation:)' is deprecated: renamed to 'withTaskCancellationHandler(operation:onCancel:)'
return try await withTaskCancellationHandler { [isTerminated, othersTask] in
^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Combiners/WithLatestFrom/AsyncWithLatestFrom2Sequence.swift:175:24: note: use 'withTaskCancellationHandler(operation:onCancel:)' instead
return try await withTaskCancellationHandler { [isTerminated, othersTask] in
^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Combiners/WithLatestFrom/AsyncWithLatestFromSequence.swift:124:24: warning: 'withTaskCancellationHandler(handler:operation:)' is deprecated: renamed to 'withTaskCancellationHandler(operation:onCancel:)'
return try await withTaskCancellationHandler { [otherTask] in
^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Combiners/WithLatestFrom/AsyncWithLatestFromSequence.swift:124:24: note: use 'withTaskCancellationHandler(operation:onCancel:)' instead
return try await withTaskCancellationHandler { [otherTask] in
^
[87/121] Compiling AsyncExtensions AsyncSequence+Share.swift
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Operators/AsyncSwitchToLatestSequence.swift:224:24: warning: 'withTaskCancellationHandler(handler:operation:)' is deprecated: renamed to 'withTaskCancellationHandler(operation:onCancel:)'
return try await withTaskCancellationHandler { [baseTask, state] in
^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Operators/AsyncSwitchToLatestSequence.swift:224:24: note: use 'withTaskCancellationHandler(operation:onCancel:)' instead
return try await withTaskCancellationHandler { [baseTask, state] in
^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Supporting/Regulator.swift:50:11: warning: 'withTaskCancellationHandler(handler:operation:)' is deprecated: renamed to 'withTaskCancellationHandler(operation:onCancel:)'
await withTaskCancellationHandler {
^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Supporting/Regulator.swift:50:11: note: use 'withTaskCancellationHandler(operation:onCancel:)' instead
await withTaskCancellationHandler {
^
[88/121] Compiling AsyncExtensions AsyncSwitchToLatestSequence.swift
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Operators/AsyncSwitchToLatestSequence.swift:224:24: warning: 'withTaskCancellationHandler(handler:operation:)' is deprecated: renamed to 'withTaskCancellationHandler(operation:onCancel:)'
return try await withTaskCancellationHandler { [baseTask, state] in
^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Operators/AsyncSwitchToLatestSequence.swift:224:24: note: use 'withTaskCancellationHandler(operation:onCancel:)' instead
return try await withTaskCancellationHandler { [baseTask, state] in
^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Supporting/Regulator.swift:50:11: warning: 'withTaskCancellationHandler(handler:operation:)' is deprecated: renamed to 'withTaskCancellationHandler(operation:onCancel:)'
await withTaskCancellationHandler {
^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Supporting/Regulator.swift:50:11: note: use 'withTaskCancellationHandler(operation:onCancel:)' instead
await withTaskCancellationHandler {
^
[89/121] Compiling AsyncExtensions ManagedCriticalState.swift
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Operators/AsyncSwitchToLatestSequence.swift:224:24: warning: 'withTaskCancellationHandler(handler:operation:)' is deprecated: renamed to 'withTaskCancellationHandler(operation:onCancel:)'
return try await withTaskCancellationHandler { [baseTask, state] in
^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Operators/AsyncSwitchToLatestSequence.swift:224:24: note: use 'withTaskCancellationHandler(operation:onCancel:)' instead
return try await withTaskCancellationHandler { [baseTask, state] in
^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Supporting/Regulator.swift:50:11: warning: 'withTaskCancellationHandler(handler:operation:)' is deprecated: renamed to 'withTaskCancellationHandler(operation:onCancel:)'
await withTaskCancellationHandler {
^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Supporting/Regulator.swift:50:11: note: use 'withTaskCancellationHandler(operation:onCancel:)' instead
await withTaskCancellationHandler {
^
[90/121] Compiling AsyncExtensions Regulator.swift
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Operators/AsyncSwitchToLatestSequence.swift:224:24: warning: 'withTaskCancellationHandler(handler:operation:)' is deprecated: renamed to 'withTaskCancellationHandler(operation:onCancel:)'
return try await withTaskCancellationHandler { [baseTask, state] in
^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Operators/AsyncSwitchToLatestSequence.swift:224:24: note: use 'withTaskCancellationHandler(operation:onCancel:)' instead
return try await withTaskCancellationHandler { [baseTask, state] in
^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Supporting/Regulator.swift:50:11: warning: 'withTaskCancellationHandler(handler:operation:)' is deprecated: renamed to 'withTaskCancellationHandler(operation:onCancel:)'
await withTaskCancellationHandler {
^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Supporting/Regulator.swift:50:11: note: use 'withTaskCancellationHandler(operation:onCancel:)' instead
await withTaskCancellationHandler {
^
[91/121] Compiling AsyncExtensions Result+ErrorMechanism.swift
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Operators/AsyncSwitchToLatestSequence.swift:224:24: warning: 'withTaskCancellationHandler(handler:operation:)' is deprecated: renamed to 'withTaskCancellationHandler(operation:onCancel:)'
return try await withTaskCancellationHandler { [baseTask, state] in
^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Operators/AsyncSwitchToLatestSequence.swift:224:24: note: use 'withTaskCancellationHandler(operation:onCancel:)' instead
return try await withTaskCancellationHandler { [baseTask, state] in
^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Supporting/Regulator.swift:50:11: warning: 'withTaskCancellationHandler(handler:operation:)' is deprecated: renamed to 'withTaskCancellationHandler(operation:onCancel:)'
await withTaskCancellationHandler {
^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Supporting/Regulator.swift:50:11: note: use 'withTaskCancellationHandler(operation:onCancel:)' instead
await withTaskCancellationHandler {
^
[92/121] Compiling AsyncExtensions AsyncZipSequence.swift
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Combiners/Zip/Zip2Runtime.swift:150:15: warning: 'withTaskCancellationHandler(handler:operation:)' is deprecated: renamed to 'withTaskCancellationHandler(operation:onCancel:)'
try await withTaskCancellationHandler {
^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Combiners/Zip/Zip2Runtime.swift:150:15: note: use 'withTaskCancellationHandler(operation:onCancel:)' instead
try await withTaskCancellationHandler {
^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Combiners/Zip/Zip3Runtime.swift:188:15: warning: 'withTaskCancellationHandler(handler:operation:)' is deprecated: renamed to 'withTaskCancellationHandler(operation:onCancel:)'
try await withTaskCancellationHandler {
^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Combiners/Zip/Zip3Runtime.swift:188:15: note: use 'withTaskCancellationHandler(operation:onCancel:)' instead
try await withTaskCancellationHandler {
^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Combiners/Zip/ZipRuntime.swift:122:15: warning: 'withTaskCancellationHandler(handler:operation:)' is deprecated: renamed to 'withTaskCancellationHandler(operation:onCancel:)'
try await withTaskCancellationHandler {
^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Combiners/Zip/ZipRuntime.swift:122:15: note: use 'withTaskCancellationHandler(operation:onCancel:)' instead
try await withTaskCancellationHandler {
^
[93/121] Compiling AsyncExtensions Zip2Runtime.swift
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Combiners/Zip/Zip2Runtime.swift:150:15: warning: 'withTaskCancellationHandler(handler:operation:)' is deprecated: renamed to 'withTaskCancellationHandler(operation:onCancel:)'
try await withTaskCancellationHandler {
^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Combiners/Zip/Zip2Runtime.swift:150:15: note: use 'withTaskCancellationHandler(operation:onCancel:)' instead
try await withTaskCancellationHandler {
^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Combiners/Zip/Zip3Runtime.swift:188:15: warning: 'withTaskCancellationHandler(handler:operation:)' is deprecated: renamed to 'withTaskCancellationHandler(operation:onCancel:)'
try await withTaskCancellationHandler {
^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Combiners/Zip/Zip3Runtime.swift:188:15: note: use 'withTaskCancellationHandler(operation:onCancel:)' instead
try await withTaskCancellationHandler {
^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Combiners/Zip/ZipRuntime.swift:122:15: warning: 'withTaskCancellationHandler(handler:operation:)' is deprecated: renamed to 'withTaskCancellationHandler(operation:onCancel:)'
try await withTaskCancellationHandler {
^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Combiners/Zip/ZipRuntime.swift:122:15: note: use 'withTaskCancellationHandler(operation:onCancel:)' instead
try await withTaskCancellationHandler {
^
[94/121] Compiling AsyncExtensions Zip2StateMachine.swift
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Combiners/Zip/Zip2Runtime.swift:150:15: warning: 'withTaskCancellationHandler(handler:operation:)' is deprecated: renamed to 'withTaskCancellationHandler(operation:onCancel:)'
try await withTaskCancellationHandler {
^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Combiners/Zip/Zip2Runtime.swift:150:15: note: use 'withTaskCancellationHandler(operation:onCancel:)' instead
try await withTaskCancellationHandler {
^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Combiners/Zip/Zip3Runtime.swift:188:15: warning: 'withTaskCancellationHandler(handler:operation:)' is deprecated: renamed to 'withTaskCancellationHandler(operation:onCancel:)'
try await withTaskCancellationHandler {
^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Combiners/Zip/Zip3Runtime.swift:188:15: note: use 'withTaskCancellationHandler(operation:onCancel:)' instead
try await withTaskCancellationHandler {
^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Combiners/Zip/ZipRuntime.swift:122:15: warning: 'withTaskCancellationHandler(handler:operation:)' is deprecated: renamed to 'withTaskCancellationHandler(operation:onCancel:)'
try await withTaskCancellationHandler {
^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Combiners/Zip/ZipRuntime.swift:122:15: note: use 'withTaskCancellationHandler(operation:onCancel:)' instead
try await withTaskCancellationHandler {
^
[95/121] Compiling AsyncExtensions Zip3Runtime.swift
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Combiners/Zip/Zip2Runtime.swift:150:15: warning: 'withTaskCancellationHandler(handler:operation:)' is deprecated: renamed to 'withTaskCancellationHandler(operation:onCancel:)'
try await withTaskCancellationHandler {
^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Combiners/Zip/Zip2Runtime.swift:150:15: note: use 'withTaskCancellationHandler(operation:onCancel:)' instead
try await withTaskCancellationHandler {
^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Combiners/Zip/Zip3Runtime.swift:188:15: warning: 'withTaskCancellationHandler(handler:operation:)' is deprecated: renamed to 'withTaskCancellationHandler(operation:onCancel:)'
try await withTaskCancellationHandler {
^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Combiners/Zip/Zip3Runtime.swift:188:15: note: use 'withTaskCancellationHandler(operation:onCancel:)' instead
try await withTaskCancellationHandler {
^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Combiners/Zip/ZipRuntime.swift:122:15: warning: 'withTaskCancellationHandler(handler:operation:)' is deprecated: renamed to 'withTaskCancellationHandler(operation:onCancel:)'
try await withTaskCancellationHandler {
^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Combiners/Zip/ZipRuntime.swift:122:15: note: use 'withTaskCancellationHandler(operation:onCancel:)' instead
try await withTaskCancellationHandler {
^
[96/121] Compiling AsyncExtensions Zip3StateMachine.swift
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Combiners/Zip/Zip2Runtime.swift:150:15: warning: 'withTaskCancellationHandler(handler:operation:)' is deprecated: renamed to 'withTaskCancellationHandler(operation:onCancel:)'
try await withTaskCancellationHandler {
^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Combiners/Zip/Zip2Runtime.swift:150:15: note: use 'withTaskCancellationHandler(operation:onCancel:)' instead
try await withTaskCancellationHandler {
^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Combiners/Zip/Zip3Runtime.swift:188:15: warning: 'withTaskCancellationHandler(handler:operation:)' is deprecated: renamed to 'withTaskCancellationHandler(operation:onCancel:)'
try await withTaskCancellationHandler {
^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Combiners/Zip/Zip3Runtime.swift:188:15: note: use 'withTaskCancellationHandler(operation:onCancel:)' instead
try await withTaskCancellationHandler {
^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Combiners/Zip/ZipRuntime.swift:122:15: warning: 'withTaskCancellationHandler(handler:operation:)' is deprecated: renamed to 'withTaskCancellationHandler(operation:onCancel:)'
try await withTaskCancellationHandler {
^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Combiners/Zip/ZipRuntime.swift:122:15: note: use 'withTaskCancellationHandler(operation:onCancel:)' instead
try await withTaskCancellationHandler {
^
[97/121] Compiling AsyncExtensions ZipRuntime.swift
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Combiners/Zip/Zip2Runtime.swift:150:15: warning: 'withTaskCancellationHandler(handler:operation:)' is deprecated: renamed to 'withTaskCancellationHandler(operation:onCancel:)'
try await withTaskCancellationHandler {
^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Combiners/Zip/Zip2Runtime.swift:150:15: note: use 'withTaskCancellationHandler(operation:onCancel:)' instead
try await withTaskCancellationHandler {
^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Combiners/Zip/Zip3Runtime.swift:188:15: warning: 'withTaskCancellationHandler(handler:operation:)' is deprecated: renamed to 'withTaskCancellationHandler(operation:onCancel:)'
try await withTaskCancellationHandler {
^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Combiners/Zip/Zip3Runtime.swift:188:15: note: use 'withTaskCancellationHandler(operation:onCancel:)' instead
try await withTaskCancellationHandler {
^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Combiners/Zip/ZipRuntime.swift:122:15: warning: 'withTaskCancellationHandler(handler:operation:)' is deprecated: renamed to 'withTaskCancellationHandler(operation:onCancel:)'
try await withTaskCancellationHandler {
^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Combiners/Zip/ZipRuntime.swift:122:15: note: use 'withTaskCancellationHandler(operation:onCancel:)' instead
try await withTaskCancellationHandler {
^
[98/121] Compiling AsyncExtensions AsyncBufferedChannel.swift
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AsyncChannels/AsyncBufferedChannel.swift:160:18: warning: 'withTaskCancellationHandler(handler:operation:)' is deprecated: renamed to 'withTaskCancellationHandler(operation:onCancel:)'
return await withTaskCancellationHandler { [state] in
^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AsyncChannels/AsyncBufferedChannel.swift:160:18: note: use 'withTaskCancellationHandler(operation:onCancel:)' instead
return await withTaskCancellationHandler { [state] in
^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AsyncChannels/AsyncThrowingBufferedChannel.swift:181:22: warning: 'withTaskCancellationHandler(handler:operation:)' is deprecated: renamed to 'withTaskCancellationHandler(operation:onCancel:)'
return try await withTaskCancellationHandler { [state] in
^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AsyncChannels/AsyncThrowingBufferedChannel.swift:181:22: note: use 'withTaskCancellationHandler(operation:onCancel:)' instead
return try await withTaskCancellationHandler { [state] in
^
[99/121] Compiling AsyncExtensions AsyncThrowingBufferedChannel.swift
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AsyncChannels/AsyncBufferedChannel.swift:160:18: warning: 'withTaskCancellationHandler(handler:operation:)' is deprecated: renamed to 'withTaskCancellationHandler(operation:onCancel:)'
return await withTaskCancellationHandler { [state] in
^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AsyncChannels/AsyncBufferedChannel.swift:160:18: note: use 'withTaskCancellationHandler(operation:onCancel:)' instead
return await withTaskCancellationHandler { [state] in
^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AsyncChannels/AsyncThrowingBufferedChannel.swift:181:22: warning: 'withTaskCancellationHandler(handler:operation:)' is deprecated: renamed to 'withTaskCancellationHandler(operation:onCancel:)'
return try await withTaskCancellationHandler { [state] in
^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AsyncChannels/AsyncThrowingBufferedChannel.swift:181:22: note: use 'withTaskCancellationHandler(operation:onCancel:)' instead
return try await withTaskCancellationHandler { [state] in
^
[100/121] Compiling AsyncExtensions AsyncCurrentValueSubject.swift
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AsyncChannels/AsyncBufferedChannel.swift:160:18: warning: 'withTaskCancellationHandler(handler:operation:)' is deprecated: renamed to 'withTaskCancellationHandler(operation:onCancel:)'
return await withTaskCancellationHandler { [state] in
^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AsyncChannels/AsyncBufferedChannel.swift:160:18: note: use 'withTaskCancellationHandler(operation:onCancel:)' instead
return await withTaskCancellationHandler { [state] in
^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AsyncChannels/AsyncThrowingBufferedChannel.swift:181:22: warning: 'withTaskCancellationHandler(handler:operation:)' is deprecated: renamed to 'withTaskCancellationHandler(operation:onCancel:)'
return try await withTaskCancellationHandler { [state] in
^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AsyncChannels/AsyncThrowingBufferedChannel.swift:181:22: note: use 'withTaskCancellationHandler(operation:onCancel:)' instead
return try await withTaskCancellationHandler { [state] in
^
[101/121] Compiling AsyncExtensions AsyncPassthroughSubject.swift
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AsyncChannels/AsyncBufferedChannel.swift:160:18: warning: 'withTaskCancellationHandler(handler:operation:)' is deprecated: renamed to 'withTaskCancellationHandler(operation:onCancel:)'
return await withTaskCancellationHandler { [state] in
^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AsyncChannels/AsyncBufferedChannel.swift:160:18: note: use 'withTaskCancellationHandler(operation:onCancel:)' instead
return await withTaskCancellationHandler { [state] in
^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AsyncChannels/AsyncThrowingBufferedChannel.swift:181:22: warning: 'withTaskCancellationHandler(handler:operation:)' is deprecated: renamed to 'withTaskCancellationHandler(operation:onCancel:)'
return try await withTaskCancellationHandler { [state] in
^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AsyncChannels/AsyncThrowingBufferedChannel.swift:181:22: note: use 'withTaskCancellationHandler(operation:onCancel:)' instead
return try await withTaskCancellationHandler { [state] in
^
[102/121] Compiling AsyncExtensions AsyncReplaySubject.swift
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AsyncChannels/AsyncBufferedChannel.swift:160:18: warning: 'withTaskCancellationHandler(handler:operation:)' is deprecated: renamed to 'withTaskCancellationHandler(operation:onCancel:)'
return await withTaskCancellationHandler { [state] in
^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AsyncChannels/AsyncBufferedChannel.swift:160:18: note: use 'withTaskCancellationHandler(operation:onCancel:)' instead
return await withTaskCancellationHandler { [state] in
^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AsyncChannels/AsyncThrowingBufferedChannel.swift:181:22: warning: 'withTaskCancellationHandler(handler:operation:)' is deprecated: renamed to 'withTaskCancellationHandler(operation:onCancel:)'
return try await withTaskCancellationHandler { [state] in
^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AsyncChannels/AsyncThrowingBufferedChannel.swift:181:22: note: use 'withTaskCancellationHandler(operation:onCancel:)' instead
return try await withTaskCancellationHandler { [state] in
^
[103/121] Compiling AsyncExtensions AsyncSubject.swift
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AsyncChannels/AsyncBufferedChannel.swift:160:18: warning: 'withTaskCancellationHandler(handler:operation:)' is deprecated: renamed to 'withTaskCancellationHandler(operation:onCancel:)'
return await withTaskCancellationHandler { [state] in
^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AsyncChannels/AsyncBufferedChannel.swift:160:18: note: use 'withTaskCancellationHandler(operation:onCancel:)' instead
return await withTaskCancellationHandler { [state] in
^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AsyncChannels/AsyncThrowingBufferedChannel.swift:181:22: warning: 'withTaskCancellationHandler(handler:operation:)' is deprecated: renamed to 'withTaskCancellationHandler(operation:onCancel:)'
return try await withTaskCancellationHandler { [state] in
^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AsyncChannels/AsyncThrowingBufferedChannel.swift:181:22: note: use 'withTaskCancellationHandler(operation:onCancel:)' instead
return try await withTaskCancellationHandler { [state] in
^
[104/121] Compiling AsyncExtensions ZipStateMachine.swift
[105/121] Compiling AsyncExtensions Termination.swift
[106/121] Compiling AsyncExtensions AsyncEmptySequence.swift
[107/121] Compiling AsyncExtensions AsyncFailSequence.swift
[108/121] Compiling AsyncExtensions AsyncJustSequence.swift
[109/121] Compiling AsyncExtensions AsyncLazySequence.swift
[110/121] Compiling AsyncExtensions AsyncThrowingCurrentValueSubject.swift
[111/121] Compiling AsyncExtensions AsyncThrowingPassthroughSubject.swift
[112/121] Compiling AsyncExtensions AsyncThrowingReplaySubject.swift
[113/121] Compiling AsyncExtensions Streamed.swift
[114/121] Compiling AsyncExtensions AsyncMerge2Sequence.swift
[115/121] Compiling AsyncExtensions AsyncMerge3Sequence.swift
[116/121] Compiling AsyncExtensions AsyncStream+Pipe.swift
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Creators/AsyncTimerSequence.swift:81:13: warning: 'withTaskCancellationHandler(handler:operation:)' is deprecated: renamed to 'withTaskCancellationHandler(operation:onCancel:)'
await withTaskCancellationHandler { [task] in
^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Creators/AsyncTimerSequence.swift:81:13: note: use 'withTaskCancellationHandler(operation:onCancel:)' instead
await withTaskCancellationHandler { [task] in
^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Creators/AsyncTimerSequence.swift:8:17: remark: '@preconcurrency' attribute on module 'Foundation' is unused
@preconcurrency import Foundation
~~~~~~~~~~~~~~~~^
[117/121] Compiling AsyncExtensions AsyncThrowingJustSequence.swift
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Creators/AsyncTimerSequence.swift:81:13: warning: 'withTaskCancellationHandler(handler:operation:)' is deprecated: renamed to 'withTaskCancellationHandler(operation:onCancel:)'
await withTaskCancellationHandler { [task] in
^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Creators/AsyncTimerSequence.swift:81:13: note: use 'withTaskCancellationHandler(operation:onCancel:)' instead
await withTaskCancellationHandler { [task] in
^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Creators/AsyncTimerSequence.swift:8:17: remark: '@preconcurrency' attribute on module 'Foundation' is unused
@preconcurrency import Foundation
~~~~~~~~~~~~~~~~^
[118/121] Compiling AsyncExtensions AsyncTimerSequence.swift
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Creators/AsyncTimerSequence.swift:81:13: warning: 'withTaskCancellationHandler(handler:operation:)' is deprecated: renamed to 'withTaskCancellationHandler(operation:onCancel:)'
await withTaskCancellationHandler { [task] in
^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Creators/AsyncTimerSequence.swift:81:13: note: use 'withTaskCancellationHandler(operation:onCancel:)' instead
await withTaskCancellationHandler { [task] in
^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Creators/AsyncTimerSequence.swift:8:17: remark: '@preconcurrency' attribute on module 'Foundation' is unused
@preconcurrency import Foundation
~~~~~~~~~~~~~~~~^
[119/121] Compiling AsyncExtensions AsyncHandleEventsSequence.swift
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Creators/AsyncTimerSequence.swift:81:13: warning: 'withTaskCancellationHandler(handler:operation:)' is deprecated: renamed to 'withTaskCancellationHandler(operation:onCancel:)'
await withTaskCancellationHandler { [task] in
^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Creators/AsyncTimerSequence.swift:81:13: note: use 'withTaskCancellationHandler(operation:onCancel:)' instead
await withTaskCancellationHandler { [task] in
^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Creators/AsyncTimerSequence.swift:8:17: remark: '@preconcurrency' attribute on module 'Foundation' is unused
@preconcurrency import Foundation
~~~~~~~~~~~~~~~~^
[120/121] Compiling AsyncExtensions AsyncMapToResultSequence.swift
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Creators/AsyncTimerSequence.swift:81:13: warning: 'withTaskCancellationHandler(handler:operation:)' is deprecated: renamed to 'withTaskCancellationHandler(operation:onCancel:)'
await withTaskCancellationHandler { [task] in
^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Creators/AsyncTimerSequence.swift:81:13: note: use 'withTaskCancellationHandler(operation:onCancel:)' instead
await withTaskCancellationHandler { [task] in
^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Creators/AsyncTimerSequence.swift:8:17: remark: '@preconcurrency' attribute on module 'Foundation' is unused
@preconcurrency import Foundation
~~~~~~~~~~~~~~~~^
[121/121] Compiling AsyncExtensions AsyncMulticastSequence.swift
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Creators/AsyncTimerSequence.swift:81:13: warning: 'withTaskCancellationHandler(handler:operation:)' is deprecated: renamed to 'withTaskCancellationHandler(operation:onCancel:)'
await withTaskCancellationHandler { [task] in
^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Creators/AsyncTimerSequence.swift:81:13: note: use 'withTaskCancellationHandler(operation:onCancel:)' instead
await withTaskCancellationHandler { [task] in
^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Creators/AsyncTimerSequence.swift:8:17: remark: '@preconcurrency' attribute on module 'Foundation' is unused
@preconcurrency import Foundation
~~~~~~~~~~~~~~~~^
Build complete! (12.60s)
Fetching https://github.com/apple/swift-collections.git from cache
Fetched https://github.com/apple/swift-collections.git (1.28s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.0.3 (0.07s)
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.0.3
Build complete.
Done.