The Swift Package Index logo.Swift Package Index

Build Information

Failed to build Sentinel, reference main (859505), with Swift 6.2 for macOS (SPM) on 2 Apr 2026 21:53:14 UTC.

Build Command

env DEVELOPER_DIR=/Applications/Xcode-26.0.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
========================================
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",
  "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",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/cliff-gor/Sentinel.git
[1/81] Fetching sentinel
Fetched https://github.com/cliff-gor/Sentinel.git from cache (0.65s)
Creating working copy for https://github.com/cliff-gor/Sentinel.git
Working copy of https://github.com/cliff-gor/Sentinel.git resolved at main (8595056)
warning: '.resolve-product-dependencies': dependency 'sentinel' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/cliff-gor/Sentinel.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-49B95AFC49DCD68C.txt
[3/10] Compiling Sentinel NetworkTransaction.swift
[4/10] Compiling Sentinel SentinelViewModel.swift
[5/10] Compiling Sentinel SentinelInterceptor.swift
[6/10] Emitting module Sentinel
[7/10] Compiling Sentinel NetworkEngine.swift
[8/10] Compiling Sentinel SentinelInspector.actor.swift
[9/10] Compiling Sentinel Sentinel.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.2 macosSpm