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-snap-dragging-modifier, reference main (acfbd2), with Swift 6.2 (beta) for macOS (SPM) on 23 Jun 2025 00:22:53 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/FluidGroup/swiftui-snap-dragging-modifier.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/FluidGroup/swiftui-snap-dragging-modifier
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at acfbd22 Update
Submodule path 'submodules/swiftui-scrollview-interoperable-drag-gesture': checked out '60054ac27fcd856c212afba4ca177f44881a5036'
Submodule 'submodules/swiftui-scrollview-interoperable-drag-gesture' (https://github.com/FluidGroup/swiftui-scrollview-interoperable-drag-gesture.git) registered for path 'submodules/swiftui-scrollview-interoperable-drag-gesture'
Cloning into '/Users/admin/builder/spi-builder-workspace/submodules/swiftui-scrollview-interoperable-drag-gesture'...
Cloned https://github.com/FluidGroup/swiftui-snap-dragging-modifier.git
Revision (git rev-parse @):
acfbd22db533b2ecf3a9de13563cd1902411877d
SUCCESS checkout https://github.com/FluidGroup/swiftui-snap-dragging-modifier.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/FluidGroup/swiftui-snap-dragging-modifier.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Fetching https://github.com/FluidGroup/swift-rubber-banding
Fetching https://github.com/FluidGroup/swiftui-support
Fetching https://github.com/FluidGroup/swiftui-scrollview-interoperable-drag-gesture
[1/13] Fetching swift-rubber-banding
[9/116] Fetching swift-rubber-banding, swiftui-scrollview-interoperable-drag-gesture
[112/155980] Fetching swift-rubber-banding, swiftui-scrollview-interoperable-drag-gesture, swiftui-support
Fetched https://github.com/FluidGroup/swiftui-support from cache (3.93s)
Fetched https://github.com/FluidGroup/swiftui-scrollview-interoperable-drag-gesture from cache (3.94s)
Fetched https://github.com/FluidGroup/swift-rubber-banding from cache (3.94s)
Computing version for https://github.com/FluidGroup/swift-rubber-banding
Computed https://github.com/FluidGroup/swift-rubber-banding at 1.0.0 (4.35s)
Computing version for https://github.com/FluidGroup/swiftui-scrollview-interoperable-drag-gesture
Computed https://github.com/FluidGroup/swiftui-scrollview-interoperable-drag-gesture at 0.2.2 (0.41s)
Computing version for https://github.com/FluidGroup/swiftui-support
Computed https://github.com/FluidGroup/swiftui-support at 0.13.0 (0.40s)
Creating working copy for https://github.com/FluidGroup/swiftui-support
Working copy of https://github.com/FluidGroup/swiftui-support resolved at 0.13.0
Creating working copy for https://github.com/FluidGroup/swiftui-scrollview-interoperable-drag-gesture
Working copy of https://github.com/FluidGroup/swiftui-scrollview-interoperable-drag-gesture resolved at 0.2.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
error: the library 'SwiftUISnapDraggingModifier' requires macos 10.13, but depends on the product 'SwiftUISupportSizing' which requires macos 10.15; consider changing the library 'SwiftUISnapDraggingModifier' to require macos 10.15 or later, or the product 'SwiftUISupportSizing' to require macos 10.13 or earlier.
error: the library 'SwiftUISnapDraggingModifier' requires macos 10.13, but depends on the product 'SwiftUISupportGeometryEffect' which requires macos 10.15; consider changing the library 'SwiftUISnapDraggingModifier' to require macos 10.15 or later, or the product 'SwiftUISupportGeometryEffect' to require macos 10.13 or earlier.
error: the library 'SwiftUISnapDraggingModifier' requires macos 10.13, but depends on the product 'SwiftUIScrollViewInteroperableDragGesture' which requires macos 10.15; consider changing the library 'SwiftUISnapDraggingModifier' to require macos 10.15 or later, or the product 'SwiftUIScrollViewInteroperableDragGesture' to require macos 10.13 or earlier.
BUILD FAILURE 6.2 macosSpm