Build Information
Successful build of AsyncBlock, reference 1.0.0 (a41ba4), with Swift 6.2 for macOS (SPM) on 19 Jun 2025 06: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 arm64Build Log
========================================
RunAll
========================================
Builder version: 4.64.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
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/brennanMKE/AsyncBlock.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-1EA4D86E10B52AF.txt
[3/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 |
[4/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 |
Build complete! (3.39s)
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.