The Swift Package Index logo.Swift Package Index

Build Information

Failed to build swiftui-scrollview-interoperable-drag-gesture, reference main (9044de), with Swift 6.3 for macOS (SPM) on 24 Apr 2026 18:43:35 UTC.

Build Command

env DEVELOPER_DIR=/Applications/Xcode-26.4.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: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/FluidGroup/swiftui-scrollview-interoperable-drag-gesture
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
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 main
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "traits": [
    "default"
  ],
  "dependencies": [
    {
      "identity": "swiftui-scrollview-interoperable-drag-gesture",
      "name": "swiftui-scrollview-interoperable-drag-gesture",
      "url": "https://github.com/FluidGroup/swiftui-scrollview-interoperable-drag-gesture.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swiftui-scrollview-interoperable-drag-gesture",
      "traits": [
        "default"
      ],
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/FluidGroup/swiftui-scrollview-interoperable-drag-gesture.git
[1/204] Fetching swiftui-scrollview-interoperable-drag-gesture
Fetched https://github.com/FluidGroup/swiftui-scrollview-interoperable-drag-gesture.git from cache (0.75s)
Creating working copy for https://github.com/FluidGroup/swiftui-scrollview-interoperable-drag-gesture.git
Working copy of https://github.com/FluidGroup/swiftui-scrollview-interoperable-drag-gesture.git resolved at main (9044de4)
warning: '.resolve-product-dependencies': dependency 'swiftui-scrollview-interoperable-drag-gesture' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.3
Building package at path:  $PWD
https://github.com/FluidGroup/swiftui-scrollview-interoperable-drag-gesture.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--6988338F2F200930.txt
[3/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 {
[4/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)
[5/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 {
[6/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 {
[7/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 {
[8/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 {
BUILD FAILURE 6.3 macosSpm