The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Failed to build LiveKnob, reference master (7e8994), with Swift 6.1 for macOS (SPM) on 17 May 2025 17:02:56 UTC.

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.61.4
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/cemolcay/liveknob.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/cemolcay/liveknob
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 7e89943 Add double tap gesture recognizing
Cloned https://github.com/cemolcay/liveknob.git
Revision (git rev-parse @):
7e89943724ee4613524ee6f31d5da1987aecb9e6
SUCCESS checkout https://github.com/cemolcay/liveknob.git at master
========================================
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": "liveknob",
      "name": "LiveKnob",
      "url": "https://github.com/cemolcay/liveknob.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/liveknob",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/cemolcay/liveknob.git
[1/170] Fetching liveknob
Fetched https://github.com/cemolcay/liveknob.git from cache (0.94s)
Creating working copy for https://github.com/cemolcay/liveknob.git
Working copy of https://github.com/cemolcay/liveknob.git resolved at master (7e89943)
warning: '.resolve-product-dependencies': dependency 'liveknob' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/cemolcay/liveknob.git
https://github.com/cemolcay/liveknob.git
{
  "dependencies" : [
  ],
  "manifest_display_name" : "LiveKnob",
  "name" : "LiveKnob",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "LiveKnob",
      "targets" : [
        "LiveKnob"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "LiveKnob",
      "module_type" : "SwiftTarget",
      "name" : "LiveKnob",
      "path" : "Sources/LiveKnob",
      "product_memberships" : [
        "LiveKnob"
      ],
      "sources" : [
        "LiveKnob.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.3"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-2F0A5646E1D333AE.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[3/4] Emitting module LiveKnob
/Users/admin/builder/spi-builder-workspace/Sources/LiveKnob/LiveKnob.swift:9:8: error: no such module 'UIKit'
  7 | //
  8 |
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 | import UIKit.UIGestureRecognizerSubclass
 11 |
[4/4] Compiling LiveKnob LiveKnob.swift
/Users/admin/builder/spi-builder-workspace/Sources/LiveKnob/LiveKnob.swift:9:8: error: no such module 'UIKit'
  7 | //
  8 |
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 | import UIKit.UIGestureRecognizerSubclass
 11 |
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-2F0A5646E1D333AE.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[2/3] Emitting module LiveKnob
/Users/admin/builder/spi-builder-workspace/Sources/LiveKnob/LiveKnob.swift:9:8: error: no such module 'UIKit'
  7 | //
  8 |
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 | import UIKit.UIGestureRecognizerSubclass
 11 |
[3/3] Compiling LiveKnob LiveKnob.swift
/Users/admin/builder/spi-builder-workspace/Sources/LiveKnob/LiveKnob.swift:9:8: error: no such module 'UIKit'
  7 | //
  8 |
  9 | import UIKit
    |        `- error: no such module 'UIKit'
 10 | import UIKit.UIGestureRecognizerSubclass
 11 |
BUILD FAILURE 6.1 macosSpm