The Swift Package Index logo.Swift Package Index

Build Information

Successful build of Menu with Swift 5.9 for macOS (SPM).

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.27.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/iSapozhnik/Menu.git
Reference: master
Initialized empty Git repository in /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-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 from cache
Fetched https://github.com/iSapozhnik/EventMonitor (0.43s)
Computing version for https://github.com/iSapozhnik/EventMonitor
Computed https://github.com/iSapozhnik/EventMonitor at 1.0.1 (0.58s)
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/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "dependencies": [
    {
      "identity": "menu",
      "name": "Menu",
      "url": "https://github.com/iSapozhnik/Menu.git",
      "version": "unspecified",
      "path": "/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Menu",
      "dependencies": [
        {
          "identity": "eventmonitor",
          "name": "EventMonitor",
          "url": "https://github.com/iSapozhnik/EventMonitor",
          "version": "1.0.1",
          "path": "/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/EventMonitor",
          "dependencies": [
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/iSapozhnik/Menu.git
[1/275] Fetching menu
Fetched https://github.com/iSapozhnik/Menu.git (0.34s)
Fetching https://github.com/iSapozhnik/EventMonitor from cache
Fetched https://github.com/iSapozhnik/EventMonitor (0.17s)
Computing version for https://github.com/iSapozhnik/EventMonitor
Computed https://github.com/iSapozhnik/EventMonitor at 1.0.1 (0.01s)
Creating working copy for https://github.com/iSapozhnik/Menu.git
Working copy of https://github.com/iSapozhnik/Menu.git resolved at master
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:             5.9
Building package at path:  $PWD/checkout
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.0.0.app xcrun swift build --arch arm64
Building for debugging...
[1/2] Emitting module EventMonitor
[2/2] Compiling EventMonitor EventMonitor.swift
[3/15] Compiling Menu ScrollView.swift
[4/16] Compiling Menu MenuElement.swift
[5/16] Compiling Menu MenuItem.swift
[6/16] Compiling Menu MenuScroller.swift
[7/16] Compiling Menu RoundedRectangleView.swift
[8/16] Emitting module Menu
[9/16] Compiling Menu Control.swift
[10/16] Compiling Menu Extensions.swift
[11/16] Compiling Menu Menu.swift
[12/16] Compiling Menu MenuConfiguration.swift
[13/16] Compiling Menu VerticallyCenteredTextFieldCell.swift
[14/16] Compiling Menu CheckmarkView.swift
[15/16] Compiling Menu ContentViewController.swift
[16/16] Compiling Menu Window.swift
Build complete! (12.71s)
Build complete.
Done.