Build Information
Successful build of SystemNotification, reference 1.4.1 (69c2fa), with Swift 6.1 for macOS (SPM) on 23 Feb 2026 04:18:55 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCapturesBuild Log
========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/danielsaidi/SystemNotification.git
Reference: 1.4.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/danielsaidi/SystemNotification
* tag 1.4.1 -> FETCH_HEAD
HEAD is now at 69c2fa2 Fix linting
Cloned https://github.com/danielsaidi/SystemNotification.git
Revision (git rev-parse @):
69c2fa246dabd8d19c7ee62250d0a489a721660f
SUCCESS checkout https://github.com/danielsaidi/SystemNotification.git at 1.4.1
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.1
Building package at path: $PWD
https://github.com/danielsaidi/SystemNotification.git
https://github.com/danielsaidi/SystemNotification.git
{
"dependencies" : [
],
"manifest_display_name" : "SystemNotification",
"name" : "SystemNotification",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "15.0"
},
{
"name" : "macos",
"version" : "12.0"
},
{
"name" : "tvos",
"version" : "15.0"
},
{
"name" : "watchos",
"version" : "10.0"
},
{
"name" : "visionos",
"version" : "1.0"
}
],
"products" : [
{
"name" : "SystemNotification",
"targets" : [
"SystemNotification"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "SystemNotificationTests",
"module_type" : "SwiftTarget",
"name" : "SystemNotificationTests",
"path" : "Tests/SystemNotificationTests",
"sources" : [
"SystemNotificationTests.swift"
],
"target_dependencies" : [
"SystemNotification"
],
"type" : "test"
},
{
"c99name" : "SystemNotification",
"module_type" : "SwiftTarget",
"name" : "SystemNotification",
"path" : "Sources/SystemNotification",
"product_memberships" : [
"SystemNotification"
],
"sources" : [
"Overlays/SystemNotificationAppKitOverlay.swift",
"Overlays/SystemNotificationUIKitOverlay.swift",
"SystemNotification.swift",
"SystemNotificationConfiguration.swift",
"SystemNotificationContext.swift",
"SystemNotificationEdge.swift",
"SystemNotificationMessage+Predefined.swift",
"SystemNotificationMessage.swift",
"SystemNotificationMessageStyle.swift",
"SystemNotificationStyle.swift",
"View+SystemNotification.swift"
],
"type" : "library"
}
],
"tools_version" : "6.1"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-2F0A5646E1D333AE.txt
[3/13] Compiling SystemNotification SystemNotificationMessage.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[4/13] Compiling SystemNotification SystemNotificationMessageStyle.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[5/13] Compiling SystemNotification SystemNotificationMessage+Predefined.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[6/13] Compiling SystemNotification SystemNotificationConfiguration.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[7/13] Compiling SystemNotification SystemNotificationEdge.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[8/13] Compiling SystemNotification SystemNotificationAppKitOverlay.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[9/13] Compiling SystemNotification SystemNotificationUIKitOverlay.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[10/13] Compiling SystemNotification SystemNotificationContext.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[11/13] Compiling SystemNotification SystemNotification.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[12/13] Emitting module SystemNotification
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[13/13] Compiling SystemNotification SystemNotificationStyle.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[14/14] Compiling SystemNotification View+SystemNotification.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
Build complete! (9.92s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "SystemNotification",
"name" : "SystemNotification",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "15.0"
},
{
"name" : "macos",
"version" : "12.0"
},
{
"name" : "tvos",
"version" : "15.0"
},
{
"name" : "watchos",
"version" : "10.0"
},
{
"name" : "visionos",
"version" : "1.0"
}
],
"products" : [
{
"name" : "SystemNotification",
"targets" : [
"SystemNotification"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "SystemNotificationTests",
"module_type" : "SwiftTarget",
"name" : "SystemNotificationTests",
"path" : "Tests/SystemNotificationTests",
"sources" : [
"SystemNotificationTests.swift"
],
"target_dependencies" : [
"SystemNotification"
],
"type" : "test"
},
{
"c99name" : "SystemNotification",
"module_type" : "SwiftTarget",
"name" : "SystemNotification",
"path" : "Sources/SystemNotification",
"product_memberships" : [
"SystemNotification"
],
"sources" : [
"Overlays/SystemNotificationAppKitOverlay.swift",
"Overlays/SystemNotificationUIKitOverlay.swift",
"SystemNotification.swift",
"SystemNotificationConfiguration.swift",
"SystemNotificationContext.swift",
"SystemNotificationEdge.swift",
"SystemNotificationMessage+Predefined.swift",
"SystemNotificationMessage.swift",
"SystemNotificationMessageStyle.swift",
"SystemNotificationStyle.swift",
"View+SystemNotification.swift"
],
"type" : "library"
}
],
"tools_version" : "6.1"
}
Done.