Build Information
Failed to build FZMetadata, reference 1.1.8 (259d0c), with Swift 6.3 for macOS (SPM) on 15 Apr 2026 09:51:28 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/flocked/FZMetadata.git
Reference: 1.1.8
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/flocked/FZMetadata
* tag 1.1.8 -> FETCH_HEAD
HEAD is now at 259d0c4 Update MetadataQuery.swift
Cloned https://github.com/flocked/FZMetadata.git
Revision (git rev-parse @):
259d0c4025cd71354b2bb89460f53c55d2552b58
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/flocked/FZMetadata.git at 1.1.8
Fetching https://github.com/flocked/FZSwiftUtils.git
[1/72812] Fetching fzswiftutils
Fetched https://github.com/flocked/FZSwiftUtils.git from cache (5.87s)
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": "fzmetadata",
"name": "FZMetadata",
"url": "https://github.com/flocked/FZMetadata.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/FZMetadata",
"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/FZMetadata.git
[1/6528] Fetching fzmetadata
Fetched https://github.com/flocked/FZMetadata.git from cache (1.09s)
Fetching https://github.com/flocked/FZSwiftUtils.git from cache
Fetched https://github.com/flocked/FZSwiftUtils.git from cache (0.45s)
Creating working copy for https://github.com/flocked/FZSwiftUtils.git
Working copy of https://github.com/flocked/FZSwiftUtils.git resolved at main (2a17ca4)
Creating working copy for https://github.com/flocked/FZMetadata.git
Working copy of https://github.com/flocked/FZMetadata.git resolved at 1.1.8 (259d0c4)
warning: '.resolve-product-dependencies': dependency 'fzmetadata' 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/FZMetadata.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
error: the library 'FZMetadata' requires macos 10.15.1, but depends on the product 'FZSwiftUtils' which requires macos 12.0; consider changing the library 'FZMetadata' to require macos 12.0 or later, or the product 'FZSwiftUtils' to require macos 10.15.1 or earlier.
BUILD FAILURE 6.3 macosSpm