The Swift Package Index logo.Swift Package Index

Build Information

Successful build of Popover 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/Popover.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/Popover
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 6320d17 Create swift.yml
Cloned https://github.com/iSapozhnik/Popover.git
Revision (git rev-parse @):
6320d17adba6fde413e65f3c55fd2f19351d0ace
SUCCESS checkout https://github.com/iSapozhnik/Popover.git at master
========================================
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": "popover",
      "name": "Popover",
      "url": "https://github.com/iSapozhnik/Popover.git",
      "version": "unspecified",
      "path": "/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Popover",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/iSapozhnik/Popover.git from cache
Fetched https://github.com/iSapozhnik/Popover.git (0.17s)
Creating working copy for https://github.com/iSapozhnik/Popover.git
Working copy of https://github.com/iSapozhnik/Popover.git resolved at master
warning: '.resolve-product-dependencies': dependency 'popover' is not used by any target
Found 0 product dependencies
========================================
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/9] Compiling Popover PopoverConfiguration.swift
[2/10] Compiling Popover PopoverWindowBackgroundView.swift
[3/10] Compiling Popover PopoverWindow.swift
[4/10] Compiling Popover PopoverWindowController.swift
[5/10] Compiling Popover MenuItem.swift
[6/10] Emitting module Popover
[7/10] Compiling Popover EventMonitor.swift
[8/10] Compiling Popover Extensions.swift
[9/10] Compiling Popover Popover.swift
[10/10] Compiling Popover StatusItemContainerView.swift
Build complete! (10.97s)
Build complete.
Done.