Build Information
Successful build of AsyncK, reference 0.3.0-alpha (55099d
), with Swift 6.2 (beta) for macOS (SPM) on 17 Jun 2025 21:02:44 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/koher/asynck.git
Reference: 0.3.0-alpha
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/koher/asynck
* tag 0.3.0-alpha -> FETCH_HEAD
HEAD is now at 55099df Separate `tryAwait` from Throws.swift
Cloned https://github.com/koher/asynck.git
Revision (git rev-parse @):
55099dfb2ea07666a84b6670b9090c83b071fc50
SUCCESS checkout https://github.com/koher/asynck.git at 0.3.0-alpha
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/koher/asynck.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/8] Compiling AsyncK Throws.swift
[4/8] Compiling AsyncK Loops.swift
[5/8] Compiling AsyncK Functions.swift
[6/8] Compiling AsyncK AsyncThrows.swift
[7/8] Emitting module AsyncK
[8/8] Compiling AsyncK Async.swift
Build complete! (3.15s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "AsyncK",
"name" : "AsyncK",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "AsyncK",
"targets" : [
"AsyncK"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "AsyncKTests",
"module_type" : "SwiftTarget",
"name" : "AsyncKTests",
"path" : "Tests/AsyncKTests",
"sources" : [
"AsyncTests.swift",
"ThrowsTests.swift"
],
"target_dependencies" : [
"AsyncK"
],
"type" : "test"
},
{
"c99name" : "AsyncK",
"module_type" : "SwiftTarget",
"name" : "AsyncK",
"path" : "Sources/AsyncK",
"product_memberships" : [
"AsyncK"
],
"sources" : [
"Async.swift",
"AsyncThrows.swift",
"Functions.swift",
"Loops.swift",
"Throws.swift"
],
"type" : "library"
}
],
"tools_version" : "4.0"
}
Done.