The Swift Package Index logo.Swift Package Index

Build Information

Successful build of AsyncExtensions with Swift 5.9 for macOS (SPM).

Build Command

env DEVELOPER_DIR="/Applications/Xcode-15.0.0-Beta.app" xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.19.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/sideeffect-io/AsyncExtensions.git
Reference: 0.5.2
Initialized empty Git repository in /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/sideeffect-io/AsyncExtensions
 * tag               0.5.2      -> FETCH_HEAD
HEAD is now at 1f0729e Merge pull request #33 from sideeffect-io/release/0.5.2
Cloned https://github.com/sideeffect-io/AsyncExtensions.git into spi-builder-workspace
1f0729e4f1f6c7166acfac3cec43b3cbe83be0e6
SUCCESS checkout https://github.com/sideeffect-io/AsyncExtensions.git at 0.5.2
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.9
Building package at path:  spi-builder-workspace
Running build ...
env DEVELOPER_DIR="/Applications/Xcode-15.0.0-Beta.app" xcrun swift build --arch arm64
Building ... (attempt 1)
Fetching https://github.com/apple/swift-collections.git from cache
Fetched https://github.com/apple/swift-collections.git (0.77s)
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
Building for debugging...
[1/63] Compiling OrderedCollections _HashTable.swift
[2/63] Compiling OrderedCollections OrderedSet+CustomDebugStringConvertible.swift
[3/63] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[4/63] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[5/63] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[6/63] Compiling OrderedCollections _HashTable+Constants.swift
[7/63] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[8/63] Compiling OrderedCollections _HashTable+Testing.swift
[9/63] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[10/63] Compiling OrderedCollections OrderedDictionary+Elements.swift
[11/63] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[12/63] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[13/63] Compiling OrderedCollections OrderedSet+CustomStringConvertible.swift
[14/63] Compiling OrderedCollections OrderedSet+Diffing.swift
[15/65] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[16/65] Compiling OrderedCollections _HashTable+Bucket.swift
[17/65] Compiling OrderedCollections _HashTable+BucketIterator.swift
[18/65] Emitting module DequeModule
[23/65] Compiling DequeModule _DequeSlot.swift
[24/65] Compiling DequeModule _UnsafeWrappedBuffer.swift
[25/65] Compiling OrderedCollections OrderedSet+Hashable.swift
[26/65] Compiling OrderedCollections OrderedSet+Initializers.swift
[27/65] Compiling OrderedCollections OrderedSet+Insertions.swift
[28/65] Compiling OrderedCollections OrderedSet+Invariants.swift
[29/65] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[30/65] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[31/65] Compiling OrderedCollections _Hashtable+Header.swift
[32/65] Compiling OrderedCollections OrderedDictionary+Codable.swift
[33/65] Compiling OrderedCollections OrderedDictionary+CustomDebugStringConvertible.swift
[34/65] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[35/65] Compiling OrderedCollections OrderedDictionary+CustomStringConvertible.swift
[36/65] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[37/65] Compiling OrderedCollections OrderedDictionary+Elements+SubSequence.swift
[38/65] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[39/65] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Operations.swift
[40/65] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Predicates.swift
[41/65] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[42/65] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[43/65] Compiling OrderedCollections OrderedSet+SubSequence.swift
[44/65] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[45/65] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[46/65] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[47/65] Compiling OrderedCollections OrderedDictionary+Values.swift
[48/65] Compiling OrderedCollections OrderedDictionary.swift
[49/65] Compiling OrderedCollections OrderedSet+Codable.swift
[65/71] Emitting module OrderedCollections
[66/71] Compiling OrderedCollections OrderedSet+Testing.swift
[67/71] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[68/71] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[69/71] Compiling OrderedCollections OrderedSet.swift
[70/71] Compiling OrderedCollections RandomAccessCollection+Offsets.swift
[71/71] Compiling OrderedCollections _UnsafeBitset.swift
[72/73] Compiling Collections Collections.swift
[73/73] Emitting module Collections
[74/116] Compiling AsyncExtensions ZipStateMachine.swift
[75/116] Compiling AsyncExtensions Termination.swift
[76/116] Compiling AsyncExtensions AsyncEmptySequence.swift
[77/116] Compiling AsyncExtensions AsyncFailSequence.swift
[78/116] Compiling AsyncExtensions AsyncJustSequence.swift
[79/116] Compiling AsyncExtensions AsyncLazySequence.swift
[80/121] Emitting module AsyncExtensions
[81/121] Compiling AsyncExtensions AsyncBufferedChannel.swift
/Users/builder/builds/TDmZkXJm/1/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/1/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/1/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/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AsyncChannels/AsyncThrowingBufferedChannel.swift:181:22: note: use 'withTaskCancellationHandler(operation:onCancel:)' instead
    return try await withTaskCancellationHandler { [state] in
                     ^
[82/121] Compiling AsyncExtensions AsyncThrowingBufferedChannel.swift
/Users/builder/builds/TDmZkXJm/1/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/1/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/1/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/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AsyncChannels/AsyncThrowingBufferedChannel.swift:181:22: note: use 'withTaskCancellationHandler(operation:onCancel:)' instead
    return try await withTaskCancellationHandler { [state] in
                     ^
[83/121] Compiling AsyncExtensions AsyncCurrentValueSubject.swift
/Users/builder/builds/TDmZkXJm/1/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/1/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/1/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/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AsyncChannels/AsyncThrowingBufferedChannel.swift:181:22: note: use 'withTaskCancellationHandler(operation:onCancel:)' instead
    return try await withTaskCancellationHandler { [state] in
                     ^
[84/121] Compiling AsyncExtensions AsyncPassthroughSubject.swift
/Users/builder/builds/TDmZkXJm/1/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/1/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/1/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/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AsyncChannels/AsyncThrowingBufferedChannel.swift:181:22: note: use 'withTaskCancellationHandler(operation:onCancel:)' instead
    return try await withTaskCancellationHandler { [state] in
                     ^
[85/121] Compiling AsyncExtensions AsyncReplaySubject.swift
/Users/builder/builds/TDmZkXJm/1/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/1/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/1/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/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AsyncChannels/AsyncThrowingBufferedChannel.swift:181:22: note: use 'withTaskCancellationHandler(operation:onCancel:)' instead
    return try await withTaskCancellationHandler { [state] in
                     ^
[86/121] Compiling AsyncExtensions AsyncSubject.swift
/Users/builder/builds/TDmZkXJm/1/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/1/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/1/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/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/AsyncChannels/AsyncThrowingBufferedChannel.swift:181:22: note: use 'withTaskCancellationHandler(operation:onCancel:)' instead
    return try await withTaskCancellationHandler { [state] in
                     ^
[87/121] Compiling AsyncExtensions AsyncMergeSequence.swift
/Users/builder/builds/TDmZkXJm/1/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/1/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/1/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/1/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/1/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/1/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
                       ^
[88/121] Compiling AsyncExtensions MergeStateMachine.swift
/Users/builder/builds/TDmZkXJm/1/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/1/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/1/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/1/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/1/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/1/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
                       ^
[89/121] Compiling AsyncExtensions AsyncWithLatestFrom2Sequence.swift
/Users/builder/builds/TDmZkXJm/1/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/1/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/1/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/1/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/1/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/1/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
                       ^
[90/121] Compiling AsyncExtensions AsyncWithLatestFromSequence.swift
/Users/builder/builds/TDmZkXJm/1/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/1/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/1/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/1/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/1/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/1/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
                       ^
[91/121] Compiling AsyncExtensions AsyncZip2Sequence.swift
/Users/builder/builds/TDmZkXJm/1/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/1/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/1/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/1/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/1/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/1/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
                       ^
[92/121] Compiling AsyncExtensions AsyncZip3Sequence.swift
/Users/builder/builds/TDmZkXJm/1/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/1/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/1/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/1/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/1/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/1/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
                       ^
[93/121] Compiling AsyncExtensions AsyncZipSequence.swift
/Users/builder/builds/TDmZkXJm/1/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/1/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/1/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/1/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/1/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/1/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 Zip2Runtime.swift
/Users/builder/builds/TDmZkXJm/1/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/1/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/1/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/1/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/1/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/1/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 Zip2StateMachine.swift
/Users/builder/builds/TDmZkXJm/1/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/1/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/1/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/1/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/1/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/1/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 Zip3Runtime.swift
/Users/builder/builds/TDmZkXJm/1/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/1/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/1/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/1/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/1/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/1/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 Zip3StateMachine.swift
/Users/builder/builds/TDmZkXJm/1/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/1/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/1/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/1/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/1/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/1/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 ZipRuntime.swift
/Users/builder/builds/TDmZkXJm/1/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/1/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/1/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/1/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/1/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/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Combiners/Zip/ZipRuntime.swift:122:15: note: use 'withTaskCancellationHandler(operation:onCancel:)' instead
    try await withTaskCancellationHandler {
              ^
[99/121] Compiling AsyncExtensions AsyncSequence+Share.swift
/Users/builder/builds/TDmZkXJm/1/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/1/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/1/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/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Supporting/Regulator.swift:50:11: note: use 'withTaskCancellationHandler(operation:onCancel:)' instead
    await withTaskCancellationHandler {
          ^
[100/121] Compiling AsyncExtensions AsyncSwitchToLatestSequence.swift
/Users/builder/builds/TDmZkXJm/1/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/1/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/1/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/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Supporting/Regulator.swift:50:11: note: use 'withTaskCancellationHandler(operation:onCancel:)' instead
    await withTaskCancellationHandler {
          ^
[101/121] Compiling AsyncExtensions ManagedCriticalState.swift
/Users/builder/builds/TDmZkXJm/1/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/1/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/1/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/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Supporting/Regulator.swift:50:11: note: use 'withTaskCancellationHandler(operation:onCancel:)' instead
    await withTaskCancellationHandler {
          ^
[102/121] Compiling AsyncExtensions Regulator.swift
/Users/builder/builds/TDmZkXJm/1/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/1/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/1/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/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Supporting/Regulator.swift:50:11: note: use 'withTaskCancellationHandler(operation:onCancel:)' instead
    await withTaskCancellationHandler {
          ^
[103/121] Compiling AsyncExtensions Result+ErrorMechanism.swift
/Users/builder/builds/TDmZkXJm/1/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/1/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/1/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/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Supporting/Regulator.swift:50:11: note: use 'withTaskCancellationHandler(operation:onCancel:)' instead
    await withTaskCancellationHandler {
          ^
[104/121] Compiling AsyncExtensions AsyncPrependSequence.swift
[105/121] Compiling AsyncExtensions AsyncScanSequence.swift
[106/121] Compiling AsyncExtensions AsyncSequence+Assign.swift
[107/121] Compiling AsyncExtensions AsyncSequence+Collect.swift
[108/121] Compiling AsyncExtensions AsyncSequence+EraseToAnyAsyncSequence.swift
[109/121] Compiling AsyncExtensions AsyncSequence+FlatMapLatest.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/1/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/1/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/1/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/1/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/1/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/1/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/1/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/1/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/1/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/1/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/1/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/1/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/1/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/1/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/1/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/1/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/1/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/1/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! (14.52s)
Build complete.
Done.