Build Information
Successful build of AsyncMux, reference main (54b2ba
), with Swift 6.2 (beta) for macOS (SPM) on 26 Jun 2025 13:54:28 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/crontab/AsyncMux.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/crontab/AsyncMux
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 54b2bac Demo: network monitor added
Cloned https://github.com/crontab/AsyncMux.git
Revision (git rev-parse @):
54b2bac3aac64a623b6668dc7c421730da07119e
SUCCESS checkout https://github.com/crontab/AsyncMux.git at main
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/crontab/AsyncMux.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/12] Compiling AsyncMux AsyncError.swift
[4/12] Emitting module AsyncMux
[5/12] Compiling AsyncMux MuxCacher.swift
[6/12] Compiling AsyncMux Multiplexer.swift
[7/12] Compiling AsyncMux MuxRepository.swift
[8/12] Compiling AsyncMux MultiplexerMap.swift
[9/12] Compiling AsyncMux Zip.swift
[10/12] Compiling AsyncMux AsyncMedia.swift
[11/12] Compiling AsyncMux AsyncUtils.swift
[12/12] Compiling AsyncMux MultiRequester.swift
Build complete! (5.19s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "AsyncMux",
"name" : "AsyncMux",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "15.0"
},
{
"name" : "macos",
"version" : "12.0"
}
],
"products" : [
{
"name" : "AsyncMux",
"targets" : [
"AsyncMux"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "AsyncMux",
"module_type" : "SwiftTarget",
"name" : "AsyncMux",
"path" : "AsyncMux/Sources",
"product_memberships" : [
"AsyncMux"
],
"sources" : [
"AsyncError.swift",
"AsyncMedia.swift",
"AsyncUtils.swift",
"MultiRequester.swift",
"Multiplexer.swift",
"MultiplexerMap.swift",
"MuxCacher.swift",
"MuxRepository.swift",
"Zip.swift"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
Done.