The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Successful build of swift-async-algorithms, reference main (6c050d), with Swift 6.2 for macOS (SPM) on 1 Dec 2025 22:21:12 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/apple/swift-async-algorithms.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/apple/swift-async-algorithms
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 6c050d5 Make `MPSCAsyncChannel` source methods `nonisolated(nonsending)` (#380)
Cloned https://github.com/apple/swift-async-algorithms.git
Revision (git rev-parse @):
6c050d5ef8e1aa6342528460db614e9770d7f804
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/apple/swift-async-algorithms.git at main
Fetching https://github.com/apple/swift-collections.git
[1/18314] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (1.90s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.3.0 (2.52s)
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.3.0
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "dependencies": [
    {
      "identity": "swift-async-algorithms",
      "name": "swift-async-algorithms",
      "url": "https://github.com/apple/swift-async-algorithms.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-async-algorithms",
      "dependencies": [
        {
          "identity": "swift-collections",
          "name": "swift-collections",
          "url": "https://github.com/apple/swift-collections.git",
          "version": "1.3.0",
          "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-collections",
          "dependencies": [
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/apple/swift-async-algorithms.git
[1/5790] Fetching swift-async-algorithms
Fetched https://github.com/apple/swift-async-algorithms.git from cache (1.22s)
Fetching https://github.com/apple/swift-collections.git from cache
Fetched https://github.com/apple/swift-collections.git from cache (0.57s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.3.0 (0.63s)
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.3.0
Creating working copy for https://github.com/apple/swift-async-algorithms.git
Working copy of https://github.com/apple/swift-async-algorithms.git resolved at main (6c050d5)
warning: '.resolve-product-dependencies': dependency 'swift-async-algorithms' is not used by any target
Found 1 product dependencies
  - swift-collections
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/apple/swift-async-algorithms.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0.app xcrun swift build --arch arm64
Building for debugging...
[0/7] Write sources
[6/7] Write swift-version-49B95AFC49DCD68C.txt
[8/24] Compiling InternalCollectionsUtilities Descriptions.swift
[9/24] Compiling InternalCollectionsUtilities LifetimeOverride.swift
[10/24] Compiling InternalCollectionsUtilities UnsafeMutableRawBufferPointer+Extras.swift
[11/24] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[12/24] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[13/24] Compiling InternalCollectionsUtilities Debugging.swift
[14/24] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[15/24] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[16/25] Compiling InternalCollectionsUtilities UnsafeRawBufferPointer+Extras.swift
[17/25] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[18/25] Compiling InternalCollectionsUtilities _SortedCollection.swift
[19/25] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[20/25] Compiling InternalCollectionsUtilities UInt+reversed.swift
[21/25] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[22/25] Compiling InternalCollectionsUtilities Integer rank.swift
[23/25] Emitting module InternalCollectionsUtilities
[24/25] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[25/25] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[26/97] Compiling DequeModule _DequeBufferHeader.swift
[27/98] Compiling DequeModule _DequeBuffer.swift
[28/98] Compiling DequeModule _DequeSlot.swift
[29/98] Compiling DequeModule _UnsafeWrappedBuffer.swift
[30/98] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[31/98] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[32/98] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[33/98] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[34/98] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[35/98] Compiling OrderedCollections OrderedSet+Sendable.swift
[36/98] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[37/98] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[38/98] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[39/98] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[40/98] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[41/98] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[42/104] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[43/104] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[44/104] Compiling OrderedCollections _HashTable.swift
[45/104] Compiling OrderedCollections OrderedDictionary+Elements.swift
[46/104] Compiling OrderedCollections _HashTable+Constants.swift
[47/104] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[48/104] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[49/104] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[50/104] Compiling OrderedCollections _HashTable+Bucket.swift
[51/104] Compiling OrderedCollections _HashTable+BucketIterator.swift
[52/104] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[53/104] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[54/104] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[55/104] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[56/104] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[57/104] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[58/104] Compiling OrderedCollections OrderedSet+Hashable.swift
[59/104] Compiling OrderedCollections OrderedSet+Initializers.swift
[60/104] Compiling OrderedCollections OrderedSet+Insertions.swift
[61/104] Compiling OrderedCollections OrderedSet+Invariants.swift
[62/104] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[63/104] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[64/104] Compiling OrderedCollections OrderedSet+Codable.swift
[65/104] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[66/104] Compiling OrderedCollections OrderedSet+Descriptions.swift
[67/104] Compiling OrderedCollections OrderedSet+Diffing.swift
[68/104] Compiling OrderedCollections OrderedSet+Equatable.swift
[69/104] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[70/104] Compiling OrderedCollections _HashTable+Testing.swift
[71/104] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[72/104] Emitting module DequeModule
[73/104] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[74/104] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[75/104] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[76/104] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[77/104] Compiling OrderedCollections OrderedDictionary+Values.swift
[78/104] Compiling OrderedCollections OrderedDictionary.swift
[79/104] Compiling OrderedCollections _Hashtable+Header.swift
[80/104] Compiling OrderedCollections OrderedDictionary+Codable.swift
[81/104] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[82/104] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[83/104] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[84/104] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[90/104] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[98/104] Compiling OrderedCollections OrderedSet+SubSequence.swift
[99/104] Compiling OrderedCollections OrderedSet+Testing.swift
[100/104] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[101/104] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[102/104] Compiling OrderedCollections OrderedSet.swift
[103/104] Compiling OrderedCollections _UnsafeBitset.swift
[104/104] Emitting module OrderedCollections
[105/154] Compiling AsyncAlgorithms AsyncAdjacentPairsSequence.swift
[106/154] Compiling AsyncAlgorithms AsyncBufferedByteIterator.swift
[107/154] Compiling AsyncAlgorithms AsyncChain2Sequence.swift
[108/154] Compiling AsyncAlgorithms AsyncChain3Sequence.swift
[109/154] Compiling AsyncAlgorithms AsyncChunkedByGroupSequence.swift
[110/154] Compiling AsyncAlgorithms AsyncChunkedOnProjectionSequence.swift
[111/159] Compiling AsyncAlgorithms AsyncThrowingInclusiveReductionsSequence.swift
[112/159] Compiling AsyncAlgorithms AsyncTimerSequence.swift
[113/159] Compiling AsyncAlgorithms AsyncBufferSequence.swift
[114/159] Compiling AsyncAlgorithms BoundedBufferStateMachine.swift
[115/159] Compiling AsyncAlgorithms BoundedBufferStorage.swift
[116/159] Compiling AsyncAlgorithms UnboundedBufferStateMachine.swift
[117/159] Emitting module AsyncAlgorithms
[118/159] Compiling AsyncAlgorithms UnboundedBufferStorage.swift
[119/159] Compiling AsyncAlgorithms AsyncChannel.swift
[120/159] Compiling AsyncAlgorithms AsyncThrowingChannel.swift
[121/159] Compiling AsyncAlgorithms ChannelStateMachine.swift
[122/159] Compiling AsyncAlgorithms ChannelStorage.swift
[123/159] Compiling AsyncAlgorithms DebounceStateMachine.swift
[124/159] Compiling AsyncAlgorithms DebounceStorage.swift
[125/159] Compiling AsyncAlgorithms Dictionary.swift
[126/159] Compiling AsyncAlgorithms _TinyArray.swift
[127/159] Compiling AsyncAlgorithms AsyncInterspersedSequence.swift
[128/159] Compiling AsyncAlgorithms UnsafeTransfer.swift
[129/159] Compiling AsyncAlgorithms AsyncZip2Sequence.swift
[130/159] Compiling AsyncAlgorithms AsyncZip3Sequence.swift
[131/159] Compiling AsyncAlgorithms ZipStateMachine.swift
[132/159] Compiling AsyncAlgorithms ZipStorage.swift
[133/159] Compiling AsyncAlgorithms Locking.swift
[134/159] Compiling AsyncAlgorithms AsyncMerge2Sequence.swift
[135/159] Compiling AsyncAlgorithms AsyncMerge3Sequence.swift
[136/159] Compiling AsyncAlgorithms MergeStateMachine.swift
[137/159] Compiling AsyncAlgorithms MergeStorage.swift
[138/159] Compiling AsyncAlgorithms AsyncChunksOfCountOrSignalSequence.swift
/Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/AsyncChunksOfCountOrSignalSequence.swift:169:33: warning: capture of non-Sendable type 'Collected.Type' in an isolated closure [#SendableMetatypes]
167 |     return Iterator(
168 |       iterator: merge(
169 |         chain(base.map { Either.element($0) }, [.terminal].async),
    |                                 `- warning: capture of non-Sendable type 'Collected.Type' in an isolated closure [#SendableMetatypes]
170 |         signal.map { _ in Either.signal }
171 |       ).makeAsyncIterator(),
/Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/AsyncChunksOfCountOrSignalSequence.swift:170:34: warning: capture of non-Sendable type 'Collected.Type' in an isolated closure [#SendableMetatypes]
168 |       iterator: merge(
169 |         chain(base.map { Either.element($0) }, [.terminal].async),
170 |         signal.map { _ in Either.signal }
    |                                  `- warning: capture of non-Sendable type 'Collected.Type' in an isolated closure [#SendableMetatypes]
171 |       ).makeAsyncIterator(),
172 |       count: count
[#SendableMetatypes]: <https://docs.swift.org/compiler/documentation/diagnostics/sendable-metatypes>
[139/159] Compiling AsyncAlgorithms AsyncChunksOfCountSequence.swift
/Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/AsyncChunksOfCountOrSignalSequence.swift:169:33: warning: capture of non-Sendable type 'Collected.Type' in an isolated closure [#SendableMetatypes]
167 |     return Iterator(
168 |       iterator: merge(
169 |         chain(base.map { Either.element($0) }, [.terminal].async),
    |                                 `- warning: capture of non-Sendable type 'Collected.Type' in an isolated closure [#SendableMetatypes]
170 |         signal.map { _ in Either.signal }
171 |       ).makeAsyncIterator(),
/Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/AsyncChunksOfCountOrSignalSequence.swift:170:34: warning: capture of non-Sendable type 'Collected.Type' in an isolated closure [#SendableMetatypes]
168 |       iterator: merge(
169 |         chain(base.map { Either.element($0) }, [.terminal].async),
170 |         signal.map { _ in Either.signal }
    |                                  `- warning: capture of non-Sendable type 'Collected.Type' in an isolated closure [#SendableMetatypes]
171 |       ).makeAsyncIterator(),
172 |       count: count
[#SendableMetatypes]: <https://docs.swift.org/compiler/documentation/diagnostics/sendable-metatypes>
[140/159] Compiling AsyncAlgorithms AsyncCompactedSequence.swift
/Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/AsyncChunksOfCountOrSignalSequence.swift:169:33: warning: capture of non-Sendable type 'Collected.Type' in an isolated closure [#SendableMetatypes]
167 |     return Iterator(
168 |       iterator: merge(
169 |         chain(base.map { Either.element($0) }, [.terminal].async),
    |                                 `- warning: capture of non-Sendable type 'Collected.Type' in an isolated closure [#SendableMetatypes]
170 |         signal.map { _ in Either.signal }
171 |       ).makeAsyncIterator(),
/Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/AsyncChunksOfCountOrSignalSequence.swift:170:34: warning: capture of non-Sendable type 'Collected.Type' in an isolated closure [#SendableMetatypes]
168 |       iterator: merge(
169 |         chain(base.map { Either.element($0) }, [.terminal].async),
170 |         signal.map { _ in Either.signal }
    |                                  `- warning: capture of non-Sendable type 'Collected.Type' in an isolated closure [#SendableMetatypes]
171 |       ).makeAsyncIterator(),
172 |       count: count
[#SendableMetatypes]: <https://docs.swift.org/compiler/documentation/diagnostics/sendable-metatypes>
[141/159] Compiling AsyncAlgorithms AsyncExclusiveReductionsSequence.swift
/Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/AsyncChunksOfCountOrSignalSequence.swift:169:33: warning: capture of non-Sendable type 'Collected.Type' in an isolated closure [#SendableMetatypes]
167 |     return Iterator(
168 |       iterator: merge(
169 |         chain(base.map { Either.element($0) }, [.terminal].async),
    |                                 `- warning: capture of non-Sendable type 'Collected.Type' in an isolated closure [#SendableMetatypes]
170 |         signal.map { _ in Either.signal }
171 |       ).makeAsyncIterator(),
/Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/AsyncChunksOfCountOrSignalSequence.swift:170:34: warning: capture of non-Sendable type 'Collected.Type' in an isolated closure [#SendableMetatypes]
168 |       iterator: merge(
169 |         chain(base.map { Either.element($0) }, [.terminal].async),
170 |         signal.map { _ in Either.signal }
    |                                  `- warning: capture of non-Sendable type 'Collected.Type' in an isolated closure [#SendableMetatypes]
171 |       ).makeAsyncIterator(),
172 |       count: count
[#SendableMetatypes]: <https://docs.swift.org/compiler/documentation/diagnostics/sendable-metatypes>
[142/159] Compiling AsyncAlgorithms AsyncInclusiveReductionsSequence.swift
/Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/AsyncChunksOfCountOrSignalSequence.swift:169:33: warning: capture of non-Sendable type 'Collected.Type' in an isolated closure [#SendableMetatypes]
167 |     return Iterator(
168 |       iterator: merge(
169 |         chain(base.map { Either.element($0) }, [.terminal].async),
    |                                 `- warning: capture of non-Sendable type 'Collected.Type' in an isolated closure [#SendableMetatypes]
170 |         signal.map { _ in Either.signal }
171 |       ).makeAsyncIterator(),
/Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/AsyncChunksOfCountOrSignalSequence.swift:170:34: warning: capture of non-Sendable type 'Collected.Type' in an isolated closure [#SendableMetatypes]
168 |       iterator: merge(
169 |         chain(base.map { Either.element($0) }, [.terminal].async),
170 |         signal.map { _ in Either.signal }
    |                                  `- warning: capture of non-Sendable type 'Collected.Type' in an isolated closure [#SendableMetatypes]
171 |       ).makeAsyncIterator(),
172 |       count: count
[#SendableMetatypes]: <https://docs.swift.org/compiler/documentation/diagnostics/sendable-metatypes>
[143/159] Compiling AsyncAlgorithms AsyncJoinedBySeparatorSequence.swift
/Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/AsyncChunksOfCountOrSignalSequence.swift:169:33: warning: capture of non-Sendable type 'Collected.Type' in an isolated closure [#SendableMetatypes]
167 |     return Iterator(
168 |       iterator: merge(
169 |         chain(base.map { Either.element($0) }, [.terminal].async),
    |                                 `- warning: capture of non-Sendable type 'Collected.Type' in an isolated closure [#SendableMetatypes]
170 |         signal.map { _ in Either.signal }
171 |       ).makeAsyncIterator(),
/Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/AsyncChunksOfCountOrSignalSequence.swift:170:34: warning: capture of non-Sendable type 'Collected.Type' in an isolated closure [#SendableMetatypes]
168 |       iterator: merge(
169 |         chain(base.map { Either.element($0) }, [.terminal].async),
170 |         signal.map { _ in Either.signal }
    |                                  `- warning: capture of non-Sendable type 'Collected.Type' in an isolated closure [#SendableMetatypes]
171 |       ).makeAsyncIterator(),
172 |       count: count
[#SendableMetatypes]: <https://docs.swift.org/compiler/documentation/diagnostics/sendable-metatypes>
[144/159] Compiling AsyncAlgorithms AsyncCombineLatest2Sequence.swift
[145/159] Compiling AsyncAlgorithms AsyncCombineLatest3Sequence.swift
[146/159] Compiling AsyncAlgorithms CombineLatestStateMachine.swift
[147/159] Compiling AsyncAlgorithms CombineLatestStorage.swift
[148/159] Compiling AsyncAlgorithms AsyncDebounceSequence.swift
[149/159] Compiling AsyncAlgorithms AsyncJoinedSequence.swift
/Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/AsyncRemoveDuplicatesSequence.swift:18:11: warning: capture of non-Sendable type 'Self.Element.Type' in an isolated closure [#SendableMetatypes]
 16 |   public func removeDuplicates() -> AsyncRemoveDuplicatesSequence<Self> {
 17 |     AsyncRemoveDuplicatesSequence(self) { lhs, rhs in
 18 |       lhs == rhs
    |           `- warning: capture of non-Sendable type 'Self.Element.Type' in an isolated closure [#SendableMetatypes]
 19 |     }
 20 |   }
[#SendableMetatypes]: <https://docs.swift.org/compiler/documentation/diagnostics/sendable-metatypes>
[150/159] Compiling AsyncAlgorithms AsyncRemoveDuplicatesSequence.swift
/Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/AsyncRemoveDuplicatesSequence.swift:18:11: warning: capture of non-Sendable type 'Self.Element.Type' in an isolated closure [#SendableMetatypes]
 16 |   public func removeDuplicates() -> AsyncRemoveDuplicatesSequence<Self> {
 17 |     AsyncRemoveDuplicatesSequence(self) { lhs, rhs in
 18 |       lhs == rhs
    |           `- warning: capture of non-Sendable type 'Self.Element.Type' in an isolated closure [#SendableMetatypes]
 19 |     }
 20 |   }
[#SendableMetatypes]: <https://docs.swift.org/compiler/documentation/diagnostics/sendable-metatypes>
[151/159] Compiling AsyncAlgorithms AsyncShareSequence.swift
/Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/AsyncRemoveDuplicatesSequence.swift:18:11: warning: capture of non-Sendable type 'Self.Element.Type' in an isolated closure [#SendableMetatypes]
 16 |   public func removeDuplicates() -> AsyncRemoveDuplicatesSequence<Self> {
 17 |     AsyncRemoveDuplicatesSequence(self) { lhs, rhs in
 18 |       lhs == rhs
    |           `- warning: capture of non-Sendable type 'Self.Element.Type' in an isolated closure [#SendableMetatypes]
 19 |     }
 20 |   }
[#SendableMetatypes]: <https://docs.swift.org/compiler/documentation/diagnostics/sendable-metatypes>
[152/159] Compiling AsyncAlgorithms AsyncSyncSequence.swift
/Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/AsyncRemoveDuplicatesSequence.swift:18:11: warning: capture of non-Sendable type 'Self.Element.Type' in an isolated closure [#SendableMetatypes]
 16 |   public func removeDuplicates() -> AsyncRemoveDuplicatesSequence<Self> {
 17 |     AsyncRemoveDuplicatesSequence(self) { lhs, rhs in
 18 |       lhs == rhs
    |           `- warning: capture of non-Sendable type 'Self.Element.Type' in an isolated closure [#SendableMetatypes]
 19 |     }
 20 |   }
[#SendableMetatypes]: <https://docs.swift.org/compiler/documentation/diagnostics/sendable-metatypes>
[153/159] Compiling AsyncAlgorithms AsyncThrottleSequence.swift
/Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/AsyncRemoveDuplicatesSequence.swift:18:11: warning: capture of non-Sendable type 'Self.Element.Type' in an isolated closure [#SendableMetatypes]
 16 |   public func removeDuplicates() -> AsyncRemoveDuplicatesSequence<Self> {
 17 |     AsyncRemoveDuplicatesSequence(self) { lhs, rhs in
 18 |       lhs == rhs
    |           `- warning: capture of non-Sendable type 'Self.Element.Type' in an isolated closure [#SendableMetatypes]
 19 |     }
 20 |   }
[#SendableMetatypes]: <https://docs.swift.org/compiler/documentation/diagnostics/sendable-metatypes>
[154/159] Compiling AsyncAlgorithms AsyncThrowingExclusiveReductionsSequence.swift
/Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/AsyncRemoveDuplicatesSequence.swift:18:11: warning: capture of non-Sendable type 'Self.Element.Type' in an isolated closure [#SendableMetatypes]
 16 |   public func removeDuplicates() -> AsyncRemoveDuplicatesSequence<Self> {
 17 |     AsyncRemoveDuplicatesSequence(self) { lhs, rhs in
 18 |       lhs == rhs
    |           `- warning: capture of non-Sendable type 'Self.Element.Type' in an isolated closure [#SendableMetatypes]
 19 |     }
 20 |   }
[#SendableMetatypes]: <https://docs.swift.org/compiler/documentation/diagnostics/sendable-metatypes>
[155/159] Compiling AsyncAlgorithms MultiProducerSingleConsumerAsyncChannel+Internal.swift
[156/159] Compiling AsyncAlgorithms MultiProducerSingleConsumerAsyncChannel.swift
[157/159] Compiling AsyncAlgorithms RangeReplaceableCollection.swift
[158/159] Compiling AsyncAlgorithms Rethrow.swift
[159/159] Compiling AsyncAlgorithms SetAlgebra.swift
[160/171] Compiling AsyncSequenceValidation SourceLocation.swift
[161/171] Compiling AsyncSequenceValidation Locking.swift
[162/171] Compiling AsyncSequenceValidation Job.swift
[163/171] Compiling AsyncSequenceValidation Event.swift
[164/171] Compiling AsyncSequenceValidation Expectation.swift
[165/171] Compiling AsyncSequenceValidation AsyncSequenceValidationDiagram.swift
[166/171] Compiling AsyncSequenceValidation Clock.swift
[167/171] Compiling AsyncSequenceValidation Test.swift
[168/171] Emitting module AsyncSequenceValidation
[169/171] Compiling AsyncSequenceValidation Input.swift
[170/171] Compiling AsyncSequenceValidation TaskDriver.swift
[171/171] Compiling AsyncSequenceValidation Theme.swift
[172/172] Compiling AsyncSequenceValidation WorkQueue.swift
[173/174] Compiling AsyncAlgorithms_XCTest ValidationTest.swift
/Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms_XCTest/ValidationTest.swift:72:90: warning: parameter 'file' with default argument '#file' passed to parameter 'file', whose default argument is '#filePath'
 39 |     expectedFailures: Set<String>,
 40 |     @AsyncSequenceValidationDiagram _ build: (AsyncSequenceValidationDiagram) -> Test,
 41 |     file: StaticString = #file,
    |                          `- note: did you mean for parameter 'file' to default to '#filePath'?
 42 |     line: UInt = #line
 43 |   ) {
    :
 70 |       let actual = result.reconstituteActual(theme: theme)
 71 |       if expected != actual {
 72 |         XCTFail("Validation failure:\nExpected:\n\(expected)\nActual:\n\(actual)", file: file, line: line)
    |                                                                                          |- warning: parameter 'file' with default argument '#file' passed to parameter 'file', whose default argument is '#filePath'
    |                                                                                          `- note: add parentheses to silence this warning
 73 |       }
 74 |     }
XCTest.XCTFail.file:1:1: note: 'file' declared here
1 | file: StaticString
  | `- note: 'file' declared here
/Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms_XCTest/ValidationTest.swift:77:72: warning: parameter 'file' with default argument '#file' passed to parameter 'file', whose default argument is '#filePath'
 39 |     expectedFailures: Set<String>,
 40 |     @AsyncSequenceValidationDiagram _ build: (AsyncSequenceValidationDiagram) -> Test,
 41 |     file: StaticString = #file,
    |                          `- note: did you mean for parameter 'file' to default to '#filePath'?
 42 |     line: UInt = #line
 43 |   ) {
    :
 75 |     // any remaining expectations are failures that were expected but did not happen
 76 |     for expectation in expectations {
 77 |       XCTFail("Expected failure: \(expectation) did not occur.", file: file, line: line)
    |                                                                        |- warning: parameter 'file' with default argument '#file' passed to parameter 'file', whose default argument is '#filePath'
    |                                                                        `- note: add parentheses to silence this warning
 78 |     }
 79 |   }
XCTest.XCTFail.file:1:1: note: 'file' declared here
1 | file: StaticString
  | `- note: 'file' declared here
[174/174] Emitting module AsyncAlgorithms_XCTest
Build complete! (13.65s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-collections",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.1.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-collections.git"
    }
  ],
  "manifest_display_name" : "swift-async-algorithms",
  "name" : "swift-async-algorithms",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "AsyncAlgorithms",
      "targets" : [
        "AsyncAlgorithms"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "_CAsyncSequenceValidationSupport",
      "module_type" : "SystemLibraryTarget",
      "name" : "_CAsyncSequenceValidationSupport",
      "path" : "Sources/_CAsyncSequenceValidationSupport",
      "sources" : [
      ],
      "type" : "system-target"
    },
    {
      "c99name" : "AsyncSequenceValidation",
      "module_type" : "SwiftTarget",
      "name" : "AsyncSequenceValidation",
      "path" : "Sources/AsyncSequenceValidation",
      "sources" : [
        "AsyncSequenceValidationDiagram.swift",
        "Clock.swift",
        "Event.swift",
        "Expectation.swift",
        "Input.swift",
        "Job.swift",
        "Locking.swift",
        "SourceLocation.swift",
        "TaskDriver.swift",
        "Test.swift",
        "Theme.swift",
        "WorkQueue.swift"
      ],
      "target_dependencies" : [
        "_CAsyncSequenceValidationSupport",
        "AsyncAlgorithms"
      ],
      "type" : "library"
    },
    {
      "c99name" : "AsyncAlgorithms_XCTest",
      "module_type" : "SwiftTarget",
      "name" : "AsyncAlgorithms_XCTest",
      "path" : "Sources/AsyncAlgorithms_XCTest",
      "sources" : [
        "ValidationTest.swift"
      ],
      "target_dependencies" : [
        "AsyncAlgorithms",
        "AsyncSequenceValidation"
      ],
      "type" : "library"
    },
    {
      "c99name" : "AsyncAlgorithmsTests",
      "module_type" : "SwiftTarget",
      "name" : "AsyncAlgorithmsTests",
      "path" : "Tests/AsyncAlgorithmsTests",
      "sources" : [
        "Interspersed/TestInterspersed.swift",
        "MultiProducerSingleConsumerChannel/MultiProducerSingleConsumerAsyncChannelTests.swift",
        "Performance/TestThroughput.swift",
        "Performance/ThroughputMeasurement.swift",
        "Support/Asserts.swift",
        "Support/Failure.swift",
        "Support/Gate.swift",
        "Support/GatedSequence.swift",
        "Support/Indefinite.swift",
        "Support/Locking.swift",
        "Support/ManualClock.swift",
        "Support/ManualExecutor.swift",
        "Support/ReportingSequence.swift",
        "Support/Validator.swift",
        "Support/ViolatingSequence.swift",
        "TestAdjacentPairs.swift",
        "TestBuffer.swift",
        "TestBufferedByteIterator.swift",
        "TestChain.swift",
        "TestChannel.swift",
        "TestChunk.swift",
        "TestCombineLatest.swift",
        "TestCompacted.swift",
        "TestDebounce.swift",
        "TestDictionary.swift",
        "TestJoin.swift",
        "TestLazy.swift",
        "TestManualClock.swift",
        "TestMerge.swift",
        "TestRangeReplaceableCollection.swift",
        "TestReductions.swift",
        "TestRemoveDuplicates.swift",
        "TestSetAlgebra.swift",
        "TestShare.swift",
        "TestThrottle.swift",
        "TestThrowingChannel.swift",
        "TestTimer.swift",
        "TestValidationTests.swift",
        "TestValidator.swift",
        "TestZip.swift"
      ],
      "target_dependencies" : [
        "AsyncAlgorithms",
        "AsyncSequenceValidation",
        "AsyncAlgorithms_XCTest"
      ],
      "type" : "test"
    },
    {
      "c99name" : "AsyncAlgorithms",
      "module_type" : "SwiftTarget",
      "name" : "AsyncAlgorithms",
      "path" : "Sources/AsyncAlgorithms",
      "product_dependencies" : [
        "OrderedCollections",
        "DequeModule"
      ],
      "product_memberships" : [
        "AsyncAlgorithms"
      ],
      "sources" : [
        "AsyncAdjacentPairsSequence.swift",
        "AsyncBufferedByteIterator.swift",
        "AsyncChain2Sequence.swift",
        "AsyncChain3Sequence.swift",
        "AsyncChunkedByGroupSequence.swift",
        "AsyncChunkedOnProjectionSequence.swift",
        "AsyncChunksOfCountOrSignalSequence.swift",
        "AsyncChunksOfCountSequence.swift",
        "AsyncCompactedSequence.swift",
        "AsyncExclusiveReductionsSequence.swift",
        "AsyncInclusiveReductionsSequence.swift",
        "AsyncJoinedBySeparatorSequence.swift",
        "AsyncJoinedSequence.swift",
        "AsyncRemoveDuplicatesSequence.swift",
        "AsyncShareSequence.swift",
        "AsyncSyncSequence.swift",
        "AsyncThrottleSequence.swift",
        "AsyncThrowingExclusiveReductionsSequence.swift",
        "AsyncThrowingInclusiveReductionsSequence.swift",
        "AsyncTimerSequence.swift",
        "Buffer/AsyncBufferSequence.swift",
        "Buffer/BoundedBufferStateMachine.swift",
        "Buffer/BoundedBufferStorage.swift",
        "Buffer/UnboundedBufferStateMachine.swift",
        "Buffer/UnboundedBufferStorage.swift",
        "Channels/AsyncChannel.swift",
        "Channels/AsyncThrowingChannel.swift",
        "Channels/ChannelStateMachine.swift",
        "Channels/ChannelStorage.swift",
        "CombineLatest/AsyncCombineLatest2Sequence.swift",
        "CombineLatest/AsyncCombineLatest3Sequence.swift",
        "CombineLatest/CombineLatestStateMachine.swift",
        "CombineLatest/CombineLatestStorage.swift",
        "Debounce/AsyncDebounceSequence.swift",
        "Debounce/DebounceStateMachine.swift",
        "Debounce/DebounceStorage.swift",
        "Dictionary.swift",
        "Internal/_TinyArray.swift",
        "Interspersed/AsyncInterspersedSequence.swift",
        "Locking.swift",
        "Merge/AsyncMerge2Sequence.swift",
        "Merge/AsyncMerge3Sequence.swift",
        "Merge/MergeStateMachine.swift",
        "Merge/MergeStorage.swift",
        "MultiProducerSingleConsumerChannel/MultiProducerSingleConsumerAsyncChannel+Internal.swift",
        "MultiProducerSingleConsumerChannel/MultiProducerSingleConsumerAsyncChannel.swift",
        "RangeReplaceableCollection.swift",
        "Rethrow.swift",
        "SetAlgebra.swift",
        "UnsafeTransfer.swift",
        "Zip/AsyncZip2Sequence.swift",
        "Zip/AsyncZip3Sequence.swift",
        "Zip/ZipStateMachine.swift",
        "Zip/ZipStorage.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.2"
}
✅  Doc result (pending) reported
========================================
GenerateDocs
========================================
Generating docs at path:  $PWD/.docs/apple/swift-async-algorithms/main
Repository:               apple/swift-async-algorithms
Swift version used:       6.2
    .package(url: "https://github.com/apple/swift-docc-plugin", from: "1.0.0"),
Target:                   AsyncAlgorithms
Extracting symbol information for 'AsyncAlgorithms'...
Finished extracting symbol information for 'AsyncAlgorithms'. (0.99s)
Building documentation for 'AsyncAlgorithms'...
Finished building documentation for 'AsyncAlgorithms' (1.51s)
Generated documentation archive at:
  /Users/admin/builder/spi-builder-workspace/.docs/apple/swift-async-algorithms/main
Fetching https://github.com/swiftlang/swift-docc-plugin
Updating https://github.com/apple/swift-collections.git
Updated https://github.com/apple/swift-collections.git (0.59s)
[1/2158] Fetching swift-docc-plugin
Fetched https://github.com/swiftlang/swift-docc-plugin from cache (1.31s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.3.0 (1.91s)
Computing version for https://github.com/swiftlang/swift-docc-plugin
Computed https://github.com/swiftlang/swift-docc-plugin at 1.4.5 (1.95s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3587] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (1.28s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (1.93s)
Creating working copy for https://github.com/swiftlang/swift-docc-symbolkit
Working copy of https://github.com/swiftlang/swift-docc-symbolkit resolved at 1.0.0
Creating working copy for https://github.com/swiftlang/swift-docc-plugin
Working copy of https://github.com/swiftlang/swift-docc-plugin resolved at 1.4.5
Building for debugging...
[0/8] Write sources
[0/8] Write snippet-extract-tool-entitlement.plist
[0/8] Write sources
[4/8] Write swift-version-49B95AFC49DCD68C.txt
[6/53] Compiling Snippets SnippetParser.swift
[7/53] Emitting module Snippets
[8/53] Compiling Snippets Snippet.swift
[9/53] Emitting module SymbolKit
[10/57] Compiling SymbolKit Mixin+Equals.swift
[11/57] Compiling SymbolKit Mixin+Hash.swift
[12/57] Compiling SymbolKit Mixin.swift
[13/57] Compiling SymbolKit LineList.swift
[14/57] Compiling SymbolKit Position.swift
[15/57] Compiling SymbolKit GenericConstraint.swift
[16/57] Compiling SymbolKit GenericParameter.swift
[17/57] Compiling SymbolKit Generics.swift
[18/57] Compiling SymbolKit Namespace.swift
[19/57] Compiling SymbolKit SemanticVersion.swift
[20/57] Compiling SymbolKit AccessControl.swift
[21/57] Compiling SymbolKit Availability.swift
[22/57] Compiling SymbolKit AvailabilityItem.swift
[23/57] Compiling SymbolKit Domain.swift
[24/57] Compiling SymbolKit Identifier.swift
[25/57] Compiling SymbolKit KindIdentifier.swift
[26/57] Compiling SymbolKit Location.swift
[27/57] Compiling SymbolKit Mutability.swift
[28/57] Compiling SymbolKit Names.swift
[29/57] Compiling SymbolKit SPI.swift
[30/57] Compiling SymbolKit Snippet.swift
[31/57] Compiling SymbolKit Extension.swift
[32/57] Compiling SymbolKit SourceRange.swift
[33/57] Compiling SymbolKit Metadata.swift
[34/57] Compiling SymbolKit Module.swift
[35/57] Compiling SymbolKit OperatingSystem.swift
[36/57] Compiling SymbolKit Platform.swift
[37/57] Compiling SymbolKit Relationship.swift
[38/57] Compiling SymbolKit RelationshipKind.swift
[39/57] Compiling SymbolKit SourceOrigin.swift
[40/57] Compiling SymbolKit GenericConstraints.swift
[41/57] Compiling SymbolKit Swift.swift
[42/57] Compiling SymbolKit Symbol.swift
[43/57] Compiling SymbolKit SymbolKind.swift
[44/57] Compiling SymbolKit SymbolGraph.swift
[45/57] Compiling SymbolKit GraphCollector.swift
[46/57] Compiling SymbolKit DeclarationFragments.swift
[47/57] Compiling SymbolKit Fragment.swift
[48/57] Compiling SymbolKit FragmentKind.swift
[49/57] Compiling SymbolKit FunctionParameter.swift
[50/57] Compiling SymbolKit FunctionSignature.swift
[51/57] Compiling SymbolKit UnifiedSymbol+Encodable.swift
[52/57] Compiling SymbolKit UnifiedSymbol.swift
[53/57] Compiling SymbolKit UnifiedSymbolGraph+Encodable.swift
[54/57] Compiling SymbolKit UnifiedSymbolGraph.swift
[55/61] Compiling snippet_extract URL+Status.swift
[56/61] Emitting module snippet_extract
[57/61] Compiling snippet_extract SnippetBuildCommand.swift
[58/61] Compiling snippet_extract SymbolGraph+Snippet.swift
[58/61] Write Objects.LinkFileList
[59/61] Linking snippet-extract-tool
[60/61] Applying snippet-extract-tool
Build of product 'snippet-extract' complete! (3.54s)
Building for debugging...
[0/1] Write swift-version-49B95AFC49DCD68C.txt
Build of target: 'AsyncAlgorithms' complete! (0.35s)
    4238
33	/Users/admin/builder/spi-builder-workspace/.docs/apple/swift-async-algorithms/main
✅  Doc result (uploading) reported
========================================
SyncDocs
========================================
Doc archive source directory: $PWD/.docs/apple/swift-async-algorithms/main
File count: 4238
Doc size:   33.0MB
Preparing doc bundle ...
Uploading prod-apple-swift-async-algorithms-main-9d62ede4.zip to s3://spi-docs-inbox/prod-apple-swift-async-algorithms-main-9d62ede4.zip
Copying... [10%]
Copying... [20%]
Copying... [30%]
Copying... [40%]
Copying... [51%]
Copying... [61%]
Copying... [71%]
Copying... [81%]
Copying... [91%]
Copying... [100%]
Done.