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 DefferedTaskKit, reference 2.0.3 (32716d), with Swift 5.9 for macOS (SPM) on 30 Jan 2025 11:49:36 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.60.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/NikSativa/DefferedTaskKit.git
Reference: 2.0.3
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/NikSativa/DefferedTaskKit
 * tag               2.0.3      -> FETCH_HEAD
HEAD is now at 32716d2 lil upd dependency
Cloned https://github.com/NikSativa/DefferedTaskKit.git
Revision (git rev-parse @):
32716d2a8c40344fb237fba31bf96946da44ea5f
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/NikSativa/DefferedTaskKit.git at 2.0.3
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.9
Building package at path:  $PWD
https://github.com/NikSativa/DefferedTaskKit.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.2.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Copying PrivacyInfo.xcprivacy
[3/21] Compiling Threading Semaphore.swift
[4/21] Compiling Threading Unfair.swift
[5/21] Compiling Threading Mutexing.swift
[6/21] Compiling Threading Queue+Queueable.swift
[7/21] Compiling Threading Queue.swift
[8/21] Compiling Threading Queueable.swift
[9/23] Compiling Threading OSAllocatedUnfairLock.swift
[10/23] Compiling Threading PThread.swift
[11/23] Compiling Threading Atomic.swift
[12/23] Compiling Threading DelayedQueue.swift
[13/23] Compiling Threading NSLock.swift
[14/23] Compiling Threading NSRecursiveLock.swift
[15/23] Compiling Threading Locking.swift
[16/23] Compiling Threading Barrier.swift
[17/23] Emitting module Threading
[18/23] Compiling Threading AnyLock.swift
[19/23] Compiling Threading AnyMutex.swift
[20/23] Compiling Threading DispatchTime+Queue.swift
[21/23] Compiling Threading IsolatedMain.swift
[22/23] Compiling Threading UnSendable.swift
[23/23] Compiling Threading resource_bundle_accessor.swift
[24/35] Compiling DefferedTaskKit DefferedTask+andThen.swift
[25/35] Compiling DefferedTaskKit DefferedTask+combine.swift
[26/35] Compiling DefferedTaskKit DefferedTask+sync.swift
[27/36] Compiling DefferedTaskKit DefferedTask+Result.swift
[28/36] Compiling DefferedTaskKit DefferedTask+Void.swift
[29/36] Emitting module DefferedTaskKit
[30/36] Compiling DefferedTaskKit Legacy.swift
[31/36] Compiling DefferedTaskKit PollingTask.swift
[32/36] Compiling DefferedTaskKit PendingTask.swift
[33/36] Compiling DefferedTaskKit DefferedTask+Array.swift
[34/36] Compiling DefferedTaskKit DefferedTask+Async.swift
[35/36] Compiling DefferedTaskKit DefferedTask.swift
[36/36] Compiling DefferedTaskKit resource_bundle_accessor.swift
Build complete! (15.70s)
Fetching https://github.com/NikSativa/SpryKit.git
Fetching https://github.com/NikSativa/Threading.git
[1/924] Fetching sprykit
[112/1344] Fetching sprykit, threading
Fetched https://github.com/NikSativa/Threading.git (1.50s)
Fetched https://github.com/NikSativa/SpryKit.git (1.50s)
Computing version for https://github.com/NikSativa/SpryKit.git
Computed https://github.com/NikSativa/SpryKit.git at 3.0.2 (0.39s)
Fetching https://github.com/mattgallagher/CwlPreconditionTesting.git
[1/1257] Fetching cwlpreconditiontesting
Fetched https://github.com/mattgallagher/CwlPreconditionTesting.git (0.86s)
Computing version for https://github.com/NikSativa/Threading.git
Computed https://github.com/NikSativa/Threading.git at 2.1.1 (0.39s)
Computing version for https://github.com/mattgallagher/CwlPreconditionTesting.git
Computed https://github.com/mattgallagher/CwlPreconditionTesting.git at 2.2.2 (2.69s)
Fetching https://github.com/mattgallagher/CwlCatchException.git
[1/455] Fetching cwlcatchexception
Fetched https://github.com/mattgallagher/CwlCatchException.git (0.78s)
Computing version for https://github.com/mattgallagher/CwlCatchException.git
Computed https://github.com/mattgallagher/CwlCatchException.git at 2.2.1 (0.63s)
Creating working copy for https://github.com/mattgallagher/CwlPreconditionTesting.git
Working copy of https://github.com/mattgallagher/CwlPreconditionTesting.git resolved at 2.2.2
Creating working copy for https://github.com/mattgallagher/CwlCatchException.git
Working copy of https://github.com/mattgallagher/CwlCatchException.git resolved at 2.2.1
Creating working copy for https://github.com/NikSativa/SpryKit.git
Working copy of https://github.com/NikSativa/SpryKit.git resolved at 3.0.2
Creating working copy for https://github.com/NikSativa/Threading.git
Working copy of https://github.com/NikSativa/Threading.git resolved at 2.1.1
Build complete.
{
  "dependencies" : [
    {
      "identity" : "threading",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.1.1",
            "upper_bound" : "2.2.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/NikSativa/Threading.git"
    },
    {
      "identity" : "sprykit",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "3.0.2",
            "upper_bound" : "3.1.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/NikSativa/SpryKit.git"
    }
  ],
  "manifest_display_name" : "DefferedTaskKit",
  "name" : "DefferedTaskKit",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "macos",
      "version" : "11.0"
    },
    {
      "name" : "maccatalyst",
      "version" : "13.0"
    },
    {
      "name" : "visionos",
      "version" : "1.0"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    }
  ],
  "products" : [
    {
      "name" : "DefferedTaskKit",
      "targets" : [
        "DefferedTaskKit"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "DefferedTaskKitTests",
      "module_type" : "SwiftTarget",
      "name" : "DefferedTaskKitTests",
      "path" : "Tests",
      "product_dependencies" : [
        "Threading",
        "SpryKit"
      ],
      "sources" : [
        "DefferedTask+ArrayTests.swift",
        "DefferedTask+AsyncTests.swift",
        "DefferedTask+ResultTests.swift",
        "DefferedTask+VoidTests.swift",
        "DefferedTask+andThen.swift",
        "DefferedTask+combineTests.swift",
        "DefferedTask+syncTests.swift",
        "DefferedTaskTests.swift",
        "TestHelpers.swift"
      ],
      "target_dependencies" : [
        "DefferedTaskKit"
      ],
      "type" : "test"
    },
    {
      "c99name" : "DefferedTaskKit",
      "module_type" : "SwiftTarget",
      "name" : "DefferedTaskKit",
      "path" : "Source",
      "product_dependencies" : [
        "Threading"
      ],
      "product_memberships" : [
        "DefferedTaskKit"
      ],
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Source/PrivacyInfo.xcprivacy",
          "rule" : {
            "process" : {
            }
          }
        }
      ],
      "sources" : [
        "DefferedTask+Array.swift",
        "DefferedTask+Async.swift",
        "DefferedTask+Result.swift",
        "DefferedTask+Void.swift",
        "DefferedTask+andThen.swift",
        "DefferedTask+combine.swift",
        "DefferedTask+sync.swift",
        "DefferedTask.swift",
        "Legacy.swift",
        "PendingTask.swift",
        "PollingTask.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
Done.