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 (166f54), with Swift 6.2 (beta) for macOS (SPM) on 12 Aug 2025 18:52:11 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.65.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 166f54c Bump actions/checkout from 4 to 5 (#70)
Cloned https://github.com/hexedbits/StatusItemController.git
Revision (git rev-parse @):
166f54c0f9b85b8aa57ee3212820d25a686b0b26
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/hexedbits/StatusItemController.git at main
========================================
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 NSMenuItem+Extensions.swift
[6/7] Compiling StatusItemController NSApplication+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 [#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>
Build complete! (7.63s)
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.