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 Popover, reference 1.1.1 (f1f683), with Swift 6.2 (beta) for macOS (SPM) on 19 Jun 2025 01:51:51 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/Popover.git
Reference: 1.1.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/iSapozhnik/Popover
 * tag               1.1.1      -> FETCH_HEAD
HEAD is now at f1f6838 Version Increased
Cloned https://github.com/iSapozhnik/Popover.git
Revision (git rev-parse @):
f1f68383d8b6b773009832943c7bd9a077ac4a4e
SUCCESS checkout https://github.com/iSapozhnik/Popover.git at 1.1.1
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/iSapozhnik/Popover.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-1EA4D86E10B52AF.txt
[3/12] Compiling Popover StatusItemContainerView.swift
[4/12] Compiling Popover PopoverWindowController.swift
[5/12] Compiling Popover PopoverWindowBackgroundView.swift
[6/12] Compiling Popover PopoverConfiguration.swift
[7/12] Compiling Popover MenuItem.swift
[8/12] Compiling Popover Popover.swift
[9/12] Compiling Popover Extensions.swift
[10/12] Compiling Popover EventMonitor.swift
[11/12] Emitting module Popover
[12/12] Compiling Popover PopoverWindow.swift
Build complete! (7.20s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "Popover",
  "name" : "Popover",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.11"
    }
  ],
  "products" : [
    {
      "name" : "Popover",
      "targets" : [
        "Popover"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "PopoverTests",
      "module_type" : "SwiftTarget",
      "name" : "PopoverTests",
      "path" : "Tests/PopoverTests",
      "sources" : [
        "PopoverTests.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "Popover"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Popover",
      "module_type" : "SwiftTarget",
      "name" : "Popover",
      "path" : "Sources/Popover",
      "product_memberships" : [
        "Popover"
      ],
      "sources" : [
        "EventMonitor.swift",
        "Extensions.swift",
        "MenuItem.swift",
        "Popover.swift",
        "PopoverConfiguration.swift",
        "PopoverWindow.swift",
        "PopoverWindowBackgroundView.swift",
        "PopoverWindowController.swift",
        "StatusItemContainerView.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.1"
}
Done.