Build Information
Failed to build ProntoSDK, reference master (f3653a
), with Swift 6.1 for Android on 28 May 2025 19:58:49 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Pronto-am/MobileCMS-iOS-SDK.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/Pronto-am/MobileCMS-iOS-SDK
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at f3653a7 Updated cobalt
Cloned https://github.com/Pronto-am/MobileCMS-iOS-SDK.git
Revision (git rev-parse @):
f3653a71b3d4921e1d19a7f746e0dd8bc39749cd
SUCCESS checkout https://github.com/Pronto-am/MobileCMS-iOS-SDK.git at master
========================================
Build
========================================
Selected platform: android
Swift version: 6.1
Building package at path: $PWD
https://github.com/Pronto-am/MobileCMS-iOS-SDK.git
https://github.com/Pronto-am/MobileCMS-iOS-SDK.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "swiftyjson",
"requirement" : {
"range" : [
{
"lower_bound" : "5.0.0",
"upper_bound" : "6.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/SwiftyJSON/SwiftyJSON.git"
},
{
"identity" : "keychainaccess",
"requirement" : {
"range" : [
{
"lower_bound" : "4.1.0",
"upper_bound" : "5.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/kishikawakatsumi/KeychainAccess.git"
},
{
"identity" : "cryptoswift",
"requirement" : {
"range" : [
{
"lower_bound" : "1.3.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/krzyzanowskim/CryptoSwift.git"
},
{
"identity" : "rxswift",
"requirement" : {
"range" : [
{
"lower_bound" : "5.0.1",
"upper_bound" : "6.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/ReactiveX/RxSwift.git"
},
{
"identity" : "cobalt",
"requirement" : {
"range" : [
{
"lower_bound" : "10.0.0",
"upper_bound" : "999.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/e-sites/Cobalt.git"
},
{
"identity" : "erbium",
"requirement" : {
"range" : [
{
"lower_bound" : "4.4.1",
"upper_bound" : "5.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/e-sites/Erbium.git"
},
{
"identity" : "einsteinium",
"requirement" : {
"range" : [
{
"lower_bound" : "1.2.2",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/e-sites/Einsteinium.git"
}
],
"manifest_display_name" : "ProntoSDK",
"name" : "ProntoSDK",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "10.0"
}
],
"products" : [
{
"name" : "ProntoSDK",
"targets" : [
"ProntoSDK"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"swift_languages_versions" : [
"5"
],
"targets" : [
{
"c99name" : "ProntoSDK",
"module_type" : "SwiftTarget",
"name" : "ProntoSDK",
"path" : "ProntoSDK",
"product_dependencies" : [
"SwiftyJSON",
"KeychainAccess",
"CryptoSwift",
"RxCocoa",
"RxSwift",
"Erbium",
"Einsteinium",
"Cobalt"
],
"product_memberships" : [
"ProntoSDK"
],
"sources" : [
"Classes/AppUpdateCheck/API/ProntoAPIClientAppUpdateCheck.swift",
"Classes/AppUpdateCheck/Extensions/ProntoAPIClient+appupdatechecker.swift",
"Classes/AppUpdateCheck/Models/AppVersion.swift",
"Classes/AppUpdateCheck/ProntoAppUpdateCheck.swift",
"Classes/Authentication/API/ProntoAPIClientUserModule.swift",
"Classes/Authentication/Extensions/ProntoAPIClient+authentication.swift",
"Classes/Authentication/Extensions/ProntoAuthentication+authentication.swift",
"Classes/Authentication/Models/User.swift",
"Classes/Authentication/ProntoAuthentication.swift",
"Classes/Collections/API/ProntoAPIClientCollectionsModule.swift",
"Classes/Collections/Errors/ProntoCollectionError.swift",
"Classes/Collections/Extensions/ProntoAPIClient+collections.swift",
"Classes/Collections/Mapping/ProntoCollectionMappable.swift",
"Classes/Collections/Mapping/ProntoCollectionMapper+Enum.swift",
"Classes/Collections/Mapping/ProntoCollectionMapper+JSON.swift",
"Classes/Collections/Mapping/ProntoCollectionMapper+Relation.swift",
"Classes/Collections/Mapping/ProntoCollectionMapper.swift",
"Classes/Collections/Models/Coordinate.swift",
"Classes/Collections/Models/TextURL.swift",
"Classes/Collections/PaginatedResult.swift",
"Classes/Collections/Pagination.swift",
"Classes/Collections/ProntoCollection.swift",
"Classes/Collections/ProntoFilterable.swift",
"Classes/Collections/SortOrder.swift",
"Classes/Core/API/Modules/FirebaseLogModule.swift",
"Classes/Core/API/ProntoAPIClient.swift",
"Classes/Core/Base/ProntoConfig.swift",
"Classes/Core/Base/ProntoError.swift",
"Classes/Core/Base/ProntoPlugin.swift",
"Classes/Core/Base/ProntoSDK.swift",
"Classes/Core/Extensions/Encodable.swift",
"Classes/Core/Extensions/JSON.swift",
"Classes/Core/Extensions/String.swift",
"Classes/Core/Helpers/ApplicationWatcher.swift",
"Classes/Core/Helpers/DateFormatting.swift",
"Classes/Core/Helpers/KeychainHelper.swift",
"Classes/Core/Helpers/Memoization.swift",
"Classes/Core/Models/Text.swift",
"Classes/Localization/API/ProntoAPIClientLocalizationModule.swift",
"Classes/Localization/Extensions/ProntoAPIClient+localization.swift",
"Classes/Localization/ProntoLocalization.swift",
"Classes/Notifications/API/ProntoAPIClientNotificationsModule.swift",
"Classes/Notifications/Extensions/ProntoAPIClient+notifications.swift",
"Classes/Notifications/Models/Device.swift",
"Classes/Notifications/Models/PushNotification.swift",
"Classes/Notifications/Models/Segment.swift",
"Classes/Notifications/ProntoNotifications.swift",
"Classes/Notifications/ProntoNotificationsDelegate.swift",
"Classes/Notifications/WebviewController.swift",
"Classes/RemoteConfig/API/ProntoAPIClientRemoteConfigModule.swift",
"Classes/RemoteConfig/Extensions/ProntoAPIClient+remoteconfig.swift",
"Classes/RemoteConfig/Models/RemoteConfigItem.swift",
"Classes/RemoteConfig/ProntoRemoteConfig.swift"
],
"type" : "library"
}
],
"tools_version" : "5.1"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/e-sites/Einsteinium.git
Fetching https://github.com/e-sites/Cobalt.git
Fetching https://github.com/e-sites/Erbium.git
Fetching https://github.com/krzyzanowskim/CryptoSwift.git
Fetching https://github.com/ReactiveX/RxSwift.git
Fetching https://github.com/kishikawakatsumi/KeychainAccess.git
[1/4386] Fetching keychainaccess
[221/6063] Fetching keychainaccess, cobalt
[1733/6288] Fetching keychainaccess, cobalt, einsteinium
[2605/19229] Fetching keychainaccess, cobalt, einsteinium, cryptoswift
[3123/19427] Fetching keychainaccess, cobalt, einsteinium, cryptoswift, erbium
[7335/72110] Fetching keychainaccess, cobalt, einsteinium, cryptoswift, erbium, rxswift
Fetched https://github.com/e-sites/Einsteinium.git from cache (0.83s)
Fetching https://github.com/SwiftyJSON/SwiftyJSON.git
[11191/71885] Fetching keychainaccess, cobalt, cryptoswift, erbium, rxswift
[15580/78068] Fetching keychainaccess, cobalt, cryptoswift, erbium, rxswift, swiftyjson
Fetched https://github.com/kishikawakatsumi/KeychainAccess.git from cache (1.47s)
[20298/73682] Fetching cobalt, cryptoswift, erbium, rxswift, swiftyjson
Fetched https://github.com/SwiftyJSON/SwiftyJSON.git from cache (1.10s)
[31185/67499] Fetching cobalt, cryptoswift, erbium, rxswift
Fetched https://github.com/e-sites/Erbium.git from cache (9.31s)
Fetched https://github.com/e-sites/Cobalt.git from cache (9.31s)
Fetched https://github.com/krzyzanowskim/CryptoSwift.git from cache (9.37s)
Fetched https://github.com/ReactiveX/RxSwift.git from cache (9.54s)
Computing version for https://github.com/SwiftyJSON/SwiftyJSON.git
Computed https://github.com/SwiftyJSON/SwiftyJSON.git at 5.0.2 (10.76s)
Computing version for https://github.com/e-sites/Einsteinium.git
Computed https://github.com/e-sites/Einsteinium.git at 1.3.0 (0.96s)
Fetching https://github.com/apple/swift-log.git
[1/3836] Fetching swift-log
Fetched https://github.com/apple/swift-log.git from cache (0.57s)
Computing version for https://github.com/kishikawakatsumi/KeychainAccess.git
Computed https://github.com/kishikawakatsumi/KeychainAccess.git at 4.2.2 (1.49s)
Computing version for https://github.com/ReactiveX/RxSwift.git
Computed https://github.com/ReactiveX/RxSwift.git at 5.1.3 (0.98s)
Computing version for https://github.com/e-sites/Cobalt.git
Computed https://github.com/e-sites/Cobalt.git at 10.1.4 (1.00s)
Fetching https://github.com/Alamofire/Alamofire.git
Fetching https://github.com/UnlockAgency/DebugMasking.git
[1/19] Fetching debugmasking
Fetched https://github.com/UnlockAgency/DebugMasking.git from cache (0.39s)
[1/30141] Fetching alamofire
Fetched https://github.com/Alamofire/Alamofire.git from cache (5.09s)
Computing version for https://github.com/UnlockAgency/DebugMasking.git
Computed https://github.com/UnlockAgency/DebugMasking.git at 1.0.1 (6.09s)
Computing version for https://github.com/e-sites/Erbium.git
Computed https://github.com/e-sites/Erbium.git at 4.7.0 (0.89s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (0.84s)
Computing version for https://github.com/Alamofire/Alamofire.git
Computed https://github.com/Alamofire/Alamofire.git at 5.10.2 (0.93s)
Computing version for https://github.com/krzyzanowskim/CryptoSwift.git
Computed https://github.com/krzyzanowskim/CryptoSwift.git at 1.8.4 (1.40s)
Creating working copy for https://github.com/e-sites/Cobalt.git
Working copy of https://github.com/e-sites/Cobalt.git resolved at 10.1.4
Creating working copy for https://github.com/krzyzanowskim/CryptoSwift.git
Working copy of https://github.com/krzyzanowskim/CryptoSwift.git resolved at 1.8.4
Creating working copy for https://github.com/ReactiveX/RxSwift.git
Working copy of https://github.com/ReactiveX/RxSwift.git resolved at 5.1.3
Creating working copy for https://github.com/UnlockAgency/DebugMasking.git
Working copy of https://github.com/UnlockAgency/DebugMasking.git resolved at 1.0.1
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.3
Creating working copy for https://github.com/SwiftyJSON/SwiftyJSON.git
Working copy of https://github.com/SwiftyJSON/SwiftyJSON.git resolved at 5.0.2
Creating working copy for https://github.com/e-sites/Erbium.git
Working copy of https://github.com/e-sites/Erbium.git resolved at 4.7.0
Creating working copy for https://github.com/Alamofire/Alamofire.git
Working copy of https://github.com/Alamofire/Alamofire.git resolved at 5.10.2
Creating working copy for https://github.com/e-sites/Einsteinium.git
Working copy of https://github.com/e-sites/Einsteinium.git resolved at 1.3.0
Creating working copy for https://github.com/kishikawakatsumi/KeychainAccess.git
Working copy of https://github.com/kishikawakatsumi/KeychainAccess.git resolved at 4.2.2
Building for debugging...
[0/18] Write sources
[11/18] Copying PrivacyInfo.xcprivacy
[14/18] Write sources
[16/18] Copying PrivacyInfo.xcprivacy
[17/18] Write swift-version-24593BA9C3E375BF.txt
[19/311] Emitting module SwiftyJSON
error: emit-module command failed with exit code 1 (use -v to see invocation)
[20/311] Emitting module RxSwift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/CurrentThreadScheduler.swift:34:37: error: cannot find type 'NSZone' in scope
32 | }
33 |
34 | public func copy(with zone: NSZone? = nil) -> Any {
| `- error: cannot find type 'NSZone' in scope
35 | return self
36 | }
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/CurrentThreadScheduler.swift:51:47: error: cannot find type 'pthread_key_t' in scope
49 | public static let instance = CurrentThreadScheduler()
50 |
51 | private static var isScheduleRequiredKey: pthread_key_t = { () -> pthread_key_t in
| `- error: cannot find type 'pthread_key_t' in scope
52 | let key = UnsafeMutablePointer<pthread_key_t>.allocate(capacity: 1)
53 | defer { key.deallocate() }
[21/329] Compiling Erbium ScreenSize.swift
/host/spi-builder-workspace/.build/checkouts/Erbium/Sources/Device.swift:10:8: error: no such module 'UIKit'
8 |
9 | import Foundation
10 | import UIKit
| `- error: no such module 'UIKit'
11 | import LocalAuthentication
12 |
[22/329] Emitting module Alamofire
[23/334] Emitting module Logging
[24/334] Compiling Logging MetadataProvider.swift
[25/334] Compiling Logging Locks.swift
[26/334] Compiling Logging Logging.swift
[27/334] Compiling Logging LogHandler.swift
[29/355] Compiling DebugMasking DebugMasking.Config.swift
[30/355] Compiling SwiftyJSON resource_bundle_accessor.swift
[31/355] Compiling Erbium DeviceType.swift
/host/spi-builder-workspace/.build/checkouts/Erbium/Sources/Device.swift:10:8: error: no such module 'UIKit'
8 |
9 | import Foundation
10 | import UIKit
| `- error: no such module 'UIKit'
11 | import LocalAuthentication
12 |
[32/355] Compiling Erbium DeviceVersion.swift
/host/spi-builder-workspace/.build/checkouts/Erbium/Sources/Device.swift:10:8: error: no such module 'UIKit'
8 |
9 | import Foundation
10 | import UIKit
| `- error: no such module 'UIKit'
11 | import LocalAuthentication
12 |
[33/355] Compiling DebugMasking DebugMasking.MaskOption.swift
[34/355] Emitting module DebugMasking
[35/355] Compiling DebugMasking DebugMasking.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[36/356] Emitting module KeychainAccess
/host/spi-builder-workspace/.build/checkouts/KeychainAccess/Lib/KeychainAccess/Keychain.swift:27:8: error: no such module 'Security'
25 |
26 | import Foundation
27 | import Security
| `- error: no such module 'Security'
28 | #if os(iOS) || os(OSX)
29 | import LocalAuthentication
[37/356] Compiling KeychainAccess Keychain.swift
/host/spi-builder-workspace/.build/checkouts/KeychainAccess/Lib/KeychainAccess/Keychain.swift:27:8: error: no such module 'Security'
25 |
26 | import Foundation
27 | import Security
| `- error: no such module 'Security'
28 | #if os(iOS) || os(OSX)
29 | import LocalAuthentication
[38/356] Compiling Einsteinium UITableView.swift
/host/spi-builder-workspace/.build/checkouts/Einsteinium/Sources/CoreGraphics/CGFloat.swift:10:8: error: no such module 'CoreGraphics'
8 |
9 | import Foundation
10 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
11 |
12 | public protocol CGFloatable {
[39/356] Compiling Einsteinium UITextField.swift
/host/spi-builder-workspace/.build/checkouts/Einsteinium/Sources/CoreGraphics/CGFloat.swift:10:8: error: no such module 'CoreGraphics'
8 |
9 | import Foundation
10 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
11 |
12 | public protocol CGFloatable {
[40/358] Compiling Einsteinium UIButton.swift
/host/spi-builder-workspace/.build/checkouts/Einsteinium/Sources/CoreGraphics/CGFloat.swift:10:8: error: no such module 'CoreGraphics'
8 |
9 | import Foundation
10 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
11 |
12 | public protocol CGFloatable {
[41/358] Compiling Einsteinium UIDevice.swift
/host/spi-builder-workspace/.build/checkouts/Einsteinium/Sources/CoreGraphics/CGFloat.swift:10:8: error: no such module 'CoreGraphics'
8 |
9 | import Foundation
10 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
11 |
12 | public protocol CGFloatable {
[42/358] Compiling Einsteinium UIImage.swift
/host/spi-builder-workspace/.build/checkouts/Einsteinium/Sources/CoreGraphics/CGFloat.swift:10:8: error: no such module 'CoreGraphics'
8 |
9 | import Foundation
10 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
11 |
12 | public protocol CGFloatable {
[43/358] Compiling Einsteinium UINavigationController.swift
/host/spi-builder-workspace/.build/checkouts/Einsteinium/Sources/CoreGraphics/CGFloat.swift:10:8: error: no such module 'CoreGraphics'
8 |
9 | import Foundation
10 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
11 |
12 | public protocol CGFloatable {
[44/358] Compiling Einsteinium UINibView.swift
/host/spi-builder-workspace/.build/checkouts/Einsteinium/Sources/CoreGraphics/CGFloat.swift:10:8: error: no such module 'CoreGraphics'
8 |
9 | import Foundation
10 | import CoreGraphics
| `- error: no such module 'CoreGraphics'
11 |
12 | public protocol CGFloatable {
[45/358] Compiling CryptoSwift Shifts.swift
[46/358] Compiling CryptoSwift SquareRoot.swift
[47/358] Compiling CryptoSwift Strideable.swift
[48/358] Compiling CryptoSwift StringConversion.swift
[49/358] Compiling CryptoSwift Subtraction.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[50/358] Emitting module Erbium
/host/spi-builder-workspace/.build/checkouts/Erbium/Sources/Device.swift:10:8: error: no such module 'UIKit'
8 |
9 | import Foundation
10 | import UIKit
| `- error: no such module 'UIKit'
11 | import LocalAuthentication
12 |
[51/358] Compiling CryptoSwift CompactMap.swift
[52/358] Compiling CryptoSwift Cryptor.swift
[53/358] Compiling CryptoSwift Cryptors.swift
[54/358] Compiling CryptoSwift Digest.swift
[55/358] Compiling CryptoSwift DigestType.swift
[56/358] Compiling CryptoSwift AES+Foundation.swift
[57/358] Compiling CryptoSwift Array+Foundation.swift
[58/358] Compiling CryptoSwift Blowfish+Foundation.swift
[59/358] Compiling CryptoSwift ChaCha20+Foundation.swift
[60/358] Compiling CryptoSwift Data+Extension.swift
[61/358] Compiling CryptoSwift HMAC+Foundation.swift
[62/358] Compiling CryptoSwift Rabbit+Foundation.swift
[63/358] Compiling CryptoSwift String+FoundationExtension.swift
[64/358] Compiling CryptoSwift Utils+Foundation.swift
[65/358] Compiling Einsteinium Array.swift
[66/358] Compiling Einsteinium Collection.swift
[67/358] Compiling Einsteinium DispatchQueue.swift
[68/358] Compiling Einsteinium Optional.swift
[69/358] Compiling Einsteinium String.swift
/host/spi-builder-workspace/.build/checkouts/Erbium/Sources/Device.swift:10:8: error: no such module 'UIKit'
8 |
9 | import Foundation
10 | import UIKit
| `- error: no such module 'UIKit'
11 | import LocalAuthentication
12 |
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-24593BA9C3E375BF.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[2/88] Emitting module Erbium
/host/spi-builder-workspace/.build/checkouts/Erbium/Sources/Device.swift:10:8: error: no such module 'UIKit'
8 |
9 | import Foundation
10 | import UIKit
| `- error: no such module 'UIKit'
11 | import LocalAuthentication
12 |
[3/88] Compiling Erbium DeviceType.swift
/host/spi-builder-workspace/.build/checkouts/Erbium/Sources/Device.swift:10:8: error: no such module 'UIKit'
8 |
9 | import Foundation
10 | import UIKit
| `- error: no such module 'UIKit'
11 | import LocalAuthentication
12 |
[4/294] Compiling SwiftyJSON resource_bundle_accessor.swift
[5/294] Compiling Erbium DeviceVersion.swift
/host/spi-builder-workspace/.build/checkouts/Erbium/Sources/Device.swift:10:8: error: no such module 'UIKit'
8 |
9 | import Foundation
10 | import UIKit
| `- error: no such module 'UIKit'
11 | import LocalAuthentication
12 |
[6/294] Compiling Erbium ScreenSize.swift
/host/spi-builder-workspace/.build/checkouts/Erbium/Sources/Device.swift:10:8: error: no such module 'UIKit'
8 |
9 | import Foundation
10 | import UIKit
| `- error: no such module 'UIKit'
11 | import LocalAuthentication
12 |
[7/294] Compiling Erbium Bundle.swift
/host/spi-builder-workspace/.build/checkouts/Erbium/Sources/Device.swift:10:8: error: no such module 'UIKit'
8 |
9 | import Foundation
10 | import UIKit
| `- error: no such module 'UIKit'
11 | import LocalAuthentication
12 |
[8/294] Compiling Erbium Device.swift
/host/spi-builder-workspace/.build/checkouts/Erbium/Sources/Device.swift:10:8: error: no such module 'UIKit'
8 |
9 | import Foundation
10 | import UIKit
| `- error: no such module 'UIKit'
11 | import LocalAuthentication
12 |
[9/294] Emitting module DebugMasking
[10/294] Compiling DebugMasking DebugMasking.Config.swift
[11/294] Compiling Logging MetadataProvider.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[12/294] Emitting module KeychainAccess
/host/spi-builder-workspace/.build/checkouts/KeychainAccess/Lib/KeychainAccess/Keychain.swift:27:8: error: no such module 'Security'
25 |
26 | import Foundation
27 | import Security
| `- error: no such module 'Security'
28 | #if os(iOS) || os(OSX)
29 | import LocalAuthentication
[13/294] Compiling Logging LogHandler.swift
[14/294] Compiling DebugMasking DebugMasking.MaskOption.swift
BUILD FAILURE 6.1 android