Build Information
Failed to build CoinbaseSDK, reference master (3548d4), with Swift 6.1 for Android on 27 May 2025 09:41:18 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>&1Build Log
========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/coinbase/coinbase-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/coinbase/coinbase-ios-sdk
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at 3548d46 Deprecate coinbase-ios-sdk
Cloned https://github.com/coinbase/coinbase-ios-sdk.git
Revision (git rev-parse @):
3548d4612c7d835a6a7b3e444d3cb3a4aef21a75
SUCCESS checkout https://github.com/coinbase/coinbase-ios-sdk.git at master
========================================
Build
========================================
Selected platform: android
Swift version: 6.1
Building package at path: $PWD
https://github.com/coinbase/coinbase-ios-sdk.git
https://github.com/coinbase/coinbase-ios-sdk.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "rxswift",
"requirement" : {
"range" : [
{
"lower_bound" : "4.0.0",
"upper_bound" : "5.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/ReactiveX/RxSwift.git"
}
],
"manifest_display_name" : "CoinbaseSDK",
"name" : "CoinbaseSDK",
"path" : "/host/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "CoinbaseSDK",
"targets" : [
"CoinbaseSDK"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "RxCoinbaseSDK",
"targets" : [
"RxCoinbaseSDK"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "RxCoinbaseSDK",
"module_type" : "SwiftTarget",
"name" : "RxCoinbaseSDK",
"path" : "Source/Extentions/RxSwift",
"product_dependencies" : [
"RxSwift"
],
"product_memberships" : [
"RxCoinbaseSDK"
],
"sources" : [
"AccountsResource+Rx.swift",
"AddressResource+Rx.swift",
"CurrenciesResource+Rx.swift",
"ExchangeRatesResource+Rx.swift",
"PaymentMethodResource+Rx.swift",
"PricesResource+Rx.swift",
"SessionManager+Rx.swift",
"TimeResource+Rx.swift",
"TokenResource+Rx.swift",
"TradeResourceProtocol+Rx.swift",
"TransactionResource+Rx.swift",
"UserResource+Rx.swift"
],
"type" : "library"
},
{
"c99name" : "CoinbaseSDK",
"module_type" : "SwiftTarget",
"name" : "CoinbaseSDK",
"path" : "Source",
"product_memberships" : [
"CoinbaseSDK"
],
"sources" : [
"Coinbase.swift",
"DataProviders/AccessTokenProvider.swift",
"DataProviders/TokenRefreshDataProvider.swift",
"Extentions/Result+promiseCallback.swift",
"Extentions/TokenAutoRefreshInterceptor.swift",
"Network/GeneralDeviceInfo.swift",
"Network/Models/DefaultResponse.swift",
"Network/Models/Errors/ErrorModel.swift",
"Network/Models/Errors/ErrorResponse.swift",
"Network/Models/Errors/NetworkErrors.swift",
"Network/Models/PaginationParameters.swift",
"Network/Models/Response.swift",
"Network/Models/ResponseModels/EmptyData.swift",
"Network/Models/ResponseModels/Pagination.swift",
"Network/Models/ResponseModels/ResponseModel.swift",
"Network/Models/ResponseModels/Warning.swift",
"Network/Models/Result.swift",
"Network/NetworkConstants.swift",
"Network/NetworkPromises.swift",
"Network/NetworkUtils.swift",
"Network/Promise/Callback.swift",
"Network/Promise/Promise.swift",
"Network/Promise/State.swift",
"Network/Protocols/ConvertibleFromData.swift",
"Network/Protocols/RequestConvertable.swift",
"Network/Protocols/ResourceAPIProtocol.swift",
"Network/Protocols/URLSessionProviderProtocol.swift",
"Network/Protocols/ValidationOptionsProtocol.swift",
"Network/ServerTrustValidator.swift",
"Network/SessionDelegate.swift",
"Network/SessionManager.swift",
"Network/SessionManagerProtocol.swift",
"OAuth/AccountAccess.swift",
"OAuth/OAuth.swift",
"OAuth/OAuthConstants.swift",
"OAuth/OAuthError.swift",
"OAuth/OAuthErrorResponse.swift",
"OAuth/OAuthFlowType.swift",
"OAuth/OAuthURLBuilder.swift",
"OAuth/RedirectURIsValidator.swift",
"OAuth/String+Random.swift",
"OAuth/URLOpenerProtocol.swift",
"Resources/Accounts/AccountResource.swift",
"Resources/Accounts/AccountsAPI.swift",
"Resources/Accounts/Models/Account.swift",
"Resources/Accounts/Models/Currency.swift",
"Resources/Addresses/Address.swift",
"Resources/Addresses/AddressResource.swift",
"Resources/Addresses/AddressesAPI.swift",
"Resources/BaseResource.swift",
"Resources/Buys/Buy.swift",
"Resources/Buys/BuyResource.swift",
"Resources/Currencies/CurrenciesAPI.swift",
"Resources/Currencies/CurrenciesResource.swift",
"Resources/Currencies/CurrencyInfo.swift",
"Resources/Deposits/Deposit.swift",
"Resources/Deposits/DepositResource.swift",
"Resources/ExchangeRates/ExchangeRates.swift",
"Resources/ExchangeRates/ExchangeRatesAPI.swift",
"Resources/ExchangeRates/ExchangeRatesResource.swift",
"Resources/PaymentMethods/Models/NextRequirement.swift",
"Resources/PaymentMethods/Models/PaymentMethod.swift",
"Resources/PaymentMethods/Models/PaymentMethodLimit.swift",
"Resources/PaymentMethods/Models/PaymentMethodLimits.swift",
"Resources/PaymentMethods/PaymentMethodExpandOption.swift",
"Resources/PaymentMethods/PaymentMethodResource.swift",
"Resources/PaymentMethods/PaymentMethodsAPI.swift",
"Resources/Prices/Price.swift",
"Resources/Prices/PricesAPI.swift",
"Resources/Prices/PricesResource.swift",
"Resources/Sells/Sell.swift",
"Resources/Sells/SellResource.swift",
"Resources/Time/TimeAPI.swift",
"Resources/Time/TimeInfo.swift",
"Resources/Time/TimeResource.swift",
"Resources/Token/TokenResource.swift",
"Resources/Token/TokensAPI.swift",
"Resources/Token/UserToken.swift",
"Resources/Trades/RequestParameters/BuySellParameters.swift",
"Resources/Trades/RequestParameters/DepositWithdrawalParameters.swift",
"Resources/Trades/RequestParameters/TradeParameters.swift",
"Resources/Trades/Trade.swift",
"Resources/Trades/TradeExpandOption.swift",
"Resources/Trades/TradeResourceProtocol.swift",
"Resources/Trades/TradesAPI.swift",
"Resources/Transactions/Models/ApplicationModel.swift",
"Resources/Transactions/Models/CryptoAddress.swift",
"Resources/Transactions/Models/EmailModel.swift",
"Resources/Transactions/Models/MoneyHash.swift",
"Resources/Transactions/Models/ResourceObject.swift",
"Resources/Transactions/Models/Transaction.swift",
"Resources/Transactions/Models/TransactionDetails.swift",
"Resources/Transactions/Models/TransactionNetwork.swift",
"Resources/Transactions/Models/TransactionParty.swift",
"Resources/Transactions/RequestParameters/RequestTransactionParameters.swift",
"Resources/Transactions/RequestParameters/SendTransactionParameters.swift",
"Resources/Transactions/RequestParameters/TransactionParameters.swift",
"Resources/Transactions/TransactionExpandOption.swift",
"Resources/Transactions/TransactionResource.swift",
"Resources/Transactions/TransactionsAPI.swift",
"Resources/Users/Models/AuthorizationInfo.swift",
"Resources/Users/Models/Country.swift",
"Resources/Users/Models/User.swift",
"Resources/Users/UserResource.swift",
"Resources/Users/UsersAPI.swift",
"Resources/Withdrawals/Withdrawal.swift",
"Resources/Withdrawals/WithdrawalResource.swift",
"Utils/Array+rawValues.swift",
"Utils/DictionaryConvertible.swift",
"Utils/Logging.swift"
],
"type" : "library"
}
],
"tools_version" : "4.0"
}
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:9f3c606dcd2a4f06d17ba472aa533c43685ba7ba19a5c9bc23518a066eb7f86a
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/ReactiveX/RxSwift.git
[1/52683] Fetching rxswift
Fetched https://github.com/ReactiveX/RxSwift.git from cache (3.89s)
Computing version for https://github.com/ReactiveX/RxSwift.git
Computed https://github.com/ReactiveX/RxSwift.git at 4.5.0 (5.29s)
Creating working copy for https://github.com/ReactiveX/RxSwift.git
Working copy of https://github.com/ReactiveX/RxSwift.git resolved at 4.5.0
Building for debugging...
[0/5] Write sources
[3/5] Compiling RxAtomic RxAtomic.c
[4/5] Write swift-version-24593BA9C3E375BF.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[6/236] Emitting module CoinbaseSDK
/host/spi-builder-workspace/Source/Network/ServerTrustValidator.swift:7:8: error: no such module 'Security'
5 | // Copyright © 2018 Coinbase, Inc. All rights reserved.
6 | //
7 | import Security
| `- error: no such module 'Security'
8 | import Foundation
9 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
[7/249] 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 {
[8/267] Compiling CoinbaseSDK TransactionExpandOption.swift
/host/spi-builder-workspace/Source/Network/ServerTrustValidator.swift:7:8: error: no such module 'Security'
5 | // Copyright © 2018 Coinbase, Inc. All rights reserved.
6 | //
7 | import Security
| `- error: no such module 'Security'
8 | import Foundation
9 |
[9/267] Compiling CoinbaseSDK TransactionResource.swift
/host/spi-builder-workspace/Source/Network/ServerTrustValidator.swift:7:8: error: no such module 'Security'
5 | // Copyright © 2018 Coinbase, Inc. All rights reserved.
6 | //
7 | import Security
| `- error: no such module 'Security'
8 | import Foundation
9 |
[10/267] Compiling CoinbaseSDK TransactionsAPI.swift
/host/spi-builder-workspace/Source/Network/ServerTrustValidator.swift:7:8: error: no such module 'Security'
5 | // Copyright © 2018 Coinbase, Inc. All rights reserved.
6 | //
7 | import Security
| `- error: no such module 'Security'
8 | import Foundation
9 |
[11/267] Compiling CoinbaseSDK AuthorizationInfo.swift
/host/spi-builder-workspace/Source/Network/ServerTrustValidator.swift:7:8: error: no such module 'Security'
5 | // Copyright © 2018 Coinbase, Inc. All rights reserved.
6 | //
7 | import Security
| `- error: no such module 'Security'
8 | import Foundation
9 |
[12/267] Compiling CoinbaseSDK Country.swift
/host/spi-builder-workspace/Source/Network/ServerTrustValidator.swift:7:8: error: no such module 'Security'
5 | // Copyright © 2018 Coinbase, Inc. All rights reserved.
6 | //
7 | import Security
| `- error: no such module 'Security'
8 | import Foundation
9 |
[13/267] Compiling CoinbaseSDK User.swift
/host/spi-builder-workspace/Source/Network/ServerTrustValidator.swift:7:8: error: no such module 'Security'
5 | // Copyright © 2018 Coinbase, Inc. All rights reserved.
6 | //
7 | import Security
| `- error: no such module 'Security'
8 | import Foundation
9 |
[14/267] Compiling CoinbaseSDK UserResource.swift
/host/spi-builder-workspace/Source/Network/ServerTrustValidator.swift:7:8: error: no such module 'Security'
5 | // Copyright © 2018 Coinbase, Inc. All rights reserved.
6 | //
7 | import Security
| `- error: no such module 'Security'
8 | import Foundation
9 |
[15/267] Compiling CoinbaseSDK UsersAPI.swift
/host/spi-builder-workspace/Source/Network/ServerTrustValidator.swift:7:8: error: no such module 'Security'
5 | // Copyright © 2018 Coinbase, Inc. All rights reserved.
6 | //
7 | import Security
| `- error: no such module 'Security'
8 | import Foundation
9 |
[16/267] Compiling CoinbaseSDK Withdrawal.swift
/host/spi-builder-workspace/Source/Network/ServerTrustValidator.swift:7:8: error: no such module 'Security'
5 | // Copyright © 2018 Coinbase, Inc. All rights reserved.
6 | //
7 | import Security
| `- error: no such module 'Security'
8 | import Foundation
9 |
[17/267] Compiling CoinbaseSDK WithdrawalResource.swift
/host/spi-builder-workspace/Source/Network/ServerTrustValidator.swift:7:8: error: no such module 'Security'
5 | // Copyright © 2018 Coinbase, Inc. All rights reserved.
6 | //
7 | import Security
| `- error: no such module 'Security'
8 | import Foundation
9 |
[18/267] Compiling CoinbaseSDK Array+rawValues.swift
/host/spi-builder-workspace/Source/Network/ServerTrustValidator.swift:7:8: error: no such module 'Security'
5 | // Copyright © 2018 Coinbase, Inc. All rights reserved.
6 | //
7 | import Security
| `- error: no such module 'Security'
8 | import Foundation
9 |
[19/267] Compiling CoinbaseSDK DictionaryConvertible.swift
/host/spi-builder-workspace/Source/Network/ServerTrustValidator.swift:7:8: error: no such module 'Security'
5 | // Copyright © 2018 Coinbase, Inc. All rights reserved.
6 | //
7 | import Security
| `- error: no such module 'Security'
8 | import Foundation
9 |
[20/267] Compiling CoinbaseSDK Logging.swift
/host/spi-builder-workspace/Source/Network/ServerTrustValidator.swift:7:8: error: no such module 'Security'
5 | // Copyright © 2018 Coinbase, Inc. All rights reserved.
6 | //
7 | import Security
| `- error: no such module 'Security'
8 | import Foundation
9 |
[21/267] Compiling RxSwift BooleanDisposable.swift
/host/spi-builder-workspace/Source/Network/ServerTrustValidator.swift:7:8: error: no such module 'Security'
5 | // Copyright © 2018 Coinbase, Inc. All rights reserved.
6 | //
7 | import Security
| `- error: no such module 'Security'
8 | import Foundation
9 |
[22/267] Compiling RxSwift Buffer.swift
/host/spi-builder-workspace/Source/Network/ServerTrustValidator.swift:7:8: error: no such module 'Security'
5 | // Copyright © 2018 Coinbase, Inc. All rights reserved.
6 | //
7 | import Security
| `- error: no such module 'Security'
8 | import Foundation
9 |
[23/267] Compiling RxSwift Cancelable.swift
/host/spi-builder-workspace/Source/Network/ServerTrustValidator.swift:7:8: error: no such module 'Security'
5 | // Copyright © 2018 Coinbase, Inc. All rights reserved.
6 | //
7 | import Security
| `- error: no such module 'Security'
8 | import Foundation
9 |
[24/267] Compiling RxSwift Catch.swift
/host/spi-builder-workspace/Source/Network/ServerTrustValidator.swift:7:8: error: no such module 'Security'
5 | // Copyright © 2018 Coinbase, Inc. All rights reserved.
6 | //
7 | import Security
| `- error: no such module 'Security'
8 | import Foundation
9 |
[25/267] Compiling RxSwift CombineLatest+Collection.swift
/host/spi-builder-workspace/Source/Network/ServerTrustValidator.swift:7:8: error: no such module 'Security'
5 | // Copyright © 2018 Coinbase, Inc. All rights reserved.
6 | //
7 | import Security
| `- error: no such module 'Security'
8 | import Foundation
9 |
[26/267] Compiling RxSwift CombineLatest+arity.swift
/host/spi-builder-workspace/Source/Network/ServerTrustValidator.swift:7:8: error: no such module 'Security'
5 | // Copyright © 2018 Coinbase, Inc. All rights reserved.
6 | //
7 | import Security
| `- error: no such module 'Security'
8 | import Foundation
9 |
[27/267] Compiling RxSwift CombineLatest.swift
/host/spi-builder-workspace/Source/Network/ServerTrustValidator.swift:7:8: error: no such module 'Security'
5 | // Copyright © 2018 Coinbase, Inc. All rights reserved.
6 | //
7 | import Security
| `- error: no such module 'Security'
8 | import Foundation
9 |
[28/267] Compiling RxSwift Completable+AndThen.swift
/host/spi-builder-workspace/Source/Network/ServerTrustValidator.swift:7:8: error: no such module 'Security'
5 | // Copyright © 2018 Coinbase, Inc. All rights reserved.
6 | //
7 | import Security
| `- error: no such module 'Security'
8 | import Foundation
9 |
[29/267] Compiling RxSwift Completable.swift
/host/spi-builder-workspace/Source/Network/ServerTrustValidator.swift:7:8: error: no such module 'Security'
5 | // Copyright © 2018 Coinbase, Inc. All rights reserved.
6 | //
7 | import Security
| `- error: no such module 'Security'
8 | import Foundation
9 |
[30/267] Compiling RxSwift CompositeDisposable.swift
/host/spi-builder-workspace/Source/Network/ServerTrustValidator.swift:7:8: error: no such module 'Security'
5 | // Copyright © 2018 Coinbase, Inc. All rights reserved.
6 | //
7 | import Security
| `- error: no such module 'Security'
8 | import Foundation
9 |
[31/267] Compiling RxSwift Concat.swift
/host/spi-builder-workspace/Source/Network/ServerTrustValidator.swift:7:8: error: no such module 'Security'
5 | // Copyright © 2018 Coinbase, Inc. All rights reserved.
6 | //
7 | import Security
| `- error: no such module 'Security'
8 | import Foundation
9 |
[32/267] Compiling RxSwift ConcurrentDispatchQueueScheduler.swift
/host/spi-builder-workspace/Source/Network/ServerTrustValidator.swift:7:8: error: no such module 'Security'
5 | // Copyright © 2018 Coinbase, Inc. All rights reserved.
6 | //
7 | import Security
| `- error: no such module 'Security'
8 | import Foundation
9 |
[33/267] Compiling RxSwift ConcurrentMainScheduler.swift
/host/spi-builder-workspace/Source/Network/ServerTrustValidator.swift:7:8: error: no such module 'Security'
5 | // Copyright © 2018 Coinbase, Inc. All rights reserved.
6 | //
7 | import Security
| `- error: no such module 'Security'
8 | import Foundation
9 |
[34/267] Compiling RxSwift ConnectableObservableType.swift
/host/spi-builder-workspace/Source/Network/ServerTrustValidator.swift:7:8: error: no such module 'Security'
5 | // Copyright © 2018 Coinbase, Inc. All rights reserved.
6 | //
7 | import Security
| `- error: no such module 'Security'
8 | import Foundation
9 |
/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 {
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/CurrentThreadScheduler.swift:74:27: error: type 'Thread' has no member 'getThreadLocalStorageValueForKey'
72 | static var queue : ScheduleQueue? {
73 | get {
74 | return Thread.getThreadLocalStorageValueForKey(CurrentThreadSchedulerQueueKey.instance)
| `- error: type 'Thread' has no member 'getThreadLocalStorageValueForKey'
75 | }
76 | set {
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/CurrentThreadScheduler.swift:77:20: error: type 'Thread' has no member 'setThreadLocalStorageValue'
75 | }
76 | set {
77 | Thread.setThreadLocalStorageValue(newValue, forKey: CurrentThreadSchedulerQueueKey.instance)
| `- error: type 'Thread' has no member 'setThreadLocalStorageValue'
78 | }
79 | }
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/CurrentThreadScheduler.swift:84:20: error: cannot find 'pthread_getspecific' in scope
82 | public static fileprivate(set) var isScheduleRequired: Bool {
83 | get {
84 | return pthread_getspecific(CurrentThreadScheduler.isScheduleRequiredKey) == nil
| `- error: cannot find 'pthread_getspecific' in scope
85 | }
86 | set(isScheduleRequired) {
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/CurrentThreadScheduler.swift:87:16: error: cannot find 'pthread_setspecific' in scope
85 | }
86 | set(isScheduleRequired) {
87 | if pthread_setspecific(CurrentThreadScheduler.isScheduleRequiredKey, isScheduleRequired ? nil : scheduleInProgressSentinel) != 0 {
| `- error: cannot find 'pthread_setspecific' in scope
88 | rxFatalError("pthread_setspecific failed")
89 | }
/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 {
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/CurrentThreadScheduler.swift:74:27: error: type 'Thread' has no member 'getThreadLocalStorageValueForKey'
72 | static var queue : ScheduleQueue? {
73 | get {
74 | return Thread.getThreadLocalStorageValueForKey(CurrentThreadSchedulerQueueKey.instance)
| `- error: type 'Thread' has no member 'getThreadLocalStorageValueForKey'
75 | }
76 | set {
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/CurrentThreadScheduler.swift:77:20: error: type 'Thread' has no member 'setThreadLocalStorageValue'
75 | }
76 | set {
77 | Thread.setThreadLocalStorageValue(newValue, forKey: CurrentThreadSchedulerQueueKey.instance)
| `- error: type 'Thread' has no member 'setThreadLocalStorageValue'
78 | }
79 | }
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/CurrentThreadScheduler.swift:84:20: error: cannot find 'pthread_getspecific' in scope
82 | public static fileprivate(set) var isScheduleRequired: Bool {
83 | get {
84 | return pthread_getspecific(CurrentThreadScheduler.isScheduleRequiredKey) == nil
| `- error: cannot find 'pthread_getspecific' in scope
85 | }
86 | set(isScheduleRequired) {
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/CurrentThreadScheduler.swift:87:16: error: cannot find 'pthread_setspecific' in scope
85 | }
86 | set(isScheduleRequired) {
87 | if pthread_setspecific(CurrentThreadScheduler.isScheduleRequiredKey, isScheduleRequired ? nil : scheduleInProgressSentinel) != 0 {
| `- error: cannot find 'pthread_setspecific' in scope
88 | rxFatalError("pthread_setspecific failed")
89 | }
/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 {
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/CurrentThreadScheduler.swift:74:27: error: type 'Thread' has no member 'getThreadLocalStorageValueForKey'
72 | static var queue : ScheduleQueue? {
73 | get {
74 | return Thread.getThreadLocalStorageValueForKey(CurrentThreadSchedulerQueueKey.instance)
| `- error: type 'Thread' has no member 'getThreadLocalStorageValueForKey'
75 | }
76 | set {
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/CurrentThreadScheduler.swift:77:20: error: type 'Thread' has no member 'setThreadLocalStorageValue'
75 | }
76 | set {
77 | Thread.setThreadLocalStorageValue(newValue, forKey: CurrentThreadSchedulerQueueKey.instance)
| `- error: type 'Thread' has no member 'setThreadLocalStorageValue'
78 | }
79 | }
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/CurrentThreadScheduler.swift:84:20: error: cannot find 'pthread_getspecific' in scope
82 | public static fileprivate(set) var isScheduleRequired: Bool {
83 | get {
84 | return pthread_getspecific(CurrentThreadScheduler.isScheduleRequiredKey) == nil
| `- error: cannot find 'pthread_getspecific' in scope
85 | }
86 | set(isScheduleRequired) {
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/CurrentThreadScheduler.swift:87:16: error: cannot find 'pthread_setspecific' in scope
85 | }
86 | set(isScheduleRequired) {
87 | if pthread_setspecific(CurrentThreadScheduler.isScheduleRequiredKey, isScheduleRequired ? nil : scheduleInProgressSentinel) != 0 {
| `- error: cannot find 'pthread_setspecific' in scope
88 | rxFatalError("pthread_setspecific failed")
89 | }
/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 {
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/CurrentThreadScheduler.swift:74:27: error: type 'Thread' has no member 'getThreadLocalStorageValueForKey'
72 | static var queue : ScheduleQueue? {
73 | get {
74 | return Thread.getThreadLocalStorageValueForKey(CurrentThreadSchedulerQueueKey.instance)
| `- error: type 'Thread' has no member 'getThreadLocalStorageValueForKey'
75 | }
76 | set {
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/CurrentThreadScheduler.swift:77:20: error: type 'Thread' has no member 'setThreadLocalStorageValue'
75 | }
76 | set {
77 | Thread.setThreadLocalStorageValue(newValue, forKey: CurrentThreadSchedulerQueueKey.instance)
| `- error: type 'Thread' has no member 'setThreadLocalStorageValue'
78 | }
79 | }
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/CurrentThreadScheduler.swift:84:20: error: cannot find 'pthread_getspecific' in scope
82 | public static fileprivate(set) var isScheduleRequired: Bool {
83 | get {
84 | return pthread_getspecific(CurrentThreadScheduler.isScheduleRequiredKey) == nil
| `- error: cannot find 'pthread_getspecific' in scope
85 | }
86 | set(isScheduleRequired) {
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/CurrentThreadScheduler.swift:87:16: error: cannot find 'pthread_setspecific' in scope
85 | }
86 | set(isScheduleRequired) {
87 | if pthread_setspecific(CurrentThreadScheduler.isScheduleRequiredKey, isScheduleRequired ? nil : scheduleInProgressSentinel) != 0 {
| `- error: cannot find 'pthread_setspecific' in scope
88 | rxFatalError("pthread_setspecific failed")
89 | }
/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 {
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/CurrentThreadScheduler.swift:74:27: error: type 'Thread' has no member 'getThreadLocalStorageValueForKey'
72 | static var queue : ScheduleQueue? {
73 | get {
74 | return Thread.getThreadLocalStorageValueForKey(CurrentThreadSchedulerQueueKey.instance)
| `- error: type 'Thread' has no member 'getThreadLocalStorageValueForKey'
75 | }
76 | set {
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/CurrentThreadScheduler.swift:77:20: error: type 'Thread' has no member 'setThreadLocalStorageValue'
75 | }
76 | set {
77 | Thread.setThreadLocalStorageValue(newValue, forKey: CurrentThreadSchedulerQueueKey.instance)
| `- error: type 'Thread' has no member 'setThreadLocalStorageValue'
78 | }
79 | }
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/CurrentThreadScheduler.swift:84:20: error: cannot find 'pthread_getspecific' in scope
82 | public static fileprivate(set) var isScheduleRequired: Bool {
83 | get {
84 | return pthread_getspecific(CurrentThreadScheduler.isScheduleRequiredKey) == nil
| `- error: cannot find 'pthread_getspecific' in scope
85 | }
86 | set(isScheduleRequired) {
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/CurrentThreadScheduler.swift:87:16: error: cannot find 'pthread_setspecific' in scope
85 | }
86 | set(isScheduleRequired) {
87 | if pthread_setspecific(CurrentThreadScheduler.isScheduleRequiredKey, isScheduleRequired ? nil : scheduleInProgressSentinel) != 0 {
| `- error: cannot find 'pthread_setspecific' in scope
88 | rxFatalError("pthread_setspecific failed")
89 | }
/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 {
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/CurrentThreadScheduler.swift:74:27: error: type 'Thread' has no member 'getThreadLocalStorageValueForKey'
72 | static var queue : ScheduleQueue? {
73 | get {
74 | return Thread.getThreadLocalStorageValueForKey(CurrentThreadSchedulerQueueKey.instance)
| `- error: type 'Thread' has no member 'getThreadLocalStorageValueForKey'
75 | }
76 | set {
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/CurrentThreadScheduler.swift:77:20: error: type 'Thread' has no member 'setThreadLocalStorageValue'
75 | }
76 | set {
77 | Thread.setThreadLocalStorageValue(newValue, forKey: CurrentThreadSchedulerQueueKey.instance)
| `- error: type 'Thread' has no member 'setThreadLocalStorageValue'
78 | }
79 | }
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/CurrentThreadScheduler.swift:84:20: error: cannot find 'pthread_getspecific' in scope
82 | public static fileprivate(set) var isScheduleRequired: Bool {
83 | get {
84 | return pthread_getspecific(CurrentThreadScheduler.isScheduleRequiredKey) == nil
| `- error: cannot find 'pthread_getspecific' in scope
85 | }
86 | set(isScheduleRequired) {
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/CurrentThreadScheduler.swift:87:16: error: cannot find 'pthread_setspecific' in scope
85 | }
86 | set(isScheduleRequired) {
87 | if pthread_setspecific(CurrentThreadScheduler.isScheduleRequiredKey, isScheduleRequired ? nil : scheduleInProgressSentinel) != 0 {
| `- error: cannot find 'pthread_setspecific' in scope
88 | rxFatalError("pthread_setspecific failed")
89 | }
/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 {
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/CurrentThreadScheduler.swift:74:27: error: type 'Thread' has no member 'getThreadLocalStorageValueForKey'
72 | static var queue : ScheduleQueue? {
73 | get {
74 | return Thread.getThreadLocalStorageValueForKey(CurrentThreadSchedulerQueueKey.instance)
| `- error: type 'Thread' has no member 'getThreadLocalStorageValueForKey'
75 | }
76 | set {
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/CurrentThreadScheduler.swift:77:20: error: type 'Thread' has no member 'setThreadLocalStorageValue'
75 | }
76 | set {
77 | Thread.setThreadLocalStorageValue(newValue, forKey: CurrentThreadSchedulerQueueKey.instance)
| `- error: type 'Thread' has no member 'setThreadLocalStorageValue'
78 | }
79 | }
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/CurrentThreadScheduler.swift:84:20: error: cannot find 'pthread_getspecific' in scope
82 | public static fileprivate(set) var isScheduleRequired: Bool {
83 | get {
84 | return pthread_getspecific(CurrentThreadScheduler.isScheduleRequiredKey) == nil
| `- error: cannot find 'pthread_getspecific' in scope
85 | }
86 | set(isScheduleRequired) {
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/CurrentThreadScheduler.swift:87:16: error: cannot find 'pthread_setspecific' in scope
85 | }
86 | set(isScheduleRequired) {
87 | if pthread_setspecific(CurrentThreadScheduler.isScheduleRequiredKey, isScheduleRequired ? nil : scheduleInProgressSentinel) != 0 {
| `- error: cannot find 'pthread_setspecific' in scope
88 | rxFatalError("pthread_setspecific failed")
89 | }
/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 {
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/CurrentThreadScheduler.swift:74:27: error: type 'Thread' has no member 'getThreadLocalStorageValueForKey'
72 | static var queue : ScheduleQueue? {
73 | get {
74 | return Thread.getThreadLocalStorageValueForKey(CurrentThreadSchedulerQueueKey.instance)
| `- error: type 'Thread' has no member 'getThreadLocalStorageValueForKey'
75 | }
76 | set {
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/CurrentThreadScheduler.swift:77:20: error: type 'Thread' has no member 'setThreadLocalStorageValue'
75 | }
76 | set {
77 | Thread.setThreadLocalStorageValue(newValue, forKey: CurrentThreadSchedulerQueueKey.instance)
| `- error: type 'Thread' has no member 'setThreadLocalStorageValue'
78 | }
79 | }
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/CurrentThreadScheduler.swift:84:20: error: cannot find 'pthread_getspecific' in scope
82 | public static fileprivate(set) var isScheduleRequired: Bool {
83 | get {
84 | return pthread_getspecific(CurrentThreadScheduler.isScheduleRequiredKey) == nil
| `- error: cannot find 'pthread_getspecific' in scope
85 | }
86 | set(isScheduleRequired) {
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/CurrentThreadScheduler.swift:87:16: error: cannot find 'pthread_setspecific' in scope
85 | }
86 | set(isScheduleRequired) {
87 | if pthread_setspecific(CurrentThreadScheduler.isScheduleRequiredKey, isScheduleRequired ? nil : scheduleInProgressSentinel) != 0 {
| `- error: cannot find 'pthread_setspecific' in scope
88 | rxFatalError("pthread_setspecific failed")
89 | }
/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 {
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/CurrentThreadScheduler.swift:74:27: error: type 'Thread' has no member 'getThreadLocalStorageValueForKey'
72 | static var queue : ScheduleQueue? {
73 | get {
74 | return Thread.getThreadLocalStorageValueForKey(CurrentThreadSchedulerQueueKey.instance)
| `- error: type 'Thread' has no member 'getThreadLocalStorageValueForKey'
75 | }
76 | set {
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/CurrentThreadScheduler.swift:77:20: error: type 'Thread' has no member 'setThreadLocalStorageValue'
75 | }
76 | set {
77 | Thread.setThreadLocalStorageValue(newValue, forKey: CurrentThreadSchedulerQueueKey.instance)
| `- error: type 'Thread' has no member 'setThreadLocalStorageValue'
78 | }
79 | }
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/CurrentThreadScheduler.swift:84:20: error: cannot find 'pthread_getspecific' in scope
82 | public static fileprivate(set) var isScheduleRequired: Bool {
83 | get {
84 | return pthread_getspecific(CurrentThreadScheduler.isScheduleRequiredKey) == nil
| `- error: cannot find 'pthread_getspecific' in scope
85 | }
86 | set(isScheduleRequired) {
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/CurrentThreadScheduler.swift:87:16: error: cannot find 'pthread_setspecific' in scope
85 | }
86 | set(isScheduleRequired) {
87 | if pthread_setspecific(CurrentThreadScheduler.isScheduleRequiredKey, isScheduleRequired ? nil : scheduleInProgressSentinel) != 0 {
| `- error: cannot find 'pthread_setspecific' in scope
88 | rxFatalError("pthread_setspecific failed")
89 | }
[44/267] Compiling RxSwift Create.swift
/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 {
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/CurrentThreadScheduler.swift:74:27: error: type 'Thread' has no member 'getThreadLocalStorageValueForKey'
72 | static var queue : ScheduleQueue? {
73 | get {
74 | return Thread.getThreadLocalStorageValueForKey(CurrentThreadSchedulerQueueKey.instance)
| `- error: type 'Thread' has no member 'getThreadLocalStorageValueForKey'
75 | }
76 | set {
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/CurrentThreadScheduler.swift:77:20: error: type 'Thread' has no member 'setThreadLocalStorageValue'
75 | }
76 | set {
77 | Thread.setThreadLocalStorageValue(newValue, forKey: CurrentThreadSchedulerQueueKey.instance)
| `- error: type 'Thread' has no member 'setThreadLocalStorageValue'
78 | }
79 | }
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/CurrentThreadScheduler.swift:84:20: error: cannot find 'pthread_getspecific' in scope
82 | public static fileprivate(set) var isScheduleRequired: Bool {
83 | get {
84 | return pthread_getspecific(CurrentThreadScheduler.isScheduleRequiredKey) == nil
| `- error: cannot find 'pthread_getspecific' in scope
85 | }
86 | set(isScheduleRequired) {
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/CurrentThreadScheduler.swift:87:16: error: cannot find 'pthread_setspecific' in scope
85 | }
86 | set(isScheduleRequired) {
87 | if pthread_setspecific(CurrentThreadScheduler.isScheduleRequiredKey, isScheduleRequired ? nil : scheduleInProgressSentinel) != 0 {
| `- error: cannot find 'pthread_setspecific' in scope
88 | rxFatalError("pthread_setspecific failed")
89 | }
[45/267] Compiling RxSwift CurrentThreadScheduler.swift
/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 {
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/CurrentThreadScheduler.swift:74:27: error: type 'Thread' has no member 'getThreadLocalStorageValueForKey'
72 | static var queue : ScheduleQueue? {
73 | get {
74 | return Thread.getThreadLocalStorageValueForKey(CurrentThreadSchedulerQueueKey.instance)
| `- error: type 'Thread' has no member 'getThreadLocalStorageValueForKey'
75 | }
76 | set {
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/CurrentThreadScheduler.swift:77:20: error: type 'Thread' has no member 'setThreadLocalStorageValue'
75 | }
76 | set {
77 | Thread.setThreadLocalStorageValue(newValue, forKey: CurrentThreadSchedulerQueueKey.instance)
| `- error: type 'Thread' has no member 'setThreadLocalStorageValue'
78 | }
79 | }
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/CurrentThreadScheduler.swift:84:20: error: cannot find 'pthread_getspecific' in scope
82 | public static fileprivate(set) var isScheduleRequired: Bool {
83 | get {
84 | return pthread_getspecific(CurrentThreadScheduler.isScheduleRequiredKey) == nil
| `- error: cannot find 'pthread_getspecific' in scope
85 | }
86 | set(isScheduleRequired) {
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/CurrentThreadScheduler.swift:87:16: error: cannot find 'pthread_setspecific' in scope
85 | }
86 | set(isScheduleRequired) {
87 | if pthread_setspecific(CurrentThreadScheduler.isScheduleRequiredKey, isScheduleRequired ? nil : scheduleInProgressSentinel) != 0 {
| `- error: cannot find 'pthread_setspecific' in scope
88 | rxFatalError("pthread_setspecific failed")
89 | }
[46/267] Compiling RxSwift Debounce.swift
/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 {
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/CurrentThreadScheduler.swift:74:27: error: type 'Thread' has no member 'getThreadLocalStorageValueForKey'
72 | static var queue : ScheduleQueue? {
73 | get {
74 | return Thread.getThreadLocalStorageValueForKey(CurrentThreadSchedulerQueueKey.instance)
| `- error: type 'Thread' has no member 'getThreadLocalStorageValueForKey'
75 | }
76 | set {
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/CurrentThreadScheduler.swift:77:20: error: type 'Thread' has no member 'setThreadLocalStorageValue'
75 | }
76 | set {
77 | Thread.setThreadLocalStorageValue(newValue, forKey: CurrentThreadSchedulerQueueKey.instance)
| `- error: type 'Thread' has no member 'setThreadLocalStorageValue'
78 | }
79 | }
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/CurrentThreadScheduler.swift:84:20: error: cannot find 'pthread_getspecific' in scope
82 | public static fileprivate(set) var isScheduleRequired: Bool {
83 | get {
84 | return pthread_getspecific(CurrentThreadScheduler.isScheduleRequiredKey) == nil
| `- error: cannot find 'pthread_getspecific' in scope
85 | }
86 | set(isScheduleRequired) {
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/CurrentThreadScheduler.swift:87:16: error: cannot find 'pthread_setspecific' in scope
85 | }
86 | set(isScheduleRequired) {
87 | if pthread_setspecific(CurrentThreadScheduler.isScheduleRequiredKey, isScheduleRequired ? nil : scheduleInProgressSentinel) != 0 {
| `- error: cannot find 'pthread_setspecific' in scope
88 | rxFatalError("pthread_setspecific failed")
89 | }
[47/267] Compiling RxSwift Debug.swift
/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 {
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/CurrentThreadScheduler.swift:74:27: error: type 'Thread' has no member 'getThreadLocalStorageValueForKey'
72 | static var queue : ScheduleQueue? {
73 | get {
74 | return Thread.getThreadLocalStorageValueForKey(CurrentThreadSchedulerQueueKey.instance)
| `- error: type 'Thread' has no member 'getThreadLocalStorageValueForKey'
75 | }
76 | set {
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/CurrentThreadScheduler.swift:77:20: error: type 'Thread' has no member 'setThreadLocalStorageValue'
75 | }
76 | set {
77 | Thread.setThreadLocalStorageValue(newValue, forKey: CurrentThreadSchedulerQueueKey.instance)
| `- error: type 'Thread' has no member 'setThreadLocalStorageValue'
78 | }
79 | }
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/CurrentThreadScheduler.swift:84:20: error: cannot find 'pthread_getspecific' in scope
82 | public static fileprivate(set) var isScheduleRequired: Bool {
83 | get {
84 | return pthread_getspecific(CurrentThreadScheduler.isScheduleRequiredKey) == nil
| `- error: cannot find 'pthread_getspecific' in scope
85 | }
86 | set(isScheduleRequired) {
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/CurrentThreadScheduler.swift:87:16: error: cannot find 'pthread_setspecific' in scope
85 | }
86 | set(isScheduleRequired) {
87 | if pthread_setspecific(CurrentThreadScheduler.isScheduleRequiredKey, isScheduleRequired ? nil : scheduleInProgressSentinel) != 0 {
| `- error: cannot find 'pthread_setspecific' in scope
88 | rxFatalError("pthread_setspecific failed")
89 | }
[48/267] Compiling RxSwift DefaultIfEmpty.swift
/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 {
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/CurrentThreadScheduler.swift:74:27: error: type 'Thread' has no member 'getThreadLocalStorageValueForKey'
72 | static var queue : ScheduleQueue? {
73 | get {
74 | return Thread.getThreadLocalStorageValueForKey(CurrentThreadSchedulerQueueKey.instance)
| `- error: type 'Thread' has no member 'getThreadLocalStorageValueForKey'
75 | }
76 | set {
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/CurrentThreadScheduler.swift:77:20: error: type 'Thread' has no member 'setThreadLocalStorageValue'
75 | }
76 | set {
77 | Thread.setThreadLocalStorageValue(newValue, forKey: CurrentThreadSchedulerQueueKey.instance)
| `- error: type 'Thread' has no member 'setThreadLocalStorageValue'
78 | }
79 | }
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/CurrentThreadScheduler.swift:84:20: error: cannot find 'pthread_getspecific' in scope
82 | public static fileprivate(set) var isScheduleRequired: Bool {
83 | get {
84 | return pthread_getspecific(CurrentThreadScheduler.isScheduleRequiredKey) == nil
| `- error: cannot find 'pthread_getspecific' in scope
85 | }
86 | set(isScheduleRequired) {
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/CurrentThreadScheduler.swift:87:16: error: cannot find 'pthread_setspecific' in scope
85 | }
86 | set(isScheduleRequired) {
87 | if pthread_setspecific(CurrentThreadScheduler.isScheduleRequiredKey, isScheduleRequired ? nil : scheduleInProgressSentinel) != 0 {
| `- error: cannot find 'pthread_setspecific' in scope
88 | rxFatalError("pthread_setspecific failed")
89 | }
[49/267] Compiling RxSwift Deferred.swift
/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 {
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/CurrentThreadScheduler.swift:74:27: error: type 'Thread' has no member 'getThreadLocalStorageValueForKey'
72 | static var queue : ScheduleQueue? {
73 | get {
74 | return Thread.getThreadLocalStorageValueForKey(CurrentThreadSchedulerQueueKey.instance)
| `- error: type 'Thread' has no member 'getThreadLocalStorageValueForKey'
75 | }
76 | set {
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/CurrentThreadScheduler.swift:77:20: error: type 'Thread' has no member 'setThreadLocalStorageValue'
75 | }
76 | set {
77 | Thread.setThreadLocalStorageValue(newValue, forKey: CurrentThreadSchedulerQueueKey.instance)
| `- error: type 'Thread' has no member 'setThreadLocalStorageValue'
78 | }
79 | }
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/CurrentThreadScheduler.swift:84:20: error: cannot find 'pthread_getspecific' in scope
82 | public static fileprivate(set) var isScheduleRequired: Bool {
83 | get {
84 | return pthread_getspecific(CurrentThreadScheduler.isScheduleRequiredKey) == nil
| `- error: cannot find 'pthread_getspecific' in scope
85 | }
86 | set(isScheduleRequired) {
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/CurrentThreadScheduler.swift:87:16: error: cannot find 'pthread_setspecific' in scope
85 | }
86 | set(isScheduleRequired) {
87 | if pthread_setspecific(CurrentThreadScheduler.isScheduleRequiredKey, isScheduleRequired ? nil : scheduleInProgressSentinel) != 0 {
| `- error: cannot find 'pthread_setspecific' in scope
88 | rxFatalError("pthread_setspecific failed")
89 | }
[50/267] Compiling RxSwift Delay.swift
/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 {
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/CurrentThreadScheduler.swift:74:27: error: type 'Thread' has no member 'getThreadLocalStorageValueForKey'
72 | static var queue : ScheduleQueue? {
73 | get {
74 | return Thread.getThreadLocalStorageValueForKey(CurrentThreadSchedulerQueueKey.instance)
| `- error: type 'Thread' has no member 'getThreadLocalStorageValueForKey'
75 | }
76 | set {
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/CurrentThreadScheduler.swift:77:20: error: type 'Thread' has no member 'setThreadLocalStorageValue'
75 | }
76 | set {
77 | Thread.setThreadLocalStorageValue(newValue, forKey: CurrentThreadSchedulerQueueKey.instance)
| `- error: type 'Thread' has no member 'setThreadLocalStorageValue'
78 | }
79 | }
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/CurrentThreadScheduler.swift:84:20: error: cannot find 'pthread_getspecific' in scope
82 | public static fileprivate(set) var isScheduleRequired: Bool {
83 | get {
84 | return pthread_getspecific(CurrentThreadScheduler.isScheduleRequiredKey) == nil
| `- error: cannot find 'pthread_getspecific' in scope
85 | }
86 | set(isScheduleRequired) {
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/CurrentThreadScheduler.swift:87:16: error: cannot find 'pthread_setspecific' in scope
85 | }
86 | set(isScheduleRequired) {
87 | if pthread_setspecific(CurrentThreadScheduler.isScheduleRequiredKey, isScheduleRequired ? nil : scheduleInProgressSentinel) != 0 {
| `- error: cannot find 'pthread_setspecific' in scope
88 | rxFatalError("pthread_setspecific failed")
89 | }
[51/267] Compiling RxSwift DelaySubscription.swift
/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 {
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/CurrentThreadScheduler.swift:74:27: error: type 'Thread' has no member 'getThreadLocalStorageValueForKey'
72 | static var queue : ScheduleQueue? {
73 | get {
74 | return Thread.getThreadLocalStorageValueForKey(CurrentThreadSchedulerQueueKey.instance)
| `- error: type 'Thread' has no member 'getThreadLocalStorageValueForKey'
75 | }
76 | set {
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/CurrentThreadScheduler.swift:77:20: error: type 'Thread' has no member 'setThreadLocalStorageValue'
75 | }
76 | set {
77 | Thread.setThreadLocalStorageValue(newValue, forKey: CurrentThreadSchedulerQueueKey.instance)
| `- error: type 'Thread' has no member 'setThreadLocalStorageValue'
78 | }
79 | }
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/CurrentThreadScheduler.swift:84:20: error: cannot find 'pthread_getspecific' in scope
82 | public static fileprivate(set) var isScheduleRequired: Bool {
83 | get {
84 | return pthread_getspecific(CurrentThreadScheduler.isScheduleRequiredKey) == nil
| `- error: cannot find 'pthread_getspecific' in scope
85 | }
86 | set(isScheduleRequired) {
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/CurrentThreadScheduler.swift:87:16: error: cannot find 'pthread_setspecific' in scope
85 | }
86 | set(isScheduleRequired) {
87 | if pthread_setspecific(CurrentThreadScheduler.isScheduleRequiredKey, isScheduleRequired ? nil : scheduleInProgressSentinel) != 0 {
| `- error: cannot find 'pthread_setspecific' in scope
88 | rxFatalError("pthread_setspecific failed")
89 | }
[52/267] Compiling RxSwift Dematerialize.swift
/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 {
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/CurrentThreadScheduler.swift:74:27: error: type 'Thread' has no member 'getThreadLocalStorageValueForKey'
72 | static var queue : ScheduleQueue? {
73 | get {
74 | return Thread.getThreadLocalStorageValueForKey(CurrentThreadSchedulerQueueKey.instance)
| `- error: type 'Thread' has no member 'getThreadLocalStorageValueForKey'
75 | }
76 | set {
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/CurrentThreadScheduler.swift:77:20: error: type 'Thread' has no member 'setThreadLocalStorageValue'
75 | }
76 | set {
77 | Thread.setThreadLocalStorageValue(newValue, forKey: CurrentThreadSchedulerQueueKey.instance)
| `- error: type 'Thread' has no member 'setThreadLocalStorageValue'
78 | }
79 | }
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/CurrentThreadScheduler.swift:84:20: error: cannot find 'pthread_getspecific' in scope
82 | public static fileprivate(set) var isScheduleRequired: Bool {
83 | get {
84 | return pthread_getspecific(CurrentThreadScheduler.isScheduleRequiredKey) == nil
| `- error: cannot find 'pthread_getspecific' in scope
85 | }
86 | set(isScheduleRequired) {
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/CurrentThreadScheduler.swift:87:16: error: cannot find 'pthread_setspecific' in scope
85 | }
86 | set(isScheduleRequired) {
87 | if pthread_setspecific(CurrentThreadScheduler.isScheduleRequiredKey, isScheduleRequired ? nil : scheduleInProgressSentinel) != 0 {
| `- error: cannot find 'pthread_setspecific' in scope
88 | rxFatalError("pthread_setspecific failed")
89 | }
[53/267] Compiling RxSwift Deprecated.swift
/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 {
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/CurrentThreadScheduler.swift:74:27: error: type 'Thread' has no member 'getThreadLocalStorageValueForKey'
72 | static var queue : ScheduleQueue? {
73 | get {
74 | return Thread.getThreadLocalStorageValueForKey(CurrentThreadSchedulerQueueKey.instance)
| `- error: type 'Thread' has no member 'getThreadLocalStorageValueForKey'
75 | }
76 | set {
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/CurrentThreadScheduler.swift:77:20: error: type 'Thread' has no member 'setThreadLocalStorageValue'
75 | }
76 | set {
77 | Thread.setThreadLocalStorageValue(newValue, forKey: CurrentThreadSchedulerQueueKey.instance)
| `- error: type 'Thread' has no member 'setThreadLocalStorageValue'
78 | }
79 | }
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/CurrentThreadScheduler.swift:84:20: error: cannot find 'pthread_getspecific' in scope
82 | public static fileprivate(set) var isScheduleRequired: Bool {
83 | get {
84 | return pthread_getspecific(CurrentThreadScheduler.isScheduleRequiredKey) == nil
| `- error: cannot find 'pthread_getspecific' in scope
85 | }
86 | set(isScheduleRequired) {
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/CurrentThreadScheduler.swift:87:16: error: cannot find 'pthread_setspecific' in scope
85 | }
86 | set(isScheduleRequired) {
87 | if pthread_setspecific(CurrentThreadScheduler.isScheduleRequiredKey, isScheduleRequired ? nil : scheduleInProgressSentinel) != 0 {
| `- error: cannot find 'pthread_setspecific' in scope
88 | rxFatalError("pthread_setspecific failed")
89 | }
[54/267] Compiling RxSwift AddRef.swift
[55/267] Compiling RxSwift Amb.swift
[56/267] Compiling RxSwift AnonymousDisposable.swift
[57/267] Compiling RxSwift AnonymousObserver.swift
[58/267] Compiling RxSwift AnyObserver.swift
[59/267] Compiling RxSwift AsMaybe.swift
[60/267] Compiling RxSwift AsSingle.swift
[61/267] Compiling RxSwift AsyncLock.swift
[62/267] Compiling RxSwift AsyncSubject.swift
[63/267] Compiling RxSwift AtomicInt.swift
[64/267] Compiling RxSwift Bag+Rx.swift
[65/267] Compiling RxSwift Bag.swift
[66/267] Compiling RxSwift BehaviorSubject.swift
[67/267] Compiling RxSwift BinaryDisposable.swift
[73/267] Compiling RxSwift NopDisposable.swift
/host/spi-builder-workspace/Source/Network/ServerTrustValidator.swift:7:8: error: no such module 'Security'
5 | // Copyright © 2018 Coinbase, Inc. All rights reserved.
6 | //
7 | import Security
| `- error: no such module 'Security'
8 | import Foundation
9 |
[74/267] Compiling RxSwift Observable.swift
/host/spi-builder-workspace/Source/Network/ServerTrustValidator.swift:7:8: error: no such module 'Security'
5 | // Copyright © 2018 Coinbase, Inc. All rights reserved.
6 | //
7 | import Security
| `- error: no such module 'Security'
8 | import Foundation
9 |
[75/267] Compiling RxSwift DeprecationWarner.swift
/host/spi-builder-workspace/Source/Network/ServerTrustValidator.swift:7:8: error: no such module 'Security'
5 | // Copyright © 2018 Coinbase, Inc. All rights reserved.
6 | //
7 | import Security
| `- error: no such module 'Security'
8 | import Foundation
9 |
[76/267] Compiling RxSwift DispatchQueue+Extensions.swift
/host/spi-builder-workspace/Source/Network/ServerTrustValidator.swift:7:8: error: no such module 'Security'
5 | // Copyright © 2018 Coinbase, Inc. All rights reserved.
6 | //
7 | import Security
| `- error: no such module 'Security'
8 | import Foundation
9 |
[77/267] Compiling RxSwift DispatchQueueConfiguration.swift
/host/spi-builder-workspace/Source/Network/ServerTrustValidator.swift:7:8: error: no such module 'Security'
5 | // Copyright © 2018 Coinbase, Inc. All rights reserved.
6 | //
7 | import Security
| `- error: no such module 'Security'
8 | import Foundation
9 |
[78/267] Compiling RxSwift Disposable.swift
/host/spi-builder-workspace/Source/Network/ServerTrustValidator.swift:7:8: error: no such module 'Security'
5 | // Copyright © 2018 Coinbase, Inc. All rights reserved.
6 | //
7 | import Security
| `- error: no such module 'Security'
8 | import Foundation
9 |
[79/267] Compiling RxSwift Disposables.swift
/host/spi-builder-workspace/Source/Network/ServerTrustValidator.swift:7:8: error: no such module 'Security'
5 | // Copyright © 2018 Coinbase, Inc. All rights reserved.
6 | //
7 | import Security
| `- error: no such module 'Security'
8 | import Foundation
9 |
[80/267] Compiling RxSwift DisposeBag.swift
/host/spi-builder-workspace/Source/Network/ServerTrustValidator.swift:7:8: error: no such module 'Security'
5 | // Copyright © 2018 Coinbase, Inc. All rights reserved.
6 | //
7 | import Security
| `- error: no such module 'Security'
8 | import Foundation
9 |
[81/267] Compiling RxSwift DisposeBase.swift
/host/spi-builder-workspace/Source/Network/ServerTrustValidator.swift:7:8: error: no such module 'Security'
5 | // Copyright © 2018 Coinbase, Inc. All rights reserved.
6 | //
7 | import Security
| `- error: no such module 'Security'
8 | import Foundation
9 |
[82/267] Compiling RxSwift DistinctUntilChanged.swift
/host/spi-builder-workspace/Source/Network/ServerTrustValidator.swift:7:8: error: no such module 'Security'
5 | // Copyright © 2018 Coinbase, Inc. All rights reserved.
6 | //
7 | import Security
| `- error: no such module 'Security'
8 | import Foundation
9 |
[83/267] Compiling RxSwift Do.swift
/host/spi-builder-workspace/Source/Network/ServerTrustValidator.swift:7:8: error: no such module 'Security'
5 | // Copyright © 2018 Coinbase, Inc. All rights reserved.
6 | //
7 | import Security
| `- error: no such module 'Security'
8 | import Foundation
9 |
[84/267] Compiling RxSwift ElementAt.swift
/host/spi-builder-workspace/Source/Network/ServerTrustValidator.swift:7:8: error: no such module 'Security'
5 | // Copyright © 2018 Coinbase, Inc. All rights reserved.
6 | //
7 | import Security
| `- error: no such module 'Security'
8 | import Foundation
9 |
[85/267] Compiling RxSwift Empty.swift
/host/spi-builder-workspace/Source/Network/ServerTrustValidator.swift:7:8: error: no such module 'Security'
5 | // Copyright © 2018 Coinbase, Inc. All rights reserved.
6 | //
7 | import Security
| `- error: no such module 'Security'
8 | import Foundation
9 |
[86/267] Compiling RxSwift Enumerated.swift
/host/spi-builder-workspace/Source/Network/ServerTrustValidator.swift:7:8: error: no such module 'Security'
5 | // Copyright © 2018 Coinbase, Inc. All rights reserved.
6 | //
7 | import Security
| `- error: no such module 'Security'
8 | import Foundation
9 |
/host/spi-builder-workspace/Source/Network/ServerTrustValidator.swift:7:8: error: no such module 'Security'
5 | // Copyright © 2018 Coinbase, Inc. All rights reserved.
6 | //
7 | import Security
| `- error: no such module 'Security'
8 | import Foundation
9 |
/host/spi-builder-workspace/Source/Network/ServerTrustValidator.swift:7:8: error: no such module 'Security'
5 | // Copyright © 2018 Coinbase, Inc. All rights reserved.
6 | //
7 | import Security
| `- error: no such module 'Security'
8 | import Foundation
9 |
/host/spi-builder-workspace/Source/Network/ServerTrustValidator.swift:7:8: error: no such module 'Security'
5 | // Copyright © 2018 Coinbase, Inc. All rights reserved.
6 | //
7 | import Security
| `- error: no such module 'Security'
8 | import Foundation
9 |
/host/spi-builder-workspace/Source/Network/ServerTrustValidator.swift:7:8: error: no such module 'Security'
5 | // Copyright © 2018 Coinbase, Inc. All rights reserved.
6 | //
7 | import Security
| `- error: no such module 'Security'
8 | import Foundation
9 |
/host/spi-builder-workspace/Source/Network/ServerTrustValidator.swift:7:8: error: no such module 'Security'
5 | // Copyright © 2018 Coinbase, Inc. All rights reserved.
6 | //
7 | import Security
| `- error: no such module 'Security'
8 | import Foundation
9 |
/host/spi-builder-workspace/Source/Network/ServerTrustValidator.swift:7:8: error: no such module 'Security'
5 | // Copyright © 2018 Coinbase, Inc. All rights reserved.
6 | //
7 | import Security
| `- error: no such module 'Security'
8 | import Foundation
9 |
/host/spi-builder-workspace/Source/Network/ServerTrustValidator.swift:7:8: error: no such module 'Security'
5 | // Copyright © 2018 Coinbase, Inc. All rights reserved.
6 | //
7 | import Security
| `- error: no such module 'Security'
8 | import Foundation
9 |
/host/spi-builder-workspace/Source/Network/ServerTrustValidator.swift:7:8: error: no such module 'Security'
5 | // Copyright © 2018 Coinbase, Inc. All rights reserved.
6 | //
7 | import Security
| `- error: no such module 'Security'
8 | import Foundation
9 |
/host/spi-builder-workspace/Source/Network/ServerTrustValidator.swift:7:8: error: no such module 'Security'
5 | // Copyright © 2018 Coinbase, Inc. All rights reserved.
6 | //
7 | import Security
| `- error: no such module 'Security'
8 | import Foundation
9 |
/host/spi-builder-workspace/Source/Network/ServerTrustValidator.swift:7:8: error: no such module 'Security'
5 | // Copyright © 2018 Coinbase, Inc. All rights reserved.
6 | //
7 | import Security
| `- error: no such module 'Security'
8 | import Foundation
9 |
/host/spi-builder-workspace/Source/Network/ServerTrustValidator.swift:7:8: error: no such module 'Security'
5 | // Copyright © 2018 Coinbase, Inc. All rights reserved.
6 | //
7 | import Security
| `- error: no such module 'Security'
8 | import Foundation
9 |
/host/spi-builder-workspace/Source/Network/ServerTrustValidator.swift:7:8: error: no such module 'Security'
5 | // Copyright © 2018 Coinbase, Inc. All rights reserved.
6 | //
7 | import Security
| `- error: no such module 'Security'
8 | import Foundation
9 |
/host/spi-builder-workspace/Source/Network/ServerTrustValidator.swift:7:8: error: no such module 'Security'
5 | // Copyright © 2018 Coinbase, Inc. All rights reserved.
6 | //
7 | import Security
| `- error: no such module 'Security'
8 | import Foundation
9 |
/host/spi-builder-workspace/Source/Network/ServerTrustValidator.swift:7:8: error: no such module 'Security'
5 | // Copyright © 2018 Coinbase, Inc. All rights reserved.
6 | //
7 | import Security
| `- error: no such module 'Security'
8 | import Foundation
9 |
[101/267] Compiling RxSwift Error.swift
/host/spi-builder-workspace/Source/Network/ServerTrustValidator.swift:7:8: error: no such module 'Security'
5 | // Copyright © 2018 Coinbase, Inc. All rights reserved.
6 | //
7 | import Security
| `- error: no such module 'Security'
8 | import Foundation
9 |
[102/267] Compiling RxSwift Errors.swift
/host/spi-builder-workspace/Source/Network/ServerTrustValidator.swift:7:8: error: no such module 'Security'
5 | // Copyright © 2018 Coinbase, Inc. All rights reserved.
6 | //
7 | import Security
| `- error: no such module 'Security'
8 | import Foundation
9 |
[103/267] Compiling RxSwift Event.swift
/host/spi-builder-workspace/Source/Network/ServerTrustValidator.swift:7:8: error: no such module 'Security'
5 | // Copyright © 2018 Coinbase, Inc. All rights reserved.
6 | //
7 | import Security
| `- error: no such module 'Security'
8 | import Foundation
9 |
[104/267] Compiling RxSwift Filter.swift
/host/spi-builder-workspace/Source/Network/ServerTrustValidator.swift:7:8: error: no such module 'Security'
5 | // Copyright © 2018 Coinbase, Inc. All rights reserved.
6 | //
7 | import Security
| `- error: no such module 'Security'
8 | import Foundation
9 |
[105/267] Compiling RxSwift First.swift
/host/spi-builder-workspace/Source/Network/ServerTrustValidator.swift:7:8: error: no such module 'Security'
5 | // Copyright © 2018 Coinbase, Inc. All rights reserved.
6 | //
7 | import Security
| `- error: no such module 'Security'
8 | import Foundation
9 |
[106/267] Compiling RxSwift Generate.swift
/host/spi-builder-workspace/Source/Network/ServerTrustValidator.swift:7:8: error: no such module 'Security'
5 | // Copyright © 2018 Coinbase, Inc. All rights reserved.
6 | //
7 | import Security
| `- error: no such module 'Security'
8 | import Foundation
9 |
[107/267] Compiling RxSwift GroupBy.swift
/host/spi-builder-workspace/Source/Network/ServerTrustValidator.swift:7:8: error: no such module 'Security'
5 | // Copyright © 2018 Coinbase, Inc. All rights reserved.
6 | //
7 | import Security
| `- error: no such module 'Security'
8 | import Foundation
9 |
[108/267] Compiling RxSwift ObservableConvertibleType.swift
/host/spi-builder-workspace/Source/Network/ServerTrustValidator.swift:7:8: error: no such module 'Security'
5 | // Copyright © 2018 Coinbase, Inc. All rights reserved.
6 | //
7 | import Security
| `- error: no such module 'Security'
8 | import Foundation
9 |
[109/267] Compiling RxSwift ObservableType+Extensions.swift
/host/spi-builder-workspace/Source/Network/ServerTrustValidator.swift:7:8: error: no such module 'Security'
5 | // Copyright © 2018 Coinbase, Inc. All rights reserved.
6 | //
7 | import Security
| `- error: no such module 'Security'
8 | import Foundation
9 |
[110/267] Compiling RxSwift ObservableType+PrimitiveSequence.swift
/host/spi-builder-workspace/Source/Network/ServerTrustValidator.swift:7:8: error: no such module 'Security'
5 | // Copyright © 2018 Coinbase, Inc. All rights reserved.
6 | //
7 | import Security
| `- error: no such module 'Security'
8 | import Foundation
9 |
[111/267] Compiling RxSwift ObservableType.swift
/host/spi-builder-workspace/Source/Network/ServerTrustValidator.swift:7:8: error: no such module 'Security'
5 | // Copyright © 2018 Coinbase, Inc. All rights reserved.
6 | //
7 | import Security
| `- error: no such module 'Security'
8 | import Foundation
9 |
[112/267] Compiling RxSwift ObserveOn.swift
/host/spi-builder-workspace/Source/Network/ServerTrustValidator.swift:7:8: error: no such module 'Security'
5 | // Copyright © 2018 Coinbase, Inc. All rights reserved.
6 | //
7 | import Security
| `- error: no such module 'Security'
8 | import Foundation
9 |
[113/267] Compiling RxSwift ObserverBase.swift
/host/spi-builder-workspace/Source/Network/ServerTrustValidator.swift:7:8: error: no such module 'Security'
5 | // Copyright © 2018 Coinbase, Inc. All rights reserved.
6 | //
7 | import Security
| `- error: no such module 'Security'
8 | import Foundation
9 |
[114/267] Compiling RxSwift ObserverType.swift
/host/spi-builder-workspace/Source/Network/ServerTrustValidator.swift:7:8: error: no such module 'Security'
5 | // Copyright © 2018 Coinbase, Inc. All rights reserved.
6 | //
7 | import Security
| `- error: no such module 'Security'
8 | import Foundation
9 |
/host/spi-builder-workspace/Source/Network/ServerTrustValidator.swift:7:8: error: no such module 'Security'
5 | // Copyright © 2018 Coinbase, Inc. All rights reserved.
6 | //
7 | import Security
| `- error: no such module 'Security'
8 | import Foundation
9 |
/host/spi-builder-workspace/Source/Network/ServerTrustValidator.swift:7:8: error: no such module 'Security'
5 | // Copyright © 2018 Coinbase, Inc. All rights reserved.
6 | //
7 | import Security
| `- error: no such module 'Security'
8 | import Foundation
9 |
/host/spi-builder-workspace/Source/Network/ServerTrustValidator.swift:7:8: error: no such module 'Security'
5 | // Copyright © 2018 Coinbase, Inc. All rights reserved.
6 | //
7 | import Security
| `- error: no such module 'Security'
8 | import Foundation
9 |
/host/spi-builder-workspace/Source/Network/ServerTrustValidator.swift:7:8: error: no such module 'Security'
5 | // Copyright © 2018 Coinbase, Inc. All rights reserved.
6 | //
7 | import Security
| `- error: no such module 'Security'
8 | import Foundation
9 |
/host/spi-builder-workspace/Source/Network/ServerTrustValidator.swift:7:8: error: no such module 'Security'
5 | // Copyright © 2018 Coinbase, Inc. All rights reserved.
6 | //
7 | import Security
| `- error: no such module 'Security'
8 | import Foundation
9 |
/host/spi-builder-workspace/Source/Network/ServerTrustValidator.swift:7:8: error: no such module 'Security'
5 | // Copyright © 2018 Coinbase, Inc. All rights reserved.
6 | //
7 | import Security
| `- error: no such module 'Security'
8 | import Foundation
9 |
/host/spi-builder-workspace/Source/Network/ServerTrustValidator.swift:7:8: error: no such module 'Security'
5 | // Copyright © 2018 Coinbase, Inc. All rights reserved.
6 | //
7 | import Security
| `- error: no such module 'Security'
8 | import Foundation
9 |
/host/spi-builder-workspace/Source/Network/ServerTrustValidator.swift:7:8: error: no such module 'Security'
5 | // Copyright © 2018 Coinbase, Inc. All rights reserved.
6 | //
7 | import Security
| `- error: no such module 'Security'
8 | import Foundation
9 |
/host/spi-builder-workspace/Source/Network/ServerTrustValidator.swift:7:8: error: no such module 'Security'
5 | // Copyright © 2018 Coinbase, Inc. All rights reserved.
6 | //
7 | import Security
| `- error: no such module 'Security'
8 | import Foundation
9 |
/host/spi-builder-workspace/Source/Network/ServerTrustValidator.swift:7:8: error: no such module 'Security'
5 | // Copyright © 2018 Coinbase, Inc. All rights reserved.
6 | //
7 | import Security
| `- error: no such module 'Security'
8 | import Foundation
9 |
[125/267] Compiling RxSwift GroupedObservable.swift
/host/spi-builder-workspace/Source/Network/ServerTrustValidator.swift:7:8: error: no such module 'Security'
5 | // Copyright © 2018 Coinbase, Inc. All rights reserved.
6 | //
7 | import Security
| `- error: no such module 'Security'
8 | import Foundation
9 |
[126/267] Compiling RxSwift HistoricalScheduler.swift
/host/spi-builder-workspace/Source/Network/ServerTrustValidator.swift:7:8: error: no such module 'Security'
5 | // Copyright © 2018 Coinbase, Inc. All rights reserved.
6 | //
7 | import Security
| `- error: no such module 'Security'
8 | import Foundation
9 |
[127/267] Compiling RxSwift HistoricalSchedulerTimeConverter.swift
/host/spi-builder-workspace/Source/Network/ServerTrustValidator.swift:7:8: error: no such module 'Security'
5 | // Copyright © 2018 Coinbase, Inc. All rights reserved.
6 | //
7 | import Security
| `- error: no such module 'Security'
8 | import Foundation
9 |
[128/267] Compiling RxSwift OperationQueueScheduler.swift
/host/spi-builder-workspace/Source/Network/ServerTrustValidator.swift:7:8: error: no such module 'Security'
5 | // Copyright © 2018 Coinbase, Inc. All rights reserved.
6 | //
7 | import Security
| `- error: no such module 'Security'
8 | import Foundation
9 |
[129/267] Compiling RxSwift Optional.swift
/host/spi-builder-workspace/Source/Network/ServerTrustValidator.swift:7:8: error: no such module 'Security'
5 | // Copyright © 2018 Coinbase, Inc. All rights reserved.
6 | //
7 | import Security
| `- error: no such module 'Security'
8 | import Foundation
9 |
[130/267] Compiling RxSwift Platform.Darwin.swift
/host/spi-builder-workspace/Source/Network/ServerTrustValidator.swift:7:8: error: no such module 'Security'
5 | // Copyright © 2018 Coinbase, Inc. All rights reserved.
6 | //
7 | import Security
| `- error: no such module 'Security'
8 | import Foundation
9 |
[131/267] Compiling RxSwift Platform.Linux.swift
/host/spi-builder-workspace/Source/Network/ServerTrustValidator.swift:7:8: error: no such module 'Security'
5 | // Copyright © 2018 Coinbase, Inc. All rights reserved.
6 | //
7 | import Security
| `- error: no such module 'Security'
8 | import Foundation
9 |
[132/267] Compiling RxSwift PrimitiveSequence+Zip+arity.swift
/host/spi-builder-workspace/Source/Network/ServerTrustValidator.swift:7:8: error: no such module 'Security'
5 | // Copyright © 2018 Coinbase, Inc. All rights reserved.
6 | //
7 | import Security
| `- error: no such module 'Security'
8 | import Foundation
9 |
[133/267] Compiling RxSwift PrimitiveSequence.swift
/host/spi-builder-workspace/Source/Network/ServerTrustValidator.swift:7:8: error: no such module 'Security'
5 | // Copyright © 2018 Coinbase, Inc. All rights reserved.
6 | //
7 | import Security
| `- error: no such module 'Security'
8 | import Foundation
9 |
[134/267] Compiling RxSwift PriorityQueue.swift
/host/spi-builder-workspace/Source/Network/ServerTrustValidator.swift:7:8: error: no such module 'Security'
5 | // Copyright © 2018 Coinbase, Inc. All rights reserved.
6 | //
7 | import Security
| `- error: no such module 'Security'
8 | import Foundation
9 |
[135/267] Compiling RxSwift Producer.swift
/host/spi-builder-workspace/Source/Network/ServerTrustValidator.swift:7:8: error: no such module 'Security'
5 | // Copyright © 2018 Coinbase, Inc. All rights reserved.
6 | //
7 | import Security
| `- error: no such module 'Security'
8 | import Foundation
9 |
[136/267] Compiling RxSwift PublishSubject.swift
/host/spi-builder-workspace/Source/Network/ServerTrustValidator.swift:7:8: error: no such module 'Security'
5 | // Copyright © 2018 Coinbase, Inc. All rights reserved.
6 | //
7 | import Security
| `- error: no such module 'Security'
8 | import Foundation
9 |
[137/267] Compiling RxSwift Queue.swift
/host/spi-builder-workspace/Source/Network/ServerTrustValidator.swift:7:8: error: no such module 'Security'
5 | // Copyright © 2018 Coinbase, Inc. All rights reserved.
6 | //
7 | import Security
| `- error: no such module 'Security'
8 | import Foundation
9 |
[138/267] Compiling RxSwift Range.swift
/host/spi-builder-workspace/Source/Network/ServerTrustValidator.swift:7:8: error: no such module 'Security'
5 | // Copyright © 2018 Coinbase, Inc. All rights reserved.
6 | //
7 | import Security
| `- error: no such module 'Security'
8 | import Foundation
9 |
[139/267] Compiling RxSwift Reactive.swift
/host/spi-builder-workspace/Source/Network/ServerTrustValidator.swift:7:8: error: no such module 'Security'
5 | // Copyright © 2018 Coinbase, Inc. All rights reserved.
6 | //
7 | import Security
| `- error: no such module 'Security'
8 | import Foundation
9 |
[140/267] Compiling RxSwift RecursiveLock.swift
/host/spi-builder-workspace/Source/Network/ServerTrustValidator.swift:7:8: error: no such module 'Security'
5 | // Copyright © 2018 Coinbase, Inc. All rights reserved.
6 | //
7 | import Security
| `- error: no such module 'Security'
8 | import Foundation
9 |
[141/267] Compiling RxSwift RecursiveScheduler.swift
/host/spi-builder-workspace/Source/Network/ServerTrustValidator.swift:7:8: error: no such module 'Security'
5 | // Copyright © 2018 Coinbase, Inc. All rights reserved.
6 | //
7 | import Security
| `- error: no such module 'Security'
8 | import Foundation
9 |
/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 {
/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 {
/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 {
/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 {
/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 {
/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 {
/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 {
/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 {
/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 {
/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 {
/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 {
/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 {
/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 {
/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 {
/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 {
/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 {
/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 {
/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 {
/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 {
[161/267] Compiling RxSwift ImmediateSchedulerType.swift
/host/spi-builder-workspace/Source/Network/ServerTrustValidator.swift:7:8: error: no such module 'Security'
5 | // Copyright © 2018 Coinbase, Inc. All rights reserved.
6 | //
7 | import Security
| `- error: no such module 'Security'
8 | import Foundation
9 |
[162/267] Compiling RxSwift InfiniteSequence.swift
/host/spi-builder-workspace/Source/Network/ServerTrustValidator.swift:7:8: error: no such module 'Security'
5 | // Copyright © 2018 Coinbase, Inc. All rights reserved.
6 | //
7 | import Security
| `- error: no such module 'Security'
8 | import Foundation
9 |
[163/267] Compiling RxSwift InvocableScheduledItem.swift
/host/spi-builder-workspace/Source/Network/ServerTrustValidator.swift:7:8: error: no such module 'Security'
5 | // Copyright © 2018 Coinbase, Inc. All rights reserved.
6 | //
7 | import Security
| `- error: no such module 'Security'
8 | import Foundation
9 |
[164/267] Compiling RxSwift InvocableType.swift
/host/spi-builder-workspace/Source/Network/ServerTrustValidator.swift:7:8: error: no such module 'Security'
5 | // Copyright © 2018 Coinbase, Inc. All rights reserved.
6 | //
7 | import Security
| `- error: no such module 'Security'
8 | import Foundation
9 |
[165/267] Compiling RxSwift Just.swift
/host/spi-builder-workspace/Source/Network/ServerTrustValidator.swift:7:8: error: no such module 'Security'
5 | // Copyright © 2018 Coinbase, Inc. All rights reserved.
6 | //
7 | import Security
| `- error: no such module 'Security'
8 | import Foundation
9 |
[166/267] Compiling RxSwift Lock.swift
/host/spi-builder-workspace/Source/Network/ServerTrustValidator.swift:7:8: error: no such module 'Security'
5 | // Copyright © 2018 Coinbase, Inc. All rights reserved.
6 | //
7 | import Security
| `- error: no such module 'Security'
8 | import Foundation
9 |
[167/267] Compiling RxSwift LockOwnerType.swift
/host/spi-builder-workspace/Source/Network/ServerTrustValidator.swift:7:8: error: no such module 'Security'
5 | // Copyright © 2018 Coinbase, Inc. All rights reserved.
6 | //
7 | import Security
| `- error: no such module 'Security'
8 | import Foundation
9 |
[168/267] Compiling RxSwift MainScheduler.swift
/host/spi-builder-workspace/Source/Network/ServerTrustValidator.swift:7:8: error: no such module 'Security'
5 | // Copyright © 2018 Coinbase, Inc. All rights reserved.
6 | //
7 | import Security
| `- error: no such module 'Security'
8 | import Foundation
9 |
[169/267] Compiling RxSwift Map.swift
/host/spi-builder-workspace/Source/Network/ServerTrustValidator.swift:7:8: error: no such module 'Security'
5 | // Copyright © 2018 Coinbase, Inc. All rights reserved.
6 | //
7 | import Security
| `- error: no such module 'Security'
8 | import Foundation
9 |
[170/267] Compiling RxSwift Materialize.swift
/host/spi-builder-workspace/Source/Network/ServerTrustValidator.swift:7:8: error: no such module 'Security'
5 | // Copyright © 2018 Coinbase, Inc. All rights reserved.
6 | //
7 | import Security
| `- error: no such module 'Security'
8 | import Foundation
9 |
[171/267] Compiling RxSwift Maybe.swift
/host/spi-builder-workspace/Source/Network/ServerTrustValidator.swift:7:8: error: no such module 'Security'
5 | // Copyright © 2018 Coinbase, Inc. All rights reserved.
6 | //
7 | import Security
| `- error: no such module 'Security'
8 | import Foundation
9 |
[172/267] Compiling RxSwift Merge.swift
/host/spi-builder-workspace/Source/Network/ServerTrustValidator.swift:7:8: error: no such module 'Security'
5 | // Copyright © 2018 Coinbase, Inc. All rights reserved.
6 | //
7 | import Security
| `- error: no such module 'Security'
8 | import Foundation
9 |
[173/267] Compiling RxSwift Multicast.swift
/host/spi-builder-workspace/Source/Network/ServerTrustValidator.swift:7:8: error: no such module 'Security'
5 | // Copyright © 2018 Coinbase, Inc. All rights reserved.
6 | //
7 | import Security
| `- error: no such module 'Security'
8 | import Foundation
9 |
[174/267] Compiling RxSwift Never.swift
/host/spi-builder-workspace/Source/Network/ServerTrustValidator.swift:7:8: error: no such module 'Security'
5 | // Copyright © 2018 Coinbase, Inc. All rights reserved.
6 | //
7 | import Security
| `- error: no such module 'Security'
8 | import Foundation
9 |
[209/267] Compiling RxSwift SchedulerType.swift
[210/267] Compiling RxSwift Sequence.swift
[211/267] Compiling RxSwift SerialDispatchQueueScheduler.swift
[212/267] Compiling RxSwift SerialDisposable.swift
[213/267] Compiling RxSwift ShareReplayScope.swift
[214/267] Compiling RxSwift Single.swift
[215/267] Compiling RxSwift SingleAssignmentDisposable.swift
[216/267] Compiling RxSwift SingleAsync.swift
[217/267] Compiling RxSwift Sink.swift
[218/267] Compiling RxSwift Skip.swift
[219/267] Compiling RxSwift SkipUntil.swift
[220/267] Compiling RxSwift SkipWhile.swift
[221/267] Compiling RxSwift StartWith.swift
[222/267] Compiling RxSwift String+Rx.swift
[223/267] Compiling RxSwift SubjectType.swift
[224/267] Compiling RxSwift SubscribeOn.swift
[225/267] Compiling RxSwift SubscriptionDisposable.swift
[226/267] Compiling RxSwift SwiftSupport.swift
[227/267] Compiling RxSwift Switch.swift
[228/267] Compiling RxSwift SwitchIfEmpty.swift
[229/267] Compiling RxSwift SynchronizedDisposeType.swift
[230/267] Compiling RxSwift SynchronizedOnType.swift
[250/267] Compiling RxSwift SynchronizedUnsubscribeType.swift
[251/267] Compiling RxSwift TailRecursiveSink.swift
[252/267] Compiling RxSwift Take.swift
[253/267] Compiling RxSwift TakeLast.swift
[254/267] Compiling RxSwift TakeUntil.swift
[255/267] Compiling RxSwift TakeWhile.swift
[256/267] Compiling RxSwift Throttle.swift
[257/267] Compiling RxSwift Timeout.swift
[258/267] Compiling RxSwift Timer.swift
[259/267] Compiling RxSwift ToArray.swift
[260/267] Compiling RxSwift Using.swift
[261/267] Compiling RxSwift VirtualTimeConverterType.swift
[262/267] Compiling RxSwift VirtualTimeScheduler.swift
[263/267] Compiling RxSwift Window.swift
[264/267] Compiling RxSwift WithLatestFrom.swift
[265/267] Compiling RxSwift Zip+Collection.swift
[266/267] Compiling RxSwift Zip+arity.swift
[267/267] Compiling RxSwift Zip.swift
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:9f3c606dcd2a4f06d17ba472aa533c43685ba7ba19a5c9bc23518a066eb7f86a
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
[2/232] Compiling RxSwift OperationQueueScheduler.swift
/host/spi-builder-workspace/Source/Network/ServerTrustValidator.swift:7:8: error: no such module 'Security'
5 | // Copyright © 2018 Coinbase, Inc. All rights reserved.
6 | //
7 | import Security
| `- error: no such module 'Security'
8 | import Foundation
9 |
[3/232] Compiling RxSwift Optional.swift
/host/spi-builder-workspace/Source/Network/ServerTrustValidator.swift:7:8: error: no such module 'Security'
5 | // Copyright © 2018 Coinbase, Inc. All rights reserved.
6 | //
7 | import Security
| `- error: no such module 'Security'
8 | import Foundation
9 |
[4/232] Compiling RxSwift Platform.Darwin.swift
/host/spi-builder-workspace/Source/Network/ServerTrustValidator.swift:7:8: error: no such module 'Security'
5 | // Copyright © 2018 Coinbase, Inc. All rights reserved.
6 | //
7 | import Security
| `- error: no such module 'Security'
8 | import Foundation
9 |
[5/232] Compiling RxSwift Platform.Linux.swift
/host/spi-builder-workspace/Source/Network/ServerTrustValidator.swift:7:8: error: no such module 'Security'
5 | // Copyright © 2018 Coinbase, Inc. All rights reserved.
6 | //
7 | import Security
| `- error: no such module 'Security'
8 | import Foundation
9 |
[6/232] Compiling RxSwift PrimitiveSequence+Zip+arity.swift
/host/spi-builder-workspace/Source/Network/ServerTrustValidator.swift:7:8: error: no such module 'Security'
5 | // Copyright © 2018 Coinbase, Inc. All rights reserved.
6 | //
7 | import Security
| `- error: no such module 'Security'
8 | import Foundation
9 |
[7/232] Compiling RxSwift PrimitiveSequence.swift
/host/spi-builder-workspace/Source/Network/ServerTrustValidator.swift:7:8: error: no such module 'Security'
5 | // Copyright © 2018 Coinbase, Inc. All rights reserved.
6 | //
7 | import Security
| `- error: no such module 'Security'
8 | import Foundation
9 |
[8/232] Compiling RxSwift PriorityQueue.swift
/host/spi-builder-workspace/Source/Network/ServerTrustValidator.swift:7:8: error: no such module 'Security'
5 | // Copyright © 2018 Coinbase, Inc. All rights reserved.
6 | //
7 | import Security
| `- error: no such module 'Security'
8 | import Foundation
9 |
[9/232] Compiling RxSwift Producer.swift
/host/spi-builder-workspace/Source/Network/ServerTrustValidator.swift:7:8: error: no such module 'Security'
5 | // Copyright © 2018 Coinbase, Inc. All rights reserved.
6 | //
7 | import Security
| `- error: no such module 'Security'
8 | import Foundation
9 |
[10/232] Compiling RxSwift PublishSubject.swift
/host/spi-builder-workspace/Source/Network/ServerTrustValidator.swift:7:8: error: no such module 'Security'
5 | // Copyright © 2018 Coinbase, Inc. All rights reserved.
6 | //
7 | import Security
| `- error: no such module 'Security'
8 | import Foundation
9 |
[11/232] Compiling RxSwift Queue.swift
/host/spi-builder-workspace/Source/Network/ServerTrustValidator.swift:7:8: error: no such module 'Security'
5 | // Copyright © 2018 Coinbase, Inc. All rights reserved.
6 | //
7 | import Security
| `- error: no such module 'Security'
8 | import Foundation
9 |
[12/232] Compiling RxSwift Range.swift
/host/spi-builder-workspace/Source/Network/ServerTrustValidator.swift:7:8: error: no such module 'Security'
5 | // Copyright © 2018 Coinbase, Inc. All rights reserved.
6 | //
7 | import Security
| `- error: no such module 'Security'
8 | import Foundation
9 |
[13/232] Compiling RxSwift Reactive.swift
/host/spi-builder-workspace/Source/Network/ServerTrustValidator.swift:7:8: error: no such module 'Security'
5 | // Copyright © 2018 Coinbase, Inc. All rights reserved.
6 | //
7 | import Security
| `- error: no such module 'Security'
8 | import Foundation
9 |
[14/232] Compiling RxSwift RecursiveLock.swift
/host/spi-builder-workspace/Source/Network/ServerTrustValidator.swift:7:8: error: no such module 'Security'
5 | // Copyright © 2018 Coinbase, Inc. All rights reserved.
6 | //
7 | import Security
| `- error: no such module 'Security'
8 | import Foundation
9 |
[15/232] Compiling RxSwift RecursiveScheduler.swift
/host/spi-builder-workspace/Source/Network/ServerTrustValidator.swift:7:8: error: no such module 'Security'
5 | // Copyright © 2018 Coinbase, Inc. All rights reserved.
6 | //
7 | import Security
| `- error: no such module 'Security'
8 | import Foundation
9 |
[16/245] Compiling RxSwift Dematerialize.swift
/host/spi-builder-workspace/Source/Network/ServerTrustValidator.swift:7:8: error: no such module 'Security'
5 | // Copyright © 2018 Coinbase, Inc. All rights reserved.
6 | //
7 | import Security
| `- error: no such module 'Security'
8 | import Foundation
9 |
[17/245] Compiling RxSwift Deprecated.swift
/host/spi-builder-workspace/Source/Network/ServerTrustValidator.swift:7:8: error: no such module 'Security'
5 | // Copyright © 2018 Coinbase, Inc. All rights reserved.
6 | //
7 | import Security
| `- error: no such module 'Security'
8 | import Foundation
9 |
[18/245] Compiling RxSwift GroupedObservable.swift
/host/spi-builder-workspace/Source/Network/ServerTrustValidator.swift:7:8: error: no such module 'Security'
5 | // Copyright © 2018 Coinbase, Inc. All rights reserved.
6 | //
7 | import Security
| `- error: no such module 'Security'
8 | import Foundation
9 |
[19/245] Compiling RxSwift HistoricalScheduler.swift
/host/spi-builder-workspace/Source/Network/ServerTrustValidator.swift:7:8: error: no such module 'Security'
5 | // Copyright © 2018 Coinbase, Inc. All rights reserved.
6 | //
7 | import Security
| `- error: no such module 'Security'
8 | import Foundation
9 |
[20/245] Compiling RxSwift HistoricalSchedulerTimeConverter.swift
/host/spi-builder-workspace/Source/Network/ServerTrustValidator.swift:7:8: error: no such module 'Security'
5 | // Copyright © 2018 Coinbase, Inc. All rights reserved.
6 | //
7 | import Security
| `- error: no such module 'Security'
8 | import Foundation
9 |
[21/245] Compiling RxSwift ImmediateSchedulerType.swift
/host/spi-builder-workspace/Source/Network/ServerTrustValidator.swift:7:8: error: no such module 'Security'
5 | // Copyright © 2018 Coinbase, Inc. All rights reserved.
6 | //
7 | import Security
| `- error: no such module 'Security'
8 | import Foundation
9 |
[22/245] Compiling RxSwift InfiniteSequence.swift
/host/spi-builder-workspace/Source/Network/ServerTrustValidator.swift:7:8: error: no such module 'Security'
5 | // Copyright © 2018 Coinbase, Inc. All rights reserved.
6 | //
7 | import Security
| `- error: no such module 'Security'
8 | import Foundation
9 |
[23/245] Compiling RxSwift InvocableScheduledItem.swift
/host/spi-builder-workspace/Source/Network/ServerTrustValidator.swift:7:8: error: no such module 'Security'
5 | // Copyright © 2018 Coinbase, Inc. All rights reserved.
6 | //
7 | import Security
| `- error: no such module 'Security'
8 | import Foundation
9 |
[24/245] Compiling RxSwift InvocableType.swift
/host/spi-builder-workspace/Source/Network/ServerTrustValidator.swift:7:8: error: no such module 'Security'
5 | // Copyright © 2018 Coinbase, Inc. All rights reserved.
6 | //
7 | import Security
| `- error: no such module 'Security'
8 | import Foundation
9 |
[25/245] Compiling RxSwift Just.swift
/host/spi-builder-workspace/Source/Network/ServerTrustValidator.swift:7:8: error: no such module 'Security'
5 | // Copyright © 2018 Coinbase, Inc. All rights reserved.
6 | //
7 | import Security
| `- error: no such module 'Security'
8 | import Foundation
9 |
[26/245] Compiling RxSwift Lock.swift
/host/spi-builder-workspace/Source/Network/ServerTrustValidator.swift:7:8: error: no such module 'Security'
5 | // Copyright © 2018 Coinbase, Inc. All rights reserved.
6 | //
7 | import Security
| `- error: no such module 'Security'
8 | import Foundation
9 |
[27/245] Compiling RxSwift LockOwnerType.swift
/host/spi-builder-workspace/Source/Network/ServerTrustValidator.swift:7:8: error: no such module 'Security'
5 | // Copyright © 2018 Coinbase, Inc. All rights reserved.
6 | //
7 | import Security
| `- error: no such module 'Security'
8 | import Foundation
9 |
[28/245] Compiling RxSwift MainScheduler.swift
/host/spi-builder-workspace/Source/Network/ServerTrustValidator.swift:7:8: error: no such module 'Security'
5 | // Copyright © 2018 Coinbase, Inc. All rights reserved.
6 | //
7 | import Security
| `- error: no such module 'Security'
8 | import Foundation
9 |
[29/245] Compiling RxSwift Map.swift
/host/spi-builder-workspace/Source/Network/ServerTrustValidator.swift:7:8: error: no such module 'Security'
5 | // Copyright © 2018 Coinbase, Inc. All rights reserved.
6 | //
7 | import Security
| `- error: no such module 'Security'
8 | import Foundation
9 |
[30/245] Compiling RxSwift Materialize.swift
/host/spi-builder-workspace/Source/Network/ServerTrustValidator.swift:7:8: error: no such module 'Security'
5 | // Copyright © 2018 Coinbase, Inc. All rights reserved.
6 | //
7 | import Security
| `- error: no such module 'Security'
8 | import Foundation
9 |
[31/245] Compiling RxSwift Maybe.swift
/host/spi-builder-workspace/Source/Network/ServerTrustValidator.swift:7:8: error: no such module 'Security'
5 | // Copyright © 2018 Coinbase, Inc. All rights reserved.
6 | //
7 | import Security
| `- error: no such module 'Security'
8 | import Foundation
9 |
[32/245] Compiling RxSwift Merge.swift
/host/spi-builder-workspace/Source/Network/ServerTrustValidator.swift:7:8: error: no such module 'Security'
5 | // Copyright © 2018 Coinbase, Inc. All rights reserved.
6 | //
7 | import Security
| `- error: no such module 'Security'
8 | import Foundation
9 |
[33/245] Compiling RxSwift Multicast.swift
/host/spi-builder-workspace/Source/Network/ServerTrustValidator.swift:7:8: error: no such module 'Security'
5 | // Copyright © 2018 Coinbase, Inc. All rights reserved.
6 | //
7 | import Security
| `- error: no such module 'Security'
8 | import Foundation
9 |
[34/245] Compiling RxSwift Never.swift
/host/spi-builder-workspace/Source/Network/ServerTrustValidator.swift:7:8: error: no such module 'Security'
5 | // Copyright © 2018 Coinbase, Inc. All rights reserved.
6 | //
7 | import Security
| `- error: no such module 'Security'
8 | import Foundation
9 |
[35/245] Compiling RxSwift NopDisposable.swift
/host/spi-builder-workspace/Source/Network/ServerTrustValidator.swift:7:8: error: no such module 'Security'
5 | // Copyright © 2018 Coinbase, Inc. All rights reserved.
6 | //
7 | import Security
| `- error: no such module 'Security'
8 | import Foundation
9 |
[36/245] Compiling RxSwift Observable.swift
/host/spi-builder-workspace/Source/Network/ServerTrustValidator.swift:7:8: error: no such module 'Security'
5 | // Copyright © 2018 Coinbase, Inc. All rights reserved.
6 | //
7 | import Security
| `- error: no such module 'Security'
8 | import Foundation
9 |
[37/245] Compiling RxSwift ObservableConvertibleType.swift
/host/spi-builder-workspace/Source/Network/ServerTrustValidator.swift:7:8: error: no such module 'Security'
5 | // Copyright © 2018 Coinbase, Inc. All rights reserved.
6 | //
7 | import Security
| `- error: no such module 'Security'
8 | import Foundation
9 |
[38/245] Compiling RxSwift ObservableType+Extensions.swift
/host/spi-builder-workspace/Source/Network/ServerTrustValidator.swift:7:8: error: no such module 'Security'
5 | // Copyright © 2018 Coinbase, Inc. All rights reserved.
6 | //
7 | import Security
| `- error: no such module 'Security'
8 | import Foundation
9 |
[39/245] Compiling RxSwift ObservableType+PrimitiveSequence.swift
/host/spi-builder-workspace/Source/Network/ServerTrustValidator.swift:7:8: error: no such module 'Security'
5 | // Copyright © 2018 Coinbase, Inc. All rights reserved.
6 | //
7 | import Security
| `- error: no such module 'Security'
8 | import Foundation
9 |
[40/245] Compiling RxSwift ObservableType.swift
/host/spi-builder-workspace/Source/Network/ServerTrustValidator.swift:7:8: error: no such module 'Security'
5 | // Copyright © 2018 Coinbase, Inc. All rights reserved.
6 | //
7 | import Security
| `- error: no such module 'Security'
8 | import Foundation
9 |
[41/245] Compiling RxSwift ObserveOn.swift
/host/spi-builder-workspace/Source/Network/ServerTrustValidator.swift:7:8: error: no such module 'Security'
5 | // Copyright © 2018 Coinbase, Inc. All rights reserved.
6 | //
7 | import Security
| `- error: no such module 'Security'
8 | import Foundation
9 |
[42/245] Compiling RxSwift ObserverBase.swift
/host/spi-builder-workspace/Source/Network/ServerTrustValidator.swift:7:8: error: no such module 'Security'
5 | // Copyright © 2018 Coinbase, Inc. All rights reserved.
6 | //
7 | import Security
| `- error: no such module 'Security'
8 | import Foundation
9 |
[43/245] Compiling RxSwift ObserverType.swift
/host/spi-builder-workspace/Source/Network/ServerTrustValidator.swift:7:8: error: no such module 'Security'
5 | // Copyright © 2018 Coinbase, Inc. All rights reserved.
6 | //
7 | import Security
| `- error: no such module 'Security'
8 | import Foundation
9 |
[44/245] Compiling RxSwift CompositeDisposable.swift
/host/spi-builder-workspace/Source/Network/ServerTrustValidator.swift:7:8: error: no such module 'Security'
5 | // Copyright © 2018 Coinbase, Inc. All rights reserved.
6 | //
7 | import Security
| `- error: no such module 'Security'
8 | import Foundation
9 |
[45/245] Compiling RxSwift Concat.swift
/host/spi-builder-workspace/Source/Network/ServerTrustValidator.swift:7:8: error: no such module 'Security'
5 | // Copyright © 2018 Coinbase, Inc. All rights reserved.
6 | //
7 | import Security
| `- error: no such module 'Security'
8 | import Foundation
9 |
[46/245] Compiling RxSwift ConcurrentDispatchQueueScheduler.swift
/host/spi-builder-workspace/Source/Network/ServerTrustValidator.swift:7:8: error: no such module 'Security'
5 | // Copyright © 2018 Coinbase, Inc. All rights reserved.
6 | //
7 | import Security
| `- error: no such module 'Security'
8 | import Foundation
9 |
[47/245] Compiling RxSwift ConcurrentMainScheduler.swift
/host/spi-builder-workspace/Source/Network/ServerTrustValidator.swift:7:8: error: no such module 'Security'
5 | // Copyright © 2018 Coinbase, Inc. All rights reserved.
6 | //
7 | import Security
| `- error: no such module 'Security'
8 | import Foundation
9 |
[48/245] Compiling RxSwift ConnectableObservableType.swift
/host/spi-builder-workspace/Source/Network/ServerTrustValidator.swift:7:8: error: no such module 'Security'
5 | // Copyright © 2018 Coinbase, Inc. All rights reserved.
6 | //
7 | import Security
| `- error: no such module 'Security'
8 | import Foundation
9 |
[49/245] Compiling RxSwift Create.swift
/host/spi-builder-workspace/Source/Network/ServerTrustValidator.swift:7:8: error: no such module 'Security'
5 | // Copyright © 2018 Coinbase, Inc. All rights reserved.
6 | //
7 | import Security
| `- error: no such module 'Security'
8 | import Foundation
9 |
[50/245] Compiling RxSwift CurrentThreadScheduler.swift
/host/spi-builder-workspace/Source/Network/ServerTrustValidator.swift:7:8: error: no such module 'Security'
5 | // Copyright © 2018 Coinbase, Inc. All rights reserved.
6 | //
7 | import Security
| `- error: no such module 'Security'
8 | import Foundation
9 |
[51/245] Compiling RxSwift Debounce.swift
/host/spi-builder-workspace/Source/Network/ServerTrustValidator.swift:7:8: error: no such module 'Security'
5 | // Copyright © 2018 Coinbase, Inc. All rights reserved.
6 | //
7 | import Security
| `- error: no such module 'Security'
8 | import Foundation
9 |
[52/245] Compiling RxSwift Debug.swift
/host/spi-builder-workspace/Source/Network/ServerTrustValidator.swift:7:8: error: no such module 'Security'
5 | // Copyright © 2018 Coinbase, Inc. All rights reserved.
6 | //
7 | import Security
| `- error: no such module 'Security'
8 | import Foundation
9 |
[53/245] Compiling RxSwift DefaultIfEmpty.swift
/host/spi-builder-workspace/Source/Network/ServerTrustValidator.swift:7:8: error: no such module 'Security'
5 | // Copyright © 2018 Coinbase, Inc. All rights reserved.
6 | //
7 | import Security
| `- error: no such module 'Security'
8 | import Foundation
9 |
[54/245] Compiling RxSwift Deferred.swift
/host/spi-builder-workspace/Source/Network/ServerTrustValidator.swift:7:8: error: no such module 'Security'
5 | // Copyright © 2018 Coinbase, Inc. All rights reserved.
6 | //
7 | import Security
| `- error: no such module 'Security'
8 | import Foundation
9 |
[55/245] Compiling RxSwift Delay.swift
/host/spi-builder-workspace/Source/Network/ServerTrustValidator.swift:7:8: error: no such module 'Security'
5 | // Copyright © 2018 Coinbase, Inc. All rights reserved.
6 | //
7 | import Security
| `- error: no such module 'Security'
8 | import Foundation
9 |
[56/245] Compiling RxSwift DelaySubscription.swift
/host/spi-builder-workspace/Source/Network/ServerTrustValidator.swift:7:8: error: no such module 'Security'
5 | // Copyright © 2018 Coinbase, Inc. All rights reserved.
6 | //
7 | import Security
| `- error: no such module 'Security'
8 | import Foundation
9 |
[57/245] Compiling RxSwift ElementAt.swift
/host/spi-builder-workspace/Source/Network/ServerTrustValidator.swift:7:8: error: no such module 'Security'
5 | // Copyright © 2018 Coinbase, Inc. All rights reserved.
6 | //
7 | import Security
| `- error: no such module 'Security'
8 | import Foundation
9 |
[58/245] Compiling RxSwift Empty.swift
/host/spi-builder-workspace/Source/Network/ServerTrustValidator.swift:7:8: error: no such module 'Security'
5 | // Copyright © 2018 Coinbase, Inc. All rights reserved.
6 | //
7 | import Security
| `- error: no such module 'Security'
8 | import Foundation
9 |
[59/245] Compiling RxSwift Enumerated.swift
/host/spi-builder-workspace/Source/Network/ServerTrustValidator.swift:7:8: error: no such module 'Security'
5 | // Copyright © 2018 Coinbase, Inc. All rights reserved.
6 | //
7 | import Security
| `- error: no such module 'Security'
8 | import Foundation
9 |
[60/245] Compiling RxSwift Error.swift
/host/spi-builder-workspace/Source/Network/ServerTrustValidator.swift:7:8: error: no such module 'Security'
5 | // Copyright © 2018 Coinbase, Inc. All rights reserved.
6 | //
7 | import Security
| `- error: no such module 'Security'
8 | import Foundation
9 |
[61/245] Compiling RxSwift Errors.swift
/host/spi-builder-workspace/Source/Network/ServerTrustValidator.swift:7:8: error: no such module 'Security'
5 | // Copyright © 2018 Coinbase, Inc. All rights reserved.
6 | //
7 | import Security
| `- error: no such module 'Security'
8 | import Foundation
9 |
[62/245] Compiling RxSwift Event.swift
/host/spi-builder-workspace/Source/Network/ServerTrustValidator.swift:7:8: error: no such module 'Security'
5 | // Copyright © 2018 Coinbase, Inc. All rights reserved.
6 | //
7 | import Security
| `- error: no such module 'Security'
8 | import Foundation
9 |
[63/245] Compiling RxSwift Filter.swift
/host/spi-builder-workspace/Source/Network/ServerTrustValidator.swift:7:8: error: no such module 'Security'
5 | // Copyright © 2018 Coinbase, Inc. All rights reserved.
6 | //
7 | import Security
| `- error: no such module 'Security'
8 | import Foundation
9 |
[64/245] Compiling RxSwift First.swift
/host/spi-builder-workspace/Source/Network/ServerTrustValidator.swift:7:8: error: no such module 'Security'
5 | // Copyright © 2018 Coinbase, Inc. All rights reserved.
6 | //
7 | import Security
| `- error: no such module 'Security'
8 | import Foundation
9 |
[65/245] Compiling RxSwift Generate.swift
/host/spi-builder-workspace/Source/Network/ServerTrustValidator.swift:7:8: error: no such module 'Security'
5 | // Copyright © 2018 Coinbase, Inc. All rights reserved.
6 | //
7 | import Security
| `- error: no such module 'Security'
8 | import Foundation
9 |
[66/245] Compiling RxSwift GroupBy.swift
/host/spi-builder-workspace/Source/Network/ServerTrustValidator.swift:7:8: error: no such module 'Security'
5 | // Copyright © 2018 Coinbase, Inc. All rights reserved.
6 | //
7 | import Security
| `- error: no such module 'Security'
8 | import Foundation
9 |
[67/245] Compiling RxSwift CombineLatest+arity.swift
/host/spi-builder-workspace/Source/Network/ServerTrustValidator.swift:7:8: error: no such module 'Security'
5 | // Copyright © 2018 Coinbase, Inc. All rights reserved.
6 | //
7 | import Security
| `- error: no such module 'Security'
8 | import Foundation
9 |
[68/245] Compiling RxSwift CombineLatest.swift
/host/spi-builder-workspace/Source/Network/ServerTrustValidator.swift:7:8: error: no such module 'Security'
5 | // Copyright © 2018 Coinbase, Inc. All rights reserved.
6 | //
7 | import Security
| `- error: no such module 'Security'
8 | import Foundation
9 |
[69/245] Compiling RxSwift Completable+AndThen.swift
/host/spi-builder-workspace/Source/Network/ServerTrustValidator.swift:7:8: error: no such module 'Security'
5 | // Copyright © 2018 Coinbase, Inc. All rights reserved.
6 | //
7 | import Security
| `- error: no such module 'Security'
8 | import Foundation
9 |
[70/245] Compiling RxSwift Completable.swift
/host/spi-builder-workspace/Source/Network/ServerTrustValidator.swift:7:8: error: no such module 'Security'
5 | // Copyright © 2018 Coinbase, Inc. All rights reserved.
6 | //
7 | import Security
| `- error: no such module 'Security'
8 | import Foundation
9 |
[71/245] Compiling RxSwift AddRef.swift
/host/spi-builder-workspace/Source/Network/ServerTrustValidator.swift:7:8: error: no such module 'Security'
5 | // Copyright © 2018 Coinbase, Inc. All rights reserved.
6 | //
7 | import Security
| `- error: no such module 'Security'
8 | import Foundation
9 |
[72/245] Compiling RxSwift Amb.swift
/host/spi-builder-workspace/Source/Network/ServerTrustValidator.swift:7:8: error: no such module 'Security'
5 | // Copyright © 2018 Coinbase, Inc. All rights reserved.
6 | //
7 | import Security
| `- error: no such module 'Security'
8 | import Foundation
9 |
[73/245] Compiling RxSwift AnonymousDisposable.swift
/host/spi-builder-workspace/Source/Network/ServerTrustValidator.swift:7:8: error: no such module 'Security'
5 | // Copyright © 2018 Coinbase, Inc. All rights reserved.
6 | //
7 | import Security
| `- error: no such module 'Security'
8 | import Foundation
9 |
[74/245] Compiling RxSwift AnonymousObserver.swift
/host/spi-builder-workspace/Source/Network/ServerTrustValidator.swift:7:8: error: no such module 'Security'
5 | // Copyright © 2018 Coinbase, Inc. All rights reserved.
6 | //
7 | import Security
| `- error: no such module 'Security'
8 | import Foundation
9 |
[75/245] Compiling RxSwift AnyObserver.swift
/host/spi-builder-workspace/Source/Network/ServerTrustValidator.swift:7:8: error: no such module 'Security'
5 | // Copyright © 2018 Coinbase, Inc. All rights reserved.
6 | //
7 | import Security
| `- error: no such module 'Security'
8 | import Foundation
9 |
[76/245] Compiling RxSwift AsMaybe.swift
/host/spi-builder-workspace/Source/Network/ServerTrustValidator.swift:7:8: error: no such module 'Security'
5 | // Copyright © 2018 Coinbase, Inc. All rights reserved.
6 | //
7 | import Security
| `- error: no such module 'Security'
8 | import Foundation
9 |
[77/245] Compiling RxSwift AsSingle.swift
/host/spi-builder-workspace/Source/Network/ServerTrustValidator.swift:7:8: error: no such module 'Security'
5 | // Copyright © 2018 Coinbase, Inc. All rights reserved.
6 | //
7 | import Security
| `- error: no such module 'Security'
8 | import Foundation
9 |
[78/245] Compiling RxSwift AsyncLock.swift
/host/spi-builder-workspace/Source/Network/ServerTrustValidator.swift:7:8: error: no such module 'Security'
5 | // Copyright © 2018 Coinbase, Inc. All rights reserved.
6 | //
7 | import Security
| `- error: no such module 'Security'
8 | import Foundation
9 |
[79/245] Compiling RxSwift AsyncSubject.swift
/host/spi-builder-workspace/Source/Network/ServerTrustValidator.swift:7:8: error: no such module 'Security'
5 | // Copyright © 2018 Coinbase, Inc. All rights reserved.
6 | //
7 | import Security
| `- error: no such module 'Security'
8 | import Foundation
9 |
[80/245] Compiling RxSwift AtomicInt.swift
/host/spi-builder-workspace/Source/Network/ServerTrustValidator.swift:7:8: error: no such module 'Security'
5 | // Copyright © 2018 Coinbase, Inc. All rights reserved.
6 | //
7 | import Security
| `- error: no such module 'Security'
8 | import Foundation
9 |
[81/245] Compiling RxSwift Bag+Rx.swift
/host/spi-builder-workspace/Source/Network/ServerTrustValidator.swift:7:8: error: no such module 'Security'
5 | // Copyright © 2018 Coinbase, Inc. All rights reserved.
6 | //
7 | import Security
| `- error: no such module 'Security'
8 | import Foundation
9 |
[82/245] Compiling RxSwift Bag.swift
/host/spi-builder-workspace/Source/Network/ServerTrustValidator.swift:7:8: error: no such module 'Security'
5 | // Copyright © 2018 Coinbase, Inc. All rights reserved.
6 | //
7 | import Security
| `- error: no such module 'Security'
8 | import Foundation
9 |
[83/245] Compiling RxSwift BehaviorSubject.swift
/host/spi-builder-workspace/Source/Network/ServerTrustValidator.swift:7:8: error: no such module 'Security'
5 | // Copyright © 2018 Coinbase, Inc. All rights reserved.
6 | //
7 | import Security
| `- error: no such module 'Security'
8 | import Foundation
9 |
[84/245] Compiling RxSwift BinaryDisposable.swift
/host/spi-builder-workspace/Source/Network/ServerTrustValidator.swift:7:8: error: no such module 'Security'
5 | // Copyright © 2018 Coinbase, Inc. All rights reserved.
6 | //
7 | import Security
| `- error: no such module 'Security'
8 | import Foundation
9 |
[85/245] Compiling RxSwift BooleanDisposable.swift
/host/spi-builder-workspace/Source/Network/ServerTrustValidator.swift:7:8: error: no such module 'Security'
5 | // Copyright © 2018 Coinbase, Inc. All rights reserved.
6 | //
7 | import Security
| `- error: no such module 'Security'
8 | import Foundation
9 |
[86/245] Compiling RxSwift Buffer.swift
/host/spi-builder-workspace/Source/Network/ServerTrustValidator.swift:7:8: error: no such module 'Security'
5 | // Copyright © 2018 Coinbase, Inc. All rights reserved.
6 | //
7 | import Security
| `- error: no such module 'Security'
8 | import Foundation
9 |
[87/245] Compiling RxSwift Cancelable.swift
/host/spi-builder-workspace/Source/Network/ServerTrustValidator.swift:7:8: error: no such module 'Security'
5 | // Copyright © 2018 Coinbase, Inc. All rights reserved.
6 | //
7 | import Security
| `- error: no such module 'Security'
8 | import Foundation
9 |
[88/245] Compiling RxSwift Catch.swift
/host/spi-builder-workspace/Source/Network/ServerTrustValidator.swift:7:8: error: no such module 'Security'
5 | // Copyright © 2018 Coinbase, Inc. All rights reserved.
6 | //
7 | import Security
| `- error: no such module 'Security'
8 | import Foundation
9 |
[89/245] Compiling RxSwift CombineLatest+Collection.swift
/host/spi-builder-workspace/Source/Network/ServerTrustValidator.swift:7:8: error: no such module 'Security'
5 | // Copyright © 2018 Coinbase, Inc. All rights reserved.
6 | //
7 | import Security
| `- error: no such module 'Security'
8 | import Foundation
9 |
[90/245] Compiling RxSwift DeprecationWarner.swift
/host/spi-builder-workspace/Source/Network/ServerTrustValidator.swift:7:8: error: no such module 'Security'
5 | // Copyright © 2018 Coinbase, Inc. All rights reserved.
6 | //
7 | import Security
| `- error: no such module 'Security'
8 | import Foundation
9 |
[91/245] Compiling RxSwift DispatchQueue+Extensions.swift
/host/spi-builder-workspace/Source/Network/ServerTrustValidator.swift:7:8: error: no such module 'Security'
5 | // Copyright © 2018 Coinbase, Inc. All rights reserved.
6 | //
7 | import Security
| `- error: no such module 'Security'
8 | import Foundation
9 |
[92/245] Compiling RxSwift DispatchQueueConfiguration.swift
/host/spi-builder-workspace/Source/Network/ServerTrustValidator.swift:7:8: error: no such module 'Security'
5 | // Copyright © 2018 Coinbase, Inc. All rights reserved.
6 | //
7 | import Security
| `- error: no such module 'Security'
8 | import Foundation
9 |
[93/245] Compiling RxSwift Disposable.swift
/host/spi-builder-workspace/Source/Network/ServerTrustValidator.swift:7:8: error: no such module 'Security'
5 | // Copyright © 2018 Coinbase, Inc. All rights reserved.
6 | //
7 | import Security
| `- error: no such module 'Security'
8 | import Foundation
9 |
[94/245] Compiling RxSwift Disposables.swift
/host/spi-builder-workspace/Source/Network/ServerTrustValidator.swift:7:8: error: no such module 'Security'
5 | // Copyright © 2018 Coinbase, Inc. All rights reserved.
6 | //
7 | import Security
| `- error: no such module 'Security'
8 | import Foundation
9 |
[95/245] Compiling RxSwift DisposeBag.swift
/host/spi-builder-workspace/Source/Network/ServerTrustValidator.swift:7:8: error: no such module 'Security'
5 | // Copyright © 2018 Coinbase, Inc. All rights reserved.
6 | //
7 | import Security
| `- error: no such module 'Security'
8 | import Foundation
9 |
[96/245] Compiling RxSwift DisposeBase.swift
/host/spi-builder-workspace/Source/Network/ServerTrustValidator.swift:7:8: error: no such module 'Security'
5 | // Copyright © 2018 Coinbase, Inc. All rights reserved.
6 | //
7 | import Security
| `- error: no such module 'Security'
8 | import Foundation
9 |
[97/245] Compiling RxSwift DistinctUntilChanged.swift
/host/spi-builder-workspace/Source/Network/ServerTrustValidator.swift:7:8: error: no such module 'Security'
5 | // Copyright © 2018 Coinbase, Inc. All rights reserved.
6 | //
7 | import Security
| `- error: no such module 'Security'
8 | import Foundation
9 |
[98/245] Compiling RxSwift Do.swift
/host/spi-builder-workspace/Source/Network/ServerTrustValidator.swift:7:8: error: no such module 'Security'
5 | // Copyright © 2018 Coinbase, Inc. All rights reserved.
6 | //
7 | import Security
| `- error: no such module 'Security'
8 | import Foundation
9 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
[99/245] Emitting module CoinbaseSDK
/host/spi-builder-workspace/Source/Network/ServerTrustValidator.swift:7:8: error: no such module 'Security'
5 | // Copyright © 2018 Coinbase, Inc. All rights reserved.
6 | //
7 | import Security
| `- error: no such module 'Security'
8 | import Foundation
9 |
[100/245] Compiling CoinbaseSDK TransactionExpandOption.swift
/host/spi-builder-workspace/Source/Network/ServerTrustValidator.swift:7:8: error: no such module 'Security'
5 | // Copyright © 2018 Coinbase, Inc. All rights reserved.
6 | //
7 | import Security
| `- error: no such module 'Security'
8 | import Foundation
9 |
[101/245] Compiling CoinbaseSDK TransactionResource.swift
/host/spi-builder-workspace/Source/Network/ServerTrustValidator.swift:7:8: error: no such module 'Security'
5 | // Copyright © 2018 Coinbase, Inc. All rights reserved.
6 | //
7 | import Security
| `- error: no such module 'Security'
8 | import Foundation
9 |
[102/245] Compiling CoinbaseSDK TransactionsAPI.swift
/host/spi-builder-workspace/Source/Network/ServerTrustValidator.swift:7:8: error: no such module 'Security'
5 | // Copyright © 2018 Coinbase, Inc. All rights reserved.
6 | //
7 | import Security
| `- error: no such module 'Security'
8 | import Foundation
9 |
[103/245] Compiling CoinbaseSDK AuthorizationInfo.swift
/host/spi-builder-workspace/Source/Network/ServerTrustValidator.swift:7:8: error: no such module 'Security'
5 | // Copyright © 2018 Coinbase, Inc. All rights reserved.
6 | //
7 | import Security
| `- error: no such module 'Security'
8 | import Foundation
9 |
[104/245] Compiling CoinbaseSDK Country.swift
/host/spi-builder-workspace/Source/Network/ServerTrustValidator.swift:7:8: error: no such module 'Security'
5 | // Copyright © 2018 Coinbase, Inc. All rights reserved.
6 | //
7 | import Security
| `- error: no such module 'Security'
8 | import Foundation
9 |
[105/245] Compiling CoinbaseSDK User.swift
/host/spi-builder-workspace/Source/Network/ServerTrustValidator.swift:7:8: error: no such module 'Security'
5 | // Copyright © 2018 Coinbase, Inc. All rights reserved.
6 | //
7 | import Security
| `- error: no such module 'Security'
8 | import Foundation
9 |
[106/245] Compiling CoinbaseSDK UserResource.swift
/host/spi-builder-workspace/Source/Network/ServerTrustValidator.swift:7:8: error: no such module 'Security'
5 | // Copyright © 2018 Coinbase, Inc. All rights reserved.
6 | //
7 | import Security
| `- error: no such module 'Security'
8 | import Foundation
9 |
[107/245] Compiling CoinbaseSDK UsersAPI.swift
/host/spi-builder-workspace/Source/Network/ServerTrustValidator.swift:7:8: error: no such module 'Security'
5 | // Copyright © 2018 Coinbase, Inc. All rights reserved.
6 | //
7 | import Security
| `- error: no such module 'Security'
8 | import Foundation
9 |
[108/245] Compiling CoinbaseSDK Withdrawal.swift
/host/spi-builder-workspace/Source/Network/ServerTrustValidator.swift:7:8: error: no such module 'Security'
5 | // Copyright © 2018 Coinbase, Inc. All rights reserved.
6 | //
7 | import Security
| `- error: no such module 'Security'
8 | import Foundation
9 |
[109/245] Compiling CoinbaseSDK WithdrawalResource.swift
/host/spi-builder-workspace/Source/Network/ServerTrustValidator.swift:7:8: error: no such module 'Security'
5 | // Copyright © 2018 Coinbase, Inc. All rights reserved.
6 | //
7 | import Security
| `- error: no such module 'Security'
8 | import Foundation
9 |
[110/245] Compiling CoinbaseSDK Array+rawValues.swift
/host/spi-builder-workspace/Source/Network/ServerTrustValidator.swift:7:8: error: no such module 'Security'
5 | // Copyright © 2018 Coinbase, Inc. All rights reserved.
6 | //
7 | import Security
| `- error: no such module 'Security'
8 | import Foundation
9 |
[111/245] Compiling CoinbaseSDK DictionaryConvertible.swift
/host/spi-builder-workspace/Source/Network/ServerTrustValidator.swift:7:8: error: no such module 'Security'
5 | // Copyright © 2018 Coinbase, Inc. All rights reserved.
6 | //
7 | import Security
| `- error: no such module 'Security'
8 | import Foundation
9 |
[112/245] Compiling CoinbaseSDK Logging.swift
/host/spi-builder-workspace/Source/Network/ServerTrustValidator.swift:7:8: error: no such module 'Security'
5 | // Copyright © 2018 Coinbase, Inc. All rights reserved.
6 | //
7 | import Security
| `- error: no such module 'Security'
8 | import Foundation
9 |
/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 | }
BUILD FAILURE 6.1 android