Build Information
Successful build of swift-async-algorithms, reference main (9d349b), with Swift 6.3 for macOS (SPM) on 18 Apr 2026 23:31:50 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.70.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 9d349bc Cleanup pass for flatMapLatest and housekeeping tasks around proposals (#403)
Cloned https://github.com/apple/swift-async-algorithms.git
Revision (git rev-parse @):
9d349bcc328ac3c31ce40e746b5882742a0d1272
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/23569] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (1.94s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.4.1 (2.49s)
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.4.1
========================================
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",
"traits": [
"default"
],
"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",
"traits": [
"default"
],
"dependencies": [
{
"identity": "swift-collections",
"name": "swift-collections",
"url": "https://github.com/apple/swift-collections.git",
"version": "1.4.1",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-collections",
"traits": [
],
"dependencies": [
]
}
]
}
]
}
Fetching https://github.com/apple/swift-async-algorithms.git
[1/6247] Fetching swift-async-algorithms
Fetched https://github.com/apple/swift-async-algorithms.git from cache (1.35s)
Fetching https://github.com/apple/swift-collections.git from cache
Fetched https://github.com/apple/swift-collections.git from cache (0.51s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.4.1 (0.61s)
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.4.1
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 (9d349bc)
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.3
Building package at path: $PWD
https://github.com/apple/swift-async-algorithms.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/8] Write sources
[7/8] Write swift-version--6988338F2F200930.txt
[9/27] Compiling InternalCollectionsUtilities UnsafeRawBufferPointer+Extras.swift
[10/27] Compiling InternalCollectionsUtilities _SortedCollection.swift
[11/28] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[12/28] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[13/28] Compiling InternalCollectionsUtilities UnsafeMutableRawBufferPointer+Extras.swift
[14/28] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[15/28] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[16/28] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[17/28] Compiling InternalCollectionsUtilities Integer rank.swift
[18/28] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[19/28] Compiling InternalCollectionsUtilities UInt+reversed.swift
[20/28] Compiling InternalCollectionsUtilities Span+Extras.swift
[21/28] Compiling InternalCollectionsUtilities String+Padding.swift
[22/28] Emitting module InternalCollectionsUtilities
[23/28] Compiling InternalCollectionsUtilities LifetimeOverride.swift
[24/28] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[25/28] Compiling InternalCollectionsUtilities Debugging.swift
[26/28] Compiling InternalCollectionsUtilities Descriptions.swift
[27/28] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[28/28] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[29/118] Compiling OrderedCollections OrderedDictionary+Codable.swift
[30/118] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[31/118] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[32/118] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[33/118] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[34/118] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[35/121] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[36/121] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[37/121] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[38/121] Compiling OrderedCollections OrderedDictionary+Values.swift
[39/121] Compiling OrderedCollections OrderedSet+Diffing.swift
[40/121] Compiling OrderedCollections OrderedSet+Equatable.swift
[41/121] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[42/121] Compiling OrderedCollections OrderedSet+Hashable.swift
[43/121] Compiling OrderedCollections OrderedDictionary.swift
[44/121] Compiling OrderedCollections OrderedSet+Codable.swift
[45/121] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[46/121] Compiling OrderedCollections OrderedSet+Descriptions.swift
[47/121] Compiling OrderedCollections OrderedSet+Initializers.swift
[48/121] Compiling OrderedCollections OrderedSet+Insertions.swift
[49/121] Compiling OrderedCollections OrderedSet+Invariants.swift
[50/121] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[51/121] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[52/121] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[53/121] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[54/121] Compiling ContainersPreview Inout.swift
[55/121] Compiling ContainersPreview InputSpan.swift
[56/121] Compiling ContainersPreview Shared.swift
[57/121] Emitting module ContainersPreview
[58/121] Compiling OrderedCollections _HashTable+Bucket.swift
[59/121] Compiling OrderedCollections _HashTable+BucketIterator.swift
[60/121] Compiling OrderedCollections _HashTable+Constants.swift
[61/121] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[62/121] Compiling OrderedCollections _HashTable+Testing.swift
[63/121] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[64/121] Compiling OrderedCollections _HashTable.swift
[65/121] Compiling OrderedCollections _Hashtable+Header.swift
[66/121] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[67/121] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[68/121] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[69/121] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[70/121] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[71/121] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[77/121] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[78/138] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[79/138] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[80/138] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[81/138] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[82/138] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[83/138] Compiling OrderedCollections OrderedSet+Sendable.swift
[84/168] Compiling OrderedCollections OrderedDictionary+Elements.swift
[85/168] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[86/168] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[87/168] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[88/168] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[89/168] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[90/168] Compiling DequeModule Deque+CustomReflectable.swift
[91/168] Compiling DequeModule Deque+Descriptions.swift
[92/168] Compiling DequeModule Deque+Equatable.swift
[93/168] Compiling DequeModule Deque._UnsafeHandle.swift
[94/168] Compiling DequeModule Deque.swift
[95/168] Compiling DequeModule _DequeBuffer.swift
[96/168] Compiling DequeModule UniqueDeque+Equatable.swift
[97/168] Compiling DequeModule UniqueDeque+Experimental.swift
[98/168] Compiling DequeModule UniqueDeque+Hashable.swift
[99/168] Compiling DequeModule UniqueDeque+Initializers.swift
[100/172] Compiling DequeModule RigidDeque+Consumption.swift
[101/172] Compiling DequeModule RigidDeque+Container.swift
[102/172] Compiling DequeModule RigidDeque+Descriptions.swift
[103/172] Compiling DequeModule RigidDeque+Equatable.swift
[104/172] Compiling DequeModule RigidDeque+Experimental.swift
[105/172] Compiling DequeModule UniqueDeque+Append.swift
[106/172] Compiling DequeModule UniqueDeque+Consumption.swift
[107/172] Compiling DequeModule UniqueDeque+Container.swift
[108/172] Compiling DequeModule UniqueDeque+Descriptions.swift
[109/172] Compiling DequeModule _DequeBufferHeader.swift
[110/172] Compiling DequeModule RigidDeque+Append.swift
[111/172] Compiling DequeModule UniqueDeque+Insertions.swift
[112/172] Compiling DequeModule UniqueDeque+Prepend.swift
[113/172] Compiling DequeModule UniqueDeque+Removals.swift
[114/172] Compiling DequeModule UniqueDeque+Replacements.swift
[115/172] Compiling DequeModule RigidDeque+Hashable.swift
[116/172] Compiling DequeModule RigidDeque+Initializers.swift
[117/172] Compiling DequeModule RigidDeque+Insertions.swift
[118/172] Compiling DequeModule RigidDeque+Prepend.swift
[119/172] Compiling DequeModule RigidDeque+Removals.swift
[120/172] Compiling DequeModule RigidDeque+Replacements.swift
[121/172] Compiling DequeModule RigidDeque+Testing.swift
[122/172] Compiling DequeModule RigidDeque.swift
[139/172] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[140/172] Compiling DequeModule Deque+Extras.swift
[141/172] Compiling DequeModule Deque+Hashable.swift
[142/172] Compiling DequeModule Deque+Testing.swift
[143/172] Compiling DequeModule Deque._Storage.swift
[144/172] Compiling DequeModule Deque+Codable.swift
[145/172] Compiling DequeModule Deque+Collection.swift
[161/172] Compiling OrderedCollections OrderedSet+SubSequence.swift
[162/172] Compiling OrderedCollections OrderedSet+Testing.swift
[163/172] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[164/172] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[165/172] Compiling OrderedCollections OrderedSet.swift
[166/172] Compiling OrderedCollections _UnsafeBitset.swift
[167/172] Emitting module OrderedCollections
[168/172] Compiling DequeModule UniqueDeque.swift
[169/172] Compiling DequeModule _DequeSlot.swift
[170/172] Compiling DequeModule _UnsafeDequeHandle.swift
[171/172] Compiling DequeModule _UnsafeDequeSegments.swift
[172/172] Emitting module DequeModule
[173/227] 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>
[174/227] 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>
[175/227] 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>
[176/227] 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>
[177/227] 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>
[178/227] 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>
[179/232] Compiling AsyncAlgorithms DebounceStorage.swift
[180/232] Compiling AsyncAlgorithms Dictionary.swift
[181/232] Compiling AsyncAlgorithms AsyncFlatMapLatestSequence.swift
[182/232] Compiling AsyncAlgorithms FlatMapLatestStateMachine.swift
[183/232] Compiling AsyncAlgorithms FlatMapLatestStorage.swift
[184/232] Compiling AsyncAlgorithms Disconnected.swift
[185/232] Compiling AsyncAlgorithms AsyncAdjacentPairsSequence.swift
[186/232] Compiling AsyncAlgorithms AsyncBufferedByteIterator.swift
[187/232] Compiling AsyncAlgorithms AsyncChain2Sequence.swift
[188/232] Compiling AsyncAlgorithms AsyncChain3Sequence.swift
[189/232] Compiling AsyncAlgorithms AsyncChunkedByGroupSequence.swift
[190/232] Compiling AsyncAlgorithms AsyncChunkedOnProjectionSequence.swift
[191/232] Compiling AsyncAlgorithms UnboundedBufferStateMachine.swift
[192/232] Compiling AsyncAlgorithms UnboundedBufferStorage.swift
[193/232] Compiling AsyncAlgorithms AsyncChannel.swift
[194/232] Compiling AsyncAlgorithms AsyncThrowingChannel.swift
[195/232] Compiling AsyncAlgorithms ChannelStateMachine.swift
[196/232] Compiling AsyncAlgorithms ChannelStorage.swift
[197/232] Compiling AsyncAlgorithms AsyncThrowingExclusiveReductionsSequence.swift
[198/232] Compiling AsyncAlgorithms AsyncThrowingInclusiveReductionsSequence.swift
[199/232] Compiling AsyncAlgorithms AsyncTimerSequence.swift
[200/232] Compiling AsyncAlgorithms AsyncBufferSequence.swift
[201/232] Compiling AsyncAlgorithms BoundedBufferStateMachine.swift
[202/232] Compiling AsyncAlgorithms BoundedBufferStorage.swift
[203/232] Emitting module AsyncAlgorithms
/Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/MultiProducerSingleConsumerChannel/MultiProducerSingleConsumerAsyncChannel.swift:173:42: warning: cannot use default expression for inference of 'Failure.Type' because it is inferrable from parameters #1, #2; this will be an error in a future Swift language mode
171 | public static func makeChannel(
172 | of elementType: Element.Type = Element.self,
173 | throwing failureType: Failure.Type = Never.self,
| `- warning: cannot use default expression for inference of 'Failure.Type' because it is inferrable from parameters #1, #2; this will be an error in a future Swift language mode
174 | backpressureStrategy: Source.BackpressureStrategy
175 | ) -> sending ChannelAndStream {
[204/232] Compiling AsyncAlgorithms AsyncCombineLatest2Sequence.swift
[205/232] Compiling AsyncAlgorithms AsyncCombineLatest3Sequence.swift
[206/232] Compiling AsyncAlgorithms CombineLatestStateMachine.swift
[207/232] Compiling AsyncAlgorithms CombineLatestStorage.swift
[208/232] Compiling AsyncAlgorithms AsyncDebounceSequence.swift
[209/232] Compiling AsyncAlgorithms DebounceStateMachine.swift
[210/232] Compiling AsyncAlgorithms _TinyArray.swift
[211/232] Compiling AsyncAlgorithms AsyncInterspersedSequence.swift
[212/232] Compiling AsyncAlgorithms Locking.swift
[213/232] Compiling AsyncAlgorithms AsyncMerge2Sequence.swift
[214/232] Compiling AsyncAlgorithms AsyncMerge3Sequence.swift
[215/232] Compiling AsyncAlgorithms MergeStateMachine.swift
[216/232] 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>
[217/232] Compiling AsyncAlgorithms AsyncMapErrorSequence.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>
[218/232] 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>
[219/232] 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>
[220/232] 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>
[221/232] 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>
[222/232] Compiling AsyncAlgorithms MergeStorage.swift
/Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/MultiProducerSingleConsumerChannel/MultiProducerSingleConsumerAsyncChannel.swift:173:42: warning: cannot use default expression for inference of 'Failure.Type' because it is inferrable from parameters #1, #2; this will be an error in a future Swift language mode
171 | public static func makeChannel(
172 | of elementType: Element.Type = Element.self,
173 | throwing failureType: Failure.Type = Never.self,
| `- warning: cannot use default expression for inference of 'Failure.Type' because it is inferrable from parameters #1, #2; this will be an error in a future Swift language mode
174 | backpressureStrategy: Source.BackpressureStrategy
175 | ) -> sending ChannelAndStream {
[223/232] Compiling AsyncAlgorithms MultiProducerSingleConsumerAsyncChannel+Internal.swift
/Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/MultiProducerSingleConsumerChannel/MultiProducerSingleConsumerAsyncChannel.swift:173:42: warning: cannot use default expression for inference of 'Failure.Type' because it is inferrable from parameters #1, #2; this will be an error in a future Swift language mode
171 | public static func makeChannel(
172 | of elementType: Element.Type = Element.self,
173 | throwing failureType: Failure.Type = Never.self,
| `- warning: cannot use default expression for inference of 'Failure.Type' because it is inferrable from parameters #1, #2; this will be an error in a future Swift language mode
174 | backpressureStrategy: Source.BackpressureStrategy
175 | ) -> sending ChannelAndStream {
[224/232] Compiling AsyncAlgorithms MultiProducerSingleConsumerAsyncChannel.swift
/Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/MultiProducerSingleConsumerChannel/MultiProducerSingleConsumerAsyncChannel.swift:173:42: warning: cannot use default expression for inference of 'Failure.Type' because it is inferrable from parameters #1, #2; this will be an error in a future Swift language mode
171 | public static func makeChannel(
172 | of elementType: Element.Type = Element.self,
173 | throwing failureType: Failure.Type = Never.self,
| `- warning: cannot use default expression for inference of 'Failure.Type' because it is inferrable from parameters #1, #2; this will be an error in a future Swift language mode
174 | backpressureStrategy: Source.BackpressureStrategy
175 | ) -> sending ChannelAndStream {
[225/232] Compiling AsyncAlgorithms RangeReplaceableCollection.swift
/Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/MultiProducerSingleConsumerChannel/MultiProducerSingleConsumerAsyncChannel.swift:173:42: warning: cannot use default expression for inference of 'Failure.Type' because it is inferrable from parameters #1, #2; this will be an error in a future Swift language mode
171 | public static func makeChannel(
172 | of elementType: Element.Type = Element.self,
173 | throwing failureType: Failure.Type = Never.self,
| `- warning: cannot use default expression for inference of 'Failure.Type' because it is inferrable from parameters #1, #2; this will be an error in a future Swift language mode
174 | backpressureStrategy: Source.BackpressureStrategy
175 | ) -> sending ChannelAndStream {
[226/232] Compiling AsyncAlgorithms Rethrow.swift
/Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/MultiProducerSingleConsumerChannel/MultiProducerSingleConsumerAsyncChannel.swift:173:42: warning: cannot use default expression for inference of 'Failure.Type' because it is inferrable from parameters #1, #2; this will be an error in a future Swift language mode
171 | public static func makeChannel(
172 | of elementType: Element.Type = Element.self,
173 | throwing failureType: Failure.Type = Never.self,
| `- warning: cannot use default expression for inference of 'Failure.Type' because it is inferrable from parameters #1, #2; this will be an error in a future Swift language mode
174 | backpressureStrategy: Source.BackpressureStrategy
175 | ) -> sending ChannelAndStream {
[227/232] Compiling AsyncAlgorithms SetAlgebra.swift
/Users/admin/builder/spi-builder-workspace/Sources/AsyncAlgorithms/MultiProducerSingleConsumerChannel/MultiProducerSingleConsumerAsyncChannel.swift:173:42: warning: cannot use default expression for inference of 'Failure.Type' because it is inferrable from parameters #1, #2; this will be an error in a future Swift language mode
171 | public static func makeChannel(
172 | of elementType: Element.Type = Element.self,
173 | throwing failureType: Failure.Type = Never.self,
| `- warning: cannot use default expression for inference of 'Failure.Type' because it is inferrable from parameters #1, #2; this will be an error in a future Swift language mode
174 | backpressureStrategy: Source.BackpressureStrategy
175 | ) -> sending ChannelAndStream {
[228/232] Compiling AsyncAlgorithms UnsafeTransfer.swift
[229/232] Compiling AsyncAlgorithms AsyncZip2Sequence.swift
[230/232] Compiling AsyncAlgorithms AsyncZip3Sequence.swift
[231/232] Compiling AsyncAlgorithms ZipStateMachine.swift
[232/232] Compiling AsyncAlgorithms ZipStorage.swift
[233/244] Compiling AsyncSequenceValidation Theme.swift
[234/245] Compiling AsyncSequenceValidation TaskDriver.swift
[235/245] Compiling AsyncSequenceValidation Job.swift
[236/245] Compiling AsyncSequenceValidation Input.swift
[237/245] Emitting module AsyncSequenceValidation
[238/245] Compiling AsyncSequenceValidation AsyncSequenceValidationDiagram.swift
[239/245] Compiling AsyncSequenceValidation Clock.swift
[240/245] Compiling AsyncSequenceValidation Event.swift
[241/245] Compiling AsyncSequenceValidation Expectation.swift
[242/245] Compiling AsyncSequenceValidation Locking.swift
[243/245] Compiling AsyncSequenceValidation SourceLocation.swift
[244/245] Compiling AsyncSequenceValidation Test.swift
[245/245] Compiling AsyncSequenceValidation WorkQueue.swift
[246/247] Emitting module AsyncAlgorithms_XCTest
[247/247] 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
Build complete! (17.93s)
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",
"TestFlatMapLatest.swift",
"TestJoin.swift",
"TestLazy.swift",
"TestManualClock.swift",
"TestMapError.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",
"AsyncMapErrorSequence.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",
"FlatMapLatest/AsyncFlatMapLatestSequence.swift",
"FlatMapLatest/FlatMapLatestStateMachine.swift",
"FlatMapLatest/FlatMapLatestStorage.swift",
"Internal/Disconnected.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.3
.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'. (20.98s)
Building documentation for 'AsyncAlgorithms'...
Finished building documentation for 'AsyncAlgorithms' (1.62s)
Generated documentation archive at:
/Users/admin/builder/spi-builder-workspace/.docs/apple/swift-async-algorithms/main
Fetching https://github.com/swiftlang/swift-docc-plugin
[1/2277] Fetching swift-docc-plugin
Updating https://github.com/apple/swift-collections.git
Fetched https://github.com/swiftlang/swift-docc-plugin from cache (1.16s)
Updated https://github.com/apple/swift-collections.git (0.58s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.4.1 (2.35s)
Computing version for https://github.com/swiftlang/swift-docc-plugin
Computed https://github.com/swiftlang/swift-docc-plugin at 1.4.6 (2.35s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3672] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (1.19s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (2.16s)
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.6
Building for debugging...
[0/8] Write sources
[3/8] Write snippet-extract-tool-entitlement.plist
[4/8] Write swift-version--6988338F2F200930.txt
[6/53] Compiling SymbolKit SemanticVersion.swift
[7/53] Compiling SymbolKit AccessControl.swift
[8/53] Compiling SymbolKit Availability.swift
[9/53] Compiling SymbolKit AvailabilityItem.swift
[10/53] Compiling SymbolKit Domain.swift
[11/57] Compiling SymbolKit Mixin+Equals.swift
[12/57] Compiling SymbolKit Mixin+Hash.swift
[13/57] Compiling SymbolKit Mixin.swift
[14/57] Compiling SymbolKit LineList.swift
[15/57] Compiling SymbolKit Position.swift
[16/57] Compiling SymbolKit Names.swift
[17/57] Compiling SymbolKit SPI.swift
[18/57] Compiling SymbolKit Snippet.swift
[19/57] Compiling SymbolKit Extension.swift
[20/57] Compiling SymbolKit DeclarationFragments.swift
[21/57] Compiling SymbolKit Fragment.swift
[22/57] Compiling SymbolKit FragmentKind.swift
[23/57] Compiling SymbolKit FunctionParameter.swift
[24/57] Compiling SymbolKit FunctionSignature.swift
[25/57] Compiling Snippets Snippet.swift
[26/57] Emitting module Snippets
[27/57] Compiling Snippets SnippetParser.swift
[28/57] Compiling SymbolKit Identifier.swift
[29/57] Compiling SymbolKit KindIdentifier.swift
[30/57] Compiling SymbolKit Location.swift
[31/57] Compiling SymbolKit Mutability.swift
[32/57] Emitting module SymbolKit
[33/57] Compiling SymbolKit Symbol.swift
[34/57] Compiling SymbolKit SymbolKind.swift
[35/57] Compiling SymbolKit SymbolGraph.swift
[36/57] Compiling SymbolKit GraphCollector.swift
[37/57] Compiling SymbolKit GenericConstraint.swift
[38/57] Compiling SymbolKit GenericParameter.swift
[39/57] Compiling SymbolKit Generics.swift
[40/57] Compiling SymbolKit Namespace.swift
[41/57] Compiling SymbolKit Relationship.swift
[42/57] Compiling SymbolKit RelationshipKind.swift
[43/57] Compiling SymbolKit SourceOrigin.swift
[44/57] Compiling SymbolKit GenericConstraints.swift
[45/57] Compiling SymbolKit Swift.swift
[46/57] Compiling SymbolKit SourceRange.swift
[47/57] Compiling SymbolKit Metadata.swift
[48/57] Compiling SymbolKit Module.swift
[49/57] Compiling SymbolKit OperatingSystem.swift
[50/57] Compiling SymbolKit Platform.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] Compiling snippet_extract SymbolGraph+Snippet.swift
[57/61] Compiling snippet_extract SnippetBuildCommand.swift
[58/61] Emitting module snippet_extract
[58/61] Write Objects.LinkFileList
[59/61] Linking snippet-extract-tool
[60/61] Applying snippet-extract-tool
Build of product 'snippet-extract' complete! (4.51s)
Building for debugging...
[0/1] Write swift-version--6988338F2F200930.txt
Build of target: 'AsyncAlgorithms' complete! (0.49s)
4444
35 /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: 4444
Doc size: 35.0MB
Preparing doc bundle ...
Uploading prod-apple-swift-async-algorithms-main-11ba0329.zip to s3://spi-docs-inbox/prod-apple-swift-async-algorithms-main-11ba0329.zip
Copying... [11%]
Copying... [20%]
Copying... [30%]
Copying... [41%]
Copying... [51%]
Copying... [60%]
Copying... [70%]
Copying... [81%]
Copying... [90%]
Copying... [100%]
Done.