The Swift Package Index logo.Swift Package Index

Build Information

Successful build of Design, reference main (0406c4), with Swift 6.2 for macOS (SPM) on 22 Jun 2025 10:10:48 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/dl-alexandre/Design.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/dl-alexandre/Design
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 0406c41 AddIndex Optional Plurality
Cloned https://github.com/dl-alexandre/Design.git
Revision (git rev-parse @):
0406c414f1e50d99981baac755eadd3e1c38391e
SUCCESS checkout https://github.com/dl-alexandre/Design.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/dl-alexandre/Design.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/12] Compiling Design Extension+View.swift
[4/13] Compiling Design BundleID.swift
[5/13] Emitting module Design
[6/13] Compiling Design AboutView.swift
[7/13] Compiling Design Extension+NSApplication.swift
[8/13] Compiling Design AddIndex.swift
[9/13] Compiling Design GrayRectangle.swift
[10/13] Compiling Design Notification+Copy.swift
[11/13] Compiling Design AppDelegate.swift
[12/13] Compiling Design Extension+Color.swift
[13/13] Compiling Design RemoveIndex.swift
Build complete! (9.80s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "Design",
  "name" : "Design",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "12.0"
    },
    {
      "name" : "ios",
      "version" : "15.0"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    },
    {
      "name" : "maccatalyst",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "Design",
      "targets" : [
        "Design"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "DesignTests",
      "module_type" : "SwiftTarget",
      "name" : "DesignTests",
      "path" : "Tests/DesignTests",
      "sources" : [
        "IndexTests.swift"
      ],
      "target_dependencies" : [
        "Design"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Design",
      "module_type" : "SwiftTarget",
      "name" : "Design",
      "path" : "Sources/Design",
      "product_memberships" : [
        "Design"
      ],
      "sources" : [
        "AboutView.swift",
        "AppDelegate.swift",
        "BundleID.swift",
        "Extension+Color.swift",
        "Extension+NSApplication.swift",
        "Extension+View.swift",
        "GrayRectangle.swift",
        "Notification+Copy.swift",
        "Spotlight/AddIndex.swift",
        "Spotlight/RemoveIndex.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Done.