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 MenuBarExtraAccess, reference main (2b93a9), with Swift 5.9 for macOS (SPM) on 11 Jun 2025 22:42:33 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/orchetect/MenuBarExtraAccess.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/orchetect/MenuBarExtraAccess
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 2b93a9d Updated README
Cloned https://github.com/orchetect/MenuBarExtraAccess.git
Revision (git rev-parse @):
2b93a9defbfe23ef17e414efed6ce54d8baa37a5
SUCCESS checkout https://github.com/orchetect/MenuBarExtraAccess.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.9
Building package at path:  $PWD
https://github.com/orchetect/MenuBarExtraAccess.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.2.0.app xcrun swift build --arch arm64
Building for debugging...
[1/10] Compiling MenuBarExtraAccess Unused Code.swift
[2/11] Compiling MenuBarExtraAccess Utilities.swift
[3/11] Compiling MenuBarExtraAccess NSWindow Extensions.swift
[4/11] Compiling MenuBarExtraAccess NSEvent Extensions.swift
[5/11] Compiling MenuBarExtraAccess NSStatusItem Extensions.swift
[6/11] Compiling MenuBarExtraAccess NSControl Extensions.swift
[7/11] Compiling MenuBarExtraAccess StatusItemIdentity.swift
[8/11] Compiling MenuBarExtraAccess MenuBarExtraAccess.swift
[9/11] Compiling MenuBarExtraAccess MenuBarExtra Window Introspection.swift
[10/11] Emitting module MenuBarExtraAccess
[11/11] Compiling MenuBarExtraAccess MenuBarExtraUtils.swift
Build complete! (9.89s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "MenuBarExtraAccess",
  "name" : "MenuBarExtraAccess",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    }
  ],
  "products" : [
    {
      "name" : "MenuBarExtraAccess",
      "targets" : [
        "MenuBarExtraAccess"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "MenuBarExtraAccess",
      "module_type" : "SwiftTarget",
      "name" : "MenuBarExtraAccess",
      "path" : "Sources/MenuBarExtraAccess",
      "product_memberships" : [
        "MenuBarExtraAccess"
      ],
      "sources" : [
        "MenuBarExtra Window Introspection.swift",
        "MenuBarExtraAccess.swift",
        "MenuBarExtraUtils/MenuBarExtraUtils.swift",
        "MenuBarExtraUtils/StatusItemIdentity.swift",
        "NSControl Extensions.swift",
        "NSEvent Extensions.swift",
        "NSStatusItem Extensions.swift",
        "NSWindow Extensions.swift",
        "Unused/Unused Code.swift",
        "Utilities.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.7"
}
Done.