The Swift Package Index logo.Swift Package Index

Build Information

Failed to build LNPopupUI with Swift 5.9 for Linux.

Build Command

bash -c docker run --rm -v "checkouts-4606859-1":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-5.9-latest swift build --triple x86_64-unknown-linux-gnu 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.34.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/LeoNatan/LNPopupUI.git
Reference: 1.7.4
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
From https://github.com/LeoNatan/LNPopupUI
 * tag               1.7.4      -> FETCH_HEAD
HEAD is now at 3f4b503 1.7.4
Submodule path 'LNPopupSettings': checked out '8ab95168805498f3cce5eb77064abf19d93a56d2'
Submodule 'LNPopupSettings' (https://github.com/LeoNatan/LNPopupSettings.git) registered for path 'LNPopupSettings'
Cloning into '/host/spi-builder-workspace/LNPopupSettings'...
Cloned https://github.com/LeoNatan/LNPopupUI.git
Revision (git rev-parse @):
3f4b5039823235e567c32e458841b93189132d4a
SUCCESS checkout https://github.com/LeoNatan/LNPopupUI.git at 1.7.4
========================================
Build
========================================
Selected platform:         linux
Swift version:             5.9
Building package at path:  $workDir
https://github.com/LeoNatan/LNPopupUI.git
Running build ...
bash -c docker run --rm -v "checkouts-4606859-1":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-5.9-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
Fetching https://github.com/LeoNatan/LNSwiftUIUtils.git
Fetching https://github.com/LeoNatan/LNPopupController.git
[1/53] Fetching lnswiftuiutils
[54/7570] Fetching lnswiftuiutils, lnpopupcontroller
Fetched https://github.com/LeoNatan/LNSwiftUIUtils.git (5.40s)
Fetched https://github.com/LeoNatan/LNPopupController.git (5.64s)
Computing version for https://github.com/LeoNatan/LNSwiftUIUtils.git
Computed https://github.com/LeoNatan/LNSwiftUIUtils.git at 1.1.1 (0.93s)
Computing version for https://github.com/LeoNatan/LNPopupController.git
Computed https://github.com/LeoNatan/LNPopupController.git at 2.18.8 (0.37s)
Creating working copy for https://github.com/LeoNatan/LNSwiftUIUtils.git
Working copy of https://github.com/LeoNatan/LNSwiftUIUtils.git resolved at 1.1.1
Creating working copy for https://github.com/LeoNatan/LNPopupController.git
Working copy of https://github.com/LeoNatan/LNPopupController.git resolved at 2.18.8
Building for debugging...
In file included from /host/spi-builder-workspace/.build/checkouts/LNPopupController/LNPopupController/LNPopupController/Private/LNPopupLongPressGestureRecognizer.m:9:
/host/spi-builder-workspace/.build/checkouts/LNPopupController/LNPopupController/LNPopupController/Private/LNPopupLongPressGestureRecognizer.h:9:9: fatal error: 'UIKit/UIKit.h' file not found
#import <UIKit/UIKit.h>
        ^~~~~~~~~~~~~~~
1 error generated.
[0/33] Compiling LNPopupLongPressGestureRecognizer.m
[0/33] Compiling LNMath.m
In file included from /host/spi-builder-workspace/.build/checkouts/LNPopupController/LNPopupController/LNPopupController/Private/LNPopupBarAppearance.m:9:
In file included from /host/spi-builder-workspace/.build/checkouts/LNPopupController/LNPopupController/LNPopupController/Private/LNPopupBarAppearance+Private.h:9:
/host/spi-builder-workspace/.build/checkouts/LNPopupController/LNPopupController/include/LNPopupController/LNPopupBarAppearance.h:9:9: fatal error: 'UIKit/UIKit.h' file not found
#import <UIKit/UIKit.h>
        ^~~~~~~~~~~~~~~
1 error generated.
[0/33] Compiling LNPopupBarAppearance.m
In file included from /host/spi-builder-workspace/.build/checkouts/LNPopupController/LNPopupController/LNPopupController/Private/LNPopupItem.m:9:
In file included from /host/spi-builder-workspace/.build/checkouts/LNPopupController/LNPopupController/LNPopupController/Private/LNPopupItem+Private.h:9:
/host/spi-builder-workspace/.build/checkouts/LNPopupController/LNPopupController/include/LNPopupController/LNPopupItem.h:9:9: fatal error: 'UIKit/UIKit.h' file not found
#import <UIKit/UIKit.h>
        ^~~~~~~~~~~~~~~
1 error generated.
[0/33] Compiling LNPopupItem.m
In file included from [0/33] Compiling LNPopupBarAppearanceChainProxy.m
In file included from /host/spi-builder-workspace/.build/checkouts/LNPopupController/LNPopupController/LNPopupController/Private/LNForwardingDelegate.m:9:
/host/spi-builder-workspace/.build/checkouts/LNPopupController/LNPopupController/LNPopupController/Private/LNForwardingDelegate.h:9:9: fatal error: 'Foundation/Foundation.h' file not found
#import <Foundation/Foundation.h>
        ^~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
[0/33] Compiling LNForwardingDelegate.m
In file included from /host/spi-builder-workspace/.build/checkouts/LNPopupController/LNPopupController/LNPopupController/Private/LNPopupBar.m:9:
In file included from /host/spi-builder-workspace/.build/checkouts/LNPopupController/LNPopupController/LNPopupController/Private/LNPopupBar+Private.h:9:
/host/spi-builder-workspace/.build/checkouts/LNPopupController/LNPopupController/include/LNPopupController/LNPopupBar.h:9:9: fatal error: 'UIKit/UIKit.h' file not found
#import <UIKit/UIKit.h>
        ^~~~~~~~~~~~~~~
[0/33] Compiling LNPopupBar.m
[0/1] Planning build
Building for debugging...
In file included from /host/spi-builder-workspace/.build/checkouts/LNPopupController/LNPopupController/LNPopupController/Private/_LNPopupUIBarAppearanceProxy.m:11:
/host/spi-builder-workspace/.build/checkouts/LNPopupController/LNPopupController/LNPopupController/Private/_LNPopupUIBarAppearanceProxy.h:9:9: fatal error: 'Foundation/Foundation.h' file not found
#import <Foundation/Foundation.h>
        ^~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
[0/33] Compiling _LNPopupUIBarAppearanceProxy.m
[0/33] Compiling _LNPopupBarBackgroundView.m
In file included from /host/spi-builder-workspace/.build/checkouts/LNPopupController/LNPopupController/LNPopupController/Private/_LNWeakRef.m:9:
/host/spi-builder-workspace/.build/checkouts/LNPopupController/LNPopupController/LNPopupController/Private/_LNWeakRef.h:9:9: fatal error: 'Foundation/Foundation.h' file not found
#import <Foundation/Foundation.h>
        ^~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
[0/33] Compiling _LNWeakRef.m
In file included from /host/spi-builder-workspace/.build/checkouts/LNPopupController/LNPopupController/LNPopupController/Private/_LNPopupSwizzlingUtils.m:9:
/host/spi-builder-workspace/.build/checkouts/LNPopupController/LNPopupController/LNPopupController/Private/_LNPopupSwizzlingUtils.h:9:9: fatal error: 'Foundation/Foundation.h' file not found
#import <Foundation/Foundation.h>
        ^~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
[0/33] Compiling _LNPopupSwizzlingUtils.m
In file included from /host/spi-builder-workspace/.build/checkouts/LNPopupController/LNPopupController/LNPopupController/Private/_LNPopupBarShadowedImageView.m:9:
/host/spi-builder-workspace/.build/checkouts/LNPopupController/LNPopupController/LNPopupController/Private/_LNPopupBarShadowedImageView.h:9:9: fatal error: 'UIKit/UIKit.h' file not found
#import <UIKit/UIKit.h>
        ^~~~~~~~~~~~~~~
1 error generated.
[0/33] Compiling _LNPopupBarShadowedImageView.m
In file included from /host/spi-builder-workspace/.build/checkouts/LNPopupController/LNPopupController/LNPopupController/Private/_LNPopupBackgroundShadowView.m:9:
/host/spi-builder-workspace/.build/checkouts/LNPopupController/LNPopupController/LNPopupController/Private/_LNPopupBackgroundShadowView.h:9:9: fatal error: 'UIKit/UIKit.h' file not found
#import <UIKit/UIKit.h>
        ^~~~~~~~~~~~~~~
1 error generated.
[0/33] Compiling _LNPopupBackgroundShadowView.m
[0/33] Compiling _LNPopupBarBackgroundMaskView.m
BUILD FAILURE 5.9 linux

Build Machine: Linux 1