Build Information
Failed to build InteractiveCapsuleOverlay, reference 1.2.1 (e65786), with Swift 6.3 for macOS (SPM) on 14 Apr 2026 08:22:42 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/Lontronix/Interactive-Capsule-Overlay.git
Reference: 1.2.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/Lontronix/Interactive-Capsule-Overlay
* tag 1.2.1 -> FETCH_HEAD
HEAD is now at e657865 Adds callback for when dismiss button is pressed
Cloned https://github.com/Lontronix/Interactive-Capsule-Overlay.git
Revision (git rev-parse @):
e657865f7f7eaae82e281d9ec2b7a1a0a90c2712
SUCCESS checkout https://github.com/Lontronix/Interactive-Capsule-Overlay.git at 1.2.1
Fetching https://github.com/EmergeTools/Pow
Fetching https://github.com/davedelong/time
[1/4204] Fetching time
[86/4997] Fetching time, pow
Fetched https://github.com/davedelong/time from cache (1.26s)
[432/793] Fetching pow
Fetched https://github.com/EmergeTools/Pow from cache (3.14s)
Computing version for https://github.com/davedelong/time
Computed https://github.com/davedelong/time at 1.0.2 (6.46s)
Computing version for https://github.com/EmergeTools/Pow
Computed https://github.com/EmergeTools/Pow at 1.0.6 (0.69s)
Creating working copy for https://github.com/davedelong/time
Working copy of https://github.com/davedelong/time resolved at 1.0.2
Creating working copy for https://github.com/EmergeTools/Pow
Working copy of https://github.com/EmergeTools/Pow resolved at 1.0.6
========================================
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": "interactive-capsule-overlay",
"name": "InteractiveCapsuleOverlay",
"url": "https://github.com/Lontronix/Interactive-Capsule-Overlay.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Interactive-Capsule-Overlay",
"traits": [
"default"
],
"dependencies": [
{
"identity": "pow",
"name": "Pow",
"url": "https://github.com/EmergeTools/Pow",
"version": "1.0.6",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Pow",
"traits": [
"default"
],
"dependencies": [
]
},
{
"identity": "time",
"name": "Time",
"url": "https://github.com/davedelong/time",
"version": "1.0.2",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/time",
"traits": [
"default"
],
"dependencies": [
]
}
]
}
]
}
Fetching https://github.com/Lontronix/Interactive-Capsule-Overlay.git
[1/182] Fetching interactive-capsule-overlay
Fetched https://github.com/Lontronix/Interactive-Capsule-Overlay.git from cache (1.36s)
Fetching https://github.com/davedelong/time from cache
Fetching https://github.com/EmergeTools/Pow from cache
Fetched https://github.com/EmergeTools/Pow from cache (0.45s)
Fetched https://github.com/davedelong/time from cache (0.45s)
Computing version for https://github.com/davedelong/time
Computed https://github.com/davedelong/time at 1.0.2 (0.51s)
Computing version for https://github.com/EmergeTools/Pow
Computed https://github.com/EmergeTools/Pow at 1.0.6 (0.03s)
Creating working copy for https://github.com/Lontronix/Interactive-Capsule-Overlay.git
Working copy of https://github.com/Lontronix/Interactive-Capsule-Overlay.git resolved at 1.2.1 (e657865)
Creating working copy for https://github.com/EmergeTools/Pow
Working copy of https://github.com/EmergeTools/Pow resolved at 1.0.6
Creating working copy for https://github.com/davedelong/time
Working copy of https://github.com/davedelong/time resolved at 1.0.2
warning: '.resolve-product-dependencies': dependency 'interactive-capsule-overlay' is not used by any target
Found 2 product dependencies
- Pow
- Time
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.3
Building package at path: $PWD
https://github.com/Lontronix/Interactive-Capsule-Overlay.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
error: the library 'InteractiveCapsuleOverlay' requires macos 10.13, but depends on the product 'Time' which requires macos 13.0; consider changing the library 'InteractiveCapsuleOverlay' to require macos 13.0 or later, or the product 'Time' to require macos 10.13 or earlier.
error: the library 'InteractiveCapsuleOverlay' requires macos 10.13, but depends on the product 'Pow' which requires macos 12.0; consider changing the library 'InteractiveCapsuleOverlay' to require macos 12.0 or later, or the product 'Pow' to require macos 10.13 or earlier.
BUILD FAILURE 6.3 macosSpm