The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Successful build of tinkoff-concurrency, reference main (3cab73), with Swift 6.0 for macOS (SPM) on 14 Sep 2024 08:40:21 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.0.0-Release.Candidate.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete

Build Log

========================================
RunAll
========================================
Builder version: 4.53.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/tinkoff-mobile-tech/TinkoffConcurrency.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/tinkoff-mobile-tech/TinkoffConcurrency
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
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 main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
Building package at path:  $PWD
https://github.com/tinkoff-mobile-tech/TinkoffConcurrency.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.0.0-Release.Candidate.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete
[1/1] Compiling plugin Swift-DocC
[2/2] Compiling plugin Swift-DocC Preview
Building for debugging...
[2/5] Write sources
[4/5] Write swift-version-117DEE11B69C53C9.txt
[6/13] Compiling TinkoffConcurrency TCTaskFactory.swift
[7/13] Compiling TinkoffConcurrency WithCheckedThrowingCancellableContinuation.swift
/Users/admin/builder/spi-builder-workspace/Development/TinkoffConcurrency/CancellableContinuation/WithCheckedThrowingCancellableContinuation.swift:31:30: warning: sending 'result' risks causing data races; this is an error in the Swift 6 language mode
29 |                 }
30 |
31 |                 continuation.resume(with: result)
   |                              |- warning: sending 'result' risks causing data races; this is an error in the Swift 6 language mode
   |                              `- note: task-isolated 'result' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
32 |             }
33 |
[8/13] Compiling TinkoffConcurrency TCCancellableClosure.swift
[9/13] Compiling TinkoffConcurrency TCCancellable.swift
[10/13] Compiling TinkoffConcurrency TCAsyncThrowingPublisher.swift
[11/13] Emitting module TinkoffConcurrency
[12/13] Compiling TinkoffConcurrency TCAsyncChannel.swift
[13/13] Compiling TinkoffConcurrency TCCancellablesStorage.swift
[14/16] Compiling TinkoffConcurrencyTesting ITCTask.swift
[15/16] Emitting module TinkoffConcurrencyTesting
[16/16] Compiling TinkoffConcurrencyTesting TCTestTaskFactory.swift
Build complete! (24.47s)
Fetching https://github.com/apple/swift-docc-plugin
Fetching https://github.com/apple/swift-docc-symbolkit
[1/2038] Fetching swift-docc-plugin
[226/5111] Fetching swift-docc-plugin, swift-docc-symbolkit
Fetched https://github.com/apple/swift-docc-symbolkit from cache (1.29s)
Fetched https://github.com/apple/swift-docc-plugin from cache (1.29s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.2.0 (0.64s)
Computing version for https://github.com/apple/swift-docc-symbolkit
Computed https://github.com/apple/swift-docc-symbolkit at 1.0.0 (0.68s)
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
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
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.