Build Information
Failed to build Sentinel, reference 1.0.0 (3bb26b), with Swift 6.3 for macOS (SPM) on 19 Apr 2026 16:09:56 UTC.
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/cliff-gor/Sentinel.git
Reference: 1.0.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/cliff-gor/Sentinel
* tag 1.0.0 -> FETCH_HEAD
HEAD is now at 3bb26b8 fix: resolve swift-tools-version declaration for SPM compatibilityn
Cloned https://github.com/cliff-gor/Sentinel.git
Revision (git rev-parse @):
3bb26b82face66872337b63339cb830447890e50
SUCCESS checkout https://github.com/cliff-gor/Sentinel.git at 1.0.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": "sentinel",
"name": "Sentinel",
"url": "https://github.com/cliff-gor/Sentinel.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Sentinel",
"traits": [
"default"
],
"dependencies": [
]
}
]
}
Fetching https://github.com/cliff-gor/Sentinel.git
[1/81] Fetching sentinel
Fetched https://github.com/cliff-gor/Sentinel.git from cache (0.67s)
Creating working copy for https://github.com/cliff-gor/Sentinel.git
Working copy of https://github.com/cliff-gor/Sentinel.git resolved at 1.0.0 (3bb26b8)
warning: '.resolve-product-dependencies': dependency 'sentinel' 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/cliff-gor/Sentinel.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/10] Compiling Sentinel SentinelInspector.actor.swift
[4/10] Emitting module Sentinel
[5/10] Compiling Sentinel NetworkEngine.swift
[6/10] Compiling Sentinel SentinelViewModel.swift
[7/10] Compiling Sentinel SentinelInterceptor.swift
[8/10] Compiling Sentinel Sentinel.swift
[9/10] Compiling Sentinel NetworkTransaction.swift
[10/10] Compiling Sentinel SentinelListView.swift
/Users/admin/builder/spi-builder-workspace/Sources/Sentinel/UI/SentinelListView.swift:24:41: error: 'navigationBarTrailing' is unavailable in macOS
22 | .navigationTitle("Sentinel Logs")
23 | .toolbar {
24 | ToolbarItem(placement: .navigationBarTrailing) {
| `- error: 'navigationBarTrailing' is unavailable in macOS
25 | // The Staff-Level Chaos Toggle
26 | Toggle("Chaos Mode", isOn: Binding(
SwiftUI.ToolbarItemPlacement.navigationBarTrailing:7:21: note: 'navigationBarTrailing' has been explicitly marked unavailable here
5 | @available(watchOS, unavailable)
6 | @available(visionOS, introduced: 1.0, deprecated: 100000.0, message: "use topBarTrailing instead")
7 | public static let navigationBarTrailing: ToolbarItemPlacement}
| `- note: 'navigationBarTrailing' has been explicitly marked unavailable here
8 |
BUILD FAILURE 6.3 macosSpm