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 SwiftDetailer, reference main (d144f7), with Swift 6.2 (beta) for macOS (SPM) on 19 Jun 2025 10:25:09 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/openalloc/SwiftDetailer.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/openalloc/SwiftDetailer
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at d144f77 Added demo projects to README
Cloned https://github.com/openalloc/SwiftDetailer.git
Revision (git rev-parse @):
d144f770e4974ce62f0e1e22a01f2620210d8403
SUCCESS checkout https://github.com/openalloc/SwiftDetailer.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/openalloc/SwiftDetailer.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 Detailer View+Detailer.swift
[4/12] Compiling Detailer EditDetailC.swift
[5/12] Compiling Detailer View+Validate.swift
[6/12] Compiling Detailer ViewDetail.swift
[7/12] Compiling Detailer EditDetailR.swift
[8/12] Compiling Detailer Validate.swift
[9/12] Compiling Detailer DetailerConfig.swift
[10/12] Compiling Detailer DetailerContext.swift
[11/12] Compiling Detailer EditDetailBase.swift
[12/12] Emitting module Detailer
Build complete! (8.78s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "SwiftDetailer",
  "name" : "SwiftDetailer",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "11.0"
    },
    {
      "name" : "ios",
      "version" : "14.0"
    }
  ],
  "products" : [
    {
      "name" : "Detailer",
      "targets" : [
        "Detailer"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "Detailer",
      "module_type" : "SwiftTarget",
      "name" : "Detailer",
      "path" : "Sources",
      "product_memberships" : [
        "Detailer"
      ],
      "sources" : [
        "DetailerConfig.swift",
        "DetailerContext.swift",
        "Internal/EditDetailBase.swift",
        "Internal/EditDetailC.swift",
        "Internal/EditDetailR.swift",
        "Internal/Validate.swift",
        "Internal/ViewDetail.swift",
        "View+Detailer.swift",
        "View+Validate.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.7"
}
Done.