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 swiftui-stack, reference main (9f1771), with Swift 5.10 for macOS (SPM) on 9 Jun 2025 09:05:23 UTC.

Build Command

env DEVELOPER_DIR=/Applications/Xcode-15.4.0.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/FluidGroup/swiftui-stack.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/FluidGroup/swiftui-stack
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 9f1771b Update
Submodule path 'submodules/swiftui-snap-dragging-modifier': checked out '49a8a4425d238601b086cef5bb26005efb43993e'
Submodule path 'submodules/swiftui-support': checked out '8ef53190c33bd345e7a95ef504dafe0f85ad9c4d'
Submodule 'submodules/swiftui-snap-dragging-modifier' (https://github.com/FluidGroup/swiftui-snap-dragging-modifier.git) registered for path 'submodules/swiftui-snap-dragging-modifier'
Submodule 'submodules/swiftui-support' (https://github.com/FluidGroup/swiftui-support.git) registered for path 'submodules/swiftui-support'
Cloning into '/Users/admin/builder/spi-builder-workspace/submodules/swiftui-snap-dragging-modifier'...
Cloning into '/Users/admin/builder/spi-builder-workspace/submodules/swiftui-support'...
Cloned https://github.com/FluidGroup/swiftui-stack.git
Revision (git rev-parse @):
9f1771b75f27748b90a0994e85c16d940d1c040e
SUCCESS checkout https://github.com/FluidGroup/swiftui-stack.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.10
Building package at path:  $PWD
https://github.com/FluidGroup/swiftui-stack.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.4.0.app xcrun swift build --arch arm64
Fetching https://github.com/FluidGroup/swiftui-support
Fetching https://github.com/FluidGroup/swiftui-snap-dragging-modifier
Fetching https://github.com/nalexn/ViewInspector.git
[1/12415] Fetching viewinspector
[126/12732] Fetching viewinspector, swiftui-snap-dragging-modifier
[12733/168596] Fetching viewinspector, swiftui-snap-dragging-modifier, swiftui-support
Fetched https://github.com/FluidGroup/swiftui-support from cache (4.42s)
Fetched https://github.com/FluidGroup/swiftui-snap-dragging-modifier from cache (4.42s)
Fetched https://github.com/nalexn/ViewInspector.git from cache (4.42s)
Computing version for https://github.com/FluidGroup/swiftui-snap-dragging-modifier
Computed https://github.com/FluidGroup/swiftui-snap-dragging-modifier at 1.3.0 (0.48s)
Fetching https://github.com/FluidGroup/swift-rubber-banding
[1/13] Fetching swift-rubber-banding
Fetched https://github.com/FluidGroup/swift-rubber-banding from cache (0.51s)
Computing version for https://github.com/FluidGroup/swift-rubber-banding
Computed https://github.com/FluidGroup/swift-rubber-banding at 1.0.0 (0.36s)
Computing version for https://github.com/FluidGroup/swiftui-support
Computed https://github.com/FluidGroup/swiftui-support at 0.11.0 (0.47s)
Computing version for https://github.com/nalexn/ViewInspector.git
Computed https://github.com/nalexn/ViewInspector.git at 0.10.2 (0.36s)
Creating working copy for https://github.com/nalexn/ViewInspector.git
Working copy of https://github.com/nalexn/ViewInspector.git resolved at 0.10.2
Creating working copy for https://github.com/FluidGroup/swift-rubber-banding
Working copy of https://github.com/FluidGroup/swift-rubber-banding resolved at 1.0.0
Creating working copy for https://github.com/FluidGroup/swiftui-snap-dragging-modifier
Working copy of https://github.com/FluidGroup/swiftui-snap-dragging-modifier resolved at 1.3.0
Creating working copy for https://github.com/FluidGroup/swiftui-support
Working copy of https://github.com/FluidGroup/swiftui-support resolved at 0.11.0
error: the library 'SwiftUISnapDraggingModifier' requires macos 10.13, but depends on the product 'SwiftUISupport' which requires macos 10.15; consider changing the library 'SwiftUISnapDraggingModifier' to require macos 10.15 or later, or the product 'SwiftUISupport' to require macos 10.13 or earlier.
error: the library 'SwiftUIStack' requires macos 10.13, but depends on the product 'SwiftUISupport' which requires macos 10.15; consider changing the library 'SwiftUIStack' to require macos 10.15 or later, or the product 'SwiftUISupport' to require macos 10.13 or earlier.
BUILD FAILURE 5.10 macosSpm