Build Information
Failed to build SecurityKit, reference 1.8.2 (e0e809), with Swift 6.1 for Linux on 30 Mar 2026 23:33:21 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.69.2
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/FuturraGroup/SecurityKit.git
Reference: 1.8.2
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/FuturraGroup/SecurityKit
* tag 1.8.2 -> FETCH_HEAD
HEAD is now at e0e809f Refine @MainActor isolation for security checks
Cloned https://github.com/FuturraGroup/SecurityKit.git
Revision (git rev-parse @):
e0e809fdcd43ccdcc47feeac5b2913b86af535b4
SUCCESS checkout https://github.com/FuturraGroup/SecurityKit.git at 1.8.2
========================================
Build
========================================
Selected platform: linux
Swift version: 6.1
Building package at path: $PWD
https://github.com/FuturraGroup/SecurityKit.git
https://github.com/FuturraGroup/SecurityKit.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
],
"manifest_display_name" : "SecurityKit",
"name" : "SecurityKit",
"path" : "/host/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "SecurityKit",
"targets" : [
"SecurityKit"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "SecurityKit",
"module_type" : "SwiftTarget",
"name" : "SecurityKit",
"path" : "Sources/SecurityKit",
"product_memberships" : [
"SecurityKit"
],
"sources" : [
"AESEncryption.swift",
"BlurScreen.swift",
"ClipboardProtection.swift",
"CodeSignatureDetection.swift",
"DebuggerDetection.swift",
"DeviceBindingDetection.swift",
"EnvironmentDetection.swift",
"FileDetection.swift",
"FishHookDetection.swift",
"IntegrityDetection.swift",
"JailbreakDetection.swift",
"MSHookFunctionDetection.swift",
"MemoryProtection.swift",
"ModesDetection.swift",
"NetworkSecurityDetection.swift",
"ProxyDetection.swift",
"ReverseEngineeringDetection.swift",
"RuntimeHookDetection.swift",
"SecureStorage.swift",
"SecurityKit.swift",
"SimulatorDetection.swift",
"StringEncryption.swift",
"ViewProtection.swift"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/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 swiftpackageindex/spi-images
Digest: sha256:108e10880bce35e9496fba26782956e40a8e91a2a227f9b90af7e4cd93d2c183
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:basic-6.1-latest
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-24593BA9C3E375BF.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[3/24] Emitting module SecurityKit
/host/spi-builder-workspace/Sources/SecurityKit/BlurScreen.swift:10:8: error: no such module 'UIKit'
8 |
9 | import Foundation
10 | import UIKit
| `- error: no such module 'UIKit'
11 |
12 | @available(iOS 13.0, *)
[4/26] Compiling SecurityKit StringEncryption.swift
/host/spi-builder-workspace/Sources/SecurityKit/BlurScreen.swift:10:8: error: no such module 'UIKit'
8 |
9 | import Foundation
10 | import UIKit
| `- error: no such module 'UIKit'
11 |
12 | @available(iOS 13.0, *)
[5/26] Compiling SecurityKit ViewProtection.swift
/host/spi-builder-workspace/Sources/SecurityKit/BlurScreen.swift:10:8: error: no such module 'UIKit'
8 |
9 | import Foundation
10 | import UIKit
| `- error: no such module 'UIKit'
11 |
12 | @available(iOS 13.0, *)
[6/26] Compiling SecurityKit EnvironmentDetection.swift
/host/spi-builder-workspace/Sources/SecurityKit/BlurScreen.swift:10:8: error: no such module 'UIKit'
8 |
9 | import Foundation
10 | import UIKit
| `- error: no such module 'UIKit'
11 |
12 | @available(iOS 13.0, *)
[7/26] Compiling SecurityKit FileDetection.swift
/host/spi-builder-workspace/Sources/SecurityKit/BlurScreen.swift:10:8: error: no such module 'UIKit'
8 |
9 | import Foundation
10 | import UIKit
| `- error: no such module 'UIKit'
11 |
12 | @available(iOS 13.0, *)
[8/26] Compiling SecurityKit FishHookDetection.swift
/host/spi-builder-workspace/Sources/SecurityKit/BlurScreen.swift:10:8: error: no such module 'UIKit'
8 |
9 | import Foundation
10 | import UIKit
| `- error: no such module 'UIKit'
11 |
12 | @available(iOS 13.0, *)
[9/26] Compiling SecurityKit ProxyDetection.swift
/host/spi-builder-workspace/Sources/SecurityKit/BlurScreen.swift:10:8: error: no such module 'UIKit'
8 |
9 | import Foundation
10 | import UIKit
| `- error: no such module 'UIKit'
11 |
12 | @available(iOS 13.0, *)
[10/26] Compiling SecurityKit ReverseEngineeringDetection.swift
/host/spi-builder-workspace/Sources/SecurityKit/BlurScreen.swift:10:8: error: no such module 'UIKit'
8 |
9 | import Foundation
10 | import UIKit
| `- error: no such module 'UIKit'
11 |
12 | @available(iOS 13.0, *)
[11/26] Compiling SecurityKit RuntimeHookDetection.swift
/host/spi-builder-workspace/Sources/SecurityKit/BlurScreen.swift:10:8: error: no such module 'UIKit'
8 |
9 | import Foundation
10 | import UIKit
| `- error: no such module 'UIKit'
11 |
12 | @available(iOS 13.0, *)
[12/26] Compiling SecurityKit MemoryProtection.swift
/host/spi-builder-workspace/Sources/SecurityKit/BlurScreen.swift:10:8: error: no such module 'UIKit'
8 |
9 | import Foundation
10 | import UIKit
| `- error: no such module 'UIKit'
11 |
12 | @available(iOS 13.0, *)
[13/26] Compiling SecurityKit ModesDetection.swift
/host/spi-builder-workspace/Sources/SecurityKit/BlurScreen.swift:10:8: error: no such module 'UIKit'
8 |
9 | import Foundation
10 | import UIKit
| `- error: no such module 'UIKit'
11 |
12 | @available(iOS 13.0, *)
[14/26] Compiling SecurityKit NetworkSecurityDetection.swift
/host/spi-builder-workspace/Sources/SecurityKit/BlurScreen.swift:10:8: error: no such module 'UIKit'
8 |
9 | import Foundation
10 | import UIKit
| `- error: no such module 'UIKit'
11 |
12 | @available(iOS 13.0, *)
[15/26] Compiling SecurityKit SecureStorage.swift
/host/spi-builder-workspace/Sources/SecurityKit/BlurScreen.swift:10:8: error: no such module 'UIKit'
8 |
9 | import Foundation
10 | import UIKit
| `- error: no such module 'UIKit'
11 |
12 | @available(iOS 13.0, *)
[16/26] Compiling SecurityKit SecurityKit.swift
/host/spi-builder-workspace/Sources/SecurityKit/BlurScreen.swift:10:8: error: no such module 'UIKit'
8 |
9 | import Foundation
10 | import UIKit
| `- error: no such module 'UIKit'
11 |
12 | @available(iOS 13.0, *)
[17/26] Compiling SecurityKit SimulatorDetection.swift
/host/spi-builder-workspace/Sources/SecurityKit/BlurScreen.swift:10:8: error: no such module 'UIKit'
8 |
9 | import Foundation
10 | import UIKit
| `- error: no such module 'UIKit'
11 |
12 | @available(iOS 13.0, *)
[18/26] Compiling SecurityKit IntegrityDetection.swift
/host/spi-builder-workspace/Sources/SecurityKit/BlurScreen.swift:10:8: error: no such module 'UIKit'
8 |
9 | import Foundation
10 | import UIKit
| `- error: no such module 'UIKit'
11 |
12 | @available(iOS 13.0, *)
[19/26] Compiling SecurityKit JailbreakDetection.swift
/host/spi-builder-workspace/Sources/SecurityKit/BlurScreen.swift:10:8: error: no such module 'UIKit'
8 |
9 | import Foundation
10 | import UIKit
| `- error: no such module 'UIKit'
11 |
12 | @available(iOS 13.0, *)
[20/26] Compiling SecurityKit MSHookFunctionDetection.swift
/host/spi-builder-workspace/Sources/SecurityKit/BlurScreen.swift:10:8: error: no such module 'UIKit'
8 |
9 | import Foundation
10 | import UIKit
| `- error: no such module 'UIKit'
11 |
12 | @available(iOS 13.0, *)
[21/26] Compiling SecurityKit AESEncryption.swift
/host/spi-builder-workspace/Sources/SecurityKit/BlurScreen.swift:10:8: error: no such module 'UIKit'
8 |
9 | import Foundation
10 | import UIKit
| `- error: no such module 'UIKit'
11 |
12 | @available(iOS 13.0, *)
[22/26] Compiling SecurityKit BlurScreen.swift
/host/spi-builder-workspace/Sources/SecurityKit/BlurScreen.swift:10:8: error: no such module 'UIKit'
8 |
9 | import Foundation
10 | import UIKit
| `- error: no such module 'UIKit'
11 |
12 | @available(iOS 13.0, *)
[23/26] Compiling SecurityKit ClipboardProtection.swift
/host/spi-builder-workspace/Sources/SecurityKit/BlurScreen.swift:10:8: error: no such module 'UIKit'
8 |
9 | import Foundation
10 | import UIKit
| `- error: no such module 'UIKit'
11 |
12 | @available(iOS 13.0, *)
[24/26] Compiling SecurityKit CodeSignatureDetection.swift
/host/spi-builder-workspace/Sources/SecurityKit/BlurScreen.swift:10:8: error: no such module 'UIKit'
8 |
9 | import Foundation
10 | import UIKit
| `- error: no such module 'UIKit'
11 |
12 | @available(iOS 13.0, *)
[25/26] Compiling SecurityKit DebuggerDetection.swift
/host/spi-builder-workspace/Sources/SecurityKit/BlurScreen.swift:10:8: error: no such module 'UIKit'
8 |
9 | import Foundation
10 | import UIKit
| `- error: no such module 'UIKit'
11 |
12 | @available(iOS 13.0, *)
[26/26] Compiling SecurityKit DeviceBindingDetection.swift
/host/spi-builder-workspace/Sources/SecurityKit/BlurScreen.swift:10:8: error: no such module 'UIKit'
8 |
9 | import Foundation
10 | import UIKit
| `- error: no such module 'UIKit'
11 |
12 | @available(iOS 13.0, *)
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.1-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:108e10880bce35e9496fba26782956e40a8e91a2a227f9b90af7e4cd93d2c183
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:basic-6.1-latest
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-24593BA9C3E375BF.txt
[2/23] Compiling SecurityKit MemoryProtection.swift
/host/spi-builder-workspace/Sources/SecurityKit/BlurScreen.swift:10:8: error: no such module 'UIKit'
8 |
9 | import Foundation
10 | import UIKit
| `- error: no such module 'UIKit'
11 |
12 | @available(iOS 13.0, *)
[3/23] Compiling SecurityKit ModesDetection.swift
/host/spi-builder-workspace/Sources/SecurityKit/BlurScreen.swift:10:8: error: no such module 'UIKit'
8 |
9 | import Foundation
10 | import UIKit
| `- error: no such module 'UIKit'
11 |
12 | @available(iOS 13.0, *)
[4/23] Compiling SecurityKit NetworkSecurityDetection.swift
/host/spi-builder-workspace/Sources/SecurityKit/BlurScreen.swift:10:8: error: no such module 'UIKit'
8 |
9 | import Foundation
10 | import UIKit
| `- error: no such module 'UIKit'
11 |
12 | @available(iOS 13.0, *)
[5/25] Compiling SecurityKit AESEncryption.swift
/host/spi-builder-workspace/Sources/SecurityKit/BlurScreen.swift:10:8: error: no such module 'UIKit'
8 |
9 | import Foundation
10 | import UIKit
| `- error: no such module 'UIKit'
11 |
12 | @available(iOS 13.0, *)
[6/25] Compiling SecurityKit BlurScreen.swift
/host/spi-builder-workspace/Sources/SecurityKit/BlurScreen.swift:10:8: error: no such module 'UIKit'
8 |
9 | import Foundation
10 | import UIKit
| `- error: no such module 'UIKit'
11 |
12 | @available(iOS 13.0, *)
[7/25] Compiling SecurityKit ClipboardProtection.swift
/host/spi-builder-workspace/Sources/SecurityKit/BlurScreen.swift:10:8: error: no such module 'UIKit'
8 |
9 | import Foundation
10 | import UIKit
| `- error: no such module 'UIKit'
11 |
12 | @available(iOS 13.0, *)
error: emit-module command failed with exit code 1 (use -v to see invocation)
[8/25] Emitting module SecurityKit
/host/spi-builder-workspace/Sources/SecurityKit/BlurScreen.swift:10:8: error: no such module 'UIKit'
8 |
9 | import Foundation
10 | import UIKit
| `- error: no such module 'UIKit'
11 |
12 | @available(iOS 13.0, *)
[9/25] Compiling SecurityKit CodeSignatureDetection.swift
/host/spi-builder-workspace/Sources/SecurityKit/BlurScreen.swift:10:8: error: no such module 'UIKit'
8 |
9 | import Foundation
10 | import UIKit
| `- error: no such module 'UIKit'
11 |
12 | @available(iOS 13.0, *)
[10/25] Compiling SecurityKit DebuggerDetection.swift
/host/spi-builder-workspace/Sources/SecurityKit/BlurScreen.swift:10:8: error: no such module 'UIKit'
8 |
9 | import Foundation
10 | import UIKit
| `- error: no such module 'UIKit'
11 |
12 | @available(iOS 13.0, *)
[11/25] Compiling SecurityKit DeviceBindingDetection.swift
/host/spi-builder-workspace/Sources/SecurityKit/BlurScreen.swift:10:8: error: no such module 'UIKit'
8 |
9 | import Foundation
10 | import UIKit
| `- error: no such module 'UIKit'
11 |
12 | @available(iOS 13.0, *)
[12/25] Compiling SecurityKit IntegrityDetection.swift
/host/spi-builder-workspace/Sources/SecurityKit/BlurScreen.swift:10:8: error: no such module 'UIKit'
8 |
9 | import Foundation
10 | import UIKit
| `- error: no such module 'UIKit'
11 |
12 | @available(iOS 13.0, *)
[13/25] Compiling SecurityKit JailbreakDetection.swift
/host/spi-builder-workspace/Sources/SecurityKit/BlurScreen.swift:10:8: error: no such module 'UIKit'
8 |
9 | import Foundation
10 | import UIKit
| `- error: no such module 'UIKit'
11 |
12 | @available(iOS 13.0, *)
[14/25] Compiling SecurityKit MSHookFunctionDetection.swift
/host/spi-builder-workspace/Sources/SecurityKit/BlurScreen.swift:10:8: error: no such module 'UIKit'
8 |
9 | import Foundation
10 | import UIKit
| `- error: no such module 'UIKit'
11 |
12 | @available(iOS 13.0, *)
[15/25] Compiling SecurityKit StringEncryption.swift
/host/spi-builder-workspace/Sources/SecurityKit/BlurScreen.swift:10:8: error: no such module 'UIKit'
8 |
9 | import Foundation
10 | import UIKit
| `- error: no such module 'UIKit'
11 |
12 | @available(iOS 13.0, *)
[16/25] Compiling SecurityKit ViewProtection.swift
/host/spi-builder-workspace/Sources/SecurityKit/BlurScreen.swift:10:8: error: no such module 'UIKit'
8 |
9 | import Foundation
10 | import UIKit
| `- error: no such module 'UIKit'
11 |
12 | @available(iOS 13.0, *)
[17/25] Compiling SecurityKit SecureStorage.swift
/host/spi-builder-workspace/Sources/SecurityKit/BlurScreen.swift:10:8: error: no such module 'UIKit'
8 |
9 | import Foundation
10 | import UIKit
| `- error: no such module 'UIKit'
11 |
12 | @available(iOS 13.0, *)
[18/25] Compiling SecurityKit SecurityKit.swift
/host/spi-builder-workspace/Sources/SecurityKit/BlurScreen.swift:10:8: error: no such module 'UIKit'
8 |
9 | import Foundation
10 | import UIKit
| `- error: no such module 'UIKit'
11 |
12 | @available(iOS 13.0, *)
[19/25] Compiling SecurityKit SimulatorDetection.swift
/host/spi-builder-workspace/Sources/SecurityKit/BlurScreen.swift:10:8: error: no such module 'UIKit'
8 |
9 | import Foundation
10 | import UIKit
| `- error: no such module 'UIKit'
11 |
12 | @available(iOS 13.0, *)
[20/25] Compiling SecurityKit ProxyDetection.swift
/host/spi-builder-workspace/Sources/SecurityKit/BlurScreen.swift:10:8: error: no such module 'UIKit'
8 |
9 | import Foundation
10 | import UIKit
| `- error: no such module 'UIKit'
11 |
12 | @available(iOS 13.0, *)
[21/25] Compiling SecurityKit ReverseEngineeringDetection.swift
/host/spi-builder-workspace/Sources/SecurityKit/BlurScreen.swift:10:8: error: no such module 'UIKit'
8 |
9 | import Foundation
10 | import UIKit
| `- error: no such module 'UIKit'
11 |
12 | @available(iOS 13.0, *)
[22/25] Compiling SecurityKit RuntimeHookDetection.swift
/host/spi-builder-workspace/Sources/SecurityKit/BlurScreen.swift:10:8: error: no such module 'UIKit'
8 |
9 | import Foundation
10 | import UIKit
| `- error: no such module 'UIKit'
11 |
12 | @available(iOS 13.0, *)
[23/25] Compiling SecurityKit EnvironmentDetection.swift
/host/spi-builder-workspace/Sources/SecurityKit/BlurScreen.swift:10:8: error: no such module 'UIKit'
8 |
9 | import Foundation
10 | import UIKit
| `- error: no such module 'UIKit'
11 |
12 | @available(iOS 13.0, *)
[24/25] Compiling SecurityKit FileDetection.swift
/host/spi-builder-workspace/Sources/SecurityKit/BlurScreen.swift:10:8: error: no such module 'UIKit'
8 |
9 | import Foundation
10 | import UIKit
| `- error: no such module 'UIKit'
11 |
12 | @available(iOS 13.0, *)
[25/25] Compiling SecurityKit FishHookDetection.swift
/host/spi-builder-workspace/Sources/SecurityKit/BlurScreen.swift:10:8: error: no such module 'UIKit'
8 |
9 | import Foundation
10 | import UIKit
| `- error: no such module 'UIKit'
11 |
12 | @available(iOS 13.0, *)
BUILD FAILURE 6.1 linux