Build Information
Successful build of NotificationSmuggler, reference main (2a045a), with Swift 6.3 for macOS (SPM) on 16 Apr 2026 09:06:36 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/samsonjs/NotificationSmuggler.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/samsonjs/NotificationSmuggler
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 2a045a9 Add a changelog
Cloned https://github.com/samsonjs/NotificationSmuggler.git
Revision (git rev-parse @):
2a045a9386b246d430fa7f09488aa0862d25d9de
SUCCESS checkout https://github.com/samsonjs/NotificationSmuggler.git at main
========================================
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": "notificationsmuggler",
"name": "NotificationSmuggler",
"url": "https://github.com/samsonjs/NotificationSmuggler.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/NotificationSmuggler",
"traits": [
"default"
],
"dependencies": [
]
}
]
}
Fetching https://github.com/samsonjs/NotificationSmuggler.git
[1/85] Fetching notificationsmuggler
Fetched https://github.com/samsonjs/NotificationSmuggler.git from cache (0.68s)
Creating working copy for https://github.com/samsonjs/NotificationSmuggler.git
Working copy of https://github.com/samsonjs/NotificationSmuggler.git resolved at main (2a045a9)
warning: '.resolve-product-dependencies': dependency 'notificationsmuggler' 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/samsonjs/NotificationSmuggler.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 NotificationSmuggler Smuggling.swift
/Users/admin/builder/spi-builder-workspace/Sources/NotificationSmuggling/Smuggling.swift:147:30: warning: capture of non-Sendable type 'Contraband.Type' in an isolated closure [#SendableMetatypes]
145 | ) -> any AsyncSequence<Contraband, Never> {
146 | notifications(named: Contraband.notificationName, object: object)
147 | .compactMap { $0.smuggled() }
| `- warning: capture of non-Sendable type 'Contraband.Type' in an isolated closure [#SendableMetatypes]
148 | }
149 |
[#SendableMetatypes]: <https://docs.swift.org/compiler/documentation/diagnostics/sendable-metatypes>
[4/5] Emitting module NotificationSmuggler
[5/5] Compiling NotificationSmuggler Smuggled.swift
Build complete! (4.70s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "NotificationSmuggler",
"name" : "NotificationSmuggler",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "18.0"
},
{
"name" : "macos",
"version" : "15.0"
}
],
"products" : [
{
"name" : "NotificationSmuggler",
"targets" : [
"NotificationSmuggler"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "NotificationSmugglerTests",
"module_type" : "SwiftTarget",
"name" : "NotificationSmugglerTests",
"path" : "Tests",
"sources" : [
"NotificationSmugglingTests/HitchhikersNotification.swift",
"NotificationSmugglingTests/SmuggledTests.swift",
"NotificationSmugglingTests/SmugglingTests.swift"
],
"target_dependencies" : [
"NotificationSmuggler"
],
"type" : "test"
},
{
"c99name" : "NotificationSmuggler",
"module_type" : "SwiftTarget",
"name" : "NotificationSmuggler",
"path" : "Sources",
"product_memberships" : [
"NotificationSmuggler"
],
"sources" : [
"NotificationSmuggling/Smuggled.swift",
"NotificationSmuggling/Smuggling.swift"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
Done.