The Swift Package Index logo.Swift Package Index

Build Information

Failed to build UIKitGesturesForSwiftUI, reference main (c65e0f), with Swift 6.3 for macOS (SPM) on 18 Apr 2026 20:19:40 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/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",
  "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.67s)
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.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 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
error: emit-module command failed with exit code 1 (use -v to see invocation)
[4/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
[5/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
[6/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
[7/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
[8/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
[9/13] 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
[10/13] 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
[11/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
[12/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
[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