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 StatusItemController, reference main (0a068e), with Swift 6.1 for macOS (SPM) on 25 Nov 2025 01:08:43 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures

Build Log

========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/hexedbits/StatusItemController.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/hexedbits/StatusItemController
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 0a068e6 Bump actions/checkout from 5 to 6 (#71)
Cloned https://github.com/hexedbits/StatusItemController.git
Revision (git rev-parse @):
0a068e6270e5e93b2dc86e1f01c715c7a61a26b8
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/hexedbits/StatusItemController.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/hexedbits/StatusItemController.git
https://github.com/hexedbits/StatusItemController.git
{
  "dependencies" : [
  ],
  "manifest_display_name" : "StatusItemController",
  "name" : "StatusItemController",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "11.0"
    }
  ],
  "products" : [
    {
      "name" : "StatusItemController",
      "targets" : [
        "StatusItemController"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "5"
  ],
  "targets" : [
    {
      "c99name" : "StatusItemControllerTests",
      "module_type" : "SwiftTarget",
      "name" : "StatusItemControllerTests",
      "path" : "Tests",
      "sources" : [
        "StatusItemControllerTests.swift"
      ],
      "target_dependencies" : [
        "StatusItemController"
      ],
      "type" : "test"
    },
    {
      "c99name" : "StatusItemController",
      "module_type" : "SwiftTarget",
      "name" : "StatusItemController",
      "path" : "Sources",
      "product_memberships" : [
        "StatusItemController"
      ],
      "sources" : [
        "NSApplication+Extensions.swift",
        "NSEvent+Extensions.swift",
        "NSMenuItem+Extensions.swift",
        "StatusItemController.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-2F0A5646E1D333AE.txt
[3/7] Compiling StatusItemController NSMenuItem+Extensions.swift
[4/7] Compiling StatusItemController NSEvent+Extensions.swift
[5/7] Compiling StatusItemController StatusItemController.swift
/Users/admin/builder/spi-builder-workspace/Sources/StatusItemController.swift:72:25: warning: 'popUpMenu' was deprecated in macOS 10.14: Use the menu property instead
 70 |         // Without using this method, the menu does not popup immediately,
 71 |         // and you have to right click a second time.
 72 |         self.statusItem.popUpMenu(self._configureMenu(hidden: false)!)
    |                         `- warning: 'popUpMenu' was deprecated in macOS 10.14: Use the menu property instead
 73 |     }
 74 |
/Users/admin/builder/spi-builder-workspace/Sources/StatusItemController.swift:46:50: warning: cannot access property 'statusItem' with a non-sendable type 'NSStatusItem' from nonisolated deinit; this is an error in the Swift 6 language mode
 44 |     /// :nodoc:
 45 |     deinit {
 46 |         NSStatusBar.system.removeStatusItem(self.statusItem)
    |                                                  `- warning: cannot access property 'statusItem' with a non-sendable type 'NSStatusItem' from nonisolated deinit; this is an error in the Swift 6 language mode
 47 |     }
 48 |
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSStatusItem.h:35:12: note: class 'NSStatusItem' does not conform to the 'Sendable' protocol
33 | } API_AVAILABLE(macos(10.12));
34 |
35 | @interface NSStatusItem : NSObject
   |            `- note: class 'NSStatusItem' does not conform to the 'Sendable' protocol
36 |
37 | /*  The status bar that the receiver is displayed in.
[6/7] Emitting module StatusItemController
[7/7] Compiling StatusItemController NSApplication+Extensions.swift
Build complete! (7.50s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "StatusItemController",
  "name" : "StatusItemController",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "11.0"
    }
  ],
  "products" : [
    {
      "name" : "StatusItemController",
      "targets" : [
        "StatusItemController"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "5"
  ],
  "targets" : [
    {
      "c99name" : "StatusItemControllerTests",
      "module_type" : "SwiftTarget",
      "name" : "StatusItemControllerTests",
      "path" : "Tests",
      "sources" : [
        "StatusItemControllerTests.swift"
      ],
      "target_dependencies" : [
        "StatusItemController"
      ],
      "type" : "test"
    },
    {
      "c99name" : "StatusItemController",
      "module_type" : "SwiftTarget",
      "name" : "StatusItemController",
      "path" : "Sources",
      "product_memberships" : [
        "StatusItemController"
      ],
      "sources" : [
        "NSApplication+Extensions.swift",
        "NSEvent+Extensions.swift",
        "NSMenuItem+Extensions.swift",
        "StatusItemController.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
Done.