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 (16df7f), with Swift 6.2 for macOS (SPM) on 25 Nov 2025 23:19:11 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-26.0.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/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 16df7fd Updated GitHub CI
Cloned https://github.com/orchetect/MenuBarExtraAccess.git
Revision (git rev-parse @):
16df7fd996a002174758ddb9f930f6667b60c396
SUCCESS checkout https://github.com/orchetect/MenuBarExtraAccess.git at main
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "dependencies": [
    {
      "identity": "menubarextraaccess",
      "name": "MenuBarExtraAccess",
      "url": "https://github.com/orchetect/MenuBarExtraAccess.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/MenuBarExtraAccess",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/orchetect/MenuBarExtraAccess.git
[1/526] Fetching menubarextraaccess
Fetched https://github.com/orchetect/MenuBarExtraAccess.git from cache (0.83s)
Creating working copy for https://github.com/orchetect/MenuBarExtraAccess.git
Working copy of https://github.com/orchetect/MenuBarExtraAccess.git resolved at main (16df7fd)
warning: '.resolve-product-dependencies': dependency 'menubarextraaccess' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/orchetect/MenuBarExtraAccess.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-49B95AFC49DCD68C.txt
[3/12] Compiling MenuBarExtraAccess Unused Code.swift
[4/13] Compiling MenuBarExtraAccess NSWindow Extensions.swift
[5/13] Compiling MenuBarExtraAccess NSEvent Extensions.swift
[6/13] Compiling MenuBarExtraAccess NSControl Extensions.swift
[7/13] Compiling MenuBarExtraAccess StatusItemIdentity.swift
[8/13] Compiling MenuBarExtraAccess NSStatusItem Extensions.swift
[9/13] Compiling MenuBarExtraAccess MenuBarExtraUtils.swift
[10/13] Emitting module MenuBarExtraAccess
[11/13] Compiling MenuBarExtraAccess MenuBarExtraAccess.swift
[12/13] Compiling MenuBarExtraAccess MenuBarExtra Window Introspection.swift
[13/13] Compiling MenuBarExtraAccess Utilities.swift
Build complete! (8.16s)
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.