Build Information
Failed to build LNExtensionExecutor, reference master (0db8dd), with Swift 6.2 for macOS (SPM) on 21 Nov 2025 15:21:05 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.0.0.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/LeoNatan/LNExtensionExecutor.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/LeoNatan/LNExtensionExecutor
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at 0db8dd4 Fix typo in README about extension identifier discovery
Cloned https://github.com/LeoNatan/LNExtensionExecutor.git
Revision (git rev-parse @):
0db8dd47b83ba99429f8d8568dac10e76b57d9ad
SUCCESS checkout https://github.com/LeoNatan/LNExtensionExecutor.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": "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.72s)
Creating working copy for https://github.com/LeoNatan/LNExtensionExecutor.git
Working copy of https://github.com/LeoNatan/LNExtensionExecutor.git resolved at master (0db8dd4)
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