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 AppContainer, reference 0.3.1 (f57457), with Swift 6.2 (beta) for macOS (SPM) on 20 Jun 2025 16:37:21 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/p-x9/AppContainer.git
Reference: 0.3.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/p-x9/AppContainer
 * tag               0.3.1      -> FETCH_HEAD
HEAD is now at f574579 Merge pull request #47 from p-x9/feature/docc
Cloned https://github.com/p-x9/AppContainer.git
Revision (git rev-parse @):
f5745799c10b086d29ed69f21d40fbb70767a427
SUCCESS checkout https://github.com/p-x9/AppContainer.git at 0.3.1
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/p-x9/AppContainer.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Fetching https://github.com/p-x9/KeyPathValue.git
Fetching https://github.com/p-x9/EditValueView.git
[1/575] Fetching editvalueview
[220/652] Fetching editvalueview, keypathvalue
Fetched https://github.com/p-x9/KeyPathValue.git from cache (0.64s)
[236/575] Fetching editvalueview
Fetched https://github.com/p-x9/EditValueView.git from cache (0.70s)
Computing version for https://github.com/p-x9/KeyPathValue.git
Computed https://github.com/p-x9/KeyPathValue.git at 0.0.1 (3.72s)
Computing version for https://github.com/p-x9/EditValueView.git
Computed https://github.com/p-x9/EditValueView.git at 0.4.1 (0.51s)
Fetching https://github.com/p-x9/SwiftUIColor.git
[1/1447] Fetching swiftuicolor
Fetched https://github.com/p-x9/SwiftUIColor.git from cache (0.82s)
Computing version for https://github.com/p-x9/SwiftUIColor.git
Computed https://github.com/p-x9/SwiftUIColor.git at 0.6.0 (1.34s)
Creating working copy for https://github.com/p-x9/EditValueView.git
Working copy of https://github.com/p-x9/EditValueView.git resolved at 0.4.1
Creating working copy for https://github.com/p-x9/KeyPathValue.git
Working copy of https://github.com/p-x9/KeyPathValue.git resolved at 0.0.1
Creating working copy for https://github.com/p-x9/SwiftUIColor.git
Working copy of https://github.com/p-x9/SwiftUIColor.git resolved at 0.6.0
error: the library 'AppContainerUI' requires macos 10.13, but depends on the product 'EditValueView' which requires macos 11.0; consider changing the library 'AppContainerUI' to require macos 11.0 or later, or the product 'EditValueView' to require macos 10.13 or earlier.
BUILD FAILURE 6.2 macosSpm