Build Information
Successful build of Async, reference 1.0.3 (0101e7
), with Swift 6.2 (beta) for macOS (SPM) on 18 Jun 2025 18:31:39 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/chipjarred/Async.git
Reference: 1.0.3
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/chipjarred/Async
* tag 1.0.3 -> FETCH_HEAD
HEAD is now at 0101e7f removing info.plist
Cloned https://github.com/chipjarred/Async.git
Revision (git rev-parse @):
0101e7fb38de62fb747488880eea3d880b04ff1d
SUCCESS checkout https://github.com/chipjarred/Async.git at 1.0.3
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/chipjarred/Async.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/7] Compiling Async Promise.swift
[4/7] Compiling Async Mutex.swift
[5/7] Compiling Async Async.swift
[6/7] Emitting module Async
[7/7] Compiling Async Future.swift
Build complete! (3.28s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "Async",
"name" : "Async",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "Async",
"targets" : [
"Async"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "AsyncTests",
"module_type" : "SwiftTarget",
"name" : "AsyncTests",
"path" : "Tests/AsyncTests",
"sources" : [
"AsyncTests.swift",
"FutureTests.swift",
"MutexTests.swift",
"XCTestManifests.swift"
],
"target_dependencies" : [
"Async"
],
"type" : "test"
},
{
"c99name" : "Async",
"module_type" : "SwiftTarget",
"name" : "Async",
"path" : "Sources/Async",
"product_memberships" : [
"Async"
],
"sources" : [
"Async.swift",
"Future.swift",
"Mutex.swift",
"Promise.swift"
],
"type" : "library"
}
],
"tools_version" : "5.3"
}
Done.