Build Information
Successful build of PluginTask, reference main (346cef
), with Swift 6.2 (beta) for macOS (SPM) on 20 Jun 2025 01:32:22 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: 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
========================================
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] Emitting module Fork
[7/21] Compiling Fork BatchedForkedArray.swift
[8/21] Compiling Fork KeyPathActor.swift
[9/21] Compiling Fork Actor+ForkedActor.swift
[10/21] Compiling Fork Fork.swift
[11/21] Compiling Fork ForkedActor.swift
[12/21] Compiling Fork Sequence+ForkedArray.swift
[13/21] Compiling Fork Task+Fork.swift
[14/21] Compiling Fork Sequence+BatchedForkedArray.swift
[15/21] Compiling Fork ForkedArray.swift
[16/26] Emitting module Plugin
[17/26] Compiling Plugin ImmutablePluginable.swift
[18/26] Compiling Plugin ImmutablePlugin.swift
[19/26] Compiling Plugin Plugin.swift
[20/26] Compiling Plugin Pluginable.swift
[21/26] Compiling t t.swift
[22/26] Compiling t t+Structure.swift
[23/26] Compiling t t+Factories.swift
[24/26] Compiling t t+Assertion.swift
[25/26] Compiling t t+Logging.swift
[26/26] Emitting module t
[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! (7.46s)
Fetching https://github.com/0xOpenBytes/t
Fetching https://github.com/0xLeif/Fork
Fetching https://github.com/0xLeif/Plugin
[1/153] Fetching plugin
[154/668] Fetching plugin, fork
[448/1036] Fetching plugin, fork, t
Fetched https://github.com/0xLeif/Plugin from cache (0.95s)
Fetched https://github.com/0xLeif/Fork from cache (0.95s)
Fetched https://github.com/0xOpenBytes/t from cache (0.95s)
Computing version for https://github.com/0xLeif/Fork
Computed https://github.com/0xLeif/Fork at 1.3.0 (1.47s)
Computing version for https://github.com/0xLeif/Plugin
Computed https://github.com/0xLeif/Plugin at 2.0.2 (0.48s)
Computing version for https://github.com/0xOpenBytes/t
Computed https://github.com/0xOpenBytes/t at 1.0.4 (0.49s)
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
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.