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 main (32716d), with Swift 6.1 for macOS (SPM) on 30 Apr 2025 10:50:31 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats

Build Log

========================================
RunAll
========================================
Builder version: 4.61.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/NikSativa/DefferedTaskKit.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/NikSativa/DefferedTaskKit
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
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 main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/NikSativa/DefferedTaskKit.git
https://github.com/NikSativa/DefferedTaskKit.git
{
  "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" : "6.0"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats
Building for debugging...
[0/5] Copying PrivacyInfo.xcprivacy
[2/5] Write sources
[4/5] Write swift-version-2F0A5646E1D333AE.txt
[6/24] Compiling Threading Locking.swift
[7/24] Compiling Threading Barrier.swift
[8/26] Compiling Threading DispatchTime+Queue.swift
[9/26] Compiling Threading IsolatedMain.swift
[10/26] Compiling Threading Mutexing.swift
[11/26] Compiling Threading Queue+Queueable.swift
[12/26] Compiling Threading Semaphore.swift
[13/26] Compiling Threading Unfair.swift
[14/26] Compiling Threading NSLock.swift
[15/26] Compiling Threading NSRecursiveLock.swift
[16/26] Compiling Threading Atomic.swift
[17/26] Compiling Threading DelayedQueue.swift
[18/26] Emitting module Threading
[19/26] Compiling Threading OSAllocatedUnfairLock.swift
[20/26] Compiling Threading PThread.swift
[21/26] Compiling Threading Queue.swift
[22/26] Compiling Threading Queueable.swift
[23/26] Compiling Threading AnyLock.swift
[24/26] Compiling Threading AnyMutex.swift
[25/26] Compiling Threading UnSendable.swift
[26/26] Compiling Threading resource_bundle_accessor.swift
[27/38] Compiling DefferedTaskKit Legacy.swift
[28/38] Compiling DefferedTaskKit DefferedTask+andThen.swift
[29/38] Compiling DefferedTaskKit DefferedTask+Result.swift
[30/38] Compiling DefferedTaskKit DefferedTask+Void.swift
[31/38] Emitting module DefferedTaskKit
[32/38] Compiling DefferedTaskKit DefferedTask+combine.swift
[33/38] Compiling DefferedTaskKit DefferedTask+sync.swift
[34/38] Compiling DefferedTaskKit PendingTask.swift
[35/38] Compiling DefferedTaskKit DefferedTask+Array.swift
[36/38] Compiling DefferedTaskKit DefferedTask+Async.swift
[37/39] Compiling DefferedTaskKit PollingTask.swift
[38/39] Compiling DefferedTaskKit DefferedTask.swift
[39/39] Compiling DefferedTaskKit resource_bundle_accessor.swift
Build complete! (22.30s)
Fetching https://github.com/NikSativa/Threading.git
Fetching https://github.com/NikSativa/SpryKit.git
[1/420] Fetching threading
[199/1344] Fetching threading, sprykit
Fetched https://github.com/NikSativa/Threading.git from cache (0.68s)
[148/924] Fetching sprykit
Fetched https://github.com/NikSativa/SpryKit.git from cache (0.81s)
Computing version for https://github.com/NikSativa/SpryKit.git
Computed https://github.com/NikSativa/SpryKit.git at 3.0.2 (1.34s)
Fetching https://github.com/mattgallagher/CwlPreconditionTesting.git
Fetching https://github.com/apple/swift-syntax.git
[1/1257] Fetching cwlpreconditiontesting
[1258/71502] Fetching cwlpreconditiontesting, swift-syntax
Fetched https://github.com/mattgallagher/CwlPreconditionTesting.git from cache (8.30s)
Fetched https://github.com/apple/swift-syntax.git from cache (8.30s)
Computing version for https://github.com/NikSativa/Threading.git
Computed https://github.com/NikSativa/Threading.git at 2.1.1 (8.80s)
Computing version for https://github.com/apple/swift-syntax.git
Computed https://github.com/apple/swift-syntax.git at 600.0.1 (1.02s)
Computing version for https://github.com/mattgallagher/CwlPreconditionTesting.git
Computed https://github.com/mattgallagher/CwlPreconditionTesting.git at 2.2.2 (0.56s)
Fetching https://github.com/mattgallagher/CwlCatchException.git
[1/455] Fetching cwlcatchexception
Fetched https://github.com/mattgallagher/CwlCatchException.git from cache (0.71s)
Computing version for https://github.com/mattgallagher/CwlCatchException.git
Computed https://github.com/mattgallagher/CwlCatchException.git at 2.2.1 (1.27s)
Creating working copy for https://github.com/apple/swift-syntax.git
Working copy of https://github.com/apple/swift-syntax.git resolved at 600.0.1
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/mattgallagher/CwlPreconditionTesting.git
Working copy of https://github.com/mattgallagher/CwlPreconditionTesting.git resolved at 2.2.2
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" : "6.0"
}
Done.