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 (cec667), with Swift 6.2 (beta) for macOS (SPM) on 21 Jun 2025 02:17:13 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: 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 cec6670 enable swift strict concurrency checking
Cloned https://github.com/hexedbits/AboutThisApp.git
Revision (git rev-parse @):
cec667097113243f1bcc916cba27462051f66925
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/hexedbits/AboutThisApp.git at main
========================================
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 URL+Extensions.swift
[4/11] Compiling AboutThisApp Bundle+Extensions.swift
[5/11] Compiling AboutThisApp NSTextField+Extensions.swift
[6/11] Compiling AboutThisApp NSImage+Extensions.swift
[7/11] Compiling AboutThisApp AppMetadata.swift
[8/11] Compiling AboutThisApp AboutThisAppPanel.swift
[9/11] Compiling AboutThisApp AboutThisAppView.swift
[10/11] Emitting module AboutThisApp
[11/11] Compiling AboutThisApp AboutThisAppViewController.swift
Build complete! (7.73s)
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.