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 PluginTask, reference 0.1.0 (346cef), with Swift 6.2 (beta) for macOS (SPM) on 20 Jun 2025 01:32:15 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/0xLeif/PluginTask.git
Reference: 0.1.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/0xLeif/PluginTask
 * tag               0.1.0      -> FETCH_HEAD
HEAD is now at 346cef8 Make some changed after working with a demo project
Cloned https://github.com/0xLeif/PluginTask.git
Revision (git rev-parse @):
346cef89d6d07a7a110194f9c62b9cf44aa7b629
SUCCESS checkout https://github.com/0xLeif/PluginTask.git at 0.1.0
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/0xLeif/PluginTask.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/5] Write sources
[4/5] Write swift-version-1EA4D86E10B52AF.txt
[6/21] Compiling Fork ForkedActor.swift
[7/21] Emitting module Fork
[8/21] Compiling Fork Actor+ForkedActor.swift
[9/21] Compiling Fork BatchedForkedArray.swift
[10/21] Compiling Fork Task+Fork.swift
[11/21] Compiling Fork Sequence+ForkedArray.swift
[12/21] Compiling Fork KeyPathActor.swift
[13/21] Compiling Fork Sequence+BatchedForkedArray.swift
[14/21] Compiling Fork Fork.swift
[15/21] Compiling Fork ForkedArray.swift
[16/26] Compiling Plugin ImmutablePluginable.swift
[17/26] Compiling Plugin Plugin.swift
[18/26] Compiling Plugin ImmutablePlugin.swift
[19/26] Emitting module Plugin
[20/26] Compiling Plugin Pluginable.swift
[21/26] Compiling t t+Factories.swift
[22/26] Emitting module t
[23/26] Compiling t t+Logging.swift
[24/26] Compiling t t+Structure.swift
[25/26] Compiling t t.swift
[26/26] Compiling t t+Assertion.swift
[27/32] Compiling PluginTask TaskPluginManager.swift
[28/32] Compiling PluginTask TaskPlugin.swift
[29/32] Compiling PluginTask PluginTask.swift
[30/32] Compiling PluginTask CancelTaskPlugin.swift
[31/32] Emitting module PluginTask
[32/32] Compiling PluginTask Task+PluginTask.swift
Build complete! (6.87s)
Fetching https://github.com/0xOpenBytes/t
Fetching https://github.com/0xLeif/Fork
Fetching https://github.com/0xLeif/Plugin
[1/515] Fetching fork
[151/668] Fetching fork, plugin
[341/1036] Fetching fork, plugin, t
Fetched https://github.com/0xLeif/Fork from cache (0.97s)
Fetched https://github.com/0xOpenBytes/t from cache (0.97s)
Fetched https://github.com/0xLeif/Plugin from cache (0.97s)
Computing version for https://github.com/0xLeif/Fork
Computed https://github.com/0xLeif/Fork at 1.3.0 (1.55s)
Computing version for https://github.com/0xLeif/Plugin
Computed https://github.com/0xLeif/Plugin at 2.0.2 (0.51s)
Computing version for https://github.com/0xOpenBytes/t
Computed https://github.com/0xOpenBytes/t at 1.0.4 (0.53s)
Creating working copy for https://github.com/0xLeif/Fork
Working copy of https://github.com/0xLeif/Fork resolved at 1.3.0
Creating working copy for https://github.com/0xOpenBytes/t
Working copy of https://github.com/0xOpenBytes/t resolved at 1.0.4
Creating working copy for https://github.com/0xLeif/Plugin
Working copy of https://github.com/0xLeif/Plugin resolved at 2.0.2
Build complete.
{
  "dependencies" : [
    {
      "identity" : "plugin",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.0.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/0xLeif/Plugin"
    },
    {
      "identity" : "fork",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.2.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/0xLeif/Fork"
    },
    {
      "identity" : "t",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/0xOpenBytes/t"
    }
  ],
  "manifest_display_name" : "PluginTask",
  "name" : "PluginTask",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "11.0"
    },
    {
      "name" : "ios",
      "version" : "14.0"
    },
    {
      "name" : "watchos",
      "version" : "7.0"
    },
    {
      "name" : "tvos",
      "version" : "14.0"
    }
  ],
  "products" : [
    {
      "name" : "PluginTask",
      "targets" : [
        "PluginTask"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "PluginTaskTests",
      "module_type" : "SwiftTarget",
      "name" : "PluginTaskTests",
      "path" : "Tests/PluginTaskTests",
      "sources" : [
        "PluginTaskTests.swift"
      ],
      "target_dependencies" : [
        "PluginTask"
      ],
      "type" : "test"
    },
    {
      "c99name" : "PluginTask",
      "module_type" : "SwiftTarget",
      "name" : "PluginTask",
      "path" : "Sources/PluginTask",
      "product_dependencies" : [
        "Plugin",
        "Fork",
        "t"
      ],
      "product_memberships" : [
        "PluginTask"
      ],
      "sources" : [
        "Extensions/Task+PluginTask.swift",
        "PluginTask.swift",
        "Plugins/CancelTaskPlugin.swift",
        "Plugins/Interface/TaskPlugin.swift",
        "TaskPluginManager.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.7"
}
Done.