The Swift Package Index logo.Swift Package Index

Build Information

Failed to build InteractiveCapsuleOverlay, reference main (e65786), with Swift 6.3 for macOS (SPM) on 14 Apr 2026 08:21:43 UTC.

Build Command

env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Lontronix/Interactive-Capsule-Overlay.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/Lontronix/Interactive-Capsule-Overlay
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
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 main
Fetching https://github.com/EmergeTools/Pow
Fetching https://github.com/davedelong/time
[1/793] Fetching pow
[49/4997] Fetching pow, time
Fetched https://github.com/davedelong/time from cache (1.85s)
Fetched https://github.com/EmergeTools/Pow from cache (1.85s)
Computing version for https://github.com/davedelong/time
Computed https://github.com/davedelong/time at 1.0.2 (4.95s)
Computing version for https://github.com/EmergeTools/Pow
Computed https://github.com/EmergeTools/Pow at 1.0.6 (0.67s)
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
========================================
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.17s)
Fetching https://github.com/EmergeTools/Pow from cache
Fetching https://github.com/davedelong/time from cache
Fetched https://github.com/davedelong/time from cache (0.45s)
Fetched https://github.com/EmergeTools/Pow from cache (0.45s)
Computing version for https://github.com/davedelong/time
Computed https://github.com/davedelong/time at 1.0.2 (0.52s)
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 main (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