The Swift Package Index logo.Swift Package Index

Build Information

Failed to build FronteggSwift with Swift 5.7 for Linux.

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.32.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/frontegg/frontegg-ios-swift.git
Reference: 1.2.10
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/frontegg/frontegg-ios-swift
 * tag               1.2.10     -> FETCH_HEAD
HEAD is now at 6111a24 Merge pull request #41 from frontegg/release/next
Cloned https://github.com/frontegg/frontegg-ios-swift.git
Revision (git rev-parse @):
6111a24341f67b045a8124002b5f07f7a5ba3de2
SUCCESS checkout https://github.com/frontegg/frontegg-ios-swift.git at 1.2.10
========================================
Build
========================================
Selected platform:         linux
Swift version:             5.7
Building package at path:  $workDir
https://github.com/frontegg/frontegg-ios-swift.git
Running build ...
bash -c docker run --rm -v "checkouts-4606859-0":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-5.7-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
Building for debugging...
error: emit-module command failed with exit code 1 (use -v to see invocation)[1/26] Emitting module FronteggSwift
/host/spi-builder-workspace/Sources/FronteggSwift/FronteggApp.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[2/29] Compiling FronteggSwift DefaultLoader.swift
/host/spi-builder-workspace/Sources/FronteggSwift/FronteggApp.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[3/29] Compiling FronteggSwift FronteggUIKitWrapper.swift
/host/spi-builder-workspace/Sources/FronteggSwift/FronteggApp.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[4/29] Compiling FronteggSwift FronteggWrapper.swift
/host/spi-builder-workspace/Sources/FronteggSwift/FronteggApp.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[5/29] Compiling FronteggSwift UrlHelper.swift
/host/spi-builder-workspace/Sources/FronteggSwift/FronteggApp.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[6/29] Compiling FronteggSwift generateErrorPage.swift
/host/spi-builder-workspace/Sources/FronteggSwift/FronteggApp.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[7/29] Compiling FronteggSwift AbstractFronteggController.swift
/host/spi-builder-workspace/Sources/FronteggSwift/FronteggApp.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[8/29] Compiling FronteggSwift UserRolePermission.swift
/host/spi-builder-workspace/Sources/FronteggSwift/FronteggApp.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[9/29] Compiling FronteggSwift Api.swift
/host/spi-builder-workspace/Sources/FronteggSwift/FronteggApp.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[10/29] Compiling FronteggSwift Authentication.swift
/host/spi-builder-workspace/Sources/FronteggSwift/FronteggApp.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[11/29] Compiling FronteggSwift CredentialManager.swift
/host/spi-builder-workspace/Sources/FronteggSwift/FronteggApp.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[12/29] Compiling FronteggSwift AuthorizeUrlGenerator.swift
/host/spi-builder-workspace/Sources/FronteggSwift/FronteggApp.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[13/29] Compiling FronteggSwift Constants.swift
/host/spi-builder-workspace/Sources/FronteggSwift/FronteggApp.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[14/29] Compiling FronteggSwift JWTHelper.swift
/host/spi-builder-workspace/Sources/FronteggSwift/FronteggApp.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[15/29] Compiling FronteggSwift CredentialAssertion.swift
/host/spi-builder-workspace/Sources/FronteggSwift/FronteggApp.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[16/29] Compiling FronteggSwift Tenant.swift
/host/spi-builder-workspace/Sources/FronteggSwift/FronteggApp.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[17/29] Compiling FronteggSwift User.swift
/host/spi-builder-workspace/Sources/FronteggSwift/FronteggApp.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[18/29] Compiling FronteggSwift UserRole.swift
/host/spi-builder-workspace/Sources/FronteggSwift/FronteggApp.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[19/29] Compiling FronteggSwift EmbeddedLoginPage.swift
/host/spi-builder-workspace/Sources/FronteggSwift/FronteggApp.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[20/29] Compiling FronteggSwift FronteggWKContentController.swift
/host/spi-builder-workspace/Sources/FronteggSwift/FronteggApp.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[21/29] Compiling FronteggSwift FronteggWebView.swift
/host/spi-builder-workspace/Sources/FronteggSwift/FronteggApp.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[22/29] Compiling FronteggSwift AuthResponse.swift
/host/spi-builder-workspace/Sources/FronteggSwift/FronteggApp.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[23/29] Compiling FronteggSwift Logger.swift
/host/spi-builder-workspace/Sources/FronteggSwift/FronteggApp.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[24/29] Compiling FronteggSwift NoRedirectSessionDelegate.swift
/host/spi-builder-workspace/Sources/FronteggSwift/FronteggApp.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[25/29] Compiling FronteggSwift PlistHelper.swift
/host/spi-builder-workspace/Sources/FronteggSwift/FronteggApp.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[26/29] Compiling FronteggSwift FronteggApp.swift
/host/spi-builder-workspace/Sources/FronteggSwift/FronteggApp.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[27/29] Compiling FronteggSwift FronteggAuth.swift
/host/spi-builder-workspace/Sources/FronteggSwift/FronteggApp.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[28/29] Compiling FronteggSwift CustomWebView.swift
/host/spi-builder-workspace/Sources/FronteggSwift/FronteggApp.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[29/29] Compiling FronteggSwift EmbeddedLoginModal.swift
/host/spi-builder-workspace/Sources/FronteggSwift/FronteggApp.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[0/1] Planning build
Building for debugging...
[1/26] Compiling FronteggSwift EmbeddedLoginPage.swift
/host/spi-builder-workspace/Sources/FronteggSwift/FronteggApp.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[2/26] Compiling FronteggSwift FronteggWKContentController.swift
/host/spi-builder-workspace/Sources/FronteggSwift/FronteggApp.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[3/26] Compiling FronteggSwift FronteggWebView.swift
/host/spi-builder-workspace/Sources/FronteggSwift/FronteggApp.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[4/26] Compiling FronteggSwift AuthResponse.swift
/host/spi-builder-workspace/Sources/FronteggSwift/FronteggApp.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[5/29] Compiling FronteggSwift UserRolePermission.swift
/host/spi-builder-workspace/Sources/FronteggSwift/FronteggApp.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[6/29] Compiling FronteggSwift Api.swift
/host/spi-builder-workspace/Sources/FronteggSwift/FronteggApp.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[7/29] Compiling FronteggSwift Authentication.swift
/host/spi-builder-workspace/Sources/FronteggSwift/FronteggApp.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[8/29] Compiling FronteggSwift CredentialManager.swift
/host/spi-builder-workspace/Sources/FronteggSwift/FronteggApp.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[9/29] Compiling FronteggSwift AuthorizeUrlGenerator.swift
/host/spi-builder-workspace/Sources/FronteggSwift/FronteggApp.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[10/29] Compiling FronteggSwift Constants.swift
/host/spi-builder-workspace/Sources/FronteggSwift/FronteggApp.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[11/29] Compiling FronteggSwift JWTHelper.swift
/host/spi-builder-workspace/Sources/FronteggSwift/FronteggApp.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[12/29] Compiling FronteggSwift UrlHelper.swift
/host/spi-builder-workspace/Sources/FronteggSwift/FronteggApp.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[13/29] Compiling FronteggSwift generateErrorPage.swift
/host/spi-builder-workspace/Sources/FronteggSwift/FronteggApp.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[14/29] Compiling FronteggSwift AbstractFronteggController.swift
/host/spi-builder-workspace/Sources/FronteggSwift/FronteggApp.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[15/29] Compiling FronteggSwift Logger.swift
/host/spi-builder-workspace/Sources/FronteggSwift/FronteggApp.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[16/29] Compiling FronteggSwift NoRedirectSessionDelegate.swift
/host/spi-builder-workspace/Sources/FronteggSwift/FronteggApp.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[17/29] Compiling FronteggSwift PlistHelper.swift
/host/spi-builder-workspace/Sources/FronteggSwift/FronteggApp.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[18/29] Compiling FronteggSwift CredentialAssertion.swift
/host/spi-builder-workspace/Sources/FronteggSwift/FronteggApp.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[19/29] Compiling FronteggSwift Tenant.swift
/host/spi-builder-workspace/Sources/FronteggSwift/FronteggApp.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[20/29] Compiling FronteggSwift User.swift
/host/spi-builder-workspace/Sources/FronteggSwift/FronteggApp.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[21/29] Compiling FronteggSwift UserRole.swift
/host/spi-builder-workspace/Sources/FronteggSwift/FronteggApp.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[22/29] Compiling FronteggSwift DefaultLoader.swift
/host/spi-builder-workspace/Sources/FronteggSwift/FronteggApp.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[23/29] Compiling FronteggSwift FronteggUIKitWrapper.swift
/host/spi-builder-workspace/Sources/FronteggSwift/FronteggApp.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[24/29] Compiling FronteggSwift FronteggWrapper.swift
/host/spi-builder-workspace/Sources/FronteggSwift/FronteggApp.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
error: emit-module command failed with exit code 1 (use -v to see invocation)[25/29] Emitting module FronteggSwift
/host/spi-builder-workspace/Sources/FronteggSwift/FronteggApp.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[26/29] Compiling FronteggSwift FronteggApp.swift
/host/spi-builder-workspace/Sources/FronteggSwift/FronteggApp.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[27/29] Compiling FronteggSwift FronteggAuth.swift
/host/spi-builder-workspace/Sources/FronteggSwift/FronteggApp.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[28/29] Compiling FronteggSwift CustomWebView.swift
/host/spi-builder-workspace/Sources/FronteggSwift/FronteggApp.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[29/29] Compiling FronteggSwift EmbeddedLoginModal.swift
/host/spi-builder-workspace/Sources/FronteggSwift/FronteggApp.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
BUILD FAILURE 5.7 linux

Build Machine: Linux 1