The Swift Package Index logo.Swift Package Index

Build Information

Failed to build FZQuicklook, reference 1.0.5 (90bcac), with Swift 6.3 for macOS (SPM) on 14 Apr 2026 04:11:14 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/flocked/FZQuicklook.git
Reference: 1.0.5
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/flocked/FZQuicklook
 * tag               1.0.5      -> FETCH_HEAD
HEAD is now at 90bcacc updated
Cloned https://github.com/flocked/FZQuicklook.git
Revision (git rev-parse @):
90bcacc0a508dd1b766d76bbc40d62e453aedc59
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/flocked/FZQuicklook.git at 1.0.5
Fetching https://github.com/flocked/FZSwiftUtils.git
[1/72812] Fetching fzswiftutils
Fetched https://github.com/flocked/FZSwiftUtils.git from cache (4.01s)
Creating working copy for https://github.com/flocked/FZSwiftUtils.git
Working copy of https://github.com/flocked/FZSwiftUtils.git resolved at main (2a17ca4)
========================================
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": "fzquicklook",
      "name": "FZQuicklook",
      "url": "https://github.com/flocked/FZQuicklook.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/FZQuicklook",
      "traits": [
        "default"
      ],
      "dependencies": [
        {
          "identity": "fzswiftutils",
          "name": "FZSwiftUtils",
          "url": "https://github.com/flocked/FZSwiftUtils.git",
          "version": "unspecified",
          "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/FZSwiftUtils",
          "traits": [
            "default"
          ],
          "dependencies": [
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/flocked/FZQuicklook.git
[1/2022] Fetching fzquicklook
Fetched https://github.com/flocked/FZQuicklook.git from cache (1.05s)
Fetching https://github.com/flocked/FZSwiftUtils.git from cache
Fetched https://github.com/flocked/FZSwiftUtils.git from cache (0.44s)
Creating working copy for https://github.com/flocked/FZQuicklook.git
Working copy of https://github.com/flocked/FZQuicklook.git resolved at 1.0.5 (90bcacc)
Creating working copy for https://github.com/flocked/FZSwiftUtils.git
Working copy of https://github.com/flocked/FZSwiftUtils.git resolved at main (2a17ca4)
warning: '.resolve-product-dependencies': dependency 'fzquicklook' is not used by any target
Found 1 product dependencies
  - FZSwiftUtils
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.3
Building package at path:  $PWD
https://github.com/flocked/FZQuicklook.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
error: the library 'FZQuicklook' requires macos 10.15.1, but depends on the product 'FZSwiftUtils' which requires macos 12.0; consider changing the library 'FZQuicklook' to require macos 12.0 or later, or the product 'FZSwiftUtils' to require macos 10.15.1 or earlier.
BUILD FAILURE 6.3 macosSpm