Build Information
Successful build of AsyncMonitor, reference main (bb8d04
), with Swift 6.1 for macOS (SPM) on 13 Jun 2025 23:45:15 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats
Build Log
========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/samsonjs/AsyncMonitor.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/samsonjs/AsyncMonitor
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at bb8d04b Document everything (#2)
Cloned https://github.com/samsonjs/AsyncMonitor.git
Revision (git rev-parse @):
bb8d04b54f8b527a70df6d8490e1734172853b55
SUCCESS checkout https://github.com/samsonjs/AsyncMonitor.git at main
========================================
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",
"dependencies": [
{
"identity": "asyncmonitor",
"name": "AsyncMonitor",
"url": "https://github.com/samsonjs/AsyncMonitor.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/AsyncMonitor",
"dependencies": [
]
}
]
}
Fetching https://github.com/samsonjs/AsyncMonitor.git
[1/132] Fetching asyncmonitor
Fetched https://github.com/samsonjs/AsyncMonitor.git from cache (0.63s)
Creating working copy for https://github.com/samsonjs/AsyncMonitor.git
Working copy of https://github.com/samsonjs/AsyncMonitor.git resolved at main (bb8d04b)
warning: '.resolve-product-dependencies': dependency 'asyncmonitor' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.1
Building package at path: $PWD
https://github.com/samsonjs/AsyncMonitor.git
https://github.com/samsonjs/AsyncMonitor.git
{
"dependencies" : [
],
"manifest_display_name" : "AsyncMonitor",
"name" : "AsyncMonitor",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "17.0"
},
{
"name" : "macos",
"version" : "14.0"
}
],
"products" : [
{
"name" : "AsyncMonitor",
"targets" : [
"AsyncMonitor"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "AsyncMonitorTests",
"module_type" : "SwiftTarget",
"name" : "AsyncMonitorTests",
"path" : "Tests/AsyncMonitorTests",
"sources" : [
"AnyAsyncCancellableTests.swift",
"AsyncCancellableTests.swift",
"AsyncMonitorTests.swift",
"AsyncSequence+Just.swift",
"NSObject+AsyncKVOTests.swift",
"ReadmeExamples.swift",
"TestCancellable.swift"
],
"target_dependencies" : [
"AsyncMonitor"
],
"type" : "test"
},
{
"c99name" : "AsyncMonitor",
"module_type" : "SwiftTarget",
"name" : "AsyncMonitor",
"path" : "Sources/AsyncMonitor",
"product_memberships" : [
"AsyncMonitor"
],
"sources" : [
"AnyAsyncCancellable.swift",
"AsyncCancellable.swift",
"AsyncMonitor.swift",
"AsyncSequence+Extensions.swift",
"NSObject+AsyncKVO.swift",
"ValueLocker.swift"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-2F0A5646E1D333AE.txt
[3/9] Compiling AsyncMonitor AsyncCancellable.swift
[4/9] Compiling AsyncMonitor AnyAsyncCancellable.swift
[5/9] Emitting module AsyncMonitor
[6/9] Compiling AsyncMonitor NSObject+AsyncKVO.swift
[7/9] Compiling AsyncMonitor AsyncSequence+Extensions.swift
[8/9] Compiling AsyncMonitor AsyncMonitor.swift
[9/9] Compiling AsyncMonitor ValueLocker.swift
Build complete! (4.21s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "AsyncMonitor",
"name" : "AsyncMonitor",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "17.0"
},
{
"name" : "macos",
"version" : "14.0"
}
],
"products" : [
{
"name" : "AsyncMonitor",
"targets" : [
"AsyncMonitor"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "AsyncMonitorTests",
"module_type" : "SwiftTarget",
"name" : "AsyncMonitorTests",
"path" : "Tests/AsyncMonitorTests",
"sources" : [
"AnyAsyncCancellableTests.swift",
"AsyncCancellableTests.swift",
"AsyncMonitorTests.swift",
"AsyncSequence+Just.swift",
"NSObject+AsyncKVOTests.swift",
"ReadmeExamples.swift",
"TestCancellable.swift"
],
"target_dependencies" : [
"AsyncMonitor"
],
"type" : "test"
},
{
"c99name" : "AsyncMonitor",
"module_type" : "SwiftTarget",
"name" : "AsyncMonitor",
"path" : "Sources/AsyncMonitor",
"product_memberships" : [
"AsyncMonitor"
],
"sources" : [
"AnyAsyncCancellable.swift",
"AsyncCancellable.swift",
"AsyncMonitor.swift",
"AsyncSequence+Extensions.swift",
"NSObject+AsyncKVO.swift",
"ValueLocker.swift"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
Done.