The Swift Package Index logo.Swift Package Index

Build Information

Failed to build swiftui-scrollview-interoperable-drag-gesture, reference 0.4.0 (9044de), with Swift 6.0 for macOS (SPM) on 23 Apr 2026 23:10:07 UTC.

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/FluidGroup/swiftui-scrollview-interoperable-drag-gesture.git
Reference: 0.4.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/FluidGroup/swiftui-scrollview-interoperable-drag-gesture
 * tag               0.4.0      -> FETCH_HEAD
HEAD is now at 9044de4 Align simultaneous recognition with target axes
Cloned https://github.com/FluidGroup/swiftui-scrollview-interoperable-drag-gesture.git
Revision (git rev-parse @):
9044de40cbf69d4a7f46e40d7d50ed5aca4d589c
SUCCESS checkout https://github.com/FluidGroup/swiftui-scrollview-interoperable-drag-gesture.git at 0.4.0
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
Building package at path:  $PWD
https://github.com/FluidGroup/swiftui-scrollview-interoperable-drag-gesture.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-5BDAB9E9C0126B9D.txt
[3/8] Compiling SwiftUIScrollViewInteroperableDragGesture UIScrollView+.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUIScrollViewInteroperableDragGesture/DragGestureHandler.swift:1:8: error: no such module 'UIKit'
  1 | import UIKit
    |        `- error: no such module 'UIKit'
  2 |
  3 | public struct ScrollViewInteroperableDragGestureValue: Equatable, Sendable {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[4/8] Compiling SwiftUIScrollViewInteroperableDragGesture SwiftUIScrollViewInteroperableDragGesture.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUIScrollViewInteroperableDragGesture/DragGestureHandler.swift:1:8: error: no such module 'UIKit'
  1 | import UIKit
    |        `- error: no such module 'UIKit'
  2 |
  3 | public struct ScrollViewInteroperableDragGestureValue: Equatable, Sendable {
[5/8] Compiling SwiftUIScrollViewInteroperableDragGesture DragGestureHandler.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUIScrollViewInteroperableDragGesture/DragGestureHandler.swift:1:8: error: no such module 'UIKit'
  1 | import UIKit
    |        `- error: no such module 'UIKit'
  2 |
  3 | public struct ScrollViewInteroperableDragGestureValue: Equatable, Sendable {
[6/8] Emitting module SwiftUIScrollViewInteroperableDragGesture
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUIScrollViewInteroperableDragGesture/DragGestureHandler.swift:1:8: error: no such module 'UIKit'
  1 | import UIKit
    |        `- error: no such module 'UIKit'
  2 |
  3 | public struct ScrollViewInteroperableDragGestureValue: Equatable, Sendable {
[7/8] Compiling SwiftUIScrollViewInteroperableDragGesture UIScrollViewInteroperableDragGestureRecognizer.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUIScrollViewInteroperableDragGesture/DragGestureHandler.swift:1:8: error: no such module 'UIKit'
  1 | import UIKit
    |        `- error: no such module 'UIKit'
  2 |
  3 | public struct ScrollViewInteroperableDragGestureValue: Equatable, Sendable {
[8/8] Compiling SwiftUIScrollViewInteroperableDragGesture ScrollController.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUIScrollViewInteroperableDragGesture/DragGestureHandler.swift:1:8: error: no such module 'UIKit'
  1 | import UIKit
    |        `- error: no such module 'UIKit'
  2 |
  3 | public struct ScrollViewInteroperableDragGestureValue: Equatable, Sendable {
BUILD FAILURE 6.0 macosSpm