The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Failed to build ProntoSDK, reference v4.0.5 (ed7540), with Swift 6.1 for Android on 28 May 2025 19:58:37 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/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: v4.0.5
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
 * tag               v4.0.5     -> FETCH_HEAD
HEAD is now at ed75403 Version change
Cloned https://github.com/Pronto-am/MobileCMS-iOS-SDK.git
Revision (git rev-parse @):
ed75403cea9e8a849285d39ae4dc7129cb829aac
SUCCESS checkout https://github.com/Pronto-am/MobileCMS-iOS-SDK.git at v4.0.5
========================================
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" : "7.0.2",
            "upper_bound" : "8.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-4606859-1":/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/Erbium.git
Fetching https://github.com/ReactiveX/RxSwift.git
Fetching https://github.com/krzyzanowskim/CryptoSwift.git
Fetching https://github.com/e-sites/Einsteinium.git
Fetching https://github.com/e-sites/Cobalt.git
[1/225] Fetching einsteinium
[226/1902] Fetching einsteinium, cobalt
[1903/2100] Fetching einsteinium, cobalt, erbium
[1927/15041] Fetching einsteinium, cobalt, erbium, cryptoswift
Fetched https://github.com/e-sites/Einsteinium.git from cache (0.62s)
[1728/14816] Fetching cobalt, erbium, cryptoswift
[2135/67499] Fetching cobalt, erbium, cryptoswift, rxswift
Fetching https://github.com/SwiftyJSON/SwiftyJSON.git
[12775/73682] Fetching cobalt, erbium, cryptoswift, rxswift, swiftyjson
Fetched https://github.com/SwiftyJSON/SwiftyJSON.git from cache (1.24s)
[36749/67499] Fetching cobalt, erbium, cryptoswift, rxswift
Fetching https://github.com/kishikawakatsumi/KeychainAccess.git
Fetched https://github.com/e-sites/Cobalt.git from cache (9.64s)
Fetched https://github.com/e-sites/Erbium.git from cache (9.66s)
Fetched https://github.com/krzyzanowskim/CryptoSwift.git from cache (9.73s)
[1/4386] Fetching keychainaccess
Fetched https://github.com/ReactiveX/RxSwift.git from cache (10.04s)
Fetched https://github.com/kishikawakatsumi/KeychainAccess.git from cache (1.05s)
Computing version for https://github.com/SwiftyJSON/SwiftyJSON.git
Computed https://github.com/SwiftyJSON/SwiftyJSON.git at 5.0.2 (11.73s)
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.72s)
Computing version for https://github.com/kishikawakatsumi/KeychainAccess.git
Computed https://github.com/kishikawakatsumi/KeychainAccess.git at 4.2.2 (1.79s)
Computing version for https://github.com/ReactiveX/RxSwift.git
Computed https://github.com/ReactiveX/RxSwift.git at 5.1.3 (1.12s)
Computing version for https://github.com/e-sites/Erbium.git
Computed https://github.com/e-sites/Erbium.git at 4.7.0 (1.07s)
Computing version for https://github.com/e-sites/Cobalt.git
Computed https://github.com/e-sites/Cobalt.git at 7.1.3 (1.08s)
Fetching https://github.com/Alamofire/Alamofire.git
[1/30141] Fetching alamofire
Fetched https://github.com/Alamofire/Alamofire.git from cache (5.43s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (6.40s)
Computing version for https://github.com/Alamofire/Alamofire.git
Computed https://github.com/Alamofire/Alamofire.git at 5.10.2 (1.01s)
Computing version for https://github.com/krzyzanowskim/CryptoSwift.git
Computed https://github.com/krzyzanowskim/CryptoSwift.git at 1.8.4 (1.02s)
Creating working copy for https://github.com/kishikawakatsumi/KeychainAccess.git
Working copy of https://github.com/kishikawakatsumi/KeychainAccess.git resolved at 4.2.2
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/Cobalt.git
Working copy of https://github.com/e-sites/Cobalt.git resolved at 7.1.3
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/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/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/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/Erbium.git
Working copy of https://github.com/e-sites/Erbium.git resolved at 4.7.0
Building for debugging...
[0/16] Write sources
[2/16] Copying PrivacyInfo.xcprivacy
[2/16] Write sources
[2/16] Copying PrivacyInfo.xcprivacy
[2/16] Write sources
[3/16] Copying PrivacyInfo.xcprivacy
[5/16] Write sources
[15/16] Write swift-version-24593BA9C3E375BF.txt
[17/305] 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 |
[18/305] Emitting module Logging
[19/305] Compiling Logging Locks.swift
[20/305] Compiling Logging MetadataProvider.swift
[21/305] Compiling Logging LogHandler.swift
[22/305] Compiling Logging Logging.swift
[24/306] Compiling CryptoSwift Blowfish.swift
[25/306] Compiling CryptoSwift CBCMAC.swift
[26/306] Compiling CryptoSwift IntegerConversion.swift
[27/306] Compiling CryptoSwift Multiplication.swift
[28/306] Compiling CryptoSwift PrimeTest.swift
[32/311] Compiling CryptoSwift Random.swift
[33/311] Compiling CryptoSwift Shifts.swift
[34/311] Compiling CryptoSwift SquareRoot.swift
[35/311] Compiling CryptoSwift Strideable.swift
[36/311] Compiling CryptoSwift StringConversion.swift
[37/311] Compiling Alamofire RetryPolicy.swift
[38/311] Compiling Alamofire ServerTrustEvaluation.swift
[39/311] Compiling Alamofire URLEncodedFormEncoder.swift
[40/311] Compiling Alamofire Validation.swift
[41/311] Compiling Alamofire resource_bundle_accessor.swift
[42/311] Compiling CryptoSwift Collection+Extension.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[43/311] 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 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
[44/325] 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() }
[45/325] Compiling CryptoSwift AEAD.swift
[46/325] Compiling CryptoSwift AEADChaCha20Poly1305.swift
[47/325] Compiling CryptoSwift AEADXChaCha20Poly1305.swift
[48/325] Compiling CryptoSwift AES.Cryptors.swift
[49/325] Compiling CryptoSwift AES.swift
[50/325] Compiling CryptoSwift ASN1.swift
[51/325] Compiling CryptoSwift ASN1Decoder.swift
[52/325] Compiling CryptoSwift ASN1Encoder.swift
[53/325] Compiling CryptoSwift ASN1Scanner.swift
[54/325] Compiling CryptoSwift Array+Extension.swift
[55/325] Compiling CryptoSwift Authenticator.swift
[56/325] Compiling CryptoSwift BatchedCollection.swift
[57/325] Compiling CryptoSwift Bit.swift
[58/325] Compiling CryptoSwift BlockCipher.swift
[59/325] Compiling CryptoSwift BlockDecryptor.swift
[60/325] Compiling CryptoSwift BlockEncryptor.swift
[61/325] Compiling CryptoSwift BlockMode.swift
[62/325] Compiling CryptoSwift BlockModeOptions.swift
[63/325] Compiling CryptoSwift CBC.swift
[64/343] Compiling CryptoSwift ECB.swift
[65/343] Compiling CryptoSwift GCM.swift
[66/343] Compiling CryptoSwift OCB.swift
[67/343] Compiling CryptoSwift OFB.swift
[68/343] Compiling CryptoSwift PCBC.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[69/343] 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
[70/343] 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
[71/343] 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 |
[72/343] 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 |
/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 |
[73/344] Emitting module SwiftyJSON
/host/spi-builder-workspace/.build/checkouts/SwiftyJSON/Source/SwiftyJSON/SwiftyJSON.swift:1215:51: error: ambiguous use of operator '<'
1213 |
1214 |     switch (lhs.type, rhs.type) {
1215 |     case (.number, .number): return lhs.rawNumber < rhs.rawNumber
     |                                                   `- error: ambiguous use of operator '<'
1216 |     case (.string, .string): return lhs.rawString < rhs.rawString
1217 |     default:                 return false
     :
1249 | }
1250 |
1251 | func < (lhs: NSNumber, rhs: NSNumber) -> Bool {
     |      `- note: found this candidate
1252 |
1253 |     switch (lhs.isBool, rhs.isBool) {
Foundation.NSNumber.<:2:20: note: found this candidate in module 'Foundation'
1 | class NSNumber {
2 | public static func < (lhs: NSNumber, rhs: NSNumber) -> Bool}
  |                    `- note: found this candidate in module 'Foundation'
3 |
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/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/290] 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/290] Compiling SwiftyJSON resource_bundle_accessor.swift
[4/290] 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 |
[5/290] Compiling Logging MetadataProvider.swift
[6/290] 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 |
[7/290] 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 |
[8/290] 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/290] 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 |
BUILD FAILURE 6.1 android