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 CollectionView, reference main (3d9873), with Swift 6.2 (beta) for macOS (SPM) on 21 Jun 2025 16:09:03 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/edonv/CollectionView.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/edonv/CollectionView
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 3d98734 Updated dependency version
Cloned https://github.com/edonv/CollectionView.git
Revision (git rev-parse @):
3d98734e19b9b660081b5e8573827b20b3dcd8c2
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/edonv/CollectionView.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/edonv/CollectionView.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Fetching https://github.com/edonv/CompositionalLayoutBuilder.git
Fetching https://github.com/apple/swift-collections.git
[1/232] Fetching compositionallayoutbuilder
[233/16872] Fetching compositionallayoutbuilder, swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (1.83s)
Fetched https://github.com/edonv/CompositionalLayoutBuilder.git from cache (1.83s)
Computing version for https://github.com/edonv/CompositionalLayoutBuilder.git
Computed https://github.com/edonv/CompositionalLayoutBuilder.git at 0.1.4 (4.45s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (0.50s)
Creating working copy for https://github.com/edonv/CompositionalLayoutBuilder.git
Working copy of https://github.com/edonv/CompositionalLayoutBuilder.git resolved at 0.1.4
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.2.0
error: the library 'CollectionView' requires macos 10.13, but depends on the product 'CompositionalLayoutBuilder' which requires macos 10.15; consider changing the library 'CollectionView' to require macos 10.15 or later, or the product 'CompositionalLayoutBuilder' to require macos 10.13 or earlier.
BUILD FAILURE 6.2 macosSpm