Build Information
Failed to build HLSVideoCache, reference 1.0.0 (41291e), with Swift 6.2 for macOS (SPM) on 9 Nov 2025 17:31:13 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.0.0.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/garynewby/HLSVideoCache.git
Reference: 1.0.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/garynewby/HLSVideoCache
* tag 1.0.0 -> FETCH_HEAD
HEAD is now at 41291ed Readme update
Cloned https://github.com/garynewby/HLSVideoCache.git
Revision (git rev-parse @):
41291ed4f88aecd8e9dc885693f908ea58888257
SUCCESS checkout https://github.com/garynewby/HLSVideoCache.git at 1.0.0
Fetching https://github.com/yene/GCDWebServer
Fetching https://github.com/hyperoslo/Cache
[1/78] Fetching gcdwebserver
[79/6296] Fetching gcdwebserver, cache
Fetched https://github.com/hyperoslo/Cache from cache (1.15s)
Fetched https://github.com/yene/GCDWebServer from cache (1.15s)
Computing version for https://github.com/yene/GCDWebServer
Computed https://github.com/yene/GCDWebServer at 3.5.7 (1.82s)
Computing version for https://github.com/hyperoslo/Cache
Computed https://github.com/hyperoslo/Cache at 7.4.0 (0.66s)
Creating working copy for https://github.com/yene/GCDWebServer
Working copy of https://github.com/yene/GCDWebServer resolved at 3.5.7
Creating working copy for https://github.com/hyperoslo/Cache
Working copy of https://github.com/hyperoslo/Cache resolved at 7.4.0
========================================
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",
"dependencies": [
{
"identity": "hlsvideocache",
"name": "HLSVideoCache",
"url": "https://github.com/garynewby/HLSVideoCache.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/HLSVideoCache",
"dependencies": [
{
"identity": "cache",
"name": "Cache",
"url": "https://github.com/hyperoslo/Cache",
"version": "7.4.0",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Cache",
"dependencies": [
]
},
{
"identity": "gcdwebserver",
"name": "GCDWebServer",
"url": "https://github.com/yene/GCDWebServer",
"version": "3.5.7",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/GCDWebServer",
"dependencies": [
]
}
]
}
]
}
Fetching https://github.com/garynewby/HLSVideoCache.git
[1/169] Fetching hlsvideocache
Fetched https://github.com/garynewby/HLSVideoCache.git from cache (0.70s)
Fetching https://github.com/hyperoslo/Cache from cache
Fetching https://github.com/yene/GCDWebServer from cache
Fetched https://github.com/hyperoslo/Cache from cache (0.45s)
Fetched https://github.com/yene/GCDWebServer from cache (0.45s)
Computing version for https://github.com/yene/GCDWebServer
Computed https://github.com/yene/GCDWebServer at 3.5.7 (0.51s)
Computing version for https://github.com/hyperoslo/Cache
Computed https://github.com/hyperoslo/Cache at 7.4.0 (0.03s)
Creating working copy for https://github.com/hyperoslo/Cache
Working copy of https://github.com/hyperoslo/Cache resolved at 7.4.0
Creating working copy for https://github.com/yene/GCDWebServer
Working copy of https://github.com/yene/GCDWebServer resolved at 3.5.7
Creating working copy for https://github.com/garynewby/HLSVideoCache.git
Working copy of https://github.com/garynewby/HLSVideoCache.git resolved at 1.0.0 (41291ed)
warning: '.resolve-product-dependencies': dependency 'hlsvideocache' is not used by any target
Found 2 product dependencies
- Cache
- GCDWebServer
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/garynewby/HLSVideoCache.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0.app xcrun swift build --arch arm64
error: the library 'HLSVideoCache' requires macos 10.13, but depends on the product 'GCDWebServer' which requires macos 10.15; consider changing the library 'HLSVideoCache' to require macos 10.15 or later, or the product 'GCDWebServer' to require macos 10.13 or earlier.
BUILD FAILURE 6.2 macosSpm