Build Information
Successful build of AsyncValue, reference main (c04bdc), with Swift 6.3 for macOS (SPM) on 13 Apr 2026 09:29:40 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/BrentMifsud/AsyncValue.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/BrentMifsud/AsyncValue
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at c04bdc3 Update README to reflect latest api changes (#9)
Cloned https://github.com/BrentMifsud/AsyncValue.git
Revision (git rev-parse @):
c04bdc325ad7f48dd2eb43bdb401c6cfaa5019e3
SUCCESS checkout https://github.com/BrentMifsud/AsyncValue.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",
"traits": [
"default"
],
"dependencies": [
{
"identity": "asyncvalue",
"name": "AsyncValue",
"url": "https://github.com/BrentMifsud/AsyncValue.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/AsyncValue",
"traits": [
"default"
],
"dependencies": [
]
}
]
}
Fetching https://github.com/BrentMifsud/AsyncValue.git
[1/221] Fetching asyncvalue
Fetched https://github.com/BrentMifsud/AsyncValue.git from cache (0.61s)
Creating working copy for https://github.com/BrentMifsud/AsyncValue.git
Working copy of https://github.com/BrentMifsud/AsyncValue.git resolved at main (c04bdc3)
warning: '.resolve-product-dependencies': dependency 'asyncvalue' 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/BrentMifsud/AsyncValue.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/6] Compiling AsyncValue ContinuationStorage.swift
[4/6] Compiling AsyncValue View+AsyncValue.swift
[5/6] Emitting module AsyncValue
[6/6] Compiling AsyncValue AsyncValue.swift
Build complete! (7.70s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "AsyncValue",
"name" : "AsyncValue",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "maccatalyst",
"version" : "13.0"
},
{
"name" : "macos",
"version" : "10.15"
},
{
"name" : "tvos",
"version" : "13.0"
},
{
"name" : "watchos",
"version" : "6.0"
}
],
"products" : [
{
"name" : "AsyncValue",
"targets" : [
"AsyncValue"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "AsyncValueTests",
"module_type" : "SwiftTarget",
"name" : "AsyncValueTests",
"path" : "Tests/AsyncValueTests",
"sources" : [
"AsyncValueTests.swift"
],
"target_dependencies" : [
"AsyncValue"
],
"type" : "test"
},
{
"c99name" : "AsyncValue",
"module_type" : "SwiftTarget",
"name" : "AsyncValue",
"path" : "Sources/AsyncValue",
"product_memberships" : [
"AsyncValue"
],
"sources" : [
"AsyncValue.swift",
"ContinuationStorage.swift",
"View+AsyncValue.swift"
],
"type" : "library"
}
],
"tools_version" : "5.7"
}
Done.