Build Information
Failed to build PopGestureRecognizerSwiftUI, reference main (ca74d8), with Swift 6.3 for macOS (SPM) on 17 Apr 2026 08:46:21 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/hayek/PopGestureRecognizerSwiftUI.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/hayek/PopGestureRecognizerSwiftUI
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at ca74d86 Merge pull request #1 from volovely/IOS26-Support
Cloned https://github.com/hayek/PopGestureRecognizerSwiftUI.git
Revision (git rev-parse @):
ca74d8683fd4f62453c670bb7a5d419e2b7a5934
SUCCESS checkout https://github.com/hayek/PopGestureRecognizerSwiftUI.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": "popgesturerecognizerswiftui",
"name": "PopGestureRecognizerSwiftUI",
"url": "https://github.com/hayek/PopGestureRecognizerSwiftUI.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/PopGestureRecognizerSwiftUI",
"traits": [
"default"
],
"dependencies": [
]
}
]
}
Fetching https://github.com/hayek/PopGestureRecognizerSwiftUI.git
[1/126] Fetching popgesturerecognizerswiftui
Fetched https://github.com/hayek/PopGestureRecognizerSwiftUI.git from cache (1.22s)
Creating working copy for https://github.com/hayek/PopGestureRecognizerSwiftUI.git
Working copy of https://github.com/hayek/PopGestureRecognizerSwiftUI.git resolved at main (ca74d86)
warning: '.resolve-product-dependencies': dependency 'popgesturerecognizerswiftui' 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/hayek/PopGestureRecognizerSwiftUI.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
error: emit-module command failed with exit code 1 (use -v to see invocation)
[3/5] Emitting module PopGestureRecognizerSwiftUI
/Users/admin/builder/spi-builder-workspace/Sources/PopGestureRecognizerSwiftUI/PopGestureRecognizerSwiftUI.swift:9:8: error: no such module 'UIKit'
7 |
8 | import SwiftUI
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | private struct NavigationState {
[4/5] Compiling PopGestureRecognizerSwiftUI UIKitNavigationWrapper.swift
/Users/admin/builder/spi-builder-workspace/Sources/PopGestureRecognizerSwiftUI/PopGestureRecognizerSwiftUI.swift:9:8: error: no such module 'UIKit'
7 |
8 | import SwiftUI
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | private struct NavigationState {
[5/5] Compiling PopGestureRecognizerSwiftUI PopGestureRecognizerSwiftUI.swift
/Users/admin/builder/spi-builder-workspace/Sources/PopGestureRecognizerSwiftUI/PopGestureRecognizerSwiftUI.swift:9:8: error: no such module 'UIKit'
7 |
8 | import SwiftUI
9 | import UIKit
| `- error: no such module 'UIKit'
10 |
11 | private struct NavigationState {
BUILD FAILURE 6.3 macosSpm