Build Information
Successful build of AECAudioStream, reference 1.0.1 (c5d16b), with Swift 6.3 for macOS (SPM) on 20 Apr 2026 19:37:46 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/kasimok/AECAudioStream.git
Reference: 1.0.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/kasimok/AECAudioStream
* tag 1.0.1 -> FETCH_HEAD
HEAD is now at c5d16bb fix audio render issue when devices is stopped
Cloned https://github.com/kasimok/AECAudioStream.git
Revision (git rev-parse @):
c5d16bbb9f3c4282523d6d6039c0009480b72c25
SUCCESS checkout https://github.com/kasimok/AECAudioStream.git at 1.0.1
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
"identity": ".resolve-product-dependencies",
"name": "resolve-dependencies",
"url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
"traits": [
"default"
],
"dependencies": [
{
"identity": "aecaudiostream",
"name": "AECAudioStream",
"url": "https://github.com/kasimok/AECAudioStream.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/AECAudioStream",
"traits": [
"default"
],
"dependencies": [
]
}
]
}
Fetching https://github.com/kasimok/AECAudioStream.git
[1/52] Fetching aecaudiostream
Fetched https://github.com/kasimok/AECAudioStream.git from cache (0.74s)
Creating working copy for https://github.com/kasimok/AECAudioStream.git
Working copy of https://github.com/kasimok/AECAudioStream.git resolved at 1.0.1 (c5d16bb)
warning: '.resolve-product-dependencies': dependency 'aecaudiostream' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.3
Building package at path: $PWD
https://github.com/kasimok/AECAudioStream.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--6988338F2F200930.txt
[3/5] Emitting module AECAudioStream
[4/5] Compiling AECAudioStream AECAudioStreamError.swift
[5/5] Compiling AECAudioStream AECAudioStream.swift
Build complete! (7.93s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "AECAudioStream",
"name" : "AECAudioStream",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "12.0"
},
{
"name" : "ios",
"version" : "15.0"
},
{
"name" : "tvos",
"version" : "15.0"
}
],
"products" : [
{
"name" : "AECAudioStream",
"targets" : [
"AECAudioStream"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "AECAudioStreamTests",
"module_type" : "SwiftTarget",
"name" : "AECAudioStreamTests",
"path" : "Tests/AECAudioStreamTests",
"sources" : [
"AECAudioStreamTests.swift"
],
"target_dependencies" : [
"AECAudioStream"
],
"type" : "test"
},
{
"c99name" : "AECAudioStream",
"module_type" : "SwiftTarget",
"name" : "AECAudioStream",
"path" : "Sources/AECAudioStream",
"product_memberships" : [
"AECAudioStream"
],
"sources" : [
"AECAudioStream.swift",
"AECAudioStreamError.swift"
],
"type" : "library"
}
],
"tools_version" : "5.8"
}
Done.