The Swift Package Index logo.Swift Package Index

Build Information

Successful build of PluginTask, reference main (346cef), with Swift 6.3 for macOS (SPM) on 22 Apr 2026 11:45:33 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/0xLeif/PluginTask.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/0xLeif/PluginTask
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
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 main
Fetching https://github.com/0xLeif/Plugin
Fetching https://github.com/0xOpenBytes/t
Fetching https://github.com/0xLeif/Fork
[1/368] Fetching t
[24/521] Fetching t, plugin
[518/1135] Fetching t, plugin, fork
Fetched https://github.com/0xOpenBytes/t from cache (1.72s)
Fetched https://github.com/0xLeif/Fork from cache (1.72s)
Fetched https://github.com/0xLeif/Plugin from cache (1.72s)
Computing version for https://github.com/0xOpenBytes/t
Computed https://github.com/0xOpenBytes/t at 1.0.4 (2.51s)
Computing version for https://github.com/0xLeif/Fork
Computed https://github.com/0xLeif/Fork at 1.2.0 (0.72s)
Computing version for https://github.com/0xLeif/Plugin
Computed https://github.com/0xLeif/Plugin at 2.0.0 (0.69s)
Creating working copy for https://github.com/0xLeif/Plugin
Working copy of https://github.com/0xLeif/Plugin resolved at 2.0.0
Creating working copy for https://github.com/0xLeif/Fork
Working copy of https://github.com/0xLeif/Fork resolved at 1.2.0
Creating working copy for https://github.com/0xOpenBytes/t
Working copy of https://github.com/0xOpenBytes/t resolved at 1.0.4
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "traits": [
    "default"
  ],
  "dependencies": [
    {
      "identity": "plugintask",
      "name": "PluginTask",
      "url": "https://github.com/0xLeif/PluginTask.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/PluginTask",
      "traits": [
        "default"
      ],
      "dependencies": [
        {
          "identity": "plugin",
          "name": "Plugin",
          "url": "https://github.com/0xLeif/Plugin",
          "version": "2.0.2",
          "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Plugin",
          "traits": [
            "default"
          ],
          "dependencies": [
            {
              "identity": "fork",
              "name": "Fork",
              "url": "https://github.com/0xLeif/Fork",
              "version": "1.3.0",
              "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Fork",
              "traits": [
                "default"
              ],
              "dependencies": [
              ]
            }
          ]
        },
        {
          "identity": "fork",
          "name": "Fork",
          "url": "https://github.com/0xLeif/Fork",
          "version": "1.3.0",
          "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Fork",
          "traits": [
            "default"
          ],
          "dependencies": [
          ]
        },
        {
          "identity": "t",
          "name": "t",
          "url": "https://github.com/0xOpenBytes/t",
          "version": "1.0.4",
          "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/t",
          "traits": [
            "default"
          ],
          "dependencies": [
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/0xLeif/PluginTask.git
[1/47] Fetching plugintask
Fetched https://github.com/0xLeif/PluginTask.git from cache (0.78s)
Fetching https://github.com/0xLeif/Plugin from cache
Fetching https://github.com/0xOpenBytes/t from cache
Fetching https://github.com/0xLeif/Fork from cache
Fetched https://github.com/0xOpenBytes/t from cache (0.49s)
Fetched https://github.com/0xLeif/Plugin from cache (0.49s)
Fetched https://github.com/0xLeif/Fork from cache (0.49s)
Computing version for https://github.com/0xLeif/Fork
Computed https://github.com/0xLeif/Fork at 1.3.0 (0.55s)
Computing version for https://github.com/0xLeif/Plugin
Computed https://github.com/0xLeif/Plugin at 2.0.2 (0.03s)
Computing version for https://github.com/0xOpenBytes/t
Computed https://github.com/0xOpenBytes/t at 1.0.4 (0.03s)
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/0xLeif/Plugin
Working copy of https://github.com/0xLeif/Plugin resolved at 2.0.2
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/PluginTask.git
Working copy of https://github.com/0xLeif/PluginTask.git resolved at main (346cef8)
warning: '.resolve-product-dependencies': dependency 'plugintask' is not used by any target
Found 3 product dependencies
  - Plugin
  - Fork
  - t
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.3
Building package at path:  $PWD
https://github.com/0xLeif/PluginTask.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/5] Write sources
[4/5] Write swift-version--6988338F2F200930.txt
[6/19] Compiling Fork ForkedActor.swift
[7/19] Compiling Fork Task+Fork.swift
[8/19] Compiling Fork Fork.swift
[9/19] Compiling Fork ForkedArray.swift
[10/19] Compiling Fork Sequence+ForkedArray.swift
[11/19] Emitting module Fork
[12/19] Compiling Fork KeyPathActor.swift
[13/19] Compiling Fork Actor+ForkedActor.swift
[14/24] Compiling Plugin ImmutablePlugin.swift
[15/24] Compiling Plugin Pluginable.swift
[16/24] Emitting module Plugin
[17/24] Compiling Plugin Plugin.swift
[18/24] Compiling Plugin ImmutablePluginable.swift
[19/24] Compiling t t+Assertion.swift
[20/24] Emitting module t
[21/24] Compiling t t.swift
[22/24] Compiling t t+Factories.swift
[23/24] Compiling t t+Structure.swift
[24/24] Compiling t t+Logging.swift
[25/30] Compiling PluginTask TaskPluginManager.swift
[26/30] Compiling PluginTask CancelTaskPlugin.swift
[27/30] Compiling PluginTask Task+PluginTask.swift
[28/30] Emitting module PluginTask
[29/30] Compiling PluginTask PluginTask.swift
[30/30] Compiling PluginTask TaskPlugin.swift
Build complete! (5.15s)
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.