Build Information
Successful build of TaskGate, reference 0.3.0 (4c7adb), with Swift 6.3 for macOS (SPM) on 19 Apr 2026 06:24:54 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/mattmassicotte/TaskGate.git
Reference: 0.3.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/mattmassicotte/TaskGate
* tag 0.3.0 -> FETCH_HEAD
HEAD is now at 4c7adbc Forgot that 6.2 really is the minimum
Cloned https://github.com/mattmassicotte/TaskGate.git
Revision (git rev-parse @):
4c7adbc19cda6d999c5c13f874884ddd4d3616d1
SUCCESS checkout https://github.com/mattmassicotte/TaskGate.git at 0.3.0
========================================
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": "taskgate",
"name": "TaskGate",
"url": "https://github.com/mattmassicotte/TaskGate.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/TaskGate",
"traits": [
"default"
],
"dependencies": [
]
}
]
}
Fetching https://github.com/mattmassicotte/TaskGate.git
[1/239] Fetching taskgate
Fetched https://github.com/mattmassicotte/TaskGate.git from cache (0.71s)
Creating working copy for https://github.com/mattmassicotte/TaskGate.git
Working copy of https://github.com/mattmassicotte/TaskGate.git resolved at 0.3.0 (4c7adbc)
warning: '.resolve-product-dependencies': dependency 'taskgate' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.3
Building package at path: $PWD
https://github.com/mattmassicotte/TaskGate.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--6988338F2F200930.txt
[3/6] Compiling TaskGate PendingContinuationQueue.swift
[4/6] Emitting module TaskGate
[5/6] Compiling TaskGate AsyncRecursiveGate.swift
[6/6] Compiling TaskGate AsyncGate.swift
Build complete! (4.54s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "TaskGate",
"name" : "TaskGate",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.15"
},
{
"name" : "maccatalyst",
"version" : "13.0"
},
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "tvos",
"version" : "13.0"
},
{
"name" : "visionos",
"version" : "1.0"
},
{
"name" : "watchos",
"version" : "6.0"
}
],
"products" : [
{
"name" : "TaskGate",
"targets" : [
"TaskGate"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "TaskGateTests",
"module_type" : "SwiftTarget",
"name" : "TaskGateTests",
"path" : "Tests/TaskGateTests",
"sources" : [
"AsyncGateTests.swift",
"AsyncRecursiveGateTests.swift"
],
"target_dependencies" : [
"TaskGate"
],
"type" : "test"
},
{
"c99name" : "TaskGate",
"module_type" : "SwiftTarget",
"name" : "TaskGate",
"path" : "Sources/TaskGate",
"product_memberships" : [
"TaskGate"
],
"sources" : [
"AsyncGate.swift",
"AsyncRecursiveGate.swift",
"PendingContinuationQueue.swift"
],
"type" : "library"
}
],
"tools_version" : "6.2"
}
Done.