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 AboutThisApp, reference main (c54122), with Swift 5.10 for macOS (SPM) on 24 Nov 2025 21:32:07 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-15.4.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/hexedbits/AboutThisApp.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/hexedbits/AboutThisApp
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at c541226 Bump actions/checkout from 5 to 6 (#71)
Cloned https://github.com/hexedbits/AboutThisApp.git
Revision (git rev-parse @):
c541226a64d24780c3f90d13dfe8059b522ffc15
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/hexedbits/AboutThisApp.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.10
Building package at path:  $PWD
https://github.com/hexedbits/AboutThisApp.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-33747A42983211AE.txt
[3/11] Compiling AboutThisApp NSImage+Extensions.swift
[4/11] Compiling AboutThisApp URL+Extensions.swift
[5/11] Compiling AboutThisApp NSTextField+Extensions.swift
[6/11] Compiling AboutThisApp AppMetadata.swift
[7/11] Compiling AboutThisApp Bundle+Extensions.swift
[8/11] Compiling AboutThisApp AboutThisAppPanel.swift
[9/11] Emitting module AboutThisApp
[10/11] Compiling AboutThisApp AboutThisAppViewController.swift
[11/11] Compiling AboutThisApp AboutThisAppView.swift
Build complete! (7.03s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "AboutThisApp",
  "name" : "AboutThisApp",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "11.0"
    }
  ],
  "products" : [
    {
      "name" : "AboutThisApp",
      "targets" : [
        "AboutThisApp"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "5"
  ],
  "targets" : [
    {
      "c99name" : "AboutThisAppTests",
      "module_type" : "SwiftTarget",
      "name" : "AboutThisAppTests",
      "path" : "Tests",
      "sources" : [
        "AboutThisAppTests.swift"
      ],
      "target_dependencies" : [
        "AboutThisApp"
      ],
      "type" : "test"
    },
    {
      "c99name" : "AboutThisApp",
      "module_type" : "SwiftTarget",
      "name" : "AboutThisApp",
      "path" : "Sources",
      "product_memberships" : [
        "AboutThisApp"
      ],
      "sources" : [
        "AboutThisAppPanel.swift",
        "AboutThisAppView.swift",
        "AboutThisAppViewController.swift",
        "AppMetadata.swift",
        "Bundle+Extensions.swift",
        "NSImage+Extensions.swift",
        "NSTextField+Extensions.swift",
        "URL+Extensions.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
Done.