Build Information
Successful build of tinkoff-concurrency, reference 2.0.2 (3cab73), with Swift 6.3 for macOS (SPM) on 13 Apr 2026 18:37:54 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/tinkoff-mobile-tech/TinkoffConcurrency.git
Reference: 2.0.2
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/tinkoff-mobile-tech/TinkoffConcurrency
* tag 2.0.2 -> FETCH_HEAD
HEAD is now at 3cab732 Release 2.0.2
Cloned https://github.com/tinkoff-mobile-tech/TinkoffConcurrency.git
Revision (git rev-parse @):
3cab7321c4a88ad5566227d09538d399e8f13f0d
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/tinkoff-mobile-tech/TinkoffConcurrency.git at 2.0.2
Fetching https://github.com/apple/swift-docc-symbolkit
Fetching https://github.com/apple/swift-docc-plugin
[1/2271] Fetching swift-docc-plugin
[229/5943] Fetching swift-docc-plugin, swift-docc-symbolkit
Fetched https://github.com/apple/swift-docc-symbolkit from cache (1.17s)
Fetched https://github.com/apple/swift-docc-plugin from cache (1.18s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.2.0 (1.89s)
Computing version for https://github.com/apple/swift-docc-symbolkit
Computed https://github.com/apple/swift-docc-symbolkit at 1.0.0 (0.75s)
Creating working copy for https://github.com/apple/swift-docc-plugin
Working copy of https://github.com/apple/swift-docc-plugin resolved at 1.2.0
Creating working copy for https://github.com/apple/swift-docc-symbolkit
Working copy of https://github.com/apple/swift-docc-symbolkit resolved at 1.0.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",
"traits": [
"default"
],
"dependencies": [
{
"identity": "tinkoffconcurrency",
"name": "tinkoff-concurrency",
"url": "https://github.com/tinkoff-mobile-tech/TinkoffConcurrency.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/TinkoffConcurrency",
"traits": [
"default"
],
"dependencies": [
]
}
]
}
Fetching https://github.com/tinkoff-mobile-tech/TinkoffConcurrency.git
[1/1013] Fetching tinkoffconcurrency
Fetched https://github.com/tinkoff-mobile-tech/TinkoffConcurrency.git from cache (0.90s)
Creating working copy for https://github.com/tinkoff-mobile-tech/TinkoffConcurrency.git
Working copy of https://github.com/tinkoff-mobile-tech/TinkoffConcurrency.git resolved at 2.0.2 (3cab732)
warning: '.resolve-product-dependencies': dependency 'tinkoffconcurrency' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.3
Building package at path: $PWD
https://github.com/tinkoff-mobile-tech/TinkoffConcurrency.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
[1/1] Compiling plugin Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
Building for debugging...
[2/5] Write sources
[4/5] Write swift-version--6988338F2F200930.txt
[6/13] Compiling TinkoffConcurrency WithCheckedThrowingCancellableContinuation.swift
[7/13] Compiling TinkoffConcurrency TCCancellable.swift
[8/13] Emitting module TinkoffConcurrency
[9/13] Compiling TinkoffConcurrency TCCancellableClosure.swift
[10/13] Compiling TinkoffConcurrency TCAsyncChannel.swift
[11/13] Compiling TinkoffConcurrency TCCancellablesStorage.swift
[12/13] Compiling TinkoffConcurrency TCAsyncThrowingPublisher.swift
[13/13] Compiling TinkoffConcurrency TCTaskFactory.swift
[14/16] Compiling TinkoffConcurrencyTesting ITCTask.swift
[15/16] Compiling TinkoffConcurrencyTesting TCTestTaskFactory.swift
[16/16] Emitting module TinkoffConcurrencyTesting
Build complete! (11.87s)
Build complete.
{
"dependencies" : [
{
"identity" : "swift-docc-plugin",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-docc-plugin"
}
],
"manifest_display_name" : "tinkoff-concurrency",
"name" : "tinkoff-concurrency",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "macos",
"version" : "10.15"
},
{
"name" : "tvos",
"version" : "13.0"
},
{
"name" : "watchos",
"version" : "6.0"
}
],
"products" : [
{
"name" : "TinkoffConcurrency",
"targets" : [
"TinkoffConcurrency"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "TinkoffConcurrencyTesting",
"targets" : [
"TinkoffConcurrencyTesting"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "TinkoffConcurrency_Tests",
"module_type" : "SwiftTarget",
"name" : "TinkoffConcurrency_Tests",
"path" : "Tests",
"sources" : [
"TestSupport/AnyScheduler.swift",
"TestSupport/CancellableMock.swift",
"TestSupport/Error+Fake.swift",
"TestSupport/Int+Fake.swift",
"TestSupport/NSLock+Access.swift",
"TestSupport/NSRecursiveLock+Access.swift",
"TestSupport/PublisherMock.swift",
"TestSupport/Sequence+Fake.swift",
"TestSupport/String+Fake.swift",
"TestSupport/SubscriberMock.swift",
"TestSupport/SubscriptionMock.swift",
"TestSupport/TestScheduler.swift",
"TestSupport/UncheckedSendable.swift",
"TestSupport/XCTWaiter+Async.swift",
"TestSupport/XCTest+Error.swift",
"TestSupport/XCTest+Execute.swift",
"TinkoffConcurrency/CancellableContinuation/RetainingCancellable.swift",
"TinkoffConcurrency/CancellableContinuation/TCCancellable/TCCancellableClosureTests.swift",
"TinkoffConcurrency/CancellableContinuation/TCCancellable/TCCancellablesStorageTests.swift",
"TinkoffConcurrency/CancellableContinuation/WithCheckedThrowingCancellableContinuationTests.swift",
"TinkoffConcurrency/CombineBindings/TCAsyncChannelTests.swift",
"TinkoffConcurrency/CombineBindings/TCAsyncThrowingPublisherTests.swift",
"TinkoffConcurrency/TaskFactory/TCTaskFactoryTests.swift",
"TinkoffConcurrencyTesting/TCTestTaskFactoryTests.swift"
],
"target_dependencies" : [
"TinkoffConcurrency",
"TinkoffConcurrencyTesting"
],
"type" : "test"
},
{
"c99name" : "TinkoffConcurrencyTesting",
"module_type" : "SwiftTarget",
"name" : "TinkoffConcurrencyTesting",
"path" : "Development/TinkoffConcurrencyTesting",
"product_memberships" : [
"TinkoffConcurrencyTesting"
],
"sources" : [
"ITCTask.swift",
"TCTestTaskFactory.swift"
],
"target_dependencies" : [
"TinkoffConcurrency"
],
"type" : "library"
},
{
"c99name" : "TinkoffConcurrency",
"module_type" : "SwiftTarget",
"name" : "TinkoffConcurrency",
"path" : "Development/TinkoffConcurrency",
"product_memberships" : [
"TinkoffConcurrency",
"TinkoffConcurrencyTesting"
],
"sources" : [
"CancellableContinuation/TCCancellable/TCCancellable.swift",
"CancellableContinuation/TCCancellable/TCCancellableClosure.swift",
"CancellableContinuation/TCCancellable/TCCancellablesStorage.swift",
"CancellableContinuation/WithCheckedThrowingCancellableContinuation.swift",
"CombineBindings/TCAsyncChannel.swift",
"CombineBindings/TCAsyncThrowingPublisher.swift",
"TasksFactory/TCTaskFactory.swift"
],
"type" : "library"
}
],
"tools_version" : "5.6"
}
✅ Doc result (pending) reported
========================================
GenerateDocs
========================================
Generating docs at path: $PWD/.docs/tinkoff-mobile-tech/tinkoffconcurrency/2.0.2
Repository: tinkoff-mobile-tech/TinkoffConcurrency
Swift version used: 6.3
.package(url: "https://github.com/apple/swift-docc-plugin", from: "1.0.0")
Target: TinkoffConcurrency
Generating documentation for 'TinkoffConcurrency'...
Converting documentation...
warning: 'asyncValues' doesn't exist at '/TinkoffConcurrency/TCAsyncThrowingPublisher'
--> ../CombineBindings/TCAsyncThrowingPublisher.swift:13:15-13:26
11 | /// contract, but is accessible from earlier OS versions.
12 | ///
13 + /// Use the ``asyncValues`` property of the [Publisher](https://developer.apple.com/documentation/combine/publisher)
14 | /// protocol to wrap an existing publisher with an instance of this type.
15 | public struct TCAsyncThrowingPublisher<P: Publisher>: AsyncSequence, @unchecked Sendable {
warning: 'asyncValues' doesn't exist at '/TinkoffConcurrency/TCAsyncPublisher'
--> ../CombineBindings/TCAsyncThrowingPublisher.swift:87:15-87:26
85 | /// contract, but is accessible from earlier OS versions.
86 | ///
87 + /// Use the ``asyncValues`` property of the [Publisher](https://developer.apple.com/documentation/combine/publisher)
88 | /// protocol to wrap an existing publisher with an instance of this type.
89 | /// publisher with an instance of this type.
warning: Extraneous content found after a link in task group list item
--> TaskManagement.md:89:3-89:62
87 | ### Task Factory
88 |
89 + - ``ITCTaskFactory`` a protocol for task creation abstraction
| ╰─suggestion: Remove extraneous content
90 |
91 | - ``TCTaskFactory`` task creation abstraction entity to be used in production code
warning: Extraneous content found after a link in task group list item
--> TaskManagement.md:91:3-91:83
89 | - ``ITCTaskFactory`` a protocol for task creation abstraction
90 |
91 + - ``TCTaskFactory`` task creation abstraction entity to be used in production code
| ╰─suggestion: Remove extraneous content
92 |
warning: This documentation block is inherited by other symbols where 'detached(priority%3Aoperation%3A)-96bex' fails to resolve.
--> ../TasksFactory/TCTaskFactory.swift:13:14-13:53
11 | ///
12 | /// Use this function when creating asynchronous work that operates on behalf of the synchronous function that calls it.
13 + /// Like ``detached(priority:operation:)-96bex``, this function creates a separate, top-level task. Unlike ``detached(priority:operation:)-96bex``,
| ╰─suggestion: Use an absolute link path.
14 | /// the task created by ``task(priority:operation:)-9y2yp`` inherits the priority and actor context of the caller, so the operation is
15 | /// treated more like an asynchronous extension to the synchronous operation.
warning: This documentation block is inherited by other symbols where 'detached(priority%3Aoperation%3A)-96bex' fails to resolve.
--> ../TasksFactory/TCTaskFactory.swift:13:112-13:151
11 | ///
12 | /// Use this function when creating asynchronous work that operates on behalf of the synchronous function that calls it.
13 + /// Like ``detached(priority:operation:)-96bex``, this function creates a separate, top-level task. Unlike ``detached(priority:operation:)-96bex``,
| ╰─suggestion: Use an absolute link path.
14 | /// the task created by ``task(priority:operation:)-9y2yp`` inherits the priority and actor context of the caller, so the operation is
15 | /// treated more like an asynchronous extension to the synchronous operation.
warning: This documentation block is inherited by other symbols where 'task(priority%3Aoperation%3A)-9y2yp' fails to resolve.
--> ../TasksFactory/TCTaskFactory.swift:14:29-14:64
12 | /// Use this function when creating asynchronous work that operates on behalf of the synchronous function that calls it.
13 | /// Like ``detached(priority:operation:)-96bex``, this function creates a separate, top-level task. Unlike ``detached(priority:operation:)-96bex``,
14 + /// the task created by ``task(priority:operation:)-9y2yp`` inherits the priority and actor context of the caller, so the operation is
| ╰─suggestion: Use an absolute link path.
15 | /// treated more like an asynchronous extension to the synchronous operation.
16 | /// You need to keep a reference to the task if you want to cancel it by calling the
warning: This documentation block is inherited by other symbols where 'detached(priority%3Aoperation%3A)-7jwod' fails to resolve.
--> ../TasksFactory/TCTaskFactory.swift:34:14-34:53
32 | ///
33 | /// Use this function when creating asynchronous work that operates on behalf of the synchronous function that calls it.
34 + /// Like ``detached(priority:operation:)-7jwod``, this function creates a separate, top-level task.
| ╰─suggestion: Use an absolute link path.
35 | /// Unlike ``detached(priority:operation:)-7jwod``, the task created by ``task(priority:operation:)-4opq8``
36 | /// inherits the priority and actor context of the caller, so the operation is treated more like an asynchronous extension to the synchronous operation.
warning: This documentation block is inherited by other symbols where 'detached(priority%3Aoperation%3A)-7jwod' fails to resolve.
--> ../TasksFactory/TCTaskFactory.swift:35:16-35:55
33 | /// Use this function when creating asynchronous work that operates on behalf of the synchronous function that calls it.
34 | /// Like ``detached(priority:operation:)-7jwod``, this function creates a separate, top-level task.
35 + /// Unlike ``detached(priority:operation:)-7jwod``, the task created by ``task(priority:operation:)-4opq8``
| ╰─suggestion: Use an absolute link path.
36 | /// inherits the priority and actor context of the caller, so the operation is treated more like an asynchronous extension to the synchronous operation.
37 | /// You need to keep a reference to the task if you want to cancel it by calling the
warning: This documentation block is inherited by other symbols where 'task(priority%3Aoperation%3A)-4opq8' fails to resolve.
--> ../TasksFactory/TCTaskFactory.swift:35:77-35:112
33 | /// Use this function when creating asynchronous work that operates on behalf of the synchronous function that calls it.
34 | /// Like ``detached(priority:operation:)-7jwod``, this function creates a separate, top-level task.
35 + /// Unlike ``detached(priority:operation:)-7jwod``, the task created by ``task(priority:operation:)-4opq8``
| ╰─suggestion: Use an absolute link path.
36 | /// inherits the priority and actor context of the caller, so the operation is treated more like an asynchronous extension to the synchronous operation.
37 | /// You need to keep a reference to the task if you want to cancel it by calling the
Conversion complete! (0.45s)
Generated DocC archive at '/Users/admin/builder/spi-builder-workspace/.docs/tinkoff-mobile-tech/tinkoffconcurrency/2.0.2'
Building for debugging...
[0/8] Write sources
[0/8] Write snippet-extract-tool-entitlement.plist
[1/8] Write sources
[4/8] Write swift-version--6988338F2F200930.txt
[6/53] Compiling SymbolKit SourceRange.swift
[7/53] Compiling SymbolKit Metadata.swift
[8/53] Compiling SymbolKit Module.swift
[9/53] Compiling SymbolKit OperatingSystem.swift
[10/53] Compiling SymbolKit Platform.swift
[11/53] Compiling SymbolKit Mixin+Equals.swift
[12/53] Compiling SymbolKit Mixin+Hash.swift
[13/53] Compiling SymbolKit Mixin.swift
[14/53] Compiling SymbolKit LineList.swift
[15/53] Compiling SymbolKit Position.swift
[16/57] Emitting module Snippets
[17/57] Compiling Snippets Snippet.swift
[18/57] Compiling Snippets SnippetParser.swift
[19/57] Emitting module SymbolKit
[20/57] Compiling SymbolKit Identifier.swift
[21/57] Compiling SymbolKit KindIdentifier.swift
[22/57] Compiling SymbolKit Location.swift
[23/57] Compiling SymbolKit Mutability.swift
[24/57] Compiling SymbolKit Names.swift
[25/57] Compiling SymbolKit SPI.swift
[26/57] Compiling SymbolKit Snippet.swift
[27/57] Compiling SymbolKit Extension.swift
[28/57] Compiling SymbolKit DeclarationFragments.swift
[29/57] Compiling SymbolKit Fragment.swift
[30/57] Compiling SymbolKit FragmentKind.swift
[31/57] Compiling SymbolKit FunctionParameter.swift
[32/57] Compiling SymbolKit FunctionSignature.swift
[33/57] Compiling SymbolKit Relationship.swift
[34/57] Compiling SymbolKit RelationshipKind.swift
[35/57] Compiling SymbolKit SourceOrigin.swift
[36/57] Compiling SymbolKit GenericConstraints.swift
[37/57] Compiling SymbolKit Swift.swift
[38/57] Compiling SymbolKit SemanticVersion.swift
[39/57] Compiling SymbolKit AccessControl.swift
[40/57] Compiling SymbolKit Availability.swift
[41/57] Compiling SymbolKit AvailabilityItem.swift
[42/57] Compiling SymbolKit Domain.swift
[43/57] Compiling SymbolKit GenericConstraint.swift
[44/57] Compiling SymbolKit GenericParameter.swift
[45/57] Compiling SymbolKit Generics.swift
[46/57] Compiling SymbolKit Namespace.swift
[47/57] Compiling SymbolKit Symbol.swift
[48/57] Compiling SymbolKit SymbolKind.swift
[49/57] Compiling SymbolKit SymbolGraph.swift
[50/57] Compiling SymbolKit GraphCollector.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 SymbolGraph+Snippet.swift
[56/61] Compiling snippet_extract URL+Status.swift
[57/61] Emitting module snippet_extract
[58/61] Compiling snippet_extract SnippetBuildCommand.swift
[58/61] Write Objects.LinkFileList
[59/61] Linking snippet-extract-tool
[60/61] Applying snippet-extract-tool
Build of product 'snippet-extract' complete! (4.76s)
Building for debugging...
[0/1] Write swift-version--6988338F2F200930.txt
Build of target: 'TinkoffConcurrency' complete! (0.21s)
562
5 /Users/admin/builder/spi-builder-workspace/.docs/tinkoff-mobile-tech/tinkoffconcurrency/2.0.2
✅ Doc result (uploading) reported
========================================
SyncDocs
========================================
Doc archive source directory: $PWD/.docs/tinkoff-mobile-tech/tinkoffconcurrency/2.0.2
File count: 562
Doc size: 5.0MB
Preparing doc bundle ...
Uploading prod-tinkoff-mobile-tech-tinkoffconcurrency-2.0.2-a12f9fdd.zip to s3://spi-docs-inbox/prod-tinkoff-mobile-tech-tinkoffconcurrency-2.0.2-a12f9fdd.zip
Copying... [13%]
Copying... [25%]
Copying... [32%]
Copying... [44%]
Copying... [51%]
Copying... [64%]
Copying... [76%]
Copying... [83%]
Copying... [95%]
Copying... [100%]
Done.