Build Information
Failed to build ViewBoundContextMenu, reference main (884380), with Swift 6.3 for macOS (SPM) on 13 Apr 2026 12:04:47 UTC.
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/MrAsterisco/ViewBoundContextMenu.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/MrAsterisco/ViewBoundContextMenu
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 8843801 Update README
Cloned https://github.com/MrAsterisco/ViewBoundContextMenu.git
Revision (git rev-parse @):
8843801095c121fd1739f0a785319db0be8dbc84
SUCCESS checkout https://github.com/MrAsterisco/ViewBoundContextMenu.git at main
Fetching https://github.com/SwiftUIX/SwiftUIX
[1/22792] Fetching swiftuix
Fetched https://github.com/SwiftUIX/SwiftUIX from cache (1.37s)
Computing version for https://github.com/SwiftUIX/SwiftUIX
Computed https://github.com/SwiftUIX/SwiftUIX at 0.2.4 (1.95s)
Creating working copy for https://github.com/SwiftUIX/SwiftUIX
Working copy of https://github.com/SwiftUIX/SwiftUIX resolved at 0.2.4
========================================
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": "viewboundcontextmenu",
"name": "ViewBoundContextMenu",
"url": "https://github.com/MrAsterisco/ViewBoundContextMenu.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/ViewBoundContextMenu",
"traits": [
"default"
],
"dependencies": [
{
"identity": "swiftuix",
"name": "SwiftUIX",
"url": "https://github.com/SwiftUIX/SwiftUIX",
"version": "0.2.4",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/SwiftUIX",
"traits": [
"default"
],
"dependencies": [
]
}
]
}
]
}
Fetching https://github.com/MrAsterisco/ViewBoundContextMenu.git
[1/70] Fetching viewboundcontextmenu
Fetched https://github.com/MrAsterisco/ViewBoundContextMenu.git from cache (0.62s)
Fetching https://github.com/SwiftUIX/SwiftUIX from cache
Fetched https://github.com/SwiftUIX/SwiftUIX from cache (0.45s)
Computing version for https://github.com/SwiftUIX/SwiftUIX
Computed https://github.com/SwiftUIX/SwiftUIX at 0.2.4 (0.51s)
Creating working copy for https://github.com/MrAsterisco/ViewBoundContextMenu.git
Working copy of https://github.com/MrAsterisco/ViewBoundContextMenu.git resolved at main (8843801)
Creating working copy for https://github.com/SwiftUIX/SwiftUIX
Working copy of https://github.com/SwiftUIX/SwiftUIX resolved at 0.2.4
warning: '.resolve-product-dependencies': dependency 'viewboundcontextmenu' is not used by any target
Found 1 product dependencies
- SwiftUIX
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.3
Building package at path: $PWD
https://github.com/MrAsterisco/ViewBoundContextMenu.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
error: the library 'ViewBoundContextMenu' requires macos 10.15, but depends on the product 'SwiftUIX' which requires macos 11.0; consider changing the library 'ViewBoundContextMenu' to require macos 11.0 or later, or the product 'SwiftUIX' to require macos 10.15 or earlier.
BUILD FAILURE 6.3 macosSpm