Build Information
Failed to build LNExtensionExecutor, reference master (c0226d
), with Swift 5.10 for macOS (SPM) on 15 Jul 2024 21:47:17 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-15.4.0.app xcrun swift build --arch arm64
Build Log
========================================
RunAll
========================================
Builder version: 4.46.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 c0226dc 1.3
Cloned https://github.com/LeoNatan/LNExtensionExecutor.git
Revision (git rev-parse @):
c0226dcd7d653d4c22dd16ccd72619c86b610c2d
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/111] Fetching lnextensionexecutor
Fetched https://github.com/LeoNatan/LNExtensionExecutor.git from cache (1.19s)
Creating working copy for https://github.com/LeoNatan/LNExtensionExecutor.git
Working copy of https://github.com/LeoNatan/LNExtensionExecutor.git resolved at master (c0226dc)
warning: '.resolve-product-dependencies': dependency 'lnextensionexecutor' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 5.10
Building package at path: $workDir
https://github.com/LeoNatan/LNExtensionExecutor.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.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
@import UIKit;
~~~~~~~^~~~~
1 error generated.
[0/5] Compiling LNExtensionExecutor LNExtensionExecutor.m
BUILD FAILURE 5.10 macosSpm