The Swift Package Index logo.Swift Package Index

Build Information

Failed to build LNExtensionExecutor, reference 1.5.0 (81ca50), with Swift 6.3 for macOS (SPM) on 17 Apr 2026 15:00:14 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/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",
  "traits": [
    "default"
  ],
  "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",
      "traits": [
        "default"
      ],
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/LeoNatan/LNExtensionExecutor.git
[1/163] Fetching lnextensionexecutor
Fetched https://github.com/LeoNatan/LNExtensionExecutor.git from cache (0.79s)
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.3
Building package at path:  $PWD
https://github.com/LeoNatan/LNExtensionExecutor.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.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.3 macosSpm