Build Information
Successful build of AsyncTesting, reference main (7adf06
), with Swift 6.2 (beta) for macOS (SPM) on 19 Jun 2025 20:23:16 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: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/AsyncSwiftKits/AsyncTesting
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 7adf06a adds testTask function to use with XCTestCase
Cloned https://github.com/AsyncSwiftKits/AsyncTesting.git
Revision (git rev-parse @):
7adf06adc51d0b8053033d44d95d676f7a7e5554
SUCCESS checkout https://github.com/AsyncSwiftKits/AsyncTesting.git at main
========================================
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
[6/6] Emitting module AsyncTesting
Build complete! (9.93s)
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.