The Swift Package Index logo.Swift Package Index

Build Information

Successful build of PixelPantry, reference 1.0.9 (40a894), with Swift 6.2 for macOS (SPM) on 21 Jan 2026 02:46:31 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-26.0.0.app xcrun swift build --arch arm64

Build 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
========================================
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",
  "dependencies": [
    {
      "identity": "pixelpantry",
      "name": "PixelPantry",
      "url": "https://github.com/pixel-pantry/PixelPantry.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/PixelPantry",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/pixel-pantry/PixelPantry.git
[1/97] Fetching pixelpantry
Fetched https://github.com/pixel-pantry/PixelPantry.git from cache (0.96s)
Creating working copy for https://github.com/pixel-pantry/PixelPantry.git
Working copy of https://github.com/pixel-pantry/PixelPantry.git resolved at 1.0.9 (40a894d)
warning: '.resolve-product-dependencies': dependency 'pixelpantry' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/pixel-pantry/PixelPantry.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-49B95AFC49DCD68C.txt
[3/15] Compiling PixelPantry Installer.swift
[4/15] Compiling PixelPantry Verifier.swift
[5/15] Compiling PixelPantry APIClient.swift
[6/15] Compiling PixelPantry UpdateViewModel.swift
[7/15] Compiling PixelPantry RequestSigner.swift
[8/15] Compiling PixelPantry Endpoints.swift
[9/15] Compiling PixelPantry PixelPantry.swift
[10/15] Compiling PixelPantry UpdateView.swift
[11/15] Compiling PixelPantry PPError.swift
[12/15] Compiling PixelPantry Update.swift
[13/15] Emitting module PixelPantry
[14/15] Compiling PixelPantry Configuration.swift
[15/15] Compiling PixelPantry Downloader.swift
[16/16] Compiling PixelPantry UpdateWindow.swift
Build complete! (9.55s)
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.