Build Information
Successful build of AsyncCompatibilityKit, reference main (38333d), with Swift 6.0 for macOS (SPM) on 14 Mar 2026 07:41:08 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.69.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/KaiOelfke/AsyncCompatibilityKit.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/KaiOelfke/AsyncCompatibilityKit
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 38333d1 Add support for macOS
Cloned https://github.com/KaiOelfke/AsyncCompatibilityKit.git
Revision (git rev-parse @):
38333d1d1b9638df4d342c502d9c5a3369471135
SUCCESS checkout https://github.com/KaiOelfke/AsyncCompatibilityKit.git at main
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.0
Building package at path: $PWD
https://github.com/KaiOelfke/AsyncCompatibilityKit.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-5BDAB9E9C0126B9D.txt
[3/6] Emitting module AsyncCompatibilityKit
[4/6] Compiling AsyncCompatibilityKit Publisher+Async.swift
[5/6] Compiling AsyncCompatibilityKit View+Async.swift
[6/6] Compiling AsyncCompatibilityKit URLSession+Async.swift
/Users/admin/builder/spi-builder-workspace/Sources/URLSession+Async.swift:30:26: warning: 'withTaskCancellationHandler(handler:operation:)' is deprecated: renamed to 'withTaskCancellationHandler(operation:onCancel:)'
28 | let onCancel = { dataTask?.cancel() }
29 |
30 | return try await withTaskCancellationHandler(
| |- warning: 'withTaskCancellationHandler(handler:operation:)' is deprecated: renamed to 'withTaskCancellationHandler(operation:onCancel:)'
| `- note: use 'withTaskCancellationHandler(operation:onCancel:)' instead
31 | handler: {
32 | onCancel()
Build complete! (6.86s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "AsyncCompatibilityKit",
"name" : "AsyncCompatibilityKit",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "macos",
"version" : "10.15"
}
],
"products" : [
{
"name" : "AsyncCompatibilityKit",
"targets" : [
"AsyncCompatibilityKit"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "AsyncCompatibilityKitTests",
"module_type" : "SwiftTarget",
"name" : "AsyncCompatibilityKitTests",
"path" : "Tests",
"sources" : [
"PublisherTests.swift",
"URLSessionTests.swift",
"ViewTests.swift"
],
"target_dependencies" : [
"AsyncCompatibilityKit"
],
"type" : "test"
},
{
"c99name" : "AsyncCompatibilityKit",
"module_type" : "SwiftTarget",
"name" : "AsyncCompatibilityKit",
"path" : "Sources",
"product_memberships" : [
"AsyncCompatibilityKit"
],
"sources" : [
"Publisher+Async.swift",
"URLSession+Async.swift",
"View+Async.swift"
],
"type" : "library"
}
],
"tools_version" : "5.5"
}
Done.