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 2.0.1 (bbded0), with Swift 6.2 (beta) for macOS (SPM) on 21 Jun 2025 04:00:42 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.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/hexedbits/StatusItemController.git
Reference: 2.0.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/hexedbits/StatusItemController
 * tag               2.0.1      -> FETCH_HEAD
HEAD is now at bbded09 [2.0.1] release prep
Cloned https://github.com/hexedbits/StatusItemController.git
Revision (git rev-parse @):
bbded09a286590564dbf9cf8f9f5e5ffbd5e8fab
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/hexedbits/StatusItemController.git at 2.0.1
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/hexedbits/StatusItemController.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/7] Compiling StatusItemController NSEvent+Extensions.swift
[4/7] Emitting module StatusItemController
[5/7] Compiling StatusItemController NSApplication+Extensions.swift
[6/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 [#DeprecatedDeclaration]
 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 [#DeprecatedDeclaration]
 73 |     }
 74 |
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[7/7] Compiling StatusItemController NSMenuItem+Extensions.swift
Build complete! (7.20s)
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.