Build Information
Successful build of StatusItemController, reference main (166f54
), with Swift 5.10 for macOS (SPM) on 12 Aug 2025 18:53:00 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-15.4.0.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: 5.10
Building package at path: $PWD
https://github.com/hexedbits/StatusItemController.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-33747A42983211AE.txt
[3/7] Compiling StatusItemController NSMenuItem+Extensions.swift
[4/7] Compiling StatusItemController NSEvent+Extensions.swift
[5/7] Compiling StatusItemController NSApplication+Extensions.swift
[6/7] Emitting module StatusItemController
[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
self.statusItem.popUpMenu(self._configureMenu(hidden: false)!)
^
Build complete! (6.84s)
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.