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 master (6320d1), with Swift 6.2 (beta) for macOS (SPM) on 19 Jun 2025 01:53:39 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: master
Initialized empty Git repository in /Users/admin/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
========================================
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 PopoverConfiguration.swift
[4/12] Compiling Popover PopoverWindowBackgroundView.swift
[5/12] Compiling Popover StatusItemContainerView.swift
[6/12] Compiling Popover PopoverWindowController.swift
[7/12] Compiling Popover Extensions.swift
[8/12] Compiling Popover Popover.swift
[9/12] Compiling Popover MenuItem.swift
[10/12] Emitting module Popover
[11/12] Compiling Popover EventMonitor.swift
[12/12] Compiling Popover PopoverWindow.swift
Build complete! (6.95s)
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.