Build Information
Successful build of NiceNotifications, reference 0.0.7-alpha (dc2487), with Swift 6.3 for macOS (SPM) on 13 Apr 2026 13:22:24 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/dreymonde/NiceNotifications.git
Reference: 0.0.7-alpha
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/dreymonde/NiceNotifications
* tag 0.0.7-alpha -> FETCH_HEAD
HEAD is now at dc24879 Update DateBuilder
Cloned https://github.com/dreymonde/NiceNotifications.git
Revision (git rev-parse @):
dc24879ac7979efdea18a2c1f7a8bb6c364d16e6
SUCCESS checkout https://github.com/dreymonde/NiceNotifications.git at 0.0.7-alpha
Fetching https://github.com/dreymonde/DateBuilder
[1/148] Fetching datebuilder
Fetched https://github.com/dreymonde/DateBuilder from cache (0.79s)
Computing version for https://github.com/dreymonde/DateBuilder
Computed https://github.com/dreymonde/DateBuilder at 0.1.3 (1.46s)
Creating working copy for https://github.com/dreymonde/DateBuilder
Working copy of https://github.com/dreymonde/DateBuilder resolved at 0.1.3
========================================
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": "nicenotifications",
"name": "NiceNotifications",
"url": "https://github.com/dreymonde/NiceNotifications.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/NiceNotifications",
"traits": [
"default"
],
"dependencies": [
{
"identity": "datebuilder",
"name": "DateBuilder",
"url": "https://github.com/dreymonde/DateBuilder",
"version": "0.1.4",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/DateBuilder",
"traits": [
"default"
],
"dependencies": [
]
}
]
}
]
}
Fetching https://github.com/dreymonde/NiceNotifications.git
[1/146] Fetching nicenotifications
Fetched https://github.com/dreymonde/NiceNotifications.git from cache (0.84s)
Fetching https://github.com/dreymonde/DateBuilder from cache
Fetched https://github.com/dreymonde/DateBuilder from cache (0.45s)
Computing version for https://github.com/dreymonde/DateBuilder
Computed https://github.com/dreymonde/DateBuilder at 0.1.4 (0.51s)
Creating working copy for https://github.com/dreymonde/NiceNotifications.git
Working copy of https://github.com/dreymonde/NiceNotifications.git resolved at 0.0.7-alpha (dc24879)
Creating working copy for https://github.com/dreymonde/DateBuilder
Working copy of https://github.com/dreymonde/DateBuilder resolved at 0.1.4
warning: '.resolve-product-dependencies': dependency 'nicenotifications' is not used by any target
Found 1 product dependencies
- DateBuilder
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.3
Building package at path: $PWD
https://github.com/dreymonde/NiceNotifications.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version--6988338F2F200930.txt
[4/5] Emitting module DateBuilder
[5/5] Compiling DateBuilder DateBuilder.swift
[6/8] Compiling NiceNotifications NotificationPermissionView.swift
[7/8] Compiling NiceNotifications NiceNotifications.swift
/Users/admin/builder/spi-builder-workspace/Sources/NiceNotifications/NiceNotifications.swift:805:2: warning: '@_functionBuilder' has been renamed to '@resultBuilder'
803 | }
804 |
805 | @_functionBuilder
| `- warning: '@_functionBuilder' has been renamed to '@resultBuilder'
806 | public enum TimelineBuilder {
807 | public typealias Expression = LocalNotifications.NotificationRequest
[8/8] Emitting module NiceNotifications
/Users/admin/builder/spi-builder-workspace/Sources/NiceNotifications/NiceNotifications.swift:805:2: warning: '@_functionBuilder' has been renamed to '@resultBuilder'
803 | }
804 |
805 | @_functionBuilder
| `- warning: '@_functionBuilder' has been renamed to '@resultBuilder'
806 | public enum TimelineBuilder {
807 | public typealias Expression = LocalNotifications.NotificationRequest
Build complete! (7.30s)
Build complete.
{
"dependencies" : [
{
"identity" : "datebuilder",
"requirement" : {
"range" : [
{
"lower_bound" : "0.1.3",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/dreymonde/DateBuilder"
}
],
"manifest_display_name" : "NiceNotifications",
"name" : "NiceNotifications",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "10.0"
},
{
"name" : "watchos",
"version" : "3.0"
},
{
"name" : "macos",
"version" : "10.14"
}
],
"products" : [
{
"name" : "NiceNotifications",
"targets" : [
"NiceNotifications"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "NiceNotificationsTests",
"module_type" : "SwiftTarget",
"name" : "NiceNotificationsTests",
"path" : "Tests/NiceNotificationsTests",
"sources" : [
"NiceNotificationsTests.swift",
"XCTestManifests.swift"
],
"target_dependencies" : [
"NiceNotifications"
],
"type" : "test"
},
{
"c99name" : "NiceNotifications",
"module_type" : "SwiftTarget",
"name" : "NiceNotifications",
"path" : "Sources/NiceNotifications",
"product_dependencies" : [
"DateBuilder"
],
"product_memberships" : [
"NiceNotifications"
],
"sources" : [
"NiceNotifications.swift",
"NotificationPermissionView.swift"
],
"type" : "library"
}
],
"tools_version" : "5.3"
}
Done.