Build Information
Successful build of PixelPantry, reference 1.0.9 (40a894), with Swift 6.0 for macOS (SPM) on 21 Jan 2026 02:46:55 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.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/pixel-pantry/PixelPantry.git
Reference: 1.0.9
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/pixel-pantry/PixelPantry
* tag 1.0.9 -> FETCH_HEAD
HEAD is now at 40a894d Use osascript Process instead of NSAppleScript for admin privileges
Cloned https://github.com/pixel-pantry/PixelPantry.git
Revision (git rev-parse @):
40a894da493fb08aa1073154ec7beb0b54cf6e58
SUCCESS checkout https://github.com/pixel-pantry/PixelPantry.git at 1.0.9
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.0
Building package at path: $PWD
https://github.com/pixel-pantry/PixelPantry.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/15] Compiling PixelPantry Configuration.swift
[4/15] Compiling PixelPantry Downloader.swift
[5/15] Compiling PixelPantry RequestSigner.swift
[6/16] Compiling PixelPantry APIClient.swift
[7/16] Emitting module PixelPantry
[8/16] Compiling PixelPantry UpdateViewModel.swift
[9/16] Compiling PixelPantry Installer.swift
/Users/admin/builder/spi-builder-workspace/Sources/PixelPantry/Installation/Installer.swift:362:23: warning: passing argument of non-sendable type 'NSWorkspace' outside of main actor-isolated context may introduce data races; this is an error in the Swift 6 language mode
360 |
361 | do {
362 | try await NSWorkspace.shared.openApplication(at: appURL, configuration: configuration)
| `- warning: passing argument of non-sendable type 'NSWorkspace' outside of main actor-isolated context may introduce data races; this is an error in the Swift 6 language mode
363 |
364 | // Give the new instance time to launch
AppKit.NSWorkspace:1:12: note: class 'NSWorkspace' does not conform to the 'Sendable' protocol
1 | open class NSWorkspace : NSObject {
| `- note: class 'NSWorkspace' does not conform to the 'Sendable' protocol
2 | open class var shared: NSWorkspace { get }
3 | @available(swift, obsoleted: 3, renamed: "shared")
/Users/admin/builder/spi-builder-workspace/Sources/PixelPantry/Installation/Installer.swift:362:70: warning: passing argument of non-sendable type 'NSWorkspace.OpenConfiguration' outside of main actor-isolated context may introduce data races; this is an error in the Swift 6 language mode
360 |
361 | do {
362 | try await NSWorkspace.shared.openApplication(at: appURL, configuration: configuration)
| `- warning: passing argument of non-sendable type 'NSWorkspace.OpenConfiguration' outside of main actor-isolated context may introduce data races; this is an error in the Swift 6 language mode
363 |
364 | // Give the new instance time to launch
AppKit.NSWorkspace:3:16: note: class 'OpenConfiguration' does not conform to the 'Sendable' protocol
1 | extension NSWorkspace {
2 | @available(macOS 10.15, *)
3 | open class OpenConfiguration : NSObject, NSCopying {
| `- note: class 'OpenConfiguration' does not conform to the 'Sendable' protocol
4 | @available(*, unavailable, message: "superseded by import of -[NSObject init]")
5 | public convenience init()
[10/16] Compiling PixelPantry Verifier.swift
/Users/admin/builder/spi-builder-workspace/Sources/PixelPantry/Installation/Installer.swift:362:23: warning: passing argument of non-sendable type 'NSWorkspace' outside of main actor-isolated context may introduce data races; this is an error in the Swift 6 language mode
360 |
361 | do {
362 | try await NSWorkspace.shared.openApplication(at: appURL, configuration: configuration)
| `- warning: passing argument of non-sendable type 'NSWorkspace' outside of main actor-isolated context may introduce data races; this is an error in the Swift 6 language mode
363 |
364 | // Give the new instance time to launch
AppKit.NSWorkspace:1:12: note: class 'NSWorkspace' does not conform to the 'Sendable' protocol
1 | open class NSWorkspace : NSObject {
| `- note: class 'NSWorkspace' does not conform to the 'Sendable' protocol
2 | open class var shared: NSWorkspace { get }
3 | @available(swift, obsoleted: 3, renamed: "shared")
/Users/admin/builder/spi-builder-workspace/Sources/PixelPantry/Installation/Installer.swift:362:70: warning: passing argument of non-sendable type 'NSWorkspace.OpenConfiguration' outside of main actor-isolated context may introduce data races; this is an error in the Swift 6 language mode
360 |
361 | do {
362 | try await NSWorkspace.shared.openApplication(at: appURL, configuration: configuration)
| `- warning: passing argument of non-sendable type 'NSWorkspace.OpenConfiguration' outside of main actor-isolated context may introduce data races; this is an error in the Swift 6 language mode
363 |
364 | // Give the new instance time to launch
AppKit.NSWorkspace:3:16: note: class 'OpenConfiguration' does not conform to the 'Sendable' protocol
1 | extension NSWorkspace {
2 | @available(macOS 10.15, *)
3 | open class OpenConfiguration : NSObject, NSCopying {
| `- note: class 'OpenConfiguration' does not conform to the 'Sendable' protocol
4 | @available(*, unavailable, message: "superseded by import of -[NSObject init]")
5 | public convenience init()
[11/16] Compiling PixelPantry PPError.swift
[12/16] Compiling PixelPantry Update.swift
[13/16] Compiling PixelPantry PixelPantry.swift
[14/16] Compiling PixelPantry Endpoints.swift
[15/16] Compiling PixelPantry UpdateView.swift
[16/16] Compiling PixelPantry UpdateWindow.swift
Build complete! (9.48s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "PixelPantry",
"name" : "PixelPantry",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "13.0"
}
],
"products" : [
{
"name" : "PixelPantry",
"targets" : [
"PixelPantry"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "PixelPantryTests",
"module_type" : "SwiftTarget",
"name" : "PixelPantryTests",
"path" : "Tests/PixelPantryTests",
"sources" : [
"RequestSignerTests.swift",
"SignatureCompatibilityTests.swift",
"UpdateModelTests.swift",
"VerifierTests.swift"
],
"target_dependencies" : [
"PixelPantry"
],
"type" : "test"
},
{
"c99name" : "PixelPantry",
"module_type" : "SwiftTarget",
"name" : "PixelPantry",
"path" : "Sources/PixelPantry",
"product_memberships" : [
"PixelPantry"
],
"sources" : [
"Configuration.swift",
"Installation/Downloader.swift",
"Installation/Installer.swift",
"Installation/Verifier.swift",
"Models/PPError.swift",
"Models/Update.swift",
"Networking/APIClient.swift",
"Networking/Endpoints.swift",
"Networking/RequestSigner.swift",
"PixelPantry.swift",
"UI/UpdateView.swift",
"UI/UpdateViewModel.swift",
"UI/UpdateWindow.swift"
],
"type" : "library"
}
],
"tools_version" : "5.9"
}
Done.