The Swift Package Index logo.Swift Package Index

Build Information

Successful build of GetApps, reference v0.2.0 (c9106e), with Swift 6.2 for macOS (SPM) on 22 Jun 2025 21:26:27 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/ghall89/swift-get-apps.git
Reference: v0.2.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/ghall89/swift-get-apps
 * tag               v0.2.0     -> FETCH_HEAD
HEAD is now at c9106ea simplified/seperated functions
Cloned https://github.com/ghall89/swift-get-apps.git
Revision (git rev-parse @):
c9106ea511a369c57945602e0921937400815431
SUCCESS checkout https://github.com/ghall89/swift-get-apps.git at v0.2.0
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/ghall89/swift-get-apps.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-1EA4D86E10B52AF.txt
[3/5] Compiling GetApps getInstalledApps.swift
[4/5] Compiling GetApps models.swift
[5/5] Emitting module GetApps
Build complete! (6.59s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "GetApps",
  "name" : "GetApps",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "11.0"
    }
  ],
  "products" : [
    {
      "name" : "GetApps",
      "targets" : [
        "GetApps"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "swift_get_appsTests",
      "module_type" : "SwiftTarget",
      "name" : "swift-get-appsTests",
      "path" : "Tests/swift-get-appsTests",
      "sources" : [
        "swift_get_appsTests.swift"
      ],
      "target_dependencies" : [
        "GetApps"
      ],
      "type" : "test"
    },
    {
      "c99name" : "GetApps",
      "module_type" : "SwiftTarget",
      "name" : "GetApps",
      "path" : "Sources/GetApps",
      "product_memberships" : [
        "GetApps"
      ],
      "sources" : [
        "getInstalledApps.swift",
        "models.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
Done.