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 Inspect, reference main (c80def), with Swift 6.2 (beta) for macOS (SPM) on 20 Jun 2025 18:53:50 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/FiveSheepCo/SwiftUI-Inspect.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/FiveSheepCo/SwiftUI-Inspect
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at c80def4 Rename CI
Cloned https://github.com/FiveSheepCo/SwiftUI-Inspect.git
Revision (git rev-parse @):
c80def48c134c4dfac4c700b49bd8bb20ac39099
SUCCESS checkout https://github.com/FiveSheepCo/SwiftUI-Inspect.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/FiveSheepCo/SwiftUI-Inspect.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 Inspect UIResponder.swift
[4/12] Compiling Inspect InspectionMode.swift
[5/12] Compiling Inspect AppKit+View+Inspect.swift
[6/12] Emitting module Inspect
[7/12] Compiling Inspect UIKit+View+Inspect.swift
[8/12] Compiling Inspect CGFloat.swift
[9/12] Compiling Inspect InspectionUIView.swift
[10/12] Compiling Inspect UIKit+SearchCoordinator.swift
[11/12] Compiling Inspect InspectionNSView.swift
[12/12] Compiling Inspect AppKit+SearchCoordinator.swift
Build complete! (6.87s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "Inspect",
  "name" : "Inspect",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "macos",
      "version" : "10.15"
    }
  ],
  "products" : [
    {
      "name" : "Inspect",
      "targets" : [
        "Inspect"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "InspectTests",
      "module_type" : "SwiftTarget",
      "name" : "InspectTests",
      "path" : "Tests/InspectTests",
      "sources" : [
        "AppKitTests.swift",
        "UIKitTests.swift"
      ],
      "target_dependencies" : [
        "Inspect"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Inspect",
      "module_type" : "SwiftTarget",
      "name" : "Inspect",
      "path" : "Sources/Inspect",
      "product_memberships" : [
        "Inspect"
      ],
      "sources" : [
        "AppKit/AppKit+SearchCoordinator.swift",
        "AppKit/AppKit+View+Inspect.swift",
        "AppKit/InspectionNSView.swift",
        "CGFloat.swift",
        "InspectionMode.swift",
        "UIKit/InspectionUIView.swift",
        "UIKit/UIKit+SearchCoordinator.swift",
        "UIKit/UIKit+View+Inspect.swift",
        "UIKit/UIResponder.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.5"
}
Done.