Build Information
Successful build of AsyncTesting, reference v0.0.7 (4eaaf3
), with Swift 6.2 (beta) for macOS (SPM) on 19 Jun 2025 20:23: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/AsyncSwiftKits/AsyncTesting.git
Reference: v0.0.7
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/AsyncSwiftKits/AsyncTesting
* tag v0.0.7 -> FETCH_HEAD
HEAD is now at 4eaaf32 removes throws from waitForExpectations
Cloned https://github.com/AsyncSwiftKits/AsyncTesting.git
Revision (git rev-parse @):
4eaaf322742c4bebabe030767c97417cf05672c6
SUCCESS checkout https://github.com/AsyncSwiftKits/AsyncTesting.git at v0.0.7
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/AsyncSwiftKits/AsyncTesting.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/6] Compiling AsyncTesting XCTestCase+AsyncTesting.swift
[4/6] Compiling AsyncTesting AsyncTesting.swift
[5/6] Compiling AsyncTesting AsyncExpectation.swift
/Users/admin/builder/spi-builder-workspace/Sources/AsyncTesting/AsyncExpectation.swift:62:19: warning: 'withTaskCancellationHandler(handler:operation:)' is deprecated: renamed to 'withTaskCancellationHandler(operation:onCancel:)' [#DeprecatedDeclaration]
60 |
61 | internal nonisolated func wait() async throws {
62 | try await withTaskCancellationHandler(handler: {
| |- warning: 'withTaskCancellationHandler(handler:operation:)' is deprecated: renamed to 'withTaskCancellationHandler(operation:onCancel:)' [#DeprecatedDeclaration]
| `- note: use 'withTaskCancellationHandler(operation:onCancel:)' instead
63 | Task {
64 | await cancel()
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[6/6] Emitting module AsyncTesting
Build complete! (9.65s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "AsyncTesting",
"name" : "AsyncTesting",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "12.0"
},
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "tvos",
"version" : "13.0"
},
{
"name" : "watchos",
"version" : "6.0"
}
],
"products" : [
{
"name" : "AsyncTesting",
"targets" : [
"AsyncTesting"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "AsyncTestingTests",
"module_type" : "SwiftTarget",
"name" : "AsyncTestingTests",
"path" : "Tests/AsyncTestingTests",
"sources" : [
"AsyncTestingTests.swift"
],
"target_dependencies" : [
"AsyncTesting"
],
"type" : "test"
},
{
"c99name" : "AsyncTesting",
"module_type" : "SwiftTarget",
"name" : "AsyncTesting",
"path" : "Sources/AsyncTesting",
"product_memberships" : [
"AsyncTesting"
],
"sources" : [
"AsyncExpectation.swift",
"AsyncTesting.swift",
"XCTestCase+AsyncTesting.swift"
],
"type" : "library"
}
],
"tools_version" : "5.6"
}
Done.