Build Information
Successful build of async-task, reference main (6c88c9
), with Swift 6.1 for macOS (SPM) on 30 Apr 2025 00:55:53 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 -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures
Build Log
========================================
RunAll
========================================
Builder version: 4.61.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/swiftuiux/async-task.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/swiftuiux/async-task
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 6c88c90 Update README.md
Cloned https://github.com/swiftuiux/async-task.git
Revision (git rev-parse @):
6c88c908c563dc5eff4a4301ba4fe787d8002375
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/swiftuiux/async-task.git at main
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.1
Building package at path: $PWD
https://github.com/swiftuiux/async-task.git
https://github.com/swiftuiux/async-task.git
{
"dependencies" : [
],
"manifest_display_name" : "async-task",
"name" : "async-task",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "12.0"
},
{
"name" : "ios",
"version" : "15.0"
},
{
"name" : "watchos",
"version" : "8.0"
},
{
"name" : "tvos",
"version" : "15.0"
}
],
"products" : [
{
"name" : "async-task",
"targets" : [
"async-task"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "async_task",
"module_type" : "SwiftTarget",
"name" : "async-task",
"path" : "Sources/async-task",
"product_memberships" : [
"async-task"
],
"sources" : [
"Async.swift",
"enum/State.swift",
"enum/TaskProperty.swift",
"protocol/IAsyncTask.swift",
"task/ObservableSingleTask.swift",
"task/SingleTask.swift",
"type/Type.swift"
],
"type" : "library"
}
],
"tools_version" : "5.7"
}
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 -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-2F0A5646E1D333AE.txt
[3/10] Compiling async_task IAsyncTask.swift
[4/10] Compiling async_task Type.swift
[5/10] Compiling async_task State.swift
[6/10] Compiling async_task TaskProperty.swift
[7/10] Compiling async_task SingleTask.swift
[8/10] Compiling async_task Async.swift
[9/10] Emitting module async_task
[10/10] Compiling async_task ObservableSingleTask.swift
Build complete! (7.71s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "async-task",
"name" : "async-task",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "12.0"
},
{
"name" : "ios",
"version" : "15.0"
},
{
"name" : "watchos",
"version" : "8.0"
},
{
"name" : "tvos",
"version" : "15.0"
}
],
"products" : [
{
"name" : "async-task",
"targets" : [
"async-task"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "async_task",
"module_type" : "SwiftTarget",
"name" : "async-task",
"path" : "Sources/async-task",
"product_memberships" : [
"async-task"
],
"sources" : [
"Async.swift",
"enum/State.swift",
"enum/TaskProperty.swift",
"protocol/IAsyncTask.swift",
"task/ObservableSingleTask.swift",
"task/SingleTask.swift",
"type/Type.swift"
],
"type" : "library"
}
],
"tools_version" : "5.7"
}
Done.