The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Successful build of PackAPrefPane, reference 2.1.0 (d3cf6e), with Swift 6.2 (beta) for macOS (SPM) on 19 Jun 2025 07:18:37 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/W1W1-M/PackAPrefPane.git
Reference: 2.1.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/W1W1-M/PackAPrefPane
 * tag               2.1.0      -> FETCH_HEAD
HEAD is now at d3cf6ef Update data structs to classes. Update comments. Add environment objects.
Cloned https://github.com/W1W1-M/PackAPrefPane.git
Revision (git rev-parse @):
d3cf6ef22b7e8c67624e78431c4fbb0d209c647d
SUCCESS checkout https://github.com/W1W1-M/PackAPrefPane.git at 2.1.0
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/W1W1-M/PackAPrefPane.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/5] Write sources
[1/5] Copying Info.plist
[2/5] Copying Localizable.strings
[4/5] Write swift-version-1EA4D86E10B52AF.txt
[6/13] Compiling PackAPrefPane resource_bundle_accessor.swift
[7/13] Compiling PackAPrefPane Help.swift
[8/13] Compiling PackAPrefPane PackAPrefPane.swift
[9/13] Compiling PackAPrefPane About.swift
[10/13] Compiling PackAPrefPane PrefPaneHelper.swift
[11/13] Emitting module PackAPrefPane
[12/13] Compiling PackAPrefPane Legal.swift
[13/13] Compiling PackAPrefPane PrefPaneData.swift
Build complete! (7.36s)
Build complete.
{
  "default_localization" : "en",
  "dependencies" : [
  ],
  "manifest_display_name" : "PackAPrefPane",
  "name" : "PackAPrefPane",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "11.0"
    },
    {
      "name" : "ios",
      "version" : "14.0"
    }
  ],
  "products" : [
    {
      "name" : "PackAPrefPane",
      "targets" : [
        "PackAPrefPane"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "PackAPrefPaneTests",
      "module_type" : "SwiftTarget",
      "name" : "PackAPrefPaneTests",
      "path" : "Tests/PackAPrefPaneTests",
      "sources" : [
        "PackAPrefPaneTests.swift"
      ],
      "target_dependencies" : [
        "PackAPrefPane"
      ],
      "type" : "test"
    },
    {
      "c99name" : "PackAPrefPane",
      "module_type" : "SwiftTarget",
      "name" : "PackAPrefPane",
      "path" : "Sources/PackAPrefPane",
      "product_memberships" : [
        "PackAPrefPane"
      ],
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/PackAPrefPane/Resources/en.lproj/Localizable.strings",
          "rule" : {
            "process" : {
              "localization" : "en"
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/PackAPrefPane/Resources/fr.lproj/Localizable.strings",
          "rule" : {
            "process" : {
              "localization" : "fr"
            }
          }
        }
      ],
      "sources" : [
        "PrefPaneData.swift",
        "PrefPaneHelper.swift",
        "Views/About.swift",
        "Views/Help.swift",
        "Views/Legal.swift",
        "Views/PackAPrefPane.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.5"
}
Done.