Build Information
Successful build of ToastKit, reference main (b3a191), with Swift 6.0 for macOS (SPM) on 3 Apr 2026 00:23:15 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.69.2
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/ErsanQ/ToastKit.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/ErsanQ/ToastKit
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at b3a191c fix: resolve iOS platform compatibility in ToastView
Cloned https://github.com/ErsanQ/ToastKit.git
Revision (git rev-parse @):
b3a191c5f6b38457ec6b84f944e7e9646d76aa1f
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/ErsanQ/ToastKit.git at main
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.0
Building package at path: $PWD
https://github.com/ErsanQ/ToastKit.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-5BDAB9E9C0126B9D.txt
[3/9] Compiling ToastKit ToastView.swift
[4/9] Compiling ToastKit ToastStyle.swift
[5/9] Compiling ToastKit Toast.swift
[6/9] Compiling ToastKit ToastPresenter.swift
[7/9] Emitting module ToastKit
[8/9] Compiling ToastKit ToastKitFallback.swift
[9/9] Compiling ToastKit ToastConfiguration.swift
Build complete! (8.97s)
Build complete.
{
"default_localization" : "en",
"dependencies" : [
],
"manifest_display_name" : "ToastKit",
"name" : "ToastKit",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "14.0"
},
{
"name" : "macos",
"version" : "11.0"
},
{
"name" : "tvos",
"version" : "14.0"
},
{
"name" : "watchos",
"version" : "7.0"
},
{
"name" : "visionos",
"version" : "1.0"
}
],
"products" : [
{
"name" : "ToastKit",
"targets" : [
"ToastKit"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "ToastKitTests",
"module_type" : "SwiftTarget",
"name" : "ToastKitTests",
"path" : "Tests/ToastKitTests",
"sources" : [
"ToastKitTests.swift"
],
"target_dependencies" : [
"ToastKit"
],
"type" : "test"
},
{
"c99name" : "ToastKit",
"module_type" : "SwiftTarget",
"name" : "ToastKit",
"path" : "Sources/ToastKit",
"product_memberships" : [
"ToastKit"
],
"sources" : [
"Toast.swift",
"ToastConfiguration.swift",
"ToastKitFallback.swift",
"ToastPresenter.swift",
"ToastStyle.swift",
"ToastView.swift"
],
"type" : "library"
}
],
"tools_version" : "5.9"
}
Done.