The Swift Package Index logo.Swift Package Index

Build Information

Failed to build ShakeFeedbackKit, reference main (771039), with Swift 6.3 for macOS (SPM) on 16 Apr 2026 16:31:21 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/AAALI/ShakeFeedbackKit.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/AAALI/ShakeFeedbackKit
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 7710399 docs: simplify color palette to 3 options (red/blue pens, yellow highlighter)
Cloned https://github.com/AAALI/ShakeFeedbackKit.git
Revision (git rev-parse @):
7710399cbc5d9a970041475d5723c0c704d61c10
SUCCESS checkout https://github.com/AAALI/ShakeFeedbackKit.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": "shakefeedbackkit",
      "name": "ShakeFeedbackKit",
      "url": "https://github.com/AAALI/ShakeFeedbackKit.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/ShakeFeedbackKit",
      "traits": [
        "default"
      ],
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/AAALI/ShakeFeedbackKit.git
[1/74] Fetching shakefeedbackkit
Fetched https://github.com/AAALI/ShakeFeedbackKit.git from cache (0.61s)
Creating working copy for https://github.com/AAALI/ShakeFeedbackKit.git
Working copy of https://github.com/AAALI/ShakeFeedbackKit.git resolved at main (7710399)
warning: '.resolve-product-dependencies': dependency 'shakefeedbackkit' 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/AAALI/ShakeFeedbackKit.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/3] Copying placeholder.txt
[1/3] Write sources
[2/3] Write swift-version--6988338F2F200930.txt
[4/11] Compiling ShakeFeedbackKit resource_bundle_accessor.swift
/Users/admin/builder/spi-builder-workspace/Sources/ShakeFeedbackKit/FeedbackComposer.swift:1:8: error: no such module 'UIKit'
  1 | import UIKit
    |        `- error: no such module 'UIKit'
  2 | import SwiftUI
  3 |
[5/11] Compiling ShakeFeedbackKit ShakeFeedback.swift
/Users/admin/builder/spi-builder-workspace/Sources/ShakeFeedbackKit/FeedbackComposer.swift:1:8: error: no such module 'UIKit'
  1 | import UIKit
    |        `- error: no such module 'UIKit'
  2 | import SwiftUI
  3 |
[6/11] Compiling ShakeFeedbackKit WindowHelpers.swift
/Users/admin/builder/spi-builder-workspace/Sources/ShakeFeedbackKit/FeedbackComposer.swift:1:8: error: no such module 'UIKit'
  1 | import UIKit
    |        `- error: no such module 'UIKit'
  2 | import SwiftUI
  3 |
[7/11] Compiling ShakeFeedbackKit ShakeWindow.swift
/Users/admin/builder/spi-builder-workspace/Sources/ShakeFeedbackKit/FeedbackComposer.swift:1:8: error: no such module 'UIKit'
  1 | import UIKit
    |        `- error: no such module 'UIKit'
  2 | import SwiftUI
  3 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
[8/11] Emitting module ShakeFeedbackKit
/Users/admin/builder/spi-builder-workspace/Sources/ShakeFeedbackKit/FeedbackComposer.swift:1:8: error: no such module 'UIKit'
  1 | import UIKit
    |        `- error: no such module 'UIKit'
  2 | import SwiftUI
  3 |
[9/11] Compiling ShakeFeedbackKit FeedbackComposer.swift
/Users/admin/builder/spi-builder-workspace/Sources/ShakeFeedbackKit/FeedbackComposer.swift:1:8: error: no such module 'UIKit'
  1 | import UIKit
    |        `- error: no such module 'UIKit'
  2 | import SwiftUI
  3 |
[10/11] Compiling ShakeFeedbackKit JiraClient.swift
/Users/admin/builder/spi-builder-workspace/Sources/ShakeFeedbackKit/FeedbackComposer.swift:1:8: error: no such module 'UIKit'
  1 | import UIKit
    |        `- error: no such module 'UIKit'
  2 | import SwiftUI
  3 |
[11/11] Compiling ShakeFeedbackKit ShakeEventObserver.swift
/Users/admin/builder/spi-builder-workspace/Sources/ShakeFeedbackKit/FeedbackComposer.swift:1:8: error: no such module 'UIKit'
  1 | import UIKit
    |        `- error: no such module 'UIKit'
  2 | import SwiftUI
  3 |
BUILD FAILURE 6.3 macosSpm