The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Successful build of TaskCancelKit, reference main (a80cd8), with Swift 6.2 (beta) for macOS (SPM) on 21 Jun 2025 08:26:56 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/insub4067/TaskCancelKit.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/insub4067/TaskCancelKit
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at a80cd81 Update README.md
Cloned https://github.com/insub4067/TaskCancelKit.git
Revision (git rev-parse @):
a80cd8156ea891340f4c1706abfa038d69f7ee20
SUCCESS checkout https://github.com/insub4067/TaskCancelKit.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/insub4067/TaskCancelKit.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-1EA4D86E10B52AF.txt
[3/5] Compiling TaskCancelKit TaskCancelBag.swift
[4/5] Emitting module TaskCancelKit
[5/5] Compiling TaskCancelKit Task+store.swift
Build complete! (1.43s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "TaskCancelKit",
  "name" : "TaskCancelKit",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "TaskCancelKit",
      "targets" : [
        "TaskCancelKit"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "TaskCancelKitTests",
      "module_type" : "SwiftTarget",
      "name" : "TaskCancelKitTests",
      "path" : "Tests/TaskCancelKitTests",
      "sources" : [
        "TaskCancelKitTests.swift"
      ],
      "target_dependencies" : [
        "TaskCancelKit"
      ],
      "type" : "test"
    },
    {
      "c99name" : "TaskCancelKit",
      "module_type" : "SwiftTarget",
      "name" : "TaskCancelKit",
      "path" : "Sources/TaskCancelKit",
      "product_memberships" : [
        "TaskCancelKit"
      ],
      "sources" : [
        "Task+store.swift",
        "TaskCancelBag.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.4"
}
Done.