Build Information
Successful build of Popover, reference master (6320d1), with Swift 6.3 for macOS (SPM) on 12 Apr 2026 09:57:51 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.70.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
========================================
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": "popover",
"name": "Popover",
"url": "https://github.com/iSapozhnik/Popover.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Popover",
"traits": [
"default"
],
"dependencies": [
]
}
]
}
Fetching https://github.com/iSapozhnik/Popover.git
[1/261] Fetching popover
Fetched https://github.com/iSapozhnik/Popover.git from cache (0.75s)
Creating working copy for https://github.com/iSapozhnik/Popover.git
Working copy of https://github.com/iSapozhnik/Popover.git resolved at master (6320d17)
warning: '.resolve-product-dependencies': dependency 'popover' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.3
Building package at path: $PWD
https://github.com/iSapozhnik/Popover.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--6988338F2F200930.txt
[3/12] Compiling Popover PopoverWindowController.swift
[4/12] Compiling Popover StatusItemContainerView.swift
[5/12] Compiling Popover Popover.swift
[6/12] Compiling Popover PopoverConfiguration.swift
[7/12] Compiling Popover PopoverWindowBackgroundView.swift
[8/12] Compiling Popover MenuItem.swift
[9/12] Emitting module Popover
[10/12] Compiling Popover PopoverWindow.swift
[11/12] Compiling Popover Extensions.swift
[12/12] Compiling Popover EventMonitor.swift
Build complete! (9.02s)
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.