Build Information
Failed to build CoinbaseSDK, reference master (3548d4), with Swift 6.3 for Android on 10 Apr 2026 15:14:29 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:android-6.3-latest swift build --swift-sdk aarch64-unknown-linux-android28 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.70.0
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.3
Building package at path: $PWD
https://github.com/coinbase/coinbase-ios-sdk.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:android-6.3-latest swift build --swift-sdk aarch64-unknown-linux-android28 2>&1
android-6.3-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:9008270ea37a55e78725e6225015adb5eff8582da520c5232bf0499f32c36dc4
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:android-6.3-latest
Fetching https://github.com/ReactiveX/RxSwift.git
[1/54305] Fetching rxswift
Fetched https://github.com/ReactiveX/RxSwift.git from cache (6.17s)
Computing version for https://github.com/ReactiveX/RxSwift.git
Computed https://github.com/ReactiveX/RxSwift.git at 4.5.0 (6.65s)
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--4F562202D5529B1.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 {
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/CurrentThreadScheduler.swift:52:40: error: cannot find type 'pthread_key_t' in scope
50 |
51 | private static var isScheduleRequiredKey: pthread_key_t = { () -> pthread_key_t in
52 | let key = UnsafeMutablePointer<pthread_key_t>.allocate(capacity: 1)
| `- error: cannot find type 'pthread_key_t' in scope
53 | defer {
54 | #if swift(>=4.1)
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/CurrentThreadScheduler.swift:61:15: error: cannot find 'pthread_key_create' in scope
59 | }
60 |
61 | guard pthread_key_create(key, nil) == 0 else {
| `- error: cannot find 'pthread_key_create' in scope
62 | rxFatalError("isScheduleRequired key creation failed")
63 | }
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/CurrentThreadScheduler.swift:51:71: 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 RxSwift SynchronizedOnType.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 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 |
[10/267] 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 |
[11/267] 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 |
[12/267] 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 |
[13/267] 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 |
[14/267] 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 |
[15/267] 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 |
[16/267] 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 |
[17/267] Compiling CoinbaseSDK PaymentMethodResource.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 PaymentMethodsAPI.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 Price.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 PricesAPI.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 CoinbaseSDK PricesResource.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 CoinbaseSDK Sell.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 CoinbaseSDK SellResource.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 CoinbaseSDK TimeAPI.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 CoinbaseSDK TimeInfo.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 CoinbaseSDK TimeResource.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 CoinbaseSDK TokenResource.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 CoinbaseSDK TokensAPI.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 CoinbaseSDK UserToken.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 CoinbaseSDK BuySellParameters.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 CoinbaseSDK DepositWithdrawalParameters.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 CoinbaseSDK TradeParameters.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 CoinbaseSDK Trade.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 CoinbaseSDK TradeExpandOption.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/267] Compiling CoinbaseSDK TradeResourceProtocol.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/267] 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 |
[37/267] 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 |
[38/267] 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 |
[39/267] 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 |
[40/267] 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 |
[41/267] 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 |
[42/267] 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 |
[43/267] 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 |
[44/267] 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 |
[45/267] 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 |
[46/267] Compiling RxSwift ShareReplayScope.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/267] Compiling RxSwift Single.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/267] Compiling RxSwift SingleAssignmentDisposable.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/267] Compiling RxSwift SingleAsync.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/267] Compiling RxSwift Sink.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/267] Compiling RxSwift Skip.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/267] Compiling RxSwift SkipUntil.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/267] Compiling RxSwift SkipWhile.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/267] Compiling RxSwift StartWith.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/267] Compiling RxSwift String+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 |
[56/267] Compiling RxSwift SubjectType.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/267] Compiling RxSwift SubscribeOn.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/267] Compiling RxSwift SubscriptionDisposable.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/267] Compiling RxSwift SwiftSupport.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/267] Compiling RxSwift Switch.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/267] Compiling RxSwift SwitchIfEmpty.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/267] Compiling RxSwift SynchronizedDisposeType.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/267] Compiling CoinbaseSDK AccountResource.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/267] Compiling CoinbaseSDK AccountsAPI.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/267] Compiling CoinbaseSDK Account.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/267] Compiling CoinbaseSDK Currency.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/267] Compiling CoinbaseSDK Address.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/267] Compiling CoinbaseSDK AddressResource.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/267] Compiling CoinbaseSDK AddressesAPI.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/267] Compiling CoinbaseSDK BaseResource.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/267] Compiling CoinbaseSDK Buy.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/267] Compiling CoinbaseSDK BuyResource.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/267] Compiling CoinbaseSDK CurrenciesAPI.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 CoinbaseSDK CurrenciesResource.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 CoinbaseSDK CurrencyInfo.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 CoinbaseSDK Deposit.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 CombineLatest+arity.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:52:40: error: cannot find type 'pthread_key_t' in scope
50 |
51 | private static var isScheduleRequiredKey: pthread_key_t = { () -> pthread_key_t in
52 | let key = UnsafeMutablePointer<pthread_key_t>.allocate(capacity: 1)
| `- error: cannot find type 'pthread_key_t' in scope
53 | defer {
54 | #if swift(>=4.1)
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/CurrentThreadScheduler.swift:61:15: error: cannot find 'pthread_key_create' in scope
59 | }
60 |
61 | guard pthread_key_create(key, nil) == 0 else {
| `- error: cannot find 'pthread_key_create' in scope
62 | rxFatalError("isScheduleRequired key creation failed")
63 | }
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/CurrentThreadScheduler.swift:51:71: 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 | }
[78/267] Compiling RxSwift CombineLatest.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:52:40: error: cannot find type 'pthread_key_t' in scope
50 |
51 | private static var isScheduleRequiredKey: pthread_key_t = { () -> pthread_key_t in
52 | let key = UnsafeMutablePointer<pthread_key_t>.allocate(capacity: 1)
| `- error: cannot find type 'pthread_key_t' in scope
53 | defer {
54 | #if swift(>=4.1)
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/CurrentThreadScheduler.swift:61:15: error: cannot find 'pthread_key_create' in scope
59 | }
60 |
61 | guard pthread_key_create(key, nil) == 0 else {
| `- error: cannot find 'pthread_key_create' in scope
62 | rxFatalError("isScheduleRequired key creation failed")
63 | }
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/CurrentThreadScheduler.swift:51:71: 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 | }
[79/267] Compiling RxSwift Completable+AndThen.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:52:40: error: cannot find type 'pthread_key_t' in scope
50 |
51 | private static var isScheduleRequiredKey: pthread_key_t = { () -> pthread_key_t in
52 | let key = UnsafeMutablePointer<pthread_key_t>.allocate(capacity: 1)
| `- error: cannot find type 'pthread_key_t' in scope
53 | defer {
54 | #if swift(>=4.1)
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/CurrentThreadScheduler.swift:61:15: error: cannot find 'pthread_key_create' in scope
59 | }
60 |
61 | guard pthread_key_create(key, nil) == 0 else {
| `- error: cannot find 'pthread_key_create' in scope
62 | rxFatalError("isScheduleRequired key creation failed")
63 | }
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/CurrentThreadScheduler.swift:51:71: 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 | }
[80/267] Compiling RxSwift Completable.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:52:40: error: cannot find type 'pthread_key_t' in scope
50 |
51 | private static var isScheduleRequiredKey: pthread_key_t = { () -> pthread_key_t in
52 | let key = UnsafeMutablePointer<pthread_key_t>.allocate(capacity: 1)
| `- error: cannot find type 'pthread_key_t' in scope
53 | defer {
54 | #if swift(>=4.1)
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/CurrentThreadScheduler.swift:61:15: error: cannot find 'pthread_key_create' in scope
59 | }
60 |
61 | guard pthread_key_create(key, nil) == 0 else {
| `- error: cannot find 'pthread_key_create' in scope
62 | rxFatalError("isScheduleRequired key creation failed")
63 | }
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/CurrentThreadScheduler.swift:51:71: 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 | }
[81/267] Compiling RxSwift CompositeDisposable.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:52:40: error: cannot find type 'pthread_key_t' in scope
50 |
51 | private static var isScheduleRequiredKey: pthread_key_t = { () -> pthread_key_t in
52 | let key = UnsafeMutablePointer<pthread_key_t>.allocate(capacity: 1)
| `- error: cannot find type 'pthread_key_t' in scope
53 | defer {
54 | #if swift(>=4.1)
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/CurrentThreadScheduler.swift:61:15: error: cannot find 'pthread_key_create' in scope
59 | }
60 |
61 | guard pthread_key_create(key, nil) == 0 else {
| `- error: cannot find 'pthread_key_create' in scope
62 | rxFatalError("isScheduleRequired key creation failed")
63 | }
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/CurrentThreadScheduler.swift:51:71: 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 | }
[82/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 |
[83/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 |
[84/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 |
[85/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 |
[86/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 |
[87/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 |
[88/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 |
[89/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 |
[90/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 |
[91/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 |
[92/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 |
[93/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 |
[94/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 |
[95/267] Compiling RxSwift Concat.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:52:40: error: cannot find type 'pthread_key_t' in scope
50 |
51 | private static var isScheduleRequiredKey: pthread_key_t = { () -> pthread_key_t in
52 | let key = UnsafeMutablePointer<pthread_key_t>.allocate(capacity: 1)
| `- error: cannot find type 'pthread_key_t' in scope
53 | defer {
54 | #if swift(>=4.1)
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/CurrentThreadScheduler.swift:61:15: error: cannot find 'pthread_key_create' in scope
59 | }
60 |
61 | guard pthread_key_create(key, nil) == 0 else {
| `- error: cannot find 'pthread_key_create' in scope
62 | rxFatalError("isScheduleRequired key creation failed")
63 | }
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/CurrentThreadScheduler.swift:51:71: 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 | }
[96/267] Compiling RxSwift ConcurrentDispatchQueueScheduler.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:52:40: error: cannot find type 'pthread_key_t' in scope
50 |
51 | private static var isScheduleRequiredKey: pthread_key_t = { () -> pthread_key_t in
52 | let key = UnsafeMutablePointer<pthread_key_t>.allocate(capacity: 1)
| `- error: cannot find type 'pthread_key_t' in scope
53 | defer {
54 | #if swift(>=4.1)
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/CurrentThreadScheduler.swift:61:15: error: cannot find 'pthread_key_create' in scope
59 | }
60 |
61 | guard pthread_key_create(key, nil) == 0 else {
| `- error: cannot find 'pthread_key_create' in scope
62 | rxFatalError("isScheduleRequired key creation failed")
63 | }
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/CurrentThreadScheduler.swift:51:71: 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 | }
[97/267] Compiling RxSwift ConcurrentMainScheduler.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:52:40: error: cannot find type 'pthread_key_t' in scope
50 |
51 | private static var isScheduleRequiredKey: pthread_key_t = { () -> pthread_key_t in
52 | let key = UnsafeMutablePointer<pthread_key_t>.allocate(capacity: 1)
| `- error: cannot find type 'pthread_key_t' in scope
53 | defer {
54 | #if swift(>=4.1)
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/CurrentThreadScheduler.swift:61:15: error: cannot find 'pthread_key_create' in scope
59 | }
60 |
61 | guard pthread_key_create(key, nil) == 0 else {
| `- error: cannot find 'pthread_key_create' in scope
62 | rxFatalError("isScheduleRequired key creation failed")
63 | }
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/CurrentThreadScheduler.swift:51:71: 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 | }
[98/267] Compiling RxSwift ConnectableObservableType.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:52:40: error: cannot find type 'pthread_key_t' in scope
50 |
51 | private static var isScheduleRequiredKey: pthread_key_t = { () -> pthread_key_t in
52 | let key = UnsafeMutablePointer<pthread_key_t>.allocate(capacity: 1)
| `- error: cannot find type 'pthread_key_t' in scope
53 | defer {
54 | #if swift(>=4.1)
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/CurrentThreadScheduler.swift:61:15: error: cannot find 'pthread_key_create' in scope
59 | }
60 |
61 | guard pthread_key_create(key, nil) == 0 else {
| `- error: cannot find 'pthread_key_create' in scope
62 | rxFatalError("isScheduleRequired key creation failed")
63 | }
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/CurrentThreadScheduler.swift:51:71: 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:52:40: error: cannot find type 'pthread_key_t' in scope
50 |
51 | private static var isScheduleRequiredKey: pthread_key_t = { () -> pthread_key_t in
52 | let key = UnsafeMutablePointer<pthread_key_t>.allocate(capacity: 1)
| `- error: cannot find type 'pthread_key_t' in scope
53 | defer {
54 | #if swift(>=4.1)
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/CurrentThreadScheduler.swift:61:15: error: cannot find 'pthread_key_create' in scope
59 | }
60 |
61 | guard pthread_key_create(key, nil) == 0 else {
| `- error: cannot find 'pthread_key_create' in scope
62 | rxFatalError("isScheduleRequired key creation failed")
63 | }
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/CurrentThreadScheduler.swift:51:71: 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:52:40: error: cannot find type 'pthread_key_t' in scope
50 |
51 | private static var isScheduleRequiredKey: pthread_key_t = { () -> pthread_key_t in
52 | let key = UnsafeMutablePointer<pthread_key_t>.allocate(capacity: 1)
| `- error: cannot find type 'pthread_key_t' in scope
53 | defer {
54 | #if swift(>=4.1)
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/CurrentThreadScheduler.swift:61:15: error: cannot find 'pthread_key_create' in scope
59 | }
60 |
61 | guard pthread_key_create(key, nil) == 0 else {
| `- error: cannot find 'pthread_key_create' in scope
62 | rxFatalError("isScheduleRequired key creation failed")
63 | }
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/CurrentThreadScheduler.swift:51:71: 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:52:40: error: cannot find type 'pthread_key_t' in scope
50 |
51 | private static var isScheduleRequiredKey: pthread_key_t = { () -> pthread_key_t in
52 | let key = UnsafeMutablePointer<pthread_key_t>.allocate(capacity: 1)
| `- error: cannot find type 'pthread_key_t' in scope
53 | defer {
54 | #if swift(>=4.1)
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/CurrentThreadScheduler.swift:61:15: error: cannot find 'pthread_key_create' in scope
59 | }
60 |
61 | guard pthread_key_create(key, nil) == 0 else {
| `- error: cannot find 'pthread_key_create' in scope
62 | rxFatalError("isScheduleRequired key creation failed")
63 | }
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/CurrentThreadScheduler.swift:51:71: 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:52:40: error: cannot find type 'pthread_key_t' in scope
50 |
51 | private static var isScheduleRequiredKey: pthread_key_t = { () -> pthread_key_t in
52 | let key = UnsafeMutablePointer<pthread_key_t>.allocate(capacity: 1)
| `- error: cannot find type 'pthread_key_t' in scope
53 | defer {
54 | #if swift(>=4.1)
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/CurrentThreadScheduler.swift:61:15: error: cannot find 'pthread_key_create' in scope
59 | }
60 |
61 | guard pthread_key_create(key, nil) == 0 else {
| `- error: cannot find 'pthread_key_create' in scope
62 | rxFatalError("isScheduleRequired key creation failed")
63 | }
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/CurrentThreadScheduler.swift:51:71: 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:52:40: error: cannot find type 'pthread_key_t' in scope
50 |
51 | private static var isScheduleRequiredKey: pthread_key_t = { () -> pthread_key_t in
52 | let key = UnsafeMutablePointer<pthread_key_t>.allocate(capacity: 1)
| `- error: cannot find type 'pthread_key_t' in scope
53 | defer {
54 | #if swift(>=4.1)
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/CurrentThreadScheduler.swift:61:15: error: cannot find 'pthread_key_create' in scope
59 | }
60 |
61 | guard pthread_key_create(key, nil) == 0 else {
| `- error: cannot find 'pthread_key_create' in scope
62 | rxFatalError("isScheduleRequired key creation failed")
63 | }
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/CurrentThreadScheduler.swift:51:71: 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:52:40: error: cannot find type 'pthread_key_t' in scope
50 |
51 | private static var isScheduleRequiredKey: pthread_key_t = { () -> pthread_key_t in
52 | let key = UnsafeMutablePointer<pthread_key_t>.allocate(capacity: 1)
| `- error: cannot find type 'pthread_key_t' in scope
53 | defer {
54 | #if swift(>=4.1)
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/CurrentThreadScheduler.swift:61:15: error: cannot find 'pthread_key_create' in scope
59 | }
60 |
61 | guard pthread_key_create(key, nil) == 0 else {
| `- error: cannot find 'pthread_key_create' in scope
62 | rxFatalError("isScheduleRequired key creation failed")
63 | }
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/CurrentThreadScheduler.swift:51:71: 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:52:40: error: cannot find type 'pthread_key_t' in scope
50 |
51 | private static var isScheduleRequiredKey: pthread_key_t = { () -> pthread_key_t in
52 | let key = UnsafeMutablePointer<pthread_key_t>.allocate(capacity: 1)
| `- error: cannot find type 'pthread_key_t' in scope
53 | defer {
54 | #if swift(>=4.1)
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/CurrentThreadScheduler.swift:61:15: error: cannot find 'pthread_key_create' in scope
59 | }
60 |
61 | guard pthread_key_create(key, nil) == 0 else {
| `- error: cannot find 'pthread_key_create' in scope
62 | rxFatalError("isScheduleRequired key creation failed")
63 | }
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/CurrentThreadScheduler.swift:51:71: 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:52:40: error: cannot find type 'pthread_key_t' in scope
50 |
51 | private static var isScheduleRequiredKey: pthread_key_t = { () -> pthread_key_t in
52 | let key = UnsafeMutablePointer<pthread_key_t>.allocate(capacity: 1)
| `- error: cannot find type 'pthread_key_t' in scope
53 | defer {
54 | #if swift(>=4.1)
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/CurrentThreadScheduler.swift:61:15: error: cannot find 'pthread_key_create' in scope
59 | }
60 |
61 | guard pthread_key_create(key, nil) == 0 else {
| `- error: cannot find 'pthread_key_create' in scope
62 | rxFatalError("isScheduleRequired key creation failed")
63 | }
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/CurrentThreadScheduler.swift:51:71: 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:52:40: error: cannot find type 'pthread_key_t' in scope
50 |
51 | private static var isScheduleRequiredKey: pthread_key_t = { () -> pthread_key_t in
52 | let key = UnsafeMutablePointer<pthread_key_t>.allocate(capacity: 1)
| `- error: cannot find type 'pthread_key_t' in scope
53 | defer {
54 | #if swift(>=4.1)
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/CurrentThreadScheduler.swift:61:15: error: cannot find 'pthread_key_create' in scope
59 | }
60 |
61 | guard pthread_key_create(key, nil) == 0 else {
| `- error: cannot find 'pthread_key_create' in scope
62 | rxFatalError("isScheduleRequired key creation failed")
63 | }
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/CurrentThreadScheduler.swift:51:71: 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:52:40: error: cannot find type 'pthread_key_t' in scope
50 |
51 | private static var isScheduleRequiredKey: pthread_key_t = { () -> pthread_key_t in
52 | let key = UnsafeMutablePointer<pthread_key_t>.allocate(capacity: 1)
| `- error: cannot find type 'pthread_key_t' in scope
53 | defer {
54 | #if swift(>=4.1)
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/CurrentThreadScheduler.swift:61:15: error: cannot find 'pthread_key_create' in scope
59 | }
60 |
61 | guard pthread_key_create(key, nil) == 0 else {
| `- error: cannot find 'pthread_key_create' in scope
62 | rxFatalError("isScheduleRequired key creation failed")
63 | }
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/CurrentThreadScheduler.swift:51:71: 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 | }
[109/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 |
[110/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 |
[111/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 |
[112/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 |
[113/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 |
[114/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 |
[115/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 |
[116/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 |
[117/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 |
[118/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 |
[119/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 |
[120/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 |
[121/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 |
[122/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 |
/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 {
[137/267] Compiling RxSwift Producer.swift
/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 {
[138/267] Compiling RxSwift PublishSubject.swift
/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 {
[139/267] Compiling RxSwift Queue.swift
/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 {
[140/267] Compiling RxSwift Range.swift
/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 {
[141/267] Compiling RxSwift Reactive.swift
/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/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 |
[172/267] Compiling RxSwift First.swift
[173/267] Compiling RxSwift Generate.swift
[174/267] Compiling RxSwift GroupBy.swift
[175/267] Compiling RxSwift GroupedObservable.swift
[176/267] Compiling RxSwift HistoricalScheduler.swift
[177/267] Compiling RxSwift HistoricalSchedulerTimeConverter.swift
[178/267] Compiling RxSwift ImmediateSchedulerType.swift
[179/267] Compiling RxSwift InfiniteSequence.swift
[180/267] Compiling RxSwift InvocableScheduledItem.swift
[181/267] Compiling RxSwift InvocableType.swift
[182/267] Compiling RxSwift Just.swift
[183/267] Compiling RxSwift Lock.swift
[184/267] Compiling RxSwift LockOwnerType.swift
[185/267] Compiling RxSwift MainScheduler.swift
[186/267] Compiling RxSwift Map.swift
[187/267] Compiling RxSwift Materialize.swift
[188/267] Compiling RxSwift Maybe.swift
[189/267] Compiling RxSwift Merge.swift
[190/267] Compiling RxSwift Multicast.swift
[191/267] Compiling RxSwift Never.swift
[192/267] Compiling RxSwift NopDisposable.swift
[193/267] Compiling RxSwift Observable.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
BUILD FAILURE 6.3 android