Build Information
Failed to build LNPreviewToContextMenu, reference master (afaac2
), with Swift 6.0 for macOS (SPM) on 1 Nov 2024 20:58:21 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.1.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete
Build Log
========================================
RunAll
========================================
Builder version: 4.56.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/LeoNatan/LNPreviewToContextMenu.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/LeoNatan/LNPreviewToContextMenu
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at afaac2f 1.3
Cloned https://github.com/LeoNatan/LNPreviewToContextMenu.git
Revision (git rev-parse @):
afaac2f725edc4270fd3256a00e64cb9de37b62b
SUCCESS checkout https://github.com/LeoNatan/LNPreviewToContextMenu.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": "lnpreviewtocontextmenu",
"name": "LNPreviewToContextMenu",
"url": "https://github.com/LeoNatan/LNPreviewToContextMenu.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/LNPreviewToContextMenu",
"dependencies": [
]
}
]
}
Fetching https://github.com/LeoNatan/LNPreviewToContextMenu.git
[1/167] Fetching lnpreviewtocontextmenu
Fetched https://github.com/LeoNatan/LNPreviewToContextMenu.git from cache (1.24s)
Creating working copy for https://github.com/LeoNatan/LNPreviewToContextMenu.git
Working copy of https://github.com/LeoNatan/LNPreviewToContextMenu.git resolved at master (afaac2f)
warning: '.resolve-product-dependencies': dependency 'lnpreviewtocontextmenu' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.0
Building package at path: $PWD
https://github.com/LeoNatan/LNPreviewToContextMenu.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.1.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete
Building for debugging...
/Users/admin/builder/spi-builder-workspace/LNPreviewToContextMenu/LNPreviewToContextMenu/UIViewController+UIPreviewContextCompat.m:12:9: fatal error: module 'UIKit' not found
12 | @import UIKit;
| ~~~~~~~^~~~~
1 error generated.
[0/5] Compiling UIViewController+UIPreviewContextCompat.m
BUILD FAILURE 6.0 macosSpm