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 MenuBarExtraAccess, reference main (61847f), with Swift 6.2 (beta) for macOS (SPM) on 13 Sep 2025 10:45:19 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.67.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/orchetect/MenuBarExtraAccess.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/orchetect/MenuBarExtraAccess
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 61847fb Updated GitHub CI
Cloned https://github.com/orchetect/MenuBarExtraAccess.git
Revision (git rev-parse @):
61847fb8649fc3afedd8930aec70ef16bd4b0e03
SUCCESS checkout https://github.com/orchetect/MenuBarExtraAccess.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/orchetect/MenuBarExtraAccess.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 MenuBarExtraAccess NSControl Extensions.swift
[4/12] Compiling MenuBarExtraAccess NSWindow Extensions.swift
[5/13] Compiling MenuBarExtraAccess StatusItemIdentity.swift
[6/13] Compiling MenuBarExtraAccess MenuBarExtra Window Introspection.swift
[7/13] Emitting module MenuBarExtraAccess
[8/13] Compiling MenuBarExtraAccess MenuBarExtraAccess.swift
/Users/admin/builder/spi-builder-workspace/Sources/MenuBarExtraAccess/MenuBarExtraAccess.swift:228:17: warning: capture of non-sendable type 'Content.Type' in an isolated closure; this is an error in the Swift 6 language mode
226 |             // run async so that it can execute after SwiftUI sets up the NSStatusItem
227 |             Task { @MainActor [self] in
228 |                 observer = block()
    |                 `- warning: capture of non-sendable type 'Content.Type' in an isolated closure; this is an error in the Swift 6 language mode
229 |             }
230 |         }
/Users/admin/builder/spi-builder-workspace/Sources/MenuBarExtraAccess/MenuBarExtraAccess.swift:227:32: warning: capture of non-sendable type 'Content.Type' in an isolated closure; this is an error in the Swift 6 language mode
225 |         ) {
226 |             // run async so that it can execute after SwiftUI sets up the NSStatusItem
227 |             Task { @MainActor [self] in
    |                                `- warning: capture of non-sendable type 'Content.Type' in an isolated closure; this is an error in the Swift 6 language mode
228 |                 observer = block()
229 |             }
/Users/admin/builder/spi-builder-workspace/Sources/MenuBarExtraAccess/MenuBarExtraAccess.swift:238:40: warning: capture of non-sendable type 'Content.Type' in an isolated closure; this is an error in the Swift 6 language mode
236 |             Task { @MainActor [self] in
237 |                 // tear down old monitor, if one exists
238 |                 if let eventsMonitor = eventsMonitor {
    |                                        `- warning: capture of non-sendable type 'Content.Type' in an isolated closure; this is an error in the Swift 6 language mode
239 |                     NSEvent.removeMonitor(eventsMonitor)
240 |                 }
/Users/admin/builder/spi-builder-workspace/Sources/MenuBarExtraAccess/MenuBarExtraAccess.swift:236:32: warning: capture of non-sendable type 'Content.Type' in an isolated closure; this is an error in the Swift 6 language mode
234 |         ) {
235 |             // run async so that it can execute after SwiftUI sets up the NSStatusItem
236 |             Task { @MainActor [self] in
    |                                `- warning: capture of non-sendable type 'Content.Type' in an isolated closure; this is an error in the Swift 6 language mode
237 |                 // tear down old monitor, if one exists
238 |                 if let eventsMonitor = eventsMonitor {
/Users/admin/builder/spi-builder-workspace/Sources/MenuBarExtraAccess/MenuBarExtraAccess.swift:253:17: warning: capture of non-sendable type 'Content.Type' in an isolated closure; this is an error in the Swift 6 language mode
251 |             // run async so that it can execute after SwiftUI sets up the NSStatusItem
252 |             Task { @MainActor [self] in
253 |                 windowDidBecomeKeyObserver = MenuBarExtraUtils.newWindowObserver(
    |                 `- warning: capture of non-sendable type 'Content.Type' in an isolated closure; this is an error in the Swift 6 language mode
254 |                     index: index,
255 |                     for: NSWindow.didBecomeKeyNotification
/Users/admin/builder/spi-builder-workspace/Sources/MenuBarExtraAccess/MenuBarExtraAccess.swift:252:32: warning: capture of non-sendable type 'Content.Type' in an isolated closure; this is an error in the Swift 6 language mode
250 |         ) {
251 |             // run async so that it can execute after SwiftUI sets up the NSStatusItem
252 |             Task { @MainActor [self] in
    |                                `- warning: capture of non-sendable type 'Content.Type' in an isolated closure; this is an error in the Swift 6 language mode
253 |                 windowDidBecomeKeyObserver = MenuBarExtraUtils.newWindowObserver(
254 |                     index: index,
[9/13] Compiling MenuBarExtraAccess Utilities.swift
[10/13] Compiling MenuBarExtraAccess NSEvent Extensions.swift
[11/13] Compiling MenuBarExtraAccess Unused Code.swift
[12/13] Compiling MenuBarExtraAccess NSStatusItem Extensions.swift
[13/13] Compiling MenuBarExtraAccess MenuBarExtraUtils.swift
Build complete! (7.77s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "MenuBarExtraAccess",
  "name" : "MenuBarExtraAccess",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    }
  ],
  "products" : [
    {
      "name" : "MenuBarExtraAccess",
      "targets" : [
        "MenuBarExtraAccess"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "MenuBarExtraAccess",
      "module_type" : "SwiftTarget",
      "name" : "MenuBarExtraAccess",
      "path" : "Sources/MenuBarExtraAccess",
      "product_memberships" : [
        "MenuBarExtraAccess"
      ],
      "sources" : [
        "MenuBarExtra Window Introspection.swift",
        "MenuBarExtraAccess.swift",
        "MenuBarExtraUtils/MenuBarExtraUtils.swift",
        "MenuBarExtraUtils/StatusItemIdentity.swift",
        "NSControl Extensions.swift",
        "NSEvent Extensions.swift",
        "NSStatusItem Extensions.swift",
        "NSWindow Extensions.swift",
        "Unused/Unused Code.swift",
        "Utilities.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.7"
}
Done.