Build Information
Successful build of AsyncBlock, reference 1.0.0 (a41ba4), with Swift 6.3 for macOS (SPM) on 12 Apr 2026 16:31:06 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/brennanMKE/AsyncBlock.git
Reference: 1.0.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/brennanMKE/AsyncBlock
* tag 1.0.0 -> FETCH_HEAD
HEAD is now at a41ba42 init
Cloned https://github.com/brennanMKE/AsyncBlock.git
Revision (git rev-parse @):
a41ba42dc7ebbafe0addb3e9aa4d5b5555bcba79
SUCCESS checkout https://github.com/brennanMKE/AsyncBlock.git at 1.0.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": "asyncblock",
"name": "AsyncBlock",
"url": "https://github.com/brennanMKE/AsyncBlock.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/AsyncBlock",
"traits": [
"default"
],
"dependencies": [
]
}
]
}
Fetching https://github.com/brennanMKE/AsyncBlock.git
[1/23] Fetching asyncblock
Fetched https://github.com/brennanMKE/AsyncBlock.git from cache (0.58s)
Creating working copy for https://github.com/brennanMKE/AsyncBlock.git
Working copy of https://github.com/brennanMKE/AsyncBlock.git resolved at 1.0.0 (a41ba42)
warning: '.resolve-product-dependencies': dependency 'asyncblock' 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/brennanMKE/AsyncBlock.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/4] Compiling AsyncBlock AsyncBlockOperation.swift
/Users/admin/builder/spi-builder-workspace/Sources/AsyncBlock/AsyncBlockOperation.swift:13:14: warning: class 'AsyncBlockOperation' must restate inherited '@unchecked Sendable' conformance
11 | public typealias AsyncBlockClosure = (@escaping AsyncBlockDoneClosure) -> Void
12 |
13 | public class AsyncBlockOperation: Operation {
| `- warning: class 'AsyncBlockOperation' must restate inherited '@unchecked Sendable' conformance
14 | let asyncBlock: AsyncBlockClosure
15 |
[4/4] Emitting module AsyncBlock
/Users/admin/builder/spi-builder-workspace/Sources/AsyncBlock/AsyncBlockOperation.swift:13:14: warning: class 'AsyncBlockOperation' must restate inherited '@unchecked Sendable' conformance
11 | public typealias AsyncBlockClosure = (@escaping AsyncBlockDoneClosure) -> Void
12 |
13 | public class AsyncBlockOperation: Operation {
| `- warning: class 'AsyncBlockOperation' must restate inherited '@unchecked Sendable' conformance
14 | let asyncBlock: AsyncBlockClosure
15 |
Build complete! (3.81s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "AsyncBlock",
"name" : "AsyncBlock",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "10.0"
},
{
"name" : "macos",
"version" : "10.14"
},
{
"name" : "tvos",
"version" : "12.0"
},
{
"name" : "watchos",
"version" : "6.0"
}
],
"products" : [
{
"name" : "AsyncBlock",
"targets" : [
"AsyncBlock"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "AsyncBlockTests",
"module_type" : "SwiftTarget",
"name" : "AsyncBlockTests",
"path" : "Tests/AsyncBlockTests",
"sources" : [
"AsyncBlockTests.swift"
],
"target_dependencies" : [
"AsyncBlock"
],
"type" : "test"
},
{
"c99name" : "AsyncBlock",
"module_type" : "SwiftTarget",
"name" : "AsyncBlock",
"path" : "Sources/AsyncBlock",
"product_memberships" : [
"AsyncBlock"
],
"sources" : [
"AsyncBlockOperation.swift"
],
"type" : "library"
}
],
"tools_version" : "5.5"
}
Done.