The Swift Package Index logo.Swift Package Index

Build Information

Failed to build Sentinel, reference main (859505), with Swift 6.0 for macOS (SPM) on 2 Apr 2026 21:51:02 UTC.

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.69.2
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/cliff-gor/Sentinel.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/cliff-gor/Sentinel
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 8595056 chore: add MIT license
Cloned https://github.com/cliff-gor/Sentinel.git
Revision (git rev-parse @):
8595056e4a3c619b21ebfee603bb701e0daf8c59
SUCCESS checkout https://github.com/cliff-gor/Sentinel.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
Building package at path:  $PWD
https://github.com/cliff-gor/Sentinel.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-5BDAB9E9C0126B9D.txt
[3/10] Compiling Sentinel NetworkTransaction.swift
[4/10] Emitting module Sentinel
[5/10] Compiling Sentinel SentinelInterceptor.swift
[6/10] Compiling Sentinel SentinelViewModel.swift
[7/10] Compiling Sentinel Sentinel.swift
[8/10] Compiling Sentinel NetworkEngine.swift
[9/10] Compiling Sentinel SentinelInspector.actor.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:50:23: note: 'navigationBarTrailing' has been explicitly marked unavailable here
48 |     @available(watchOS, unavailable)
49 |     @available(visionOS, introduced: 1.0, deprecated: 100000.0, message: "use topBarTrailing instead")
50 |     public static let navigationBarTrailing: ToolbarItemPlacement
   |                       `- note: 'navigationBarTrailing' has been explicitly marked unavailable here
51 |     @available(tvOS 18.0, watchOS 10.0, *)
52 |     @available(macOS, unavailable)
BUILD FAILURE 6.0 macosSpm