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 Menu, reference master (767339), with Swift 6.2 (beta) for macOS (SPM) on 18 Jun 2025 06:31:08 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/iSapozhnik/Menu.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/iSapozhnik/Menu
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 7673394 Update README.md
Cloned https://github.com/iSapozhnik/Menu.git
Revision (git rev-parse @):
76733940b2495cd5b532da81dca8be040c458137
SUCCESS checkout https://github.com/iSapozhnik/Menu.git at master
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/iSapozhnik/Menu.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version-1EA4D86E10B52AF.txt
[4/5] Compiling EventMonitor EventMonitor.swift
[5/5] Emitting module EventMonitor
[6/18] Compiling Menu VerticallyCenteredTextFieldCell.swift
[7/18] Compiling Menu ScrollView.swift
[8/19] Compiling Menu RoundedRectangleView.swift
[9/19] Compiling Menu MenuScroller.swift
[10/19] Compiling Menu MenuElement.swift
[11/19] Compiling Menu MenuItem.swift
[12/19] Compiling Menu Menu.swift
[13/19] Compiling Menu MenuConfiguration.swift
[14/19] Compiling Menu Control.swift
[15/19] Compiling Menu Extensions.swift
[16/19] Emitting module Menu
[17/19] Compiling Menu CheckmarkView.swift
[18/19] Compiling Menu ContentViewController.swift
[19/19] Compiling Menu Window.swift
Build complete! (9.51s)
Fetching https://github.com/iSapozhnik/EventMonitor
[1/33] Fetching eventmonitor
Fetched https://github.com/iSapozhnik/EventMonitor from cache (0.61s)
Computing version for https://github.com/iSapozhnik/EventMonitor
Computed https://github.com/iSapozhnik/EventMonitor at 1.0.1 (1.15s)
Creating working copy for https://github.com/iSapozhnik/EventMonitor
Working copy of https://github.com/iSapozhnik/EventMonitor resolved at 1.0.1
Build complete.
{
  "dependencies" : [
    {
      "identity" : "eventmonitor",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.1",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/iSapozhnik/EventMonitor"
    }
  ],
  "manifest_display_name" : "Menu",
  "name" : "Menu",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.12"
    }
  ],
  "products" : [
    {
      "name" : "Menu",
      "targets" : [
        "Menu"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "MenuTests",
      "module_type" : "SwiftTarget",
      "name" : "MenuTests",
      "path" : "Tests/MenuTests",
      "sources" : [
        "MenuTests.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "Menu"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Menu",
      "module_type" : "SwiftTarget",
      "name" : "Menu",
      "path" : "Sources/Menu",
      "product_dependencies" : [
        "EventMonitor"
      ],
      "product_memberships" : [
        "Menu"
      ],
      "sources" : [
        "CheckmarkView.swift",
        "ContentViewController.swift",
        "Control.swift",
        "Extensions.swift",
        "Menu.swift",
        "MenuConfiguration.swift",
        "MenuElement.swift",
        "MenuItem.swift",
        "MenuScroller.swift",
        "RoundedRectangleView.swift",
        "ScrollView.swift",
        "VerticallyCenteredTextFieldCell.swift",
        "Window.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.1"
}
Done.