Build Information
Successful build of swiftui-toast, reference main (b7da10), with Swift 6.2 for macOS (SPM) on 28 Apr 2026 11:08:49 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/ivan-magda/swiftui-toast.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/ivan-magda/swiftui-toast
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at b7da107 deps: bump github.com/swiftlang/swift-docc-plugin from 1.4.6 to 1.5.0 (#7)
Cloned https://github.com/ivan-magda/swiftui-toast.git
Revision (git rev-parse @):
b7da1073bcca2367cb4c768ee7172cb1a18197a0
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/ivan-magda/swiftui-toast.git at main
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/ivan-magda/swiftui-toast.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.3.0.app xcrun swift build --arch arm64
[1/1] Compiling plugin Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
Building for debugging...
[2/4] Write sources
[3/4] Write swift-version--3CB7CFEC50E0D141.txt
[5/15] Compiling SwiftUIToast ToastType.swift
[6/15] Compiling SwiftUIToast ToastExamples.swift
[7/15] Compiling SwiftUIToast View+Toast.swift
[8/15] Compiling SwiftUIToast ToastModifier.swift
[9/15] Emitting module SwiftUIToast
[10/15] Compiling SwiftUIToast ToastAnimation.swift
[11/15] Compiling SwiftUIToast LayoutInsets.swift
[12/15] Compiling SwiftUIToast FlipEffect.swift
[13/15] Compiling SwiftUIToast ToastManager.swift
[14/15] Compiling SwiftUIToast ToastConfiguration.swift
[15/15] Compiling SwiftUIToast ToastPosition.swift
[16/16] Compiling SwiftUIToast ToastView.swift
Build complete! (29.91s)
Fetching https://github.com/swiftlang/swift-docc-plugin
[1/2287] Fetching swift-docc-plugin
Fetched https://github.com/swiftlang/swift-docc-plugin from cache (1.31s)
Computing version for https://github.com/swiftlang/swift-docc-plugin
Computed https://github.com/swiftlang/swift-docc-plugin at 1.5.0 (4.52s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3678] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (3.52s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (4.25s)
Creating working copy for https://github.com/swiftlang/swift-docc-plugin
Working copy of https://github.com/swiftlang/swift-docc-plugin resolved at 1.5.0
Creating working copy for https://github.com/swiftlang/swift-docc-symbolkit
Working copy of https://github.com/swiftlang/swift-docc-symbolkit resolved at 1.0.0
Build complete.
{
"dependencies" : [
{
"identity" : "swift-docc-plugin",
"requirement" : {
"range" : [
{
"lower_bound" : "1.1.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/swiftlang/swift-docc-plugin"
}
],
"manifest_display_name" : "swiftui-toast",
"name" : "swiftui-toast",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "17.0"
},
{
"name" : "macos",
"version" : "14.0"
},
{
"name" : "tvos",
"version" : "17.0"
}
],
"products" : [
{
"name" : "SwiftUIToast",
"targets" : [
"SwiftUIToast"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "SwiftUIToastTests",
"module_type" : "SwiftTarget",
"name" : "SwiftUIToastTests",
"path" : "Tests/SwiftUIToastTests",
"sources" : [
"AsyncExpectation.swift",
"ToastAnimationTests.swift",
"ToastConfigurationTests.swift",
"ToastEdgeCaseTests.swift",
"ToastIntegrationTests.swift",
"ToastManagerTests.swift"
],
"target_dependencies" : [
"SwiftUIToast"
],
"type" : "test"
},
{
"c99name" : "SwiftUIToast",
"module_type" : "SwiftTarget",
"name" : "SwiftUIToast",
"path" : "Sources/SwiftUIToast",
"product_memberships" : [
"SwiftUIToast"
],
"sources" : [
"Examples/ToastExamples.swift",
"Extensions/View+Toast.swift",
"Helpers/FlipEffect.swift",
"LayoutInsets.swift",
"ToastAnimation.swift",
"ToastConfiguration.swift",
"ToastManager.swift",
"ToastModifier.swift",
"ToastPosition.swift",
"ToastType.swift",
"ToastView.swift"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
Done.