Build Information
Failed to build UIKitGesturesForSwiftUI, reference main (c65e0f), with Swift 6.2 for macOS (SPM) on 26 Feb 2026 21:59:03 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.0.0.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/jacobvanorder/UIKitGesturesForSwiftUI.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/jacobvanorder/UIKitGesturesForSwiftUI
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at c65e0fe Fixed README Errata.
Cloned https://github.com/jacobvanorder/UIKitGesturesForSwiftUI.git
Revision (git rev-parse @):
c65e0feaa68fa1bb0286805575904ad6892a4201
SUCCESS checkout https://github.com/jacobvanorder/UIKitGesturesForSwiftUI.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",
"dependencies": [
{
"identity": "uikitgesturesforswiftui",
"name": "UIKitGesturesForSwiftUI",
"url": "https://github.com/jacobvanorder/UIKitGesturesForSwiftUI.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/UIKitGesturesForSwiftUI",
"dependencies": [
]
}
]
}
Fetching https://github.com/jacobvanorder/UIKitGesturesForSwiftUI.git
[1/115] Fetching uikitgesturesforswiftui
Fetched https://github.com/jacobvanorder/UIKitGesturesForSwiftUI.git from cache (0.71s)
Creating working copy for https://github.com/jacobvanorder/UIKitGesturesForSwiftUI.git
Working copy of https://github.com/jacobvanorder/UIKitGesturesForSwiftUI.git resolved at main (c65e0fe)
warning: '.resolve-product-dependencies': dependency 'uikitgesturesforswiftui' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/jacobvanorder/UIKitGesturesForSwiftUI.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-49B95AFC49DCD68C.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[3/12] Emitting module UIKitGesturesForSwiftUI
/Users/admin/builder/spi-builder-workspace/Sources/UIKitGesturesForSwiftUI/GestureCoordinator.swift:9:8: error: no such module 'UIKit'
7 |
8 | import Foundation
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | /// A shared `UIGestureRecognizerDelegate` implementation used by all gesture
[4/12] Compiling UIKitGesturesForSwiftUI MultiFingerPinchGesture.swift
/Users/admin/builder/spi-builder-workspace/Sources/UIKitGesturesForSwiftUI/GestureCoordinator.swift:9:8: error: no such module 'UIKit'
7 |
8 | import Foundation
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | /// A shared `UIGestureRecognizerDelegate` implementation used by all gesture
[5/12] Compiling UIKitGesturesForSwiftUI GestureCoordinator.swift
/Users/admin/builder/spi-builder-workspace/Sources/UIKitGesturesForSwiftUI/GestureCoordinator.swift:9:8: error: no such module 'UIKit'
7 |
8 | import Foundation
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | /// A shared `UIGestureRecognizerDelegate` implementation used by all gesture
[6/12] Compiling UIKitGesturesForSwiftUI MultiFingerTapGesture.swift
/Users/admin/builder/spi-builder-workspace/Sources/UIKitGesturesForSwiftUI/GestureCoordinator.swift:9:8: error: no such module 'UIKit'
7 |
8 | import Foundation
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | /// A shared `UIGestureRecognizerDelegate` implementation used by all gesture
[7/12] Compiling UIKitGesturesForSwiftUI MultiFingerSwipeGesture.swift
/Users/admin/builder/spi-builder-workspace/Sources/UIKitGesturesForSwiftUI/GestureCoordinator.swift:9:8: error: no such module 'UIKit'
7 |
8 | import Foundation
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | /// A shared `UIGestureRecognizerDelegate` implementation used by all gesture
[8/12] Compiling UIKitGesturesForSwiftUI TransformGestureRecognizer.swift
/Users/admin/builder/spi-builder-workspace/Sources/UIKitGesturesForSwiftUI/GestureCoordinator.swift:9:8: error: no such module 'UIKit'
7 |
8 | import Foundation
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | /// A shared `UIGestureRecognizerDelegate` implementation used by all gesture
[9/12] Compiling UIKitGesturesForSwiftUI MultiFingerRotationGesture.swift
/Users/admin/builder/spi-builder-workspace/Sources/UIKitGesturesForSwiftUI/GestureCoordinator.swift:9:8: error: no such module 'UIKit'
7 |
8 | import Foundation
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | /// A shared `UIGestureRecognizerDelegate` implementation used by all gesture
[10/12] Compiling UIKitGesturesForSwiftUI MultiFingerPanGesture.swift
/Users/admin/builder/spi-builder-workspace/Sources/UIKitGesturesForSwiftUI/GestureCoordinator.swift:9:8: error: no such module 'UIKit'
7 |
8 | import Foundation
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | /// A shared `UIGestureRecognizerDelegate` implementation used by all gesture
[11/12] Compiling UIKitGesturesForSwiftUI MultiFingerLongPressGesture.swift
/Users/admin/builder/spi-builder-workspace/Sources/UIKitGesturesForSwiftUI/GestureCoordinator.swift:9:8: error: no such module 'UIKit'
7 |
8 | import Foundation
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | /// A shared `UIGestureRecognizerDelegate` implementation used by all gesture
[12/12] Compiling UIKitGesturesForSwiftUI MultiFingerTransformGesture.swift
/Users/admin/builder/spi-builder-workspace/Sources/UIKitGesturesForSwiftUI/GestureCoordinator.swift:9:8: error: no such module 'UIKit'
7 |
8 | import Foundation
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | /// A shared `UIGestureRecognizerDelegate` implementation used by all gesture
[13/13] Compiling UIKitGesturesForSwiftUI UIKitGesturesForSwiftUI.swift
/Users/admin/builder/spi-builder-workspace/Sources/UIKitGesturesForSwiftUI/GestureCoordinator.swift:9:8: error: no such module 'UIKit'
7 |
8 | import Foundation
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | /// A shared `UIGestureRecognizerDelegate` implementation used by all gesture
BUILD FAILURE 6.2 macosSpm