Build Information
Failed to build UIKitGesturesForSwiftUI, reference 1.0.0 (f28ce4), with Swift 6.3 for macOS (SPM) on 18 Apr 2026 20:19:14 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/jacobvanorder/UIKitGesturesForSwiftUI.git
Reference: 1.0.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/jacobvanorder/UIKitGesturesForSwiftUI
* tag 1.0.0 -> FETCH_HEAD
HEAD is now at f28ce4e Had to remove warnings as errors.
Cloned https://github.com/jacobvanorder/UIKitGesturesForSwiftUI.git
Revision (git rev-parse @):
f28ce4eab92539792e3a702c134ea09927339c18
SUCCESS checkout https://github.com/jacobvanorder/UIKitGesturesForSwiftUI.git at 1.0.0
========================================
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": "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",
"traits": [
"default"
],
"dependencies": [
]
}
]
}
Fetching https://github.com/jacobvanorder/UIKitGesturesForSwiftUI.git
[1/115] Fetching uikitgesturesforswiftui
Fetched https://github.com/jacobvanorder/UIKitGesturesForSwiftUI.git from cache (0.72s)
Creating working copy for https://github.com/jacobvanorder/UIKitGesturesForSwiftUI.git
Working copy of https://github.com/jacobvanorder/UIKitGesturesForSwiftUI.git resolved at 1.0.0 (f28ce4e)
warning: '.resolve-product-dependencies': dependency 'uikitgesturesforswiftui' 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/jacobvanorder/UIKitGesturesForSwiftUI.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/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
[4/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
error: emit-module command failed with exit code 1 (use -v to see invocation)
[5/13] 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
[6/13] 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
[7/13] 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
[8/13] 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
[9/13] 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/13] 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
[11/13] 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
[12/13] 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
[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.3 macosSpm