Build Information
Successful build of Toast, reference v1.0.1 (9788cf), with Swift 6.2 for macOS (SPM) on 4 Feb 2026 23:28:20 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.0.0.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/jaywcjlove/Toast.git
Reference: v1.0.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/jaywcjlove/Toast
* tag v1.0.1 -> FETCH_HEAD
HEAD is now at 9788cf7 fix: use Task to avoid state changes during view updates in dismiss methods
Cloned https://github.com/jaywcjlove/Toast.git
Revision (git rev-parse @):
9788cf7e378c60bd840364f9860a50867d8bed6d
SUCCESS checkout https://github.com/jaywcjlove/Toast.git at v1.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",
"dependencies": [
{
"identity": "toast",
"name": "Toast",
"url": "https://github.com/jaywcjlove/Toast.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Toast",
"dependencies": [
]
}
]
}
Fetching https://github.com/jaywcjlove/Toast.git
[1/69] Fetching toast
Fetched https://github.com/jaywcjlove/Toast.git from cache (0.67s)
Creating working copy for https://github.com/jaywcjlove/Toast.git
Working copy of https://github.com/jaywcjlove/Toast.git resolved at v1.0.1 (9788cf7)
warning: '.resolve-product-dependencies': dependency 'toast' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/jaywcjlove/Toast.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-49B95AFC49DCD68C.txt
[3/9] Compiling Toast ToastView.swift
[4/9] Compiling Toast Toast.swift
[5/9] Compiling Toast ToastItem.swift
[6/9] Emitting module Toast
[7/9] Compiling Toast ToastEnvironment.swift
[8/9] Compiling Toast ToastModels.swift
[9/9] Compiling Toast ToastManager.swift
Build complete! (9.48s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "Toast",
"name" : "Toast",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "14.0"
}
],
"products" : [
{
"name" : "Toast",
"targets" : [
"Toast"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "ToastTests",
"module_type" : "SwiftTarget",
"name" : "ToastTests",
"path" : "Tests/ToastTests",
"sources" : [
"ToastTests.swift"
],
"target_dependencies" : [
"Toast"
],
"type" : "test"
},
{
"c99name" : "Toast",
"module_type" : "SwiftTarget",
"name" : "Toast",
"path" : "Sources/Toast",
"product_memberships" : [
"Toast"
],
"sources" : [
"Toast.swift",
"ToastEnvironment.swift",
"ToastItem.swift",
"ToastManager.swift",
"ToastModels.swift",
"ToastView.swift"
],
"type" : "library"
}
],
"tools_version" : "6.2"
}
Done.