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 with Swift 5.9 for macOS (SPM).

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.35.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/NikSativa/DefferedTaskKit.git
Reference: 1.1.5
Initialized empty Git repository in /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/NikSativa/DefferedTaskKit
 * tag               1.1.5      -> FETCH_HEAD
HEAD is now at e904712 badges added
Cloned https://github.com/NikSativa/DefferedTaskKit.git
Revision (git rev-parse @):
e904712099747bc0c8b6668853120c4a7ea5b318
SUCCESS checkout https://github.com/NikSativa/DefferedTaskKit.git at 1.1.5
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.9
Building package at path:  $workDir
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...
[1/7] Compiling Threading Queueable.swift
[2/7] Emitting module Threading
[3/7] Compiling Threading Queue+Queueable.swift
[4/7] Compiling Threading Queue.swift
[5/7] Compiling Threading DispatchTime+Queue.swift
[6/7] Compiling Threading Atomic.swift
[7/7] Compiling Threading DelayedQueue.swift
[8/18] Emitting module DefferedTaskKit
[9/19] Compiling DefferedTaskKit PendingTask.swift
[10/19] Compiling DefferedTaskKit DefferedTask+sync.swift
[11/19] Compiling DefferedTaskKit DefferedTask+andThen.swift
[12/19] Compiling DefferedTaskKit DefferedTask+combine.swift
[13/19] Compiling DefferedTaskKit DefferedTask+Result.swift
[14/19] Compiling DefferedTaskKit DefferedTask+Void.swift
[15/19] Compiling DefferedTaskKit Legacy.swift
[16/19] Compiling DefferedTaskKit DefferedTask+Array.swift
[17/19] Compiling DefferedTaskKit DefferedTask+Async.swift
[18/19] Compiling DefferedTaskKit DefferedTask.swift
[19/19] Compiling DefferedTaskKit PollingTask.swift
Build complete! (10.30s)
Fetching https://github.com/NikSativa/Threading.git from cache
Fetching https://github.com/mattgallagher/CwlPreconditionTesting.git from cache
Fetching https://github.com/mattgallagher/CwlCatchException.git from cache
Fetched https://github.com/mattgallagher/CwlCatchException.git (1.18s)
Fetching https://github.com/NikSativa/SpryKit.git from cache
Fetched https://github.com/NikSativa/Threading.git (1.19s)
Fetched https://github.com/mattgallagher/CwlPreconditionTesting.git (1.20s)
Fetched https://github.com/NikSativa/SpryKit.git (0.17s)
Computing version for https://github.com/NikSativa/SpryKit.git
Computed https://github.com/NikSativa/SpryKit.git at 2.2.3 (0.02s)
Computing version for https://github.com/NikSativa/Threading.git
Computed https://github.com/NikSativa/Threading.git at 1.3.5 (1.38s)
Computing version for https://github.com/mattgallagher/CwlPreconditionTesting.git
Computed https://github.com/mattgallagher/CwlPreconditionTesting.git at 2.2.1 (0.14s)
Computing version for https://github.com/mattgallagher/CwlCatchException.git
Computed https://github.com/mattgallagher/CwlCatchException.git at 2.2.0 (0.02s)
Creating working copy for https://github.com/mattgallagher/CwlCatchException.git
Working copy of https://github.com/mattgallagher/CwlCatchException.git resolved at 2.2.0
Creating working copy for https://github.com/NikSativa/Threading.git
Working copy of https://github.com/NikSativa/Threading.git resolved at 1.3.5
Creating working copy for https://github.com/NikSativa/SpryKit.git
Working copy of https://github.com/NikSativa/SpryKit.git resolved at 2.2.3
Creating working copy for https://github.com/mattgallagher/CwlPreconditionTesting.git
Working copy of https://github.com/mattgallagher/CwlPreconditionTesting.git resolved at 2.2.1
Build complete.
{
  "dependencies" : [
    {
      "identity" : "threading",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.3.5",
            "upper_bound" : "1.4.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/NikSativa/Threading.git"
    },
    {
      "identity" : "sprykit",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.2.3",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/NikSativa/SpryKit.git"
    }
  ],
  "manifest_display_name" : "DefferedTaskKit",
  "name" : "DefferedTaskKit",
  "path" : "/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-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"
      ],
      "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.