Build Information
Successful build of Inspect, reference 0.1.0 (be3444), with Swift 6.3 for macOS (SPM) on 14 Apr 2026 01:42:42 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/FiveSheepCo/SwiftUI-Inspect.git
Reference: 0.1.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/FiveSheepCo/SwiftUI-Inspect
* tag 0.1.0 -> FETCH_HEAD
HEAD is now at be34447 Initial Commit
Cloned https://github.com/FiveSheepCo/SwiftUI-Inspect.git
Revision (git rev-parse @):
be3444795003c324f47b6a7391635ab337035a8e
SUCCESS checkout https://github.com/FiveSheepCo/SwiftUI-Inspect.git at 0.1.0
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
"identity": ".resolve-product-dependencies",
"name": "resolve-dependencies",
"url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
"traits": [
"default"
],
"dependencies": [
{
"identity": "swiftui-inspect",
"name": "Inspect",
"url": "https://github.com/FiveSheepCo/SwiftUI-Inspect.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/SwiftUI-Inspect",
"traits": [
"default"
],
"dependencies": [
]
}
]
}
Fetching https://github.com/FiveSheepCo/SwiftUI-Inspect.git
[1/36] Fetching swiftui-inspect
Fetched https://github.com/FiveSheepCo/SwiftUI-Inspect.git from cache (0.81s)
Creating working copy for https://github.com/FiveSheepCo/SwiftUI-Inspect.git
Working copy of https://github.com/FiveSheepCo/SwiftUI-Inspect.git resolved at 0.1.0 (be34447)
warning: '.resolve-product-dependencies': dependency 'swiftui-inspect' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.3
Building package at path: $PWD
https://github.com/FiveSheepCo/SwiftUI-Inspect.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--6988338F2F200930.txt
[3/12] Compiling Inspect UIKit+View+Inspect.swift
[4/12] Compiling Inspect UIResponder.swift
[5/12] Compiling Inspect UIKit+SearchCoordinator.swift
[6/12] Compiling Inspect InspectionUIView.swift
[7/12] Compiling Inspect CGFloat.swift
[8/12] Compiling Inspect InspectionNSView.swift
[9/12] Compiling Inspect InspectionMode.swift
[10/12] Compiling Inspect AppKit+View+Inspect.swift
[11/12] Emitting module Inspect
[12/12] Compiling Inspect AppKit+SearchCoordinator.swift
Build complete! (7.41s)
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.