The Swift Package Index logo.Swift Package Index

Build Information

Successful build of Menu, reference master (767339), with Swift 6.3 for macOS (SPM) on 11 Apr 2026 07:02:53 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.70.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
Fetching https://github.com/iSapozhnik/EventMonitor
[1/33] Fetching eventmonitor
Fetched https://github.com/iSapozhnik/EventMonitor from cache (0.69s)
Computing version for https://github.com/iSapozhnik/EventMonitor
Computed https://github.com/iSapozhnik/EventMonitor at 1.0.1 (1.35s)
Creating working copy for https://github.com/iSapozhnik/EventMonitor
Working copy of https://github.com/iSapozhnik/EventMonitor resolved at 1.0.1
========================================
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",
  "traits": [
    "default"
  ],
  "dependencies": [
    {
      "identity": "menu",
      "name": "Menu",
      "url": "https://github.com/iSapozhnik/Menu.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Menu",
      "traits": [
        "default"
      ],
      "dependencies": [
        {
          "identity": "eventmonitor",
          "name": "EventMonitor",
          "url": "https://github.com/iSapozhnik/EventMonitor",
          "version": "1.0.1",
          "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/EventMonitor",
          "traits": [
            "default"
          ],
          "dependencies": [
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/iSapozhnik/Menu.git
[1/275] Fetching menu
Fetched https://github.com/iSapozhnik/Menu.git from cache (0.99s)
Fetching https://github.com/iSapozhnik/EventMonitor from cache
Fetched https://github.com/iSapozhnik/EventMonitor from cache (0.44s)
Computing version for https://github.com/iSapozhnik/EventMonitor
Computed https://github.com/iSapozhnik/EventMonitor at 1.0.1 (0.51s)
Creating working copy for https://github.com/iSapozhnik/Menu.git
Working copy of https://github.com/iSapozhnik/Menu.git resolved at master (7673394)
Creating working copy for https://github.com/iSapozhnik/EventMonitor
Working copy of https://github.com/iSapozhnik/EventMonitor resolved at 1.0.1
warning: '.resolve-product-dependencies': dependency 'menu' is not used by any target
Found 1 product dependencies
  - EventMonitor
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.3
Building package at path:  $PWD
https://github.com/iSapozhnik/Menu.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version--6988338F2F200930.txt
[4/5] Compiling EventMonitor EventMonitor.swift
[5/5] Emitting module EventMonitor
[6/18] Compiling Menu VerticallyCenteredTextFieldCell.swift
[7/19] 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] Emitting module Menu
[15/19] Compiling Menu Control.swift
[16/19] Compiling Menu Extensions.swift
[17/19] Compiling Menu CheckmarkView.swift
[18/19] Compiling Menu ContentViewController.swift
[19/19] Compiling Menu Window.swift
Build complete! (8.10s)
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.