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.0 for macOS (SPM) on 25 Nov 2025 01:08:44 UTC.

Swift 6 data race errors: 0

Build Command

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

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.0
Building package at path:  $PWD
https://github.com/hexedbits/StatusItemController.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/7] Emitting module StatusItemController
[4/7] Compiling StatusItemController NSApplication+Extensions.swift
[5/7] Compiling StatusItemController NSEvent+Extensions.swift
[6/7] Compiling StatusItemController NSMenuItem+Extensions.swift
[7/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 |
Build complete! (7.77s)
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.