Build Information
Successful build of Toasty, reference 1.0.1 (2d81a9), with Swift 6.3 for macOS (SPM) on 16 Apr 2026 15:10:13 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/annurdien/Toasty.git
Reference: 1.0.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/annurdien/Toasty
* tag 1.0.1 -> FETCH_HEAD
HEAD is now at 2d81a9a docs: update README.md
Cloned https://github.com/annurdien/Toasty.git
Revision (git rev-parse @):
2d81a9acedb900f540ea8c7fa670c57ecb040c81
SUCCESS checkout https://github.com/annurdien/Toasty.git at 1.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",
"traits": [
"default"
],
"dependencies": [
{
"identity": "toasty",
"name": "Toasty",
"url": "https://github.com/annurdien/Toasty.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Toasty",
"traits": [
"default"
],
"dependencies": [
]
}
]
}
Fetching https://github.com/annurdien/Toasty.git
[1/157] Fetching toasty
Fetched https://github.com/annurdien/Toasty.git from cache (0.98s)
Creating working copy for https://github.com/annurdien/Toasty.git
Working copy of https://github.com/annurdien/Toasty.git resolved at 1.0.1 (2d81a9a)
warning: '.resolve-product-dependencies': dependency 'toasty' 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/annurdien/Toasty.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/10] Compiling Toasty Toast.swift
[4/10] Emitting module Toasty
[5/10] Compiling Toasty View+Toastable.swift
[6/10] Compiling Toasty ToastManager.swift
[7/10] Compiling Toasty ToastPresenterModifier.swift
[8/10] Compiling Toasty ToastConfiguration.swift
[9/10] Compiling Toasty ToastData.swift
[10/10] Compiling Toasty ToastView.swift
Build complete! (9.23s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "Toasty",
"name" : "Toasty",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "15.0"
},
{
"name" : "macos",
"version" : "12.0"
}
],
"products" : [
{
"name" : "Toasty",
"targets" : [
"Toasty"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "ToastyTests",
"module_type" : "SwiftTarget",
"name" : "ToastyTests",
"path" : "Tests/ToastyTests",
"sources" : [
"ToastyTests.swift"
],
"target_dependencies" : [
"Toasty"
],
"type" : "test"
},
{
"c99name" : "Toasty",
"module_type" : "SwiftTarget",
"name" : "Toasty",
"path" : "Sources/Toasty",
"product_memberships" : [
"Toasty"
],
"sources" : [
"Core/ToastConfiguration.swift",
"Core/ToastData.swift",
"Core/ToastManager.swift",
"Extensions/View+Toastable.swift",
"Modifiers/ToastPresenterModifier.swift",
"Views/ToastView.swift",
"Wrappers/Toast.swift"
],
"type" : "library"
}
],
"tools_version" : "5.7"
}
Done.