The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Failed to build snap-template-shared, reference 0.1.0 (7b669a), with Swift 6.2 (beta) for macOS (SPM) on 22 Jun 2025 09:55:31 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/simonnickel/snap-template.git
Reference: 0.1.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/simonnickel/snap-template
 * tag               0.1.0      -> FETCH_HEAD
HEAD is now at 7b669a3 Fix setting to be locally
Cloned https://github.com/simonnickel/snap-template.git
Revision (git rev-parse @):
7b669a36ebb77b15617cd58a074e4d43978b0109
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/simonnickel/snap-template.git at 0.1.0
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/simonnickel/snap-template.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Fetching https://github.com/simonnickel/snap-core.git
[1/324] Fetching snap-core
Fetched https://github.com/simonnickel/snap-core.git from cache (0.66s)
Fetching https://github.com/simonnickel/snap-theme.git
[1/1216] Fetching snap-theme
Fetched https://github.com/simonnickel/snap-theme.git from cache (0.72s)
Fetching https://github.com/simonnickel/snap-settings-service.git
[1/330] Fetching snap-settings-service
Fetched https://github.com/simonnickel/snap-settings-service.git from cache (0.83s)
Fetching https://github.com/simonnickel/snap-matching-navigation.git
[1/175] Fetching snap-matching-navigation
Fetched https://github.com/simonnickel/snap-matching-navigation.git from cache (0.91s)
Fetching https://github.com/simonnickel/snap-foundation.git
[1/114] Fetching snap-foundation
Fetched https://github.com/simonnickel/snap-foundation.git from cache (0.64s)
Creating working copy for https://github.com/simonnickel/snap-theme.git
Working copy of https://github.com/simonnickel/snap-theme.git resolved at main (250e709)
Creating working copy for https://github.com/simonnickel/snap-foundation.git
Working copy of https://github.com/simonnickel/snap-foundation.git resolved at main (836c570)
Creating working copy for https://github.com/simonnickel/snap-matching-navigation.git
Working copy of https://github.com/simonnickel/snap-matching-navigation.git resolved at main (be1acc4)
Creating working copy for https://github.com/simonnickel/snap-settings-service.git
Working copy of https://github.com/simonnickel/snap-settings-service.git resolved at main (f769135)
Creating working copy for https://github.com/simonnickel/snap-core.git
Working copy of https://github.com/simonnickel/snap-core.git resolved at main (3b0e3b3)
error: the library 'SnapTemplateShared' requires macos 14.0, but depends on the product 'SnapCore' which requires macos 15.0; consider changing the library 'SnapTemplateShared' to require macos 15.0 or later, or the product 'SnapCore' to require macos 14.0 or earlier.
error: the library 'SnapTemplateShared' requires macos 14.0, but depends on the product 'SnapTheme' which requires macos 15.0; consider changing the library 'SnapTemplateShared' to require macos 15.0 or later, or the product 'SnapTheme' to require macos 14.0 or earlier.
error: the library 'SnapTemplateShared' requires macos 14.0, but depends on the product 'SnapSettingsService' which requires macos 15.0; consider changing the library 'SnapTemplateShared' to require macos 15.0 or later, or the product 'SnapSettingsService' to require macos 14.0 or earlier.
error: the library 'SnapTemplateShared' requires macos 14.0, but depends on the product 'SnapMatchingNavigation' which requires macos 15.0; consider changing the library 'SnapTemplateShared' to require macos 15.0 or later, or the product 'SnapMatchingNavigation' to require macos 14.0 or earlier.
BUILD FAILURE 6.2 macosSpm