Build Information
Failed to build CoinbaseSDK, reference master (3548d4), with Swift 6.3 for Linux on 10 Apr 2026 15:14:27 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/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:basic-6.3-latest swift build --triple x86_64-unknown-linux-gnu 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: linux
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-1":/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:basic-6.3-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.3-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:5a7d791d2ead8a924b1292cb31bf3288eabcfe8880e0b005b00b45b71a5bc36a
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:basic-6.3-latest
Fetching https://github.com/ReactiveX/RxSwift.git
[1/54305] Fetching rxswift
Fetched https://github.com/ReactiveX/RxSwift.git from cache (6.06s)
Computing version for https://github.com/ReactiveX/RxSwift.git
Computed https://github.com/ReactiveX/RxSwift.git at 4.5.0 (6.49s)
Creating working copy for https://github.com/ReactiveX/RxSwift.git
Working copy of https://github.com/ReactiveX/RxSwift.git resolved at 4.5.0
Building for debugging...
[0/5] Write sources
[3/5] Compiling RxAtomic RxAtomic.c
[4/5] Write swift-version-24593BA9C3E375BF.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[6/236] Emitting module CoinbaseSDK
/host/spi-builder-workspace/Source/Network/ServerTrustValidator.swift:7:8: error: no such module 'Security'
5 | // Copyright © 2018 Coinbase, Inc. All rights reserved.
6 | //
7 | import Security
| `- error: no such module 'Security'
8 | import Foundation
9 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
[7/249] Emitting module RxSwift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:11:13: error: cannot inherit from class 'NSLock' (compiled with Swift 6.3) because it has overridable members that could not be loaded in Swift 4.1.50
9 | import class Foundation.NSLock
10 |
11 | final class AtomicInt: NSLock {
| `- error: cannot inherit from class 'NSLock' (compiled with Swift 6.3) because it has overridable members that could not be loaded in Swift 4.1.50
12 | fileprivate var value: Int32
13 | public init(_ value: Int32 = 0) {
[8/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 |
[9/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 |
[10/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 |
[11/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 |
[12/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 |
[13/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 |
[14/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 |
[15/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 |
[16/267] Compiling RxSwift AsyncSubject.swift
/host/spi-builder-workspace/Source/Network/ServerTrustValidator.swift:7:8: error: no such module 'Security'
5 | // Copyright © 2018 Coinbase, Inc. All rights reserved.
6 | //
7 | import Security
| `- error: no such module 'Security'
8 | import Foundation
9 |
[17/267] Compiling RxSwift AtomicInt.swift
/host/spi-builder-workspace/Source/Network/ServerTrustValidator.swift:7:8: error: no such module 'Security'
5 | // Copyright © 2018 Coinbase, Inc. All rights reserved.
6 | //
7 | import Security
| `- error: no such module 'Security'
8 | import Foundation
9 |
[18/267] Compiling RxSwift Bag+Rx.swift
/host/spi-builder-workspace/Source/Network/ServerTrustValidator.swift:7:8: error: no such module 'Security'
5 | // Copyright © 2018 Coinbase, Inc. All rights reserved.
6 | //
7 | import Security
| `- error: no such module 'Security'
8 | import Foundation
9 |
[19/267] Compiling RxSwift Bag.swift
/host/spi-builder-workspace/Source/Network/ServerTrustValidator.swift:7:8: error: no such module 'Security'
5 | // Copyright © 2018 Coinbase, Inc. All rights reserved.
6 | //
7 | import Security
| `- error: no such module 'Security'
8 | import Foundation
9 |
[20/267] Compiling RxSwift BehaviorSubject.swift
/host/spi-builder-workspace/Source/Network/ServerTrustValidator.swift:7:8: error: no such module 'Security'
5 | // Copyright © 2018 Coinbase, Inc. All rights reserved.
6 | //
7 | import Security
| `- error: no such module 'Security'
8 | import Foundation
9 |
[21/267] Compiling RxSwift BinaryDisposable.swift
/host/spi-builder-workspace/Source/Network/ServerTrustValidator.swift:7:8: error: no such module 'Security'
5 | // Copyright © 2018 Coinbase, Inc. All rights reserved.
6 | //
7 | import Security
| `- error: no such module 'Security'
8 | import Foundation
9 |
[22/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 |
[23/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 |
[24/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 |
[25/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 |
[26/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 |
[27/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 |
[28/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 |
[29/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 |
[30/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 |
[31/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 |
[32/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 |
[33/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 |
[34/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 |
[35/267] Compiling CoinbaseSDK TradesAPI.swift
/host/spi-builder-workspace/Source/Network/ServerTrustValidator.swift:7:8: error: no 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 CoinbaseSDK ApplicationModel.swift
/host/spi-builder-workspace/Source/Network/ServerTrustValidator.swift:7:8: error: no 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 CoinbaseSDK CryptoAddress.swift
/host/spi-builder-workspace/Source/Network/ServerTrustValidator.swift:7:8: error: no 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 CoinbaseSDK EmailModel.swift
/host/spi-builder-workspace/Source/Network/ServerTrustValidator.swift:7:8: error: no 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 CoinbaseSDK MoneyHash.swift
/host/spi-builder-workspace/Source/Network/ServerTrustValidator.swift:7:8: error: no 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 CoinbaseSDK ResourceObject.swift
/host/spi-builder-workspace/Source/Network/ServerTrustValidator.swift:7:8: error: no 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 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 |
[42/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 |
[43/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 |
[44/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 |
[45/267] Compiling RxSwift RecursiveLock.swift
/host/spi-builder-workspace/Source/Network/ServerTrustValidator.swift:7:8: error: no such module 'Security'
5 | // Copyright © 2018 Coinbase, Inc. All rights reserved.
6 | //
7 | import Security
| `- error: no such module 'Security'
8 | import Foundation
9 |
[46/267] Compiling RxSwift RecursiveScheduler.swift
/host/spi-builder-workspace/Source/Network/ServerTrustValidator.swift:7:8: error: no such module 'Security'
5 | // Copyright © 2018 Coinbase, Inc. All rights reserved.
6 | //
7 | import Security
| `- error: no such module 'Security'
8 | import Foundation
9 |
[47/267] Compiling RxSwift Reduce.swift
/host/spi-builder-workspace/Source/Network/ServerTrustValidator.swift:7:8: error: no 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 BooleanDisposable.swift
/host/spi-builder-workspace/Source/Network/ServerTrustValidator.swift:7:8: error: no such module 'Security'
5 | // Copyright © 2018 Coinbase, Inc. All rights reserved.
6 | //
7 | import Security
| `- error: no such module 'Security'
8 | import Foundation
9 |
[49/267] Compiling RxSwift Buffer.swift
/host/spi-builder-workspace/Source/Network/ServerTrustValidator.swift:7:8: error: no such module 'Security'
5 | // Copyright © 2018 Coinbase, Inc. All rights reserved.
6 | //
7 | import Security
| `- error: no such module 'Security'
8 | import Foundation
9 |
[50/267] Compiling RxSwift Cancelable.swift
/host/spi-builder-workspace/Source/Network/ServerTrustValidator.swift:7:8: error: no such module 'Security'
5 | // Copyright © 2018 Coinbase, Inc. All rights reserved.
6 | //
7 | import Security
| `- error: no such module 'Security'
8 | import Foundation
9 |
[51/267] Compiling RxSwift Catch.swift
/host/spi-builder-workspace/Source/Network/ServerTrustValidator.swift:7:8: error: no such module 'Security'
5 | // Copyright © 2018 Coinbase, Inc. All rights reserved.
6 | //
7 | import Security
| `- error: no such module 'Security'
8 | import Foundation
9 |
[52/267] Compiling RxSwift CombineLatest+Collection.swift
/host/spi-builder-workspace/Source/Network/ServerTrustValidator.swift:7:8: error: no such module 'Security'
5 | // Copyright © 2018 Coinbase, Inc. All rights reserved.
6 | //
7 | import Security
| `- error: no such module 'Security'
8 | import Foundation
9 |
[53/267] Compiling RxSwift CombineLatest+arity.swift
/host/spi-builder-workspace/Source/Network/ServerTrustValidator.swift:7:8: error: no such module 'Security'
5 | // Copyright © 2018 Coinbase, Inc. All rights reserved.
6 | //
7 | import Security
| `- error: no such module 'Security'
8 | import Foundation
9 |
[54/267] Compiling RxSwift CombineLatest.swift
/host/spi-builder-workspace/Source/Network/ServerTrustValidator.swift:7:8: error: no such module 'Security'
5 | // Copyright © 2018 Coinbase, Inc. All rights reserved.
6 | //
7 | import Security
| `- error: no such module 'Security'
8 | import Foundation
9 |
[55/267] Compiling RxSwift Completable+AndThen.swift
/host/spi-builder-workspace/Source/Network/ServerTrustValidator.swift:7:8: error: no such module 'Security'
5 | // Copyright © 2018 Coinbase, Inc. All rights reserved.
6 | //
7 | import Security
| `- error: no such module 'Security'
8 | import Foundation
9 |
[56/267] Compiling RxSwift Completable.swift
/host/spi-builder-workspace/Source/Network/ServerTrustValidator.swift:7:8: error: no such module 'Security'
5 | // Copyright © 2018 Coinbase, Inc. All rights reserved.
6 | //
7 | import Security
| `- error: no such module 'Security'
8 | import Foundation
9 |
[57/267] Compiling RxSwift CompositeDisposable.swift
/host/spi-builder-workspace/Source/Network/ServerTrustValidator.swift:7:8: error: no such module 'Security'
5 | // Copyright © 2018 Coinbase, Inc. All rights reserved.
6 | //
7 | import Security
| `- error: no such module 'Security'
8 | import Foundation
9 |
[58/267] Compiling RxSwift Concat.swift
/host/spi-builder-workspace/Source/Network/ServerTrustValidator.swift:7:8: error: no such module 'Security'
5 | // Copyright © 2018 Coinbase, Inc. All rights reserved.
6 | //
7 | import Security
| `- error: no such module 'Security'
8 | import Foundation
9 |
[59/267] Compiling RxSwift ConcurrentDispatchQueueScheduler.swift
/host/spi-builder-workspace/Source/Network/ServerTrustValidator.swift:7:8: error: no such module 'Security'
5 | // Copyright © 2018 Coinbase, Inc. All rights reserved.
6 | //
7 | import Security
| `- error: no such module 'Security'
8 | import Foundation
9 |
[60/267] Compiling RxSwift ConcurrentMainScheduler.swift
/host/spi-builder-workspace/Source/Network/ServerTrustValidator.swift:7:8: error: no such module 'Security'
5 | // Copyright © 2018 Coinbase, Inc. All rights reserved.
6 | //
7 | import Security
| `- error: no such module 'Security'
8 | import Foundation
9 |
[61/267] Compiling RxSwift ConnectableObservableType.swift
/host/spi-builder-workspace/Source/Network/ServerTrustValidator.swift:7:8: error: no such module 'Security'
5 | // Copyright © 2018 Coinbase, Inc. All rights reserved.
6 | //
7 | import Security
| `- error: no such module 'Security'
8 | import Foundation
9 |
[62/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 |
[63/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 |
[64/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 |
[65/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 |
[66/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 |
[67/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 |
[68/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 |
[69/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 |
[70/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 |
[71/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 |
[72/267] Compiling RxSwift DeprecationWarner.swift
/host/spi-builder-workspace/Source/Network/ServerTrustValidator.swift:7:8: error: no such module 'Security'
5 | // Copyright © 2018 Coinbase, Inc. All rights reserved.
6 | //
7 | import Security
| `- error: no such module 'Security'
8 | import Foundation
9 |
[73/267] Compiling RxSwift DispatchQueue+Extensions.swift
/host/spi-builder-workspace/Source/Network/ServerTrustValidator.swift:7:8: error: no such module 'Security'
5 | // Copyright © 2018 Coinbase, Inc. All rights reserved.
6 | //
7 | import Security
| `- error: no such module 'Security'
8 | import Foundation
9 |
[74/267] Compiling RxSwift DispatchQueueConfiguration.swift
/host/spi-builder-workspace/Source/Network/ServerTrustValidator.swift:7:8: error: no such module 'Security'
5 | // Copyright © 2018 Coinbase, Inc. All rights reserved.
6 | //
7 | import Security
| `- error: no such module 'Security'
8 | import Foundation
9 |
[75/267] Compiling RxSwift Disposable.swift
/host/spi-builder-workspace/Source/Network/ServerTrustValidator.swift:7:8: error: no such module 'Security'
5 | // Copyright © 2018 Coinbase, Inc. All rights reserved.
6 | //
7 | import Security
| `- error: no such module 'Security'
8 | import Foundation
9 |
[76/267] Compiling RxSwift Disposables.swift
/host/spi-builder-workspace/Source/Network/ServerTrustValidator.swift:7:8: error: no such module 'Security'
5 | // Copyright © 2018 Coinbase, Inc. All rights reserved.
6 | //
7 | import Security
| `- error: no such module 'Security'
8 | import Foundation
9 |
[77/267] Compiling RxSwift DisposeBag.swift
/host/spi-builder-workspace/Source/Network/ServerTrustValidator.swift:7:8: error: no such module 'Security'
5 | // Copyright © 2018 Coinbase, Inc. All rights reserved.
6 | //
7 | import Security
| `- error: no such module 'Security'
8 | import Foundation
9 |
[78/267] Compiling RxSwift DisposeBase.swift
/host/spi-builder-workspace/Source/Network/ServerTrustValidator.swift:7:8: error: no such module 'Security'
5 | // Copyright © 2018 Coinbase, Inc. All rights reserved.
6 | //
7 | import Security
| `- error: no such module 'Security'
8 | import Foundation
9 |
[79/267] Compiling RxSwift DistinctUntilChanged.swift
/host/spi-builder-workspace/Source/Network/ServerTrustValidator.swift:7:8: error: no such module 'Security'
5 | // Copyright © 2018 Coinbase, Inc. All rights reserved.
6 | //
7 | import Security
| `- error: no such module 'Security'
8 | import Foundation
9 |
[80/267] Compiling RxSwift Do.swift
/host/spi-builder-workspace/Source/Network/ServerTrustValidator.swift:7:8: error: no such module 'Security'
5 | // Copyright © 2018 Coinbase, Inc. All rights reserved.
6 | //
7 | import Security
| `- error: no such module 'Security'
8 | import Foundation
9 |
[81/267] Compiling RxSwift ElementAt.swift
/host/spi-builder-workspace/Source/Network/ServerTrustValidator.swift:7:8: error: no such module 'Security'
5 | // Copyright © 2018 Coinbase, Inc. All rights reserved.
6 | //
7 | import Security
| `- error: no such module 'Security'
8 | import Foundation
9 |
[82/267] Compiling RxSwift Empty.swift
/host/spi-builder-workspace/Source/Network/ServerTrustValidator.swift:7:8: error: no such module 'Security'
5 | // Copyright © 2018 Coinbase, Inc. All rights reserved.
6 | //
7 | import Security
| `- error: no such module 'Security'
8 | import Foundation
9 |
[83/267] Compiling RxSwift Enumerated.swift
/host/spi-builder-workspace/Source/Network/ServerTrustValidator.swift:7:8: error: no such module 'Security'
5 | // Copyright © 2018 Coinbase, Inc. All rights reserved.
6 | //
7 | import Security
| `- error: no such module 'Security'
8 | import Foundation
9 |
[84/267] Compiling CoinbaseSDK PaymentMethodExpandOption.swift
/host/spi-builder-workspace/Source/Network/ServerTrustValidator.swift:7:8: error: no 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 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 |
[86/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 |
[87/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 |
[88/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 |
[89/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 |
[127/267] Compiling CoinbaseSDK ResponseModel.swift
[128/267] Compiling CoinbaseSDK Warning.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/Platform.Linux.swift:26:27: error: cannot assign to property: 'threadDictionary' setter is inaccessible
24 | }
25 |
26 | currentThread.threadDictionary = threadDictionary
| `- error: cannot assign to property: 'threadDictionary' setter is inaccessible
27 | }
28 |
[129/267] Compiling CoinbaseSDK Result.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/Platform.Linux.swift:26:27: error: cannot assign to property: 'threadDictionary' setter is inaccessible
24 | }
25 |
26 | currentThread.threadDictionary = threadDictionary
| `- error: cannot assign to property: 'threadDictionary' setter is inaccessible
27 | }
28 |
[130/267] Compiling CoinbaseSDK NetworkConstants.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/Platform.Linux.swift:26:27: error: cannot assign to property: 'threadDictionary' setter is inaccessible
24 | }
25 |
26 | currentThread.threadDictionary = threadDictionary
| `- error: cannot assign to property: 'threadDictionary' setter is inaccessible
27 | }
28 |
[131/267] Compiling CoinbaseSDK NetworkPromises.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/Platform.Linux.swift:26:27: error: cannot assign to property: 'threadDictionary' setter is inaccessible
24 | }
25 |
26 | currentThread.threadDictionary = threadDictionary
| `- error: cannot assign to property: 'threadDictionary' setter is inaccessible
27 | }
28 |
[132/267] Compiling CoinbaseSDK NetworkUtils.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/Platform.Linux.swift:26:27: error: cannot assign to property: 'threadDictionary' setter is inaccessible
24 | }
25 |
26 | currentThread.threadDictionary = threadDictionary
| `- error: cannot assign to property: 'threadDictionary' setter is inaccessible
27 | }
28 |
[133/267] Compiling CoinbaseSDK Callback.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/Platform.Linux.swift:26:27: error: cannot assign to property: 'threadDictionary' setter is inaccessible
24 | }
25 |
26 | currentThread.threadDictionary = threadDictionary
| `- error: cannot assign to property: 'threadDictionary' setter is inaccessible
27 | }
28 |
[134/267] Compiling CoinbaseSDK Promise.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/Platform.Linux.swift:26:27: error: cannot assign to property: 'threadDictionary' setter is inaccessible
24 | }
25 |
26 | currentThread.threadDictionary = threadDictionary
| `- error: cannot assign to property: 'threadDictionary' setter is inaccessible
27 | }
28 |
[135/267] Compiling CoinbaseSDK State.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/Platform.Linux.swift:26:27: error: cannot assign to property: 'threadDictionary' setter is inaccessible
24 | }
25 |
26 | currentThread.threadDictionary = threadDictionary
| `- error: cannot assign to property: 'threadDictionary' setter is inaccessible
27 | }
28 |
[136/267] Compiling CoinbaseSDK ConvertibleFromData.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/Platform.Linux.swift:26:27: error: cannot assign to property: 'threadDictionary' setter is inaccessible
24 | }
25 |
26 | currentThread.threadDictionary = threadDictionary
| `- error: cannot assign to property: 'threadDictionary' setter is inaccessible
27 | }
28 |
[137/267] Compiling CoinbaseSDK RequestConvertable.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/Platform.Linux.swift:26:27: error: cannot assign to property: 'threadDictionary' setter is inaccessible
24 | }
25 |
26 | currentThread.threadDictionary = threadDictionary
| `- error: cannot assign to property: 'threadDictionary' setter is inaccessible
27 | }
28 |
[138/267] Compiling CoinbaseSDK ResourceAPIProtocol.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/Platform.Linux.swift:26:27: error: cannot assign to property: 'threadDictionary' setter is inaccessible
24 | }
25 |
26 | currentThread.threadDictionary = threadDictionary
| `- error: cannot assign to property: 'threadDictionary' setter is inaccessible
27 | }
28 |
[139/267] Compiling CoinbaseSDK URLSessionProviderProtocol.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/Platform.Linux.swift:26:27: error: cannot assign to property: 'threadDictionary' setter is inaccessible
24 | }
25 |
26 | currentThread.threadDictionary = threadDictionary
| `- error: cannot assign to property: 'threadDictionary' setter is inaccessible
27 | }
28 |
[140/267] Compiling CoinbaseSDK ValidationOptionsProtocol.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/Platform.Linux.swift:26:27: error: cannot assign to property: 'threadDictionary' setter is inaccessible
24 | }
25 |
26 | currentThread.threadDictionary = threadDictionary
| `- error: cannot assign to property: 'threadDictionary' setter is inaccessible
27 | }
28 |
[141/267] Compiling CoinbaseSDK Sell.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/Platform.Linux.swift:26:27: error: cannot assign to property: 'threadDictionary' setter is inaccessible
24 | }
25 |
26 | currentThread.threadDictionary = threadDictionary
| `- error: cannot assign to property: 'threadDictionary' setter is inaccessible
27 | }
28 |
[142/267] Compiling CoinbaseSDK SellResource.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/Platform.Linux.swift:26:27: error: cannot assign to property: 'threadDictionary' setter is inaccessible
24 | }
25 |
26 | currentThread.threadDictionary = threadDictionary
| `- error: cannot assign to property: 'threadDictionary' setter is inaccessible
27 | }
28 |
[143/267] Compiling CoinbaseSDK TimeAPI.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/Platform.Linux.swift:26:27: error: cannot assign to property: 'threadDictionary' setter is inaccessible
24 | }
25 |
26 | currentThread.threadDictionary = threadDictionary
| `- error: cannot assign to property: 'threadDictionary' setter is inaccessible
27 | }
28 |
[144/267] Compiling CoinbaseSDK TimeInfo.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/Platform.Linux.swift:26:27: error: cannot assign to property: 'threadDictionary' setter is inaccessible
24 | }
25 |
26 | currentThread.threadDictionary = threadDictionary
| `- error: cannot assign to property: 'threadDictionary' setter is inaccessible
27 | }
28 |
[145/267] Compiling CoinbaseSDK TimeResource.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/Platform.Linux.swift:26:27: error: cannot assign to property: 'threadDictionary' setter is inaccessible
24 | }
25 |
26 | currentThread.threadDictionary = threadDictionary
| `- error: cannot assign to property: 'threadDictionary' setter is inaccessible
27 | }
28 |
[146/267] Compiling CoinbaseSDK TokenResource.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/Platform.Linux.swift:26:27: error: cannot assign to property: 'threadDictionary' setter is inaccessible
24 | }
25 |
26 | currentThread.threadDictionary = threadDictionary
| `- error: cannot assign to property: 'threadDictionary' setter is inaccessible
27 | }
28 |
/host/spi-builder-workspace/Source/Network/ServerTrustValidator.swift:7:8: error: no such module 'Security'
5 | // Copyright © 2018 Coinbase, Inc. All rights reserved.
6 | //
7 | import Security
| `- error: no such module 'Security'
8 | import Foundation
9 |
/host/spi-builder-workspace/Source/Network/ServerTrustValidator.swift:7:8: error: no such module 'Security'
5 | // Copyright © 2018 Coinbase, Inc. All rights reserved.
6 | //
7 | import Security
| `- error: no such module 'Security'
8 | import Foundation
9 |
/host/spi-builder-workspace/Source/Network/ServerTrustValidator.swift:7:8: error: no such module 'Security'
5 | // Copyright © 2018 Coinbase, Inc. All rights reserved.
6 | //
7 | import Security
| `- error: no such module 'Security'
8 | import Foundation
9 |
/host/spi-builder-workspace/Source/Network/ServerTrustValidator.swift:7:8: error: no such module 'Security'
5 | // Copyright © 2018 Coinbase, Inc. All rights reserved.
6 | //
7 | import Security
| `- error: no such module 'Security'
8 | import Foundation
9 |
/host/spi-builder-workspace/Source/Network/ServerTrustValidator.swift:7:8: error: no such module 'Security'
5 | // Copyright © 2018 Coinbase, Inc. All rights reserved.
6 | //
7 | import Security
| `- error: no such module 'Security'
8 | import Foundation
9 |
/host/spi-builder-workspace/Source/Network/ServerTrustValidator.swift:7:8: error: no such module 'Security'
5 | // Copyright © 2018 Coinbase, Inc. All rights reserved.
6 | //
7 | import Security
| `- error: no such module 'Security'
8 | import Foundation
9 |
/host/spi-builder-workspace/Source/Network/ServerTrustValidator.swift:7:8: error: no such module 'Security'
5 | // Copyright © 2018 Coinbase, Inc. All rights reserved.
6 | //
7 | import Security
| `- error: no such module 'Security'
8 | import Foundation
9 |
/host/spi-builder-workspace/Source/Network/ServerTrustValidator.swift:7:8: error: no such module 'Security'
5 | // Copyright © 2018 Coinbase, Inc. All rights reserved.
6 | //
7 | import Security
| `- error: no such module 'Security'
8 | import Foundation
9 |
/host/spi-builder-workspace/Source/Network/ServerTrustValidator.swift:7:8: error: no such module 'Security'
5 | // Copyright © 2018 Coinbase, Inc. All rights reserved.
6 | //
7 | import Security
| `- error: no such module 'Security'
8 | import Foundation
9 |
/host/spi-builder-workspace/Source/Network/ServerTrustValidator.swift:7:8: error: no such module 'Security'
5 | // Copyright © 2018 Coinbase, Inc. All rights reserved.
6 | //
7 | import Security
| `- error: no such module 'Security'
8 | import Foundation
9 |
/host/spi-builder-workspace/Source/Network/ServerTrustValidator.swift:7:8: error: no such module 'Security'
5 | // Copyright © 2018 Coinbase, Inc. All rights reserved.
6 | //
7 | import Security
| `- error: no such module 'Security'
8 | import Foundation
9 |
/host/spi-builder-workspace/Source/Network/ServerTrustValidator.swift:7:8: error: no such module 'Security'
5 | // Copyright © 2018 Coinbase, Inc. All rights reserved.
6 | //
7 | import Security
| `- error: no such module 'Security'
8 | import Foundation
9 |
/host/spi-builder-workspace/Source/Network/ServerTrustValidator.swift:7:8: error: no such module 'Security'
5 | // Copyright © 2018 Coinbase, Inc. All rights reserved.
6 | //
7 | import Security
| `- error: no such module 'Security'
8 | import Foundation
9 |
/host/spi-builder-workspace/Source/Network/ServerTrustValidator.swift:7:8: error: no such module 'Security'
5 | // Copyright © 2018 Coinbase, Inc. All rights reserved.
6 | //
7 | import Security
| `- error: no such module 'Security'
8 | import Foundation
9 |
/host/spi-builder-workspace/Source/Network/ServerTrustValidator.swift:7:8: error: no such module 'Security'
5 | // Copyright © 2018 Coinbase, Inc. All rights reserved.
6 | //
7 | import Security
| `- error: no such module 'Security'
8 | import Foundation
9 |
/host/spi-builder-workspace/Source/Network/ServerTrustValidator.swift:7:8: error: no 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 |
[167/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 |
[168/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 |
[169/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 |
[170/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 |
[171/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 |
[172/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 |
[173/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 |
[174/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 |
[209/267] Compiling RxSwift Sequence.swift
[210/267] Compiling RxSwift SerialDispatchQueueScheduler.swift
[211/267] Compiling RxSwift SerialDisposable.swift
[212/267] Compiling RxSwift GroupedObservable.swift
[213/267] Compiling RxSwift HistoricalScheduler.swift
[214/267] Compiling RxSwift HistoricalSchedulerTimeConverter.swift
[215/267] Compiling RxSwift ImmediateSchedulerType.swift
[216/267] Compiling RxSwift InfiniteSequence.swift
[217/267] Compiling RxSwift InvocableScheduledItem.swift
[218/267] Compiling RxSwift InvocableType.swift
[219/267] Compiling RxSwift Just.swift
[220/267] Compiling RxSwift Lock.swift
[221/267] Compiling RxSwift LockOwnerType.swift
[222/267] Compiling RxSwift MainScheduler.swift
[223/267] Compiling RxSwift Map.swift
[224/267] Compiling RxSwift Materialize.swift
[225/267] Compiling RxSwift Maybe.swift
[226/267] Compiling RxSwift Merge.swift
[227/267] Compiling RxSwift Multicast.swift
[228/267] Compiling RxSwift Never.swift
[229/267] Compiling RxSwift NopDisposable.swift
[230/267] Compiling RxSwift Observable.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:11:13: error: cannot inherit from class 'NSLock' (compiled with Swift 6.3) because it has overridable members that could not be loaded in Swift 4.1.50
9 | import class Foundation.NSLock
10 |
11 | final class AtomicInt: NSLock {
| `- error: cannot inherit from class 'NSLock' (compiled with Swift 6.3) because it has overridable members that could not be loaded in Swift 4.1.50
12 | fileprivate var value: Int32
13 | public init(_ value: Int32 = 0) {
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:11:13: error: cannot inherit from class 'NSLock' (compiled with Swift 6.3) because it has overridable members that could not be loaded in Swift 4.1.50
9 | import class Foundation.NSLock
10 |
11 | final class AtomicInt: NSLock {
| `- error: cannot inherit from class 'NSLock' (compiled with Swift 6.3) because it has overridable members that could not be loaded in Swift 4.1.50
12 | fileprivate var value: Int32
13 | public init(_ value: Int32 = 0) {
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:11:13: error: cannot inherit from class 'NSLock' (compiled with Swift 6.3) because it has overridable members that could not be loaded in Swift 4.1.50
9 | import class Foundation.NSLock
10 |
11 | final class AtomicInt: NSLock {
| `- error: cannot inherit from class 'NSLock' (compiled with Swift 6.3) because it has overridable members that could not be loaded in Swift 4.1.50
12 | fileprivate var value: Int32
13 | public init(_ value: Int32 = 0) {
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:11:13: error: cannot inherit from class 'NSLock' (compiled with Swift 6.3) because it has overridable members that could not be loaded in Swift 4.1.50
9 | import class Foundation.NSLock
10 |
11 | final class AtomicInt: NSLock {
| `- error: cannot inherit from class 'NSLock' (compiled with Swift 6.3) because it has overridable members that could not be loaded in Swift 4.1.50
12 | fileprivate var value: Int32
13 | public init(_ value: Int32 = 0) {
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:11:13: error: cannot inherit from class 'NSLock' (compiled with Swift 6.3) because it has overridable members that could not be loaded in Swift 4.1.50
9 | import class Foundation.NSLock
10 |
11 | final class AtomicInt: NSLock {
| `- error: cannot inherit from class 'NSLock' (compiled with Swift 6.3) because it has overridable members that could not be loaded in Swift 4.1.50
12 | fileprivate var value: Int32
13 | public init(_ value: Int32 = 0) {
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:11:13: error: cannot inherit from class 'NSLock' (compiled with Swift 6.3) because it has overridable members that could not be loaded in Swift 4.1.50
9 | import class Foundation.NSLock
10 |
11 | final class AtomicInt: NSLock {
| `- error: cannot inherit from class 'NSLock' (compiled with Swift 6.3) because it has overridable members that could not be loaded in Swift 4.1.50
12 | fileprivate var value: Int32
13 | public init(_ value: Int32 = 0) {
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:11:13: error: cannot inherit from class 'NSLock' (compiled with Swift 6.3) because it has overridable members that could not be loaded in Swift 4.1.50
9 | import class Foundation.NSLock
10 |
11 | final class AtomicInt: NSLock {
| `- error: cannot inherit from class 'NSLock' (compiled with Swift 6.3) because it has overridable members that could not be loaded in Swift 4.1.50
12 | fileprivate var value: Int32
13 | public init(_ value: Int32 = 0) {
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:11:13: error: cannot inherit from class 'NSLock' (compiled with Swift 6.3) because it has overridable members that could not be loaded in Swift 4.1.50
9 | import class Foundation.NSLock
10 |
11 | final class AtomicInt: NSLock {
| `- error: cannot inherit from class 'NSLock' (compiled with Swift 6.3) because it has overridable members that could not be loaded in Swift 4.1.50
12 | fileprivate var value: Int32
13 | public init(_ value: Int32 = 0) {
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:11:13: error: cannot inherit from class 'NSLock' (compiled with Swift 6.3) because it has overridable members that could not be loaded in Swift 4.1.50
9 | import class Foundation.NSLock
10 |
11 | final class AtomicInt: NSLock {
| `- error: cannot inherit from class 'NSLock' (compiled with Swift 6.3) because it has overridable members that could not be loaded in Swift 4.1.50
12 | fileprivate var value: Int32
13 | public init(_ value: Int32 = 0) {
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:11:13: error: cannot inherit from class 'NSLock' (compiled with Swift 6.3) because it has overridable members that could not be loaded in Swift 4.1.50
9 | import class Foundation.NSLock
10 |
11 | final class AtomicInt: NSLock {
| `- error: cannot inherit from class 'NSLock' (compiled with Swift 6.3) because it has overridable members that could not be loaded in Swift 4.1.50
12 | fileprivate var value: Int32
13 | public init(_ value: Int32 = 0) {
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:11:13: error: cannot inherit from class 'NSLock' (compiled with Swift 6.3) because it has overridable members that could not be loaded in Swift 4.1.50
9 | import class Foundation.NSLock
10 |
11 | final class AtomicInt: NSLock {
| `- error: cannot inherit from class 'NSLock' (compiled with Swift 6.3) because it has overridable members that could not be loaded in Swift 4.1.50
12 | fileprivate var value: Int32
13 | public init(_ value: Int32 = 0) {
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:11:13: error: cannot inherit from class 'NSLock' (compiled with Swift 6.3) because it has overridable members that could not be loaded in Swift 4.1.50
9 | import class Foundation.NSLock
10 |
11 | final class AtomicInt: NSLock {
| `- error: cannot inherit from class 'NSLock' (compiled with Swift 6.3) because it has overridable members that could not be loaded in Swift 4.1.50
12 | fileprivate var value: Int32
13 | public init(_ value: Int32 = 0) {
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:11:13: error: cannot inherit from class 'NSLock' (compiled with Swift 6.3) because it has overridable members that could not be loaded in Swift 4.1.50
9 | import class Foundation.NSLock
10 |
11 | final class AtomicInt: NSLock {
| `- error: cannot inherit from class 'NSLock' (compiled with Swift 6.3) because it has overridable members that could not be loaded in Swift 4.1.50
12 | fileprivate var value: Int32
13 | public init(_ value: Int32 = 0) {
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:11:13: error: cannot inherit from class 'NSLock' (compiled with Swift 6.3) because it has overridable members that could not be loaded in Swift 4.1.50
9 | import class Foundation.NSLock
10 |
11 | final class AtomicInt: NSLock {
| `- error: cannot inherit from class 'NSLock' (compiled with Swift 6.3) because it has overridable members that could not be loaded in Swift 4.1.50
12 | fileprivate var value: Int32
13 | public init(_ value: Int32 = 0) {
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:11:13: error: cannot inherit from class 'NSLock' (compiled with Swift 6.3) because it has overridable members that could not be loaded in Swift 4.1.50
9 | import class Foundation.NSLock
10 |
11 | final class AtomicInt: NSLock {
| `- error: cannot inherit from class 'NSLock' (compiled with Swift 6.3) because it has overridable members that could not be loaded in Swift 4.1.50
12 | fileprivate var value: Int32
13 | public init(_ value: Int32 = 0) {
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:11:13: error: cannot inherit from class 'NSLock' (compiled with Swift 6.3) because it has overridable members that could not be loaded in Swift 4.1.50
9 | import class Foundation.NSLock
10 |
11 | final class AtomicInt: NSLock {
| `- error: cannot inherit from class 'NSLock' (compiled with Swift 6.3) because it has overridable members that could not be loaded in Swift 4.1.50
12 | fileprivate var value: Int32
13 | public init(_ value: Int32 = 0) {
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:11:13: error: cannot inherit from class 'NSLock' (compiled with Swift 6.3) because it has overridable members that could not be loaded in Swift 4.1.50
9 | import class Foundation.NSLock
10 |
11 | final class AtomicInt: NSLock {
| `- error: cannot inherit from class 'NSLock' (compiled with Swift 6.3) because it has overridable members that could not be loaded in Swift 4.1.50
12 | fileprivate var value: Int32
13 | public init(_ value: Int32 = 0) {
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:11:13: error: cannot inherit from class 'NSLock' (compiled with Swift 6.3) because it has overridable members that could not be loaded in Swift 4.1.50
9 | import class Foundation.NSLock
10 |
11 | final class AtomicInt: NSLock {
| `- error: cannot inherit from class 'NSLock' (compiled with Swift 6.3) because it has overridable members that could not be loaded in Swift 4.1.50
12 | fileprivate var value: Int32
13 | public init(_ value: Int32 = 0) {
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:11:13: error: cannot inherit from class 'NSLock' (compiled with Swift 6.3) because it has overridable members that could not be loaded in Swift 4.1.50
9 | import class Foundation.NSLock
10 |
11 | final class AtomicInt: NSLock {
| `- error: cannot inherit from class 'NSLock' (compiled with Swift 6.3) because it has overridable members that could not be loaded in Swift 4.1.50
12 | fileprivate var value: Int32
13 | public init(_ value: Int32 = 0) {
[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 linux