Build Information
Failed to build Cache, reference main (78e6a4
), with Swift 6.2 (beta) for macOS (SPM) on 19 Jun 2025 12:09:26 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Build Log
========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/binaryscraping/swift-cache.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/binaryscraping/swift-cache
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 78e6a4a Fix `Cache.Key` in README
Cloned https://github.com/binaryscraping/swift-cache.git
Revision (git rev-parse @):
78e6a4aea3a825850a3859654ec9a5e7c47a10f2
SUCCESS checkout https://github.com/binaryscraping/swift-cache.git at main
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/binaryscraping/swift-cache.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Fetching https://github.com/pointfreeco/xctest-dynamic-overlay
[1/5467] Fetching xctest-dynamic-overlay
Fetched https://github.com/pointfreeco/xctest-dynamic-overlay from cache (1.39s)
Computing version for https://github.com/pointfreeco/xctest-dynamic-overlay
Computed https://github.com/pointfreeco/xctest-dynamic-overlay at 0.9.0 (1.94s)
Creating working copy for https://github.com/pointfreeco/xctest-dynamic-overlay
Working copy of https://github.com/pointfreeco/xctest-dynamic-overlay resolved at 0.9.0
error: the library 'Cache' requires macos 10.13, but depends on the product 'XCTestDynamicOverlay' which requires macos 10.15; consider changing the library 'Cache' to require macos 10.15 or later, or the product 'XCTestDynamicOverlay' to require macos 10.13 or earlier.
BUILD FAILURE 6.2 macosSpm