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 2.0.1 (3a9380), with Swift 6.2 (beta) for macOS (SPM) on 21 Jun 2025 02:16:04 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/hexedbits/AboutThisApp.git
Reference: 2.0.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/hexedbits/AboutThisApp
 * tag               2.0.1      -> FETCH_HEAD
HEAD is now at 3a9380e [2.0.1] release. gen docs. bump version.
Cloned https://github.com/hexedbits/AboutThisApp.git
Revision (git rev-parse @):
3a9380ee7b2c9fc7e90cc3609c50b69034036c30
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/hexedbits/AboutThisApp.git at 2.0.1
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/hexedbits/AboutThisApp.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/11] Compiling AboutThisApp NSImage+Extensions.swift
[4/11] Compiling AboutThisApp AppMetadata.swift
[5/11] Compiling AboutThisApp URL+Extensions.swift
[6/11] Compiling AboutThisApp Bundle+Extensions.swift
[7/11] Compiling AboutThisApp NSTextField+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.94s)
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.