Build Information
Successful build of MacToastKit, reference 1.0.0 (09418e), with Swift 6.3 for macOS (SPM) on 16 Apr 2026 20:23:00 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/daniyalmaster693/MacToastKit.git
Reference: 1.0.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/daniyalmaster693/MacToastKit
* tag 1.0.0 -> FETCH_HEAD
HEAD is now at 09418ed Updated README.md
Cloned https://github.com/daniyalmaster693/MacToastKit.git
Revision (git rev-parse @):
09418ed3be23b407f01200c45e4bc0dede7d90c0
SUCCESS checkout https://github.com/daniyalmaster693/MacToastKit.git at 1.0.0
========================================
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": "mactoastkit",
"name": "MacToastKit",
"url": "https://github.com/daniyalmaster693/MacToastKit.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/MacToastKit",
"traits": [
"default"
],
"dependencies": [
]
}
]
}
Fetching https://github.com/daniyalmaster693/MacToastKit.git
[1/213] Fetching mactoastkit
Fetched https://github.com/daniyalmaster693/MacToastKit.git from cache (1.17s)
Creating working copy for https://github.com/daniyalmaster693/MacToastKit.git
Working copy of https://github.com/daniyalmaster693/MacToastKit.git resolved at 1.0.0 (09418ed)
warning: '.resolve-product-dependencies': dependency 'mactoastkit' 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/daniyalmaster693/MacToastKit.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/5] Compiling MacToastKit MacToastKit.swift
/Users/admin/builder/spi-builder-workspace/Sources/MacToastKit/MacToastKit.swift:118:31: warning: call to main actor-isolated instance method 'orderOut' in a synchronous nonisolated context [#ActorIsolatedCall]
116 | panel.animator().alphaValue = 0
117 | }, completionHandler: {
118 | panel.orderOut(nil)
| `- warning: call to main actor-isolated instance method 'orderOut' in a synchronous nonisolated context [#ActorIsolatedCall]
119 | })
120 | }
AppKit.NSWindow.orderOut:2:22: note: calls to instance method 'orderOut' from outside of its actor context are implicitly asynchronous
1 | class NSWindow {
2 | @MainActor open func orderOut(_ sender: Any?)}
| |- note: calls to instance method 'orderOut' from outside of its actor context are implicitly asynchronous
| `- note: main actor isolation inferred from inheritance from class 'NSResponder'
3 |
[#ActorIsolatedCall]: <https://docs.swift.org/compiler/documentation/diagnostics/actor-isolated-call>
[4/5] Compiling MacToastKit ToastContentView.swift
/Users/admin/builder/spi-builder-workspace/Sources/MacToastKit/ToastContentView.swift:36:23: warning: call to main actor-isolated instance method 'orderOut' in a synchronous nonisolated context [#ActorIsolatedCall]
34 | panel.animator().alphaValue = 0
35 | }, completionHandler: {
36 | panel.orderOut(nil)
| `- warning: call to main actor-isolated instance method 'orderOut' in a synchronous nonisolated context [#ActorIsolatedCall]
37 | })
38 | }
AppKit.NSWindow.orderOut:2:22: note: calls to instance method 'orderOut' from outside of its actor context are implicitly asynchronous
1 | class NSWindow {
2 | @MainActor open func orderOut(_ sender: Any?)}
| |- note: calls to instance method 'orderOut' from outside of its actor context are implicitly asynchronous
| `- note: main actor isolation inferred from inheritance from class 'NSResponder'
3 |
[#ActorIsolatedCall]: <https://docs.swift.org/compiler/documentation/diagnostics/actor-isolated-call>
[5/5] Emitting module MacToastKit
Build complete! (8.39s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "MacToastKit",
"name" : "MacToastKit",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "13.0"
}
],
"products" : [
{
"name" : "MacToastKit",
"targets" : [
"MacToastKit"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "MacToastKitTests",
"module_type" : "SwiftTarget",
"name" : "MacToastKitTests",
"path" : "Tests/MacToastKitTests",
"sources" : [
"MacToastKitTests.swift"
],
"target_dependencies" : [
"MacToastKit"
],
"type" : "test"
},
{
"c99name" : "MacToastKit",
"module_type" : "SwiftTarget",
"name" : "MacToastKit",
"path" : "Sources/MacToastKit",
"product_memberships" : [
"MacToastKit"
],
"sources" : [
"MacToastKit.swift",
"ToastContentView.swift"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
Done.