Build Information
Failed to build SubVTData, reference main (04c8c6
), with Swift 6.1 for Android on 30 May 2025 00:14:48 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-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/helikon-labs/subvt-data-swift.git
Reference: main
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/helikon-labs/subvt-data-swift
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 04c8c60 Set max message size for ws connections.
Cloned https://github.com/helikon-labs/subvt-data-swift.git
Revision (git rev-parse @):
04c8c600b3268673dc783ebf09181b20db38cb85
SUCCESS checkout https://github.com/helikon-labs/subvt-data-swift.git at main
========================================
Build
========================================
Selected platform: android
Swift version: 6.1
Building package at path: $PWD
https://github.com/helikon-labs/subvt-data-swift.git
https://github.com/helikon-labs/subvt-data-swift.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "alamofire",
"requirement" : {
"range" : [
{
"lower_bound" : "5.8.1",
"upper_bound" : "5.9.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/Alamofire/Alamofire.git"
},
{
"identity" : "alamofirenetworkactivitylogger",
"requirement" : {
"range" : [
{
"lower_bound" : "3.4.0",
"upper_bound" : "3.5.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/konkab/AlamofireNetworkActivityLogger.git"
},
{
"identity" : "base58swift",
"requirement" : {
"range" : [
{
"lower_bound" : "2.1.7",
"upper_bound" : "2.2.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/keefertaylor/Base58Swift.git"
},
{
"identity" : "bigint",
"requirement" : {
"range" : [
{
"lower_bound" : "5.3.0",
"upper_bound" : "5.4.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/attaswift/BigInt.git"
},
{
"identity" : "blake2.swift",
"requirement" : {
"range" : [
{
"lower_bound" : "0.2.0",
"upper_bound" : "0.3.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/tesseract-one/Blake2.swift.git"
},
{
"identity" : "keychainaccess",
"requirement" : {
"range" : [
{
"lower_bound" : "4.2.2",
"upper_bound" : "4.3.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/kishikawakatsumi/KeychainAccess.git"
},
{
"identity" : "secp256k1.swift",
"requirement" : {
"range" : [
{
"lower_bound" : "0.15.0",
"upper_bound" : "0.16.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/GigaBitcoin/secp256k1.swift.git"
},
{
"identity" : "swiftybeaver",
"requirement" : {
"range" : [
{
"lower_bound" : "2.0.0",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/SwiftyBeaver/SwiftyBeaver.git"
}
],
"manifest_display_name" : "SubVTData",
"name" : "SubVTData",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "tvos",
"version" : "13.0"
},
{
"name" : "watchos",
"version" : "6.0"
},
{
"name" : "macos",
"version" : "10.15"
}
],
"products" : [
{
"name" : "SubVTData",
"targets" : [
"SubVTData"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "SubVTDataTests",
"module_type" : "SwiftTarget",
"name" : "SubVTDataTests",
"path" : "Tests/SubVTDataTests",
"sources" : [
"AppServiceTests.swift",
"BaseTest.swift",
"ModelTests.swift",
"NetworkStatusServiceTests.swift",
"ReportServiceTests.swift",
"SS58Tests.swift",
"ValidatorDetailsServiceTests.swift",
"ValidatorListServiceTests.swift",
"XCTestManifests.swift"
],
"target_dependencies" : [
"SubVTData"
],
"type" : "test"
},
{
"c99name" : "SubVTData",
"module_type" : "SwiftTarget",
"name" : "SubVTData",
"path" : "Sources/SubVTData",
"product_dependencies" : [
"Alamofire",
"AlamofireNetworkActivityLogger",
"Base58Swift",
"Blake2",
"BigInt",
"KeychainAccess",
"secp256k1",
"SwiftyBeaver"
],
"product_memberships" : [
"SubVTData"
],
"resources" : [
{
"path" : "/host/spi-builder-workspace/Sources/SubVTData/Resources/data-env-example.json",
"rule" : {
"copy" : {
}
}
}
],
"sources" : [
"Extensions/Color.swift",
"Extensions/StringProtocol.swift",
"Identicon/Identicon.swift",
"Identicon/IdenticonScheme.swift",
"Model/API/APIError.swift",
"Model/API/RPC.swift",
"Model/App/Network.swift",
"Model/App/NetworkStatus.swift",
"Model/App/NotificationChannel.swift",
"Model/App/NotificationParamType.swift",
"Model/App/NotificationPeriodType.swift",
"Model/App/NotificationType.swift",
"Model/App/ParaVotesSummary.swift",
"Model/App/User.swift",
"Model/App/UserNotificationChannel.swift",
"Model/App/UserNotificationRule.swift",
"Model/App/UserValidator.swift",
"Model/App/ValidatorDetails.swift",
"Model/App/ValidatorSearchSummary.swift",
"Model/App/ValidatorSummary.swift",
"Model/OneKV/OneKVNominatorSummary.swift",
"Model/Report/EraReport.swift",
"Model/Report/EraValidatorReport.swift",
"Model/Report/MonthlyIncomeReport.swift",
"Model/Report/SessionValidatorReport.swift",
"Model/Report/ValidatorDetailsReport.swift",
"Model/Report/ValidatorEraPayoutReport.swift",
"Model/Report/ValidatorEraRewardReport.swift",
"Model/Report/ValidatorListReport.swift",
"Model/Report/ValidatorSummaryReport.swift",
"Model/Substrate/Account.swift",
"Model/Substrate/AccountId.swift",
"Model/Substrate/Balance.swift",
"Model/Substrate/BlockSummary.swift",
"Model/Substrate/Epoch.swift",
"Model/Substrate/Era.swift",
"Model/Substrate/HeartbeatEvent.swift",
"Model/Substrate/IdentityRegistration.swift",
"Model/Substrate/Nomination.swift",
"Model/Substrate/NominatorStake.swift",
"Model/Substrate/ParaCoreAssigment.swift",
"Model/Substrate/RewardDestination.swift",
"Model/Substrate/Stake.swift",
"Model/Substrate/ValidatorPreferences.swift",
"Model/Substrate/ValidatorStake.swift",
"Service/REST/AppService.swift",
"Service/REST/Auth/AuthInterceptor.swift",
"Service/REST/Auth/AuthStorage.swift",
"Service/REST/Base/BaseRESTService.swift",
"Service/REST/ReportService.swift",
"Service/SubVTData.swift",
"Service/WSPRC/NetworkStatusService.swift",
"Service/WSPRC/RPCSubscriptionService.swift",
"Service/WSPRC/ValidatorDetailsService.swift",
"Service/WSPRC/ValidatorListService.swift",
"Util/Logging.swift",
"Util/Settings.swift"
],
"type" : "library"
}
],
"tools_version" : "5.3"
}
warning: 'spi-builder-workspace': Invalid Resource 'Resources/data-env.json': File not found.
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-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/SwiftyBeaver/SwiftyBeaver.git
Fetching https://github.com/keefertaylor/Base58Swift.git
Fetching https://github.com/GigaBitcoin/secp256k1.swift.git
Fetching https://github.com/kishikawakatsumi/KeychainAccess.git
Fetching https://github.com/tesseract-one/Blake2.swift.git
Fetching https://github.com/attaswift/BigInt.git
[1/141] Fetching blake2.swift
[120/4917] Fetching blake2.swift, bigint
[264/9303] Fetching blake2.swift, bigint, keychainaccess
[751/9837] Fetching blake2.swift, bigint, keychainaccess, base58swift
[1004/13894] Fetching blake2.swift, bigint, keychainaccess, base58swift, swiftybeaver
[3119/18727] Fetching blake2.swift, bigint, keychainaccess, base58swift, swiftybeaver, secp256k1.swift
Fetched https://github.com/SwiftyBeaver/SwiftyBeaver.git from cache (1.90s)
Fetching https://github.com/konkab/AlamofireNetworkActivityLogger.git
Fetched https://github.com/tesseract-one/Blake2.swift.git from cache (1.97s)
Fetched https://github.com/attaswift/BigInt.git from cache (2.00s)
Fetching https://github.com/Alamofire/Alamofire.git
Fetched https://github.com/GigaBitcoin/secp256k1.swift.git from cache (2.31s)
Fetched https://github.com/keefertaylor/Base58Swift.git from cache (2.32s)
Fetched https://github.com/kishikawakatsumi/KeychainAccess.git from cache (2.35s)
[1/320] Fetching alamofirenetworkactivitylogger
Fetched https://github.com/konkab/AlamofireNetworkActivityLogger.git from cache (0.55s)
[1/30141] Fetching alamofire
Fetched https://github.com/Alamofire/Alamofire.git from cache (5.85s)
Computing version for https://github.com/GigaBitcoin/secp256k1.swift.git
Computed https://github.com/GigaBitcoin/secp256k1.swift.git at 0.15.0 (10.47s)
Computing version for https://github.com/kishikawakatsumi/KeychainAccess.git
Computed https://github.com/kishikawakatsumi/KeychainAccess.git at 4.2.2 (1.29s)
Computing version for https://github.com/tesseract-one/Blake2.swift.git
Computed https://github.com/tesseract-one/Blake2.swift.git at 0.2.0 (1.23s)
Computing version for https://github.com/attaswift/BigInt.git
Computed https://github.com/attaswift/BigInt.git at 5.3.0 (1.08s)
Computing version for https://github.com/konkab/AlamofireNetworkActivityLogger.git
Computed https://github.com/konkab/AlamofireNetworkActivityLogger.git at 3.4.0 (1.31s)
Computing version for https://github.com/Alamofire/Alamofire.git
warning: 'alamofire': /Package.swift:30:41: warning: 'v11' is deprecated: iOS 12.0 is the oldest supported version
28 | let package = Package(name: "Alamofire",
29 | platforms: [.macOS(.v10_13),
30 | .iOS(.v11),
| `- warning: 'v11' is deprecated: iOS 12.0 is the oldest supported version
31 | .tvOS(.v11),
32 | .watchOS(.v4)],
/Package.swift:31:42: warning: 'v11' is deprecated: tvOS 12.0 is the oldest supported version
29 | platforms: [.macOS(.v10_13),
30 | .iOS(.v11),
31 | .tvOS(.v11),
| `- warning: 'v11' is deprecated: tvOS 12.0 is the oldest supported version
32 | .watchOS(.v4)],
33 | products: [.library(name: "Alamofire",
Computed https://github.com/Alamofire/Alamofire.git at 5.8.1 (1.09s)
Computing version for https://github.com/SwiftyBeaver/SwiftyBeaver.git
Computed https://github.com/SwiftyBeaver/SwiftyBeaver.git at 2.1.1 (1.27s)
Computing version for https://github.com/keefertaylor/Base58Swift.git
Computed https://github.com/keefertaylor/Base58Swift.git at 2.1.14 (1.37s)
Creating working copy for https://github.com/GigaBitcoin/secp256k1.swift.git
Working copy of https://github.com/GigaBitcoin/secp256k1.swift.git resolved at 0.15.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
Creating working copy for https://github.com/tesseract-one/Blake2.swift.git
Working copy of https://github.com/tesseract-one/Blake2.swift.git resolved at 0.2.0
Creating working copy for https://github.com/SwiftyBeaver/SwiftyBeaver.git
Working copy of https://github.com/SwiftyBeaver/SwiftyBeaver.git resolved at 2.1.1
Creating working copy for https://github.com/attaswift/BigInt.git
Working copy of https://github.com/attaswift/BigInt.git resolved at 5.3.0
Creating working copy for https://github.com/keefertaylor/Base58Swift.git
Working copy of https://github.com/keefertaylor/Base58Swift.git resolved at 2.1.14
Creating working copy for https://github.com/konkab/AlamofireNetworkActivityLogger.git
Working copy of https://github.com/konkab/AlamofireNetworkActivityLogger.git resolved at 3.4.0
Creating working copy for https://github.com/Alamofire/Alamofire.git
Working copy of https://github.com/Alamofire/Alamofire.git resolved at 5.8.1
warning: 'alamofire': /host/spi-builder-workspace/.build/checkouts/Alamofire/Package.swift:30:41: warning: 'v11' is deprecated: iOS 12.0 is the oldest supported version
28 | let package = Package(name: "Alamofire",
29 | platforms: [.macOS(.v10_13),
30 | .iOS(.v11),
| `- warning: 'v11' is deprecated: iOS 12.0 is the oldest supported version
31 | .tvOS(.v11),
32 | .watchOS(.v4)],
/host/spi-builder-workspace/.build/checkouts/Alamofire/Package.swift:31:42: warning: 'v11' is deprecated: tvOS 12.0 is the oldest supported version
29 | platforms: [.macOS(.v10_13),
30 | .iOS(.v11),
31 | .tvOS(.v11),
| `- warning: 'v11' is deprecated: tvOS 12.0 is the oldest supported version
32 | .watchOS(.v4)],
33 | products: [.library(name: "Alamofire",
warning: 'spi-builder-workspace': Invalid Resource 'Resources/data-env.json': File not found.
Building for debugging...
[0/21] Write sources
[2/21] Copying data-env-example.json
[2/21] Write sources
[5/21] Compiling CBlake2 blake2xs-ref.c
[6/21] Compiling CBlake2 blake2sp-ref.c
[7/21] Compiling CBlake2 blake2xb-ref.c
[8/21] Compiling CBlake2 blake2bp-ref.c
[9/21] Write sources
[14/21] Compiling CBlake2 blake2s-ref.c
[15/21] Compiling Utility.c
[16/21] Compiling precomputed_ecmult_gen.c
[17/21] Compiling CBlake2 blake2b-ref.c
[18/21] Compiling secp256k1.c
[18/21] Write swift-version-24593BA9C3E375BF.txt
[20/95] Compiling precomputed_ecmult.c
[22/132] Emitting module secp256k1
[23/137] Compiling secp256k1 Combine.swift
[24/137] Compiling secp256k1 Context.swift
[25/139] Compiling secp256k1 CryptoKitErrors.swift
[26/139] Compiling secp256k1 ASN1.swift
[27/139] Compiling secp256k1 ASN1Any.swift
[28/139] Compiling secp256k1 ASN1OctetString.swift
[29/139] Compiling secp256k1 ASN1Strings.swift
[30/139] Compiling secp256k1 ArraySliceBigint.swift
[31/139] Compiling secp256k1 ASN1BitString.swift
[32/139] Compiling secp256k1 ASN1Boolean.swift
[33/139] Compiling secp256k1 ASN1Identifier.swift
[34/139] Compiling BigInt Subtraction.swift
[35/139] Compiling BigInt Words and Bits.swift
[36/139] Compiling Blake2 Blake2xs.swift
[37/140] Compiling Blake2 Blake2bp.swift
[38/140] Compiling SwiftyBeaver GoogleCloudDestination.swift
[39/141] Compiling Blake2 Blake2sp.swift
[40/141] Compiling Blake2 Blake2xb.swift
[41/141] Compiling secp256k1 Signature.swift
[42/141] Compiling secp256k1 Tweak.swift
[43/141] Compiling secp256k1 Utility.swift
[44/141] Compiling secp256k1 Zeroization.swift
[45/141] Compiling secp256k1 secp256k1.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[46/141] 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
[47/141] 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
[48/141] Compiling secp256k1 PKCS8PrivateKey.swift
[49/141] Compiling secp256k1 SEC1PrivateKey.swift
[50/141] Compiling secp256k1 ASN1Null.swift
[51/141] Emitting module BigInt
[52/141] Compiling secp256k1 ObjectIdentifier.swift
[53/141] Compiling secp256k1 ECDSASignature.swift
[54/141] Compiling secp256k1 PEMDocument.swift
[55/141] Compiling secp256k1 GeneralizedTime.swift
[56/141] Compiling secp256k1 SubjectPublicKeyInfo.swift
[57/141] Compiling secp256k1 Asymmetric.swift
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-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
warning: 'alamofire': /host/spi-builder-workspace/.build/checkouts/Alamofire/Package.swift:30:41: warning: 'v11' is deprecated: iOS 12.0 is the oldest supported version
28 | let package = Package(name: "Alamofire",
29 | platforms: [.macOS(.v10_13),
30 | .iOS(.v11),
| `- warning: 'v11' is deprecated: iOS 12.0 is the oldest supported version
31 | .tvOS(.v11),
32 | .watchOS(.v4)],
/host/spi-builder-workspace/.build/checkouts/Alamofire/Package.swift:31:42: warning: 'v11' is deprecated: tvOS 12.0 is the oldest supported version
29 | platforms: [.macOS(.v10_13),
30 | .iOS(.v11),
31 | .tvOS(.v11),
| `- warning: 'v11' is deprecated: tvOS 12.0 is the oldest supported version
32 | .watchOS(.v4)],
33 | products: [.library(name: "Alamofire",
warning: 'spi-builder-workspace': Invalid Resource 'Resources/data-env.json': File not found.
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-24593BA9C3E375BF.txt
[2/112] Compiling SwiftyBeaver FilterValidator.swift
[3/112] Compiling SwiftyBeaver GoogleCloudDestination.swift
[4/113] Compiling Blake2 Blake2b.swift
[5/114] Compiling SwiftyBeaver Extensions.swift
[6/114] Compiling Blake2 Blake2s.swift
[7/114] Compiling Blake2 Blake2bp.swift
[8/114] Compiling SwiftyBeaver ConsoleDestination.swift
[9/114] Compiling Blake2 Blake2xs.swift
[10/114] Compiling Blake2 Blake2.swift
[11/114] Emitting module Blake2
[12/114] Emitting module BigInt
[13/116] Compiling Blake2 Blake2xb.swift
[14/116] Compiling SwiftyBeaver Filter.swift
[15/116] Compiling SwiftyBeaver FileDestination.swift
/host/spi-builder-workspace/.build/checkouts/SwiftyBeaver/Sources/FileDestination.swift:178:27: error: cannot find 'NSFileCoordinator' in scope
176 | #else
177 | var success = false
178 | let coordinator = NSFileCoordinator(filePresenter: nil)
| `- error: cannot find 'NSFileCoordinator' in scope
179 | var error: NSError?
180 | coordinator.coordinate(writingItemAt: url, error: &error) { url in
/host/spi-builder-workspace/.build/checkouts/SwiftyBeaver/Sources/FileDestination.swift:178:60: error: 'nil' requires a contextual type
176 | #else
177 | var success = false
178 | let coordinator = NSFileCoordinator(filePresenter: nil)
| `- error: 'nil' requires a contextual type
179 | var error: NSError?
180 | coordinator.coordinate(writingItemAt: url, error: &error) { url in
[16/116] Compiling Blake2 Blake2sp.swift
[17/116] Compiling BigInt Strideable.swift
[18/116] Compiling BigInt String Conversion.swift
[19/116] Compiling SwiftyBeaver SwiftyBeaver.swift
/host/spi-builder-workspace/.build/checkouts/SwiftyBeaver/Sources/SwiftyBeaver.swift:87:28: error: cannot find '__dispatch_queue_get_label' in scope
85 | return ""
86 | } else {
87 | let name = __dispatch_queue_get_label(nil)
| `- error: cannot find '__dispatch_queue_get_label' in scope
88 | return String(cString: name, encoding: .utf8) ?? Thread.current.description
89 | }
/host/spi-builder-workspace/.build/checkouts/SwiftyBeaver/Sources/SwiftyBeaver.swift:87:55: error: 'nil' requires a contextual type
85 | return ""
86 | } else {
87 | let name = __dispatch_queue_get_label(nil)
| `- error: 'nil' requires a contextual type
88 | return String(cString: name, encoding: .utf8) ?? Thread.current.description
89 | }
[20/116] Compiling Blake2 DataPtr.swift
[22/117] Compiling BigInt Floating Point Conversion.swift
[23/117] Compiling BigInt GCD.swift
[24/117] Compiling BigInt Hashable.swift
[25/117] Compiling BigInt Integer Conversion.swift
[26/117] Compiling BigInt Multiplication.swift
[27/117] Compiling BigInt Prime Test.swift
[28/117] Compiling BigInt Random.swift
[29/117] Compiling BigInt Shifts.swift
[30/117] Compiling BigInt Square Root.swift
[31/117] Emitting module SwiftyBeaver
[32/117] Compiling BigInt Addition.swift
[33/117] Compiling BigInt BigInt.swift
[36/117] Compiling BigInt BigUInt.swift
[37/117] Compiling BigInt Bitwise Ops.swift
[38/117] Compiling BigInt Codable.swift
[39/117] Compiling BigInt Comparable.swift
[44/117] Compiling BigInt Subtraction.swift
[45/117] Compiling BigInt Words and Bits.swift
[46/117] Compiling Alamofire RequestTaskMap.swift
[47/117] Compiling Alamofire Response.swift
[48/117] Compiling Alamofire AFError.swift
[49/117] Compiling Alamofire Alamofire.swift
[50/117] Compiling Alamofire StringEncoding+Alamofire.swift
[51/117] Compiling Alamofire URLConvertible+URLRequestConvertible.swift
[52/117] Compiling secp256k1 Combine.swift
[53/117] Compiling secp256k1 Context.swift
[54/117] Compiling secp256k1 CryptoKitErrors.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[55/117] 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
BUILD FAILURE 6.1 android