Build Information
Failed to build swiftui-scrollview-interoperable-drag-gesture, reference main (9044de), with Swift 6.2 for macOS (SPM) on 24 Apr 2026 18:44:33 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.3.0.app xcrun swift build --arch arm64Build 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
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/FluidGroup/swiftui-scrollview-interoperable-drag-gesture.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.3.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--3CB7CFEC50E0D141.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] 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 {
[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] 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 {
[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.2 macosSpm