Build Information
Failed to build LNPopupUI, reference master (207d81
), with Swift 6.1 for Linux on 1 May 2025 04:49:52 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.61.2
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/LeoNatan/LNPopupUI.git
Reference: master
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
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at 207d819 Update demo project and GIF
Submodule path 'LNPopupUIExample/LNPopupUIExample/Settings': checked out '6d5428faa04677a8e6d80fdba8b71b0cc4316aaa'
Submodule 'LNPopupUIExample/LNPopupUIExample/Settings' (https://LeoNatan@github.com/LeoNatan/LNPopupSettings.git) registered for path 'LNPopupUIExample/LNPopupUIExample/Settings'
Cloning into '/host/spi-builder-workspace/LNPopupUIExample/LNPopupUIExample/Settings'...
Cloned https://github.com/LeoNatan/LNPopupUI.git
Revision (git rev-parse @):
207d819dd395ecacaafaf4677a858ec80511af17
SUCCESS checkout https://github.com/LeoNatan/LNPopupUI.git at master
========================================
Build
========================================
Selected platform: linux
Swift version: 6.1
Building package at path: $PWD
https://github.com/LeoNatan/LNPopupUI.git
https://github.com/LeoNatan/LNPopupUI.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "lnpopupcontroller",
"requirement" : {
"range" : [
{
"lower_bound" : "3.0.6",
"upper_bound" : "4.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/LeoNatan/LNPopupController.git"
},
{
"identity" : "lnswiftuiutils",
"requirement" : {
"range" : [
{
"lower_bound" : "1.1.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/LeoNatan/LNSwiftUIUtils.git"
}
],
"manifest_display_name" : "LNPopupUI",
"name" : "LNPopupUI",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "14.0"
},
{
"name" : "maccatalyst",
"version" : "14.0"
}
],
"products" : [
{
"name" : "LNPopupUI",
"targets" : [
"LNPopupUI"
],
"type" : {
"library" : [
"dynamic"
]
}
},
{
"name" : "LNPopupUI-Static",
"targets" : [
"LNPopupUI"
],
"type" : {
"library" : [
"static"
]
}
}
],
"targets" : [
{
"c99name" : "LNPopupUI",
"module_type" : "SwiftTarget",
"name" : "LNPopupUI",
"path" : "Sources/LNPopupUI",
"product_dependencies" : [
"LNSwiftUIUtils",
"LNPopupController-Static"
],
"product_memberships" : [
"LNPopupUI",
"LNPopupUI-Static"
],
"sources" : [
"LNPopupContentHostingController.swift",
"LNPopupController+LNPopupUIAdditions.swift",
"LNPopupCustomBarHostingController.swift",
"LNPopupUI.swift",
"Private/LNPopupContainerViewWrapper.swift",
"Private/LNPopupEnvironment.swift",
"Private/LNPopupPreferences.swift",
"Private/LNPopupProxyViewController.swift",
"Private/LNPopupState.swift",
"Private/LNPopupTransitionUtils.swift",
"Private/Utils.swift"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/LeoNatan/LNSwiftUIUtils.git
Fetching https://github.com/LeoNatan/LNPopupController.git
[1/63] Fetching lnswiftuiutils
Fetched https://github.com/LeoNatan/LNSwiftUIUtils.git from cache (0.18s)
[1/9136] Fetching lnpopupcontroller
Fetched https://github.com/LeoNatan/LNPopupController.git from cache (7.41s)
Computing version for https://github.com/LeoNatan/LNPopupController.git
Computed https://github.com/LeoNatan/LNPopupController.git at 3.0.7 (7.85s)
Computing version for https://github.com/LeoNatan/LNSwiftUIUtils.git
Computed https://github.com/LeoNatan/LNSwiftUIUtils.git at 1.1.2 (1.77s)
Creating working copy for https://github.com/LeoNatan/LNSwiftUIUtils.git
Working copy of https://github.com/LeoNatan/LNSwiftUIUtils.git resolved at 1.1.2
Creating working copy for https://github.com/LeoNatan/LNPopupController.git
Working copy of https://github.com/LeoNatan/LNPopupController.git resolved at 3.0.7
Building for debugging...
In file included from /host/spi-builder-workspace/.build/checkouts/LNPopupController/LNPopupController/LNPopupController/Private/LNPopupDebug.m:9:
/host/spi-builder-workspace/.build/checkouts/LNPopupController/LNPopupController/LNPopupController/Private/LNPopupDebug.h:9:9: fatal error: 'Foundation/Foundation.h' file not found
9 | #import <Foundation/Foundation.h>
| ^~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
[0/51] Compiling LNPopupDebug.m
In file included from /host/spi-builder-workspace/.build/checkouts/LNPopupController/LNPopupController/LNPopupController/Private/LNPopupBarAppearance.mm: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
9 | #import <UIKit/UIKit.h>
| ^~~~~~~~~~~~~~~
[0/51] Compiling LNPopupBarAppearance.mm
In file included from /host/spi-builder-workspace/.build/checkouts/LNPopupController/LNPopupController/LNPopupController/Private/LNPopupController.mm:9:
/host/spi-builder-workspace/.build/checkouts/LNPopupController/LNPopupController/LNPopupController/Private/LNPopupController.h:9:9: fatal error: 'UIKit/UIKit.h' file not found
9 | #import <UIKit/UIKit.h>
| ^~~~~~~~~~~~~~~
[0/51] Compiling LNPopupController.mm
In file included from /host/spi-builder-workspace/.build/checkouts/LNPopupController/LNPopupController/LNPopupController/Private/LNPopupContentView.m:9:
/host/spi-builder-workspace/.build/checkouts/LNPopupController/LNPopupController/LNPopupController/Private/LNPopupController.h:9:9: fatal error: 'UIKit/UIKit.h' file not found
9 | #import <UIKit/UIKit.h>
| ^~~~~~~~~~~~~~~
[0/51] Compiling LNPopupContentView.m
In file included from /host/spi-builder-workspace/.build/checkouts/LNPopupController/LNPopupController/LNPopupController/Private/LNPopupBar.mm: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
9 | #import <UIKit/UIKit.h>
| ^~~~~~~~~~~~~~~
[0/51] Compiling LNPopupBar.mm
In file included from /host/spi-builder-workspace/.build/checkouts/LNPopupController/LNPopupController/LNPopupController/Private/LNPopupCustomBarViewController.m:9:
In file included from /host/spi-builder-workspace/.build/checkouts/LNPopupController/LNPopupController/LNPopupController/Private/LNPopupCustomBarViewController+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
9 | #import <UIKit/UIKit.h>
| ^~~~~~~~~~~~~~~
[0/51] Compiling LNPopupCustomBarViewController.m
In file included from /host/spi-builder-workspace/.build/checkouts/LNPopupController/LNPopupController/LNPopupController/Private/LNMath.m:9:
/host/spi-builder-workspace/.build/checkouts/LNPopupController/LNPopupController/LNPopupController/Private/LNMath.h:12:9: fatal error: 'CoreFoundation/CoreFoundation.h' file not found
12 | #import <CoreFoundation/CoreFoundation.h>
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
[0/51] Compiling LNMath.m
[0/51] Write swift-version-24593BA9C3E375BF.txt
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
[0/1] Planning build
Building for debugging...
[0/51] Write sources
In file included from /host/spi-builder-workspace/.build/checkouts/LNPopupController/LNPopupController/LNPopupController/Private/_LNPopupTransitionGenericOpenAnimator.m:9:
In file included from /host/spi-builder-workspace/.build/checkouts/LNPopupController/LNPopupController/LNPopupController/Private/_LNPopupTransitionGenericOpenAnimator.h:9:
/host/spi-builder-workspace/.build/checkouts/LNPopupController/LNPopupController/LNPopupController/Private/_LNPopupTransitionOpenAnimator.h:9:9: fatal error: 'UIKit/UIKit.h' file not found
9 | #import <UIKit/UIKit.h>
| ^~~~~~~~~~~~~~~
1 error generated.
[3/51] Compiling _LNPopupTransitionGenericOpenAnimator.m
In file included from /host/spi-builder-workspace/.build/checkouts/LNPopupController/LNPopupController/LNPopupController/Private/_LNPopupTransitionPreferredCloseAnimator.mm:9:
In file included from /host/spi-builder-workspace/.build/checkouts/LNPopupController/LNPopupController/LNPopupController/Private/_LNPopupTransitionPreferredCloseAnimator.h:9:
In file included from /host/spi-builder-workspace/.build/checkouts/LNPopupController/LNPopupController/LNPopupController/Private/_LNPopupTransitionCloseAnimator.h:9:
/host/spi-builder-workspace/.build/checkouts/LNPopupController/LNPopupController/LNPopupController/Private/_LNPopupTransitionAnimator.h:9:9: fatal error: 'UIKit/UIKit.h' file not found
9 | #import <UIKit/UIKit.h>
| ^~~~~~~~~~~~~~~
1 error generated.
[3/51] Compiling _LNPopupTransitionPreferredCloseAnimator.mm
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
9 | #import <Foundation/Foundation.h>
| ^~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
[3/51] Compiling _LNWeakRef.m
In file included from /host/spi-builder-workspace/.build/checkouts/LNPopupController/LNPopupController/LNPopupController/Private/_LNPopupTransitionPreferredOpenAnimator.mm:9:
In file included from /host/spi-builder-workspace/.build/checkouts/LNPopupController/LNPopupController/LNPopupController/Private/_LNPopupTransitionPreferredOpenAnimator.h:9:
/host/spi-builder-workspace/.build/checkouts/LNPopupController/LNPopupController/LNPopupController/Private/_LNPopupTransitionOpenAnimator.h:9:9: fatal error: 'UIKit/UIKit.h' file not found
9 | #import <UIKit/UIKit.h>
| ^~~~~~~~~~~~~~~
1 error generated.
In file included from /host/spi-builder-workspace/.build/checkouts/LNPopupController/LNPopupController/LNPopupController/Private/_LNPopupTransitionOpenAnimator.m:9:
/host/spi-builder-workspace/.build/checkouts/LNPopupController/LNPopupController/LNPopupController/Private/_LNPopupTransitionOpenAnimator.h:9:9: fatal error: 'UIKit/UIKit.h' file not found
9 | #import <UIKit/UIKit.h>
| ^~~~~~~~~~~~~~~
1 error generated.
[3/51] Compiling _LNPopupTransitionPreferredOpenAnimator.mm
[3/51] Compiling _LNPopupTransitionOpenAnimator.m
In file included from /host/spi-builder-workspace/.build/checkouts/LNPopupController/LNPopupController/LNPopupController/Private/_LNPopupTransitionView.mm:9:
/host/spi-builder-workspace/.build/checkouts/LNPopupController/LNPopupController/LNPopupController/Private/_LNPopupTransitionView.h:9:9: fatal error: 'UIKit/UIKit.h' file not found
9 | #import <UIKit/UIKit.h>
| ^~~~~~~~~~~~~~~
[3/51] Compiling _LNPopupTransitionView.mm
In file included from /host/spi-builder-workspace/.build/checkouts/LNPopupController/LNPopupController/LNPopupController/Private/_LNPopupUIBarAppearanceProxy.mm:11:
/host/spi-builder-workspace/.build/checkouts/LNPopupController/LNPopupController/LNPopupController/Private/_LNPopupUIBarAppearanceProxy.h:9:9: fatal error: 'Foundation/Foundation.h' file not found
9 | #import <Foundation/Foundation.h>
| ^~~~~~~~~~~~~~~~~~~~~~~~~
[3/51] Compiling _LNPopupUIBarAppearanceProxy.mm
[3/51] Write swift-version-24593BA9C3E375BF.txt
BUILD FAILURE 6.1 linux