The Swift Package Index logo.Swift Package Index

Build Information

Successful build of PixelPantry, reference main (60388d), with Swift 6.3 for macOS (SPM) on 18 Apr 2026 06:39:47 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.70.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",
  "traits": [
    "default"
  ],
  "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",
      "traits": [
        "default"
      ],
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/pixel-pantry/PixelPantry.git
[1/97] Fetching pixelpantry
Fetched https://github.com/pixel-pantry/PixelPantry.git from cache (0.65s)
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.3
Building package at path:  $PWD
https://github.com/pixel-pantry/PixelPantry.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/15] Compiling PixelPantry Endpoints.swift
[4/15] Compiling PixelPantry APIClient.swift
[5/15] Compiling PixelPantry Configuration.swift
[6/15] Compiling PixelPantry Downloader.swift
[7/15] Compiling PixelPantry PixelPantry.swift
[8/15] Compiling PixelPantry Installer.swift
[9/15] Compiling PixelPantry Verifier.swift
[10/15] Emitting module PixelPantry
[11/15] Compiling PixelPantry RequestSigner.swift
[12/15] Compiling PixelPantry PPError.swift
[13/15] Compiling PixelPantry Update.swift
[14/15] Compiling PixelPantry UpdateView.swift
[15/15] Compiling PixelPantry UpdateViewModel.swift
[16/16] Compiling PixelPantry UpdateWindow.swift
Build complete! (10.34s)
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.