Build Information
Successful build of tinkoff-concurrency, reference 2.0.2 (3cab73), with Swift 6.2 for macOS (SPM) on 20 Jun 2025 08:01:12 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.64.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
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/tinkoff-mobile-tech/TinkoffConcurrency.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.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-1EA4D86E10B52AF.txt
[6/13] Compiling TinkoffConcurrency TCAsyncThrowingPublisher.swift
/Users/admin/builder/spi-builder-workspace/Development/TinkoffConcurrency/CombineBindings/TCAsyncThrowingPublisher.swift:285:13: warning: capture of non-sendable type 'P.Type' in an isolated closure; this is an error in the Swift 6 language mode
283 | }
284 | } onCancel: {
285 | handle(event: .didReceiveCancel)
| `- warning: capture of non-sendable type 'P.Type' in an isolated closure; this is an error in the Swift 6 language mode
286 | }
287 | }
/Users/admin/builder/spi-builder-workspace/Development/TinkoffConcurrency/CombineBindings/TCAsyncThrowingPublisher.swift:275:10: warning: capture of non-sendable type 'P.Type' in an isolated closure; this is an error in the Swift 6 language mode
273 | // MARK: - Methods
274 |
275 | func next() async throws -> Input? {
| `- warning: capture of non-sendable type 'P.Type' in an isolated closure; this is an error in the Swift 6 language mode
276 | // Use `withTaskCancellationHandler`, explicitly, to send cancellation event even if consume didn't return.
277 | // This is necessary to reliably cancel a Combine subscription when canceling task.
[7/13] Compiling TinkoffConcurrency TCTaskFactory.swift
[8/13] Compiling TinkoffConcurrency TCCancellableClosure.swift
[9/13] Compiling TinkoffConcurrency TCCancellable.swift
[10/13] Emitting module TinkoffConcurrency
[11/13] Compiling TinkoffConcurrency WithCheckedThrowingCancellableContinuation.swift
[12/13] Compiling TinkoffConcurrency TCAsyncChannel.swift
[13/13] Compiling TinkoffConcurrency TCCancellablesStorage.swift
[14/16] Emitting module TinkoffConcurrencyTesting
[15/16] Compiling TinkoffConcurrencyTesting TCTestTaskFactory.swift
[16/16] Compiling TinkoffConcurrencyTesting ITCTask.swift
Build complete! (17.51s)
Fetching https://github.com/apple/swift-docc-plugin
[1/2082] Fetching swift-docc-plugin
Fetched https://github.com/apple/swift-docc-plugin from cache (1.16s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.4.4 (1.65s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3413] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (1.11s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (1.63s)
Creating working copy for https://github.com/apple/swift-docc-plugin
Working copy of https://github.com/apple/swift-docc-plugin resolved at 1.4.4
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
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"
}
Done.