Build Information
Successful build of Toast, reference main (32d03e), with Swift 6.2 for macOS (SPM) on 24 Apr 2026 01:52:37 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.3.0.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/jaywcjlove/Toast.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/jaywcjlove/Toast
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 32d03e6 doc: update README.md
Cloned https://github.com/jaywcjlove/Toast.git
Revision (git rev-parse @):
32d03e66cc3775db1d49acb9d84b127b87a94f88
SUCCESS checkout https://github.com/jaywcjlove/Toast.git at main
========================================
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.3.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--3CB7CFEC50E0D141.txt
[3/9] Compiling Toast ToastView.swift
[4/9] Emitting module Toast
[5/9] Compiling Toast ToastModels.swift
[6/9] Compiling Toast ToastEnvironment.swift
[7/9] Compiling Toast ToastItem.swift
[8/9] Compiling Toast ToastManager.swift
[9/9] Compiling Toast Toast.swift
Build complete! (9.37s)
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.