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 LNExtensionExecutor, reference 1.5.0 (81ca50), with Swift 6.2 for macOS (SPM) on 21 Nov 2025 15:22:36 UTC.

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/LeoNatan/LNExtensionExecutor.git
Reference: 1.5.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/LeoNatan/LNExtensionExecutor
 * tag               1.5.0      -> FETCH_HEAD
HEAD is now at 81ca50f 1.5.0
Cloned https://github.com/LeoNatan/LNExtensionExecutor.git
Revision (git rev-parse @):
81ca50fad3560249ffa83fdbd52cc0d2df5ce511
SUCCESS checkout https://github.com/LeoNatan/LNExtensionExecutor.git at 1.5.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",
  "dependencies": [
    {
      "identity": "lnextensionexecutor",
      "name": "LNExtensionExecutor",
      "url": "https://github.com/LeoNatan/LNExtensionExecutor.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/LNExtensionExecutor",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/LeoNatan/LNExtensionExecutor.git
[1/163] Fetching lnextensionexecutor
Fetched https://github.com/LeoNatan/LNExtensionExecutor.git from cache (0.78s)
Creating working copy for https://github.com/LeoNatan/LNExtensionExecutor.git
Working copy of https://github.com/LeoNatan/LNExtensionExecutor.git resolved at 1.5.0 (81ca50f)
warning: '.resolve-product-dependencies': dependency 'lnextensionexecutor' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/LeoNatan/LNExtensionExecutor.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0.app xcrun swift build --arch arm64
Building for debugging...
In file included from /Users/admin/builder/spi-builder-workspace/Sources/LNExtensionExecutor/LNExtensionExecutor.m:8:
/Users/admin/builder/spi-builder-workspace/Sources/LNExtensionExecutor/LNExtensionExecutor.h:8:9: fatal error: module 'UIKit' not found
    8 | @import UIKit;
      |  ~~~~~~~^~~~~
1 error generated.
[0/5] Compiling LNExtensionExecutor LNExtensionExecutor.m
BUILD FAILURE 6.2 macosSpm