The Swift Package Index logo.Swift Package Index

Build Information

Successful build of PixelPantry, reference main (60388d), with Swift 6.2 for macOS (SPM) on 21 Jan 2026 19:58:39 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: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/pixel-pantry/PixelPantry
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 60388d0 Update README with comprehensive documentation
Cloned https://github.com/pixel-pantry/PixelPantry.git
Revision (git rev-parse @):
60388d07b06ff8842cca5205e221089ff75975b1
SUCCESS checkout https://github.com/pixel-pantry/PixelPantry.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",
  "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.63s)
Creating working copy for https://github.com/pixel-pantry/PixelPantry.git
Working copy of https://github.com/pixel-pantry/PixelPantry.git resolved at main (60388d0)
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 UpdateViewModel.swift
[4/16] Compiling PixelPantry Installer.swift
[5/16] Compiling PixelPantry Verifier.swift
[6/16] Compiling PixelPantry PixelPantry.swift
[7/16] Compiling PixelPantry RequestSigner.swift
[8/16] Compiling PixelPantry Configuration.swift
[9/16] Compiling PixelPantry Downloader.swift
[10/16] Compiling PixelPantry APIClient.swift
[11/16] Compiling PixelPantry Endpoints.swift
[12/16] Compiling PixelPantry PPError.swift
[13/16] Compiling PixelPantry Update.swift
[14/16] Emitting module PixelPantry
[15/16] Compiling PixelPantry UpdateView.swift
[16/16] Compiling PixelPantry UpdateWindow.swift
Build complete! (9.53s)
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.