Build Information
Failed to build Entryable, reference 6.0.6 (edc009
), with Swift 6.0 for Linux on 3 Nov 2024 02:54:08 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.56.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/yume190/Entryable.git
Reference: 6.0.6
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/yume190/Entryable
* tag 6.0.6 -> FETCH_HEAD
HEAD is now at edc009e add new config
Cloned https://github.com/yume190/Entryable.git
Revision (git rev-parse @):
edc009e0f35d425eb8091b9a698db071bfac5416
SUCCESS checkout https://github.com/yume190/Entryable.git at 6.0.6
========================================
Build
========================================
Selected platform: linux
Swift version: 6.0
Building package at path: $PWD
https://github.com/yume190/Entryable.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete 2>&1
basic-6.0-latest: Pulling from finestructure/spi-images
Digest: sha256:47d26c99ca4f1ac0a332c85fd5b13ff4390e72115219984a57a68fe9d1063a05
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Fetching https://github.com/Alamofire/Alamofire.git
Fetching https://github.com/ReactiveX/RxSwift
[1/29795] Fetching alamofire
[2385/82153] Fetching alamofire, rxswift
Fetched https://github.com/Alamofire/Alamofire.git from cache (6.22s)
Fetched https://github.com/ReactiveX/RxSwift from cache (6.33s)
Computing version for https://github.com/ReactiveX/RxSwift
Computed https://github.com/ReactiveX/RxSwift at 6.8.0 (0.86s)
Computing version for https://github.com/Alamofire/Alamofire.git
warning: 'alamofire': /Package.swift:28:15: warning: 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageVersions:cLanguageStandard:cxxLanguageStandard:)' is deprecated: replaced by 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageModes:cLanguageStandard:cxxLanguageStandard:)'
26 | import PackageDescription
27 |
28 | let package = Package(name: "Alamofire",
| |- warning: 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageVersions:cLanguageStandard:cxxLanguageStandard:)' is deprecated: replaced by 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageModes:cLanguageStandard:cxxLanguageStandard:)'
| `- note: use 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageModes:cLanguageStandard:cxxLanguageStandard:)' instead
29 | platforms: [.macOS(.v10_13),
30 | .iOS(.v12),
Computed https://github.com/Alamofire/Alamofire.git at 5.10.1 (0.92s)
Creating working copy for https://github.com/Alamofire/Alamofire.git
Working copy of https://github.com/Alamofire/Alamofire.git resolved at 5.10.1
Creating working copy for https://github.com/ReactiveX/RxSwift
Working copy of https://github.com/ReactiveX/RxSwift resolved at 6.8.0
warning: 'alamofire': /host/spi-builder-workspace/.build/checkouts/Alamofire/Package.swift:28:15: warning: 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageVersions:cLanguageStandard:cxxLanguageStandard:)' is deprecated: replaced by 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageModes:cLanguageStandard:cxxLanguageStandard:)'
26 | import PackageDescription
27 |
28 | let package = Package(name: "Alamofire",
| |- warning: 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageVersions:cLanguageStandard:cxxLanguageStandard:)' is deprecated: replaced by 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageModes:cLanguageStandard:cxxLanguageStandard:)'
| `- note: use 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageModes:cLanguageStandard:cxxLanguageStandard:)' instead
29 | platforms: [.macOS(.v10_13),
30 | .iOS(.v12),
Building for debugging...
[0/16] Write sources
[1/16] Copying PrivacyInfo.xcprivacy
[1/16] Write sources
[6/16] Copying PrivacyInfo.xcprivacy
[7/16] Write swift-version-24593BA9C3E375BF.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[9/199] 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.0.2) because it has overridable members that could not be loaded in Swift 5.10
9 | import Foundation
10 |
11 | final class AtomicInt: NSLock, @unchecked Sendable {
| `- error: cannot inherit from class 'NSLock' (compiled with Swift 6.0.2) because it has overridable members that could not be loaded in Swift 5.10
12 | fileprivate var value: Int32
13 | public init(_ value: Int32 = 0) {
[10/219] Compiling RxSwift Event.swift
[11/219] Compiling RxSwift Filter.swift
[12/219] Compiling RxSwift First.swift
[13/219] Compiling RxSwift Generate.swift
[14/219] Compiling RxSwift GroupBy.swift
[15/224] Compiling RxSwift Catch.swift
[16/224] Compiling RxSwift CombineLatest+Collection.swift
[17/224] Compiling RxSwift CombineLatest+arity.swift
[18/224] Compiling RxSwift DispatchQueueConfiguration.swift
[19/224] Compiling RxSwift Disposable.swift
[20/224] Compiling RxSwift Disposables.swift
[21/224] Compiling RxSwift DisposeBag.swift
[22/224] Compiling RxSwift DisposeBase.swift
[23/224] Compiling RxSwift DistinctUntilChanged.swift
[24/224] Compiling RxSwift Do.swift
[25/224] Compiling RxSwift AddRef.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:11:13: error: cannot inherit from class 'NSLock' (compiled with Swift 6.0.2) because it has overridable members that could not be loaded in Swift 5.10
9 | import Foundation
10 |
11 | final class AtomicInt: NSLock, @unchecked Sendable {
| `- error: cannot inherit from class 'NSLock' (compiled with Swift 6.0.2) because it has overridable members that could not be loaded in Swift 5.10
12 | fileprivate var value: Int32
13 | public init(_ value: Int32 = 0) {
[26/224] Compiling RxSwift Amb.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:11:13: error: cannot inherit from class 'NSLock' (compiled with Swift 6.0.2) because it has overridable members that could not be loaded in Swift 5.10
9 | import Foundation
10 |
11 | final class AtomicInt: NSLock, @unchecked Sendable {
| `- error: cannot inherit from class 'NSLock' (compiled with Swift 6.0.2) because it has overridable members that could not be loaded in Swift 5.10
12 | fileprivate var value: Int32
13 | public init(_ value: Int32 = 0) {
[27/224] Compiling RxSwift AnonymousDisposable.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:11:13: error: cannot inherit from class 'NSLock' (compiled with Swift 6.0.2) because it has overridable members that could not be loaded in Swift 5.10
9 | import Foundation
10 |
11 | final class AtomicInt: NSLock, @unchecked Sendable {
| `- error: cannot inherit from class 'NSLock' (compiled with Swift 6.0.2) because it has overridable members that could not be loaded in Swift 5.10
12 | fileprivate var value: Int32
13 | public init(_ value: Int32 = 0) {
[28/224] Compiling RxSwift AnonymousObserver.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:11:13: error: cannot inherit from class 'NSLock' (compiled with Swift 6.0.2) because it has overridable members that could not be loaded in Swift 5.10
9 | import Foundation
10 |
11 | final class AtomicInt: NSLock, @unchecked Sendable {
| `- error: cannot inherit from class 'NSLock' (compiled with Swift 6.0.2) because it has overridable members that could not be loaded in Swift 5.10
12 | fileprivate var value: Int32
13 | public init(_ value: Int32 = 0) {
[29/224] Compiling RxSwift AnyObserver.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:11:13: error: cannot inherit from class 'NSLock' (compiled with Swift 6.0.2) because it has overridable members that could not be loaded in Swift 5.10
9 | import Foundation
10 |
11 | final class AtomicInt: NSLock, @unchecked Sendable {
| `- error: cannot inherit from class 'NSLock' (compiled with Swift 6.0.2) because it has overridable members that could not be loaded in Swift 5.10
12 | fileprivate var value: Int32
13 | public init(_ value: Int32 = 0) {
[30/224] Compiling RxSwift AsMaybe.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:11:13: error: cannot inherit from class 'NSLock' (compiled with Swift 6.0.2) because it has overridable members that could not be loaded in Swift 5.10
9 | import Foundation
10 |
11 | final class AtomicInt: NSLock, @unchecked Sendable {
| `- error: cannot inherit from class 'NSLock' (compiled with Swift 6.0.2) because it has overridable members that could not be loaded in Swift 5.10
12 | fileprivate var value: Int32
13 | public init(_ value: Int32 = 0) {
[31/224] Compiling RxSwift AsSingle.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:11:13: error: cannot inherit from class 'NSLock' (compiled with Swift 6.0.2) because it has overridable members that could not be loaded in Swift 5.10
9 | import Foundation
10 |
11 | final class AtomicInt: NSLock, @unchecked Sendable {
| `- error: cannot inherit from class 'NSLock' (compiled with Swift 6.0.2) because it has overridable members that could not be loaded in Swift 5.10
12 | fileprivate var value: Int32
13 | public init(_ value: Int32 = 0) {
[32/224] Compiling RxSwift AsyncLock.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:11:13: error: cannot inherit from class 'NSLock' (compiled with Swift 6.0.2) because it has overridable members that could not be loaded in Swift 5.10
9 | import Foundation
10 |
11 | final class AtomicInt: NSLock, @unchecked Sendable {
| `- error: cannot inherit from class 'NSLock' (compiled with Swift 6.0.2) because it has overridable members that could not be loaded in Swift 5.10
12 | fileprivate var value: Int32
13 | public init(_ value: Int32 = 0) {
[33/224] Compiling RxSwift AsyncSubject.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:11:13: error: cannot inherit from class 'NSLock' (compiled with Swift 6.0.2) because it has overridable members that could not be loaded in Swift 5.10
9 | import Foundation
10 |
11 | final class AtomicInt: NSLock, @unchecked Sendable {
| `- error: cannot inherit from class 'NSLock' (compiled with Swift 6.0.2) because it has overridable members that could not be loaded in Swift 5.10
12 | fileprivate var value: Int32
13 | public init(_ value: Int32 = 0) {
[34/224] Compiling RxSwift AtomicInt.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:11:13: error: cannot inherit from class 'NSLock' (compiled with Swift 6.0.2) because it has overridable members that could not be loaded in Swift 5.10
9 | import Foundation
10 |
11 | final class AtomicInt: NSLock, @unchecked Sendable {
| `- error: cannot inherit from class 'NSLock' (compiled with Swift 6.0.2) because it has overridable members that could not be loaded in Swift 5.10
12 | fileprivate var value: Int32
13 | public init(_ value: Int32 = 0) {
[35/224] Compiling RxSwift Bag+Rx.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:11:13: error: cannot inherit from class 'NSLock' (compiled with Swift 6.0.2) because it has overridable members that could not be loaded in Swift 5.10
9 | import Foundation
10 |
11 | final class AtomicInt: NSLock, @unchecked Sendable {
| `- error: cannot inherit from class 'NSLock' (compiled with Swift 6.0.2) because it has overridable members that could not be loaded in Swift 5.10
12 | fileprivate var value: Int32
13 | public init(_ value: Int32 = 0) {
[36/224] Compiling RxSwift Bag.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:11:13: error: cannot inherit from class 'NSLock' (compiled with Swift 6.0.2) because it has overridable members that could not be loaded in Swift 5.10
9 | import Foundation
10 |
11 | final class AtomicInt: NSLock, @unchecked Sendable {
| `- error: cannot inherit from class 'NSLock' (compiled with Swift 6.0.2) because it has overridable members that could not be loaded in Swift 5.10
12 | fileprivate var value: Int32
13 | public init(_ value: Int32 = 0) {
[37/224] Compiling RxSwift BehaviorSubject.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:11:13: error: cannot inherit from class 'NSLock' (compiled with Swift 6.0.2) because it has overridable members that could not be loaded in Swift 5.10
9 | import Foundation
10 |
11 | final class AtomicInt: NSLock, @unchecked Sendable {
| `- error: cannot inherit from class 'NSLock' (compiled with Swift 6.0.2) because it has overridable members that could not be loaded in Swift 5.10
12 | fileprivate var value: Int32
13 | public init(_ value: Int32 = 0) {
[38/224] Compiling RxSwift BinaryDisposable.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:11:13: error: cannot inherit from class 'NSLock' (compiled with Swift 6.0.2) because it has overridable members that could not be loaded in Swift 5.10
9 | import Foundation
10 |
11 | final class AtomicInt: NSLock, @unchecked Sendable {
| `- error: cannot inherit from class 'NSLock' (compiled with Swift 6.0.2) because it has overridable members that could not be loaded in Swift 5.10
12 | fileprivate var value: Int32
13 | public init(_ value: Int32 = 0) {
[39/224] Compiling RxSwift Binder.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:11:13: error: cannot inherit from class 'NSLock' (compiled with Swift 6.0.2) because it has overridable members that could not be loaded in Swift 5.10
9 | import Foundation
10 |
11 | final class AtomicInt: NSLock, @unchecked Sendable {
| `- error: cannot inherit from class 'NSLock' (compiled with Swift 6.0.2) because it has overridable members that could not be loaded in Swift 5.10
12 | fileprivate var value: Int32
13 | public init(_ value: Int32 = 0) {
[40/224] Compiling RxSwift BooleanDisposable.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:11:13: error: cannot inherit from class 'NSLock' (compiled with Swift 6.0.2) because it has overridable members that could not be loaded in Swift 5.10
9 | import Foundation
10 |
11 | final class AtomicInt: NSLock, @unchecked Sendable {
| `- error: cannot inherit from class 'NSLock' (compiled with Swift 6.0.2) because it has overridable members that could not be loaded in Swift 5.10
12 | fileprivate var value: Int32
13 | public init(_ value: Int32 = 0) {
[41/224] Compiling RxSwift Buffer.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:11:13: error: cannot inherit from class 'NSLock' (compiled with Swift 6.0.2) because it has overridable members that could not be loaded in Swift 5.10
9 | import Foundation
10 |
11 | final class AtomicInt: NSLock, @unchecked Sendable {
| `- error: cannot inherit from class 'NSLock' (compiled with Swift 6.0.2) because it has overridable members that could not be loaded in Swift 5.10
12 | fileprivate var value: Int32
13 | public init(_ value: Int32 = 0) {
[42/224] Compiling RxSwift Cancelable.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:11:13: error: cannot inherit from class 'NSLock' (compiled with Swift 6.0.2) because it has overridable members that could not be loaded in Swift 5.10
9 | import Foundation
10 |
11 | final class AtomicInt: NSLock, @unchecked Sendable {
| `- error: cannot inherit from class 'NSLock' (compiled with Swift 6.0.2) because it has overridable members that could not be loaded in Swift 5.10
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.0.2) because it has overridable members that could not be loaded in Swift 5.10
9 | import Foundation
10 |
11 | final class AtomicInt: NSLock, @unchecked Sendable {
| `- error: cannot inherit from class 'NSLock' (compiled with Swift 6.0.2) because it has overridable members that could not be loaded in Swift 5.10
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.0.2) because it has overridable members that could not be loaded in Swift 5.10
9 | import Foundation
10 |
11 | final class AtomicInt: NSLock, @unchecked Sendable {
| `- error: cannot inherit from class 'NSLock' (compiled with Swift 6.0.2) because it has overridable members that could not be loaded in Swift 5.10
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.0.2) because it has overridable members that could not be loaded in Swift 5.10
9 | import Foundation
10 |
11 | final class AtomicInt: NSLock, @unchecked Sendable {
| `- error: cannot inherit from class 'NSLock' (compiled with Swift 6.0.2) because it has overridable members that could not be loaded in Swift 5.10
12 | fileprivate var value: Int32
13 | public init(_ value: Int32 = 0) {
[46/224] Compiling RxSwift ElementAt.swift
[47/224] Compiling RxSwift Empty.swift
[48/224] Compiling RxSwift Enumerated.swift
[49/224] Compiling RxSwift Error.swift
[50/224] Compiling RxSwift Errors.swift
[68/224] Compiling Alamofire RetryPolicy.swift
[69/224] Compiling Alamofire ServerTrustEvaluation.swift
[70/224] Compiling Alamofire URLEncodedFormEncoder.swift
[71/224] Compiling Alamofire Validation.swift
[72/224] Emitting module Alamofire
[91/224] Compiling RxSwift Producer.swift
[92/224] Compiling RxSwift PublishSubject.swift
[93/224] Compiling RxSwift Queue.swift
[94/224] Compiling RxSwift Range.swift
[95/224] Compiling RxSwift Reactive.swift
[96/224] Compiling RxSwift RecursiveLock.swift
[97/224] Compiling RxSwift RecursiveScheduler.swift
[98/224] Compiling RxSwift Reduce.swift
[99/224] Compiling RxSwift RefCountDisposable.swift
[100/224] Compiling RxSwift Repeat.swift
[101/224] Compiling RxSwift ReplaySubject.swift
[102/224] Compiling RxSwift RetryWhen.swift
[103/224] Compiling RxSwift Rx.swift
[104/224] Compiling RxSwift RxMutableBox.swift
[105/224] Compiling RxSwift Sample.swift
[106/224] Compiling RxSwift Scan.swift
[107/224] Compiling RxSwift ScheduledDisposable.swift
[108/224] Compiling RxSwift ScheduledItem.swift
[109/224] Compiling RxSwift ScheduledItemType.swift
[110/224] Compiling RxSwift SchedulerServices+Emulation.swift
[111/224] Compiling RxSwift SchedulerType.swift
[112/224] Compiling RxSwift Sequence.swift
[113/224] Compiling RxSwift SerialDispatchQueueScheduler.swift
[114/224] Compiling RxSwift SerialDisposable.swift
[115/224] Compiling RxSwift ShareReplayScope.swift
[116/224] Compiling RxSwift Single.swift
[117/224] Compiling RxSwift SingleAssignmentDisposable.swift
[118/224] Compiling RxSwift SingleAsync.swift
[119/224] Compiling RxSwift Sink.swift
[120/224] Compiling RxSwift Skip.swift
[121/224] Compiling RxSwift SkipUntil.swift
[122/224] Compiling RxSwift SkipWhile.swift
[123/224] Compiling RxSwift StartWith.swift
[124/224] Compiling RxSwift SubjectType.swift
[125/224] Compiling RxSwift SubscribeOn.swift
[126/224] Compiling RxSwift SubscriptionDisposable.swift
[127/224] Compiling RxSwift SwiftSupport.swift
[128/224] Compiling RxSwift Switch.swift
[129/224] Compiling RxSwift SwitchIfEmpty.swift
[130/224] Compiling RxSwift SynchronizedDisposeType.swift
[131/224] Compiling RxSwift Infallible+CombineLatest+Collection.swift
[132/224] Compiling RxSwift Infallible+CombineLatest+arity.swift
[133/224] Compiling RxSwift Infallible+Concurrency.swift
[134/224] Compiling RxSwift Infallible+Create.swift
[135/224] Compiling RxSwift Infallible+Debug.swift
[136/224] Compiling RxSwift Infallible+Operators.swift
[137/224] Compiling RxSwift Infallible+Zip+arity.swift
[138/224] Compiling RxSwift Infallible.swift
[139/224] Compiling RxSwift InfiniteSequence.swift
[140/224] Compiling RxSwift InvocableScheduledItem.swift
[141/224] Compiling RxSwift InvocableType.swift
[142/224] Compiling RxSwift Just.swift
[143/224] Compiling RxSwift Lock.swift
[144/224] Compiling RxSwift LockOwnerType.swift
[145/224] Compiling RxSwift MainScheduler.swift
[146/224] Compiling RxSwift Map.swift
[147/224] Compiling RxSwift Materialize.swift
[148/224] Compiling RxSwift Maybe.swift
[149/224] Compiling RxSwift Merge.swift
[150/224] Compiling RxSwift Multicast.swift
[151/224] Compiling Alamofire resource_bundle_accessor.swift
[152/224] Compiling RxSwift CompactMap.swift
[153/224] Compiling RxSwift Completable+AndThen.swift
[154/224] Compiling RxSwift Completable.swift
[155/224] Compiling RxSwift CompositeDisposable.swift
[156/224] Compiling RxSwift Concat.swift
[157/224] Compiling RxSwift ConcurrentDispatchQueueScheduler.swift
[158/224] Compiling RxSwift ConcurrentMainScheduler.swift
[159/224] Compiling RxSwift ConnectableObservableType.swift
[160/224] Compiling RxSwift Create.swift
[161/224] Compiling RxSwift CurrentThreadScheduler.swift
[162/224] Compiling RxSwift Date+Dispatch.swift
[163/224] Compiling RxSwift Debounce.swift
[164/224] Compiling RxSwift Debug.swift
[165/224] Compiling RxSwift Decode.swift
[166/224] Compiling RxSwift DefaultIfEmpty.swift
[167/224] Compiling RxSwift Deferred.swift
[168/224] Compiling RxSwift Delay.swift
[169/224] Compiling RxSwift DelaySubscription.swift
[170/224] Compiling RxSwift Dematerialize.swift
[171/224] Compiling RxSwift DispatchQueue+Extensions.swift
[172/224] Compiling RxSwift Never.swift
[173/224] Compiling RxSwift NopDisposable.swift
[174/224] Compiling RxSwift Observable+Concurrency.swift
[175/224] Compiling RxSwift Observable.swift
[176/224] Compiling RxSwift ObservableConvertibleType+Infallible.swift
[177/224] Compiling RxSwift ObservableConvertibleType.swift
[178/224] Compiling RxSwift ObservableType+Extensions.swift
[179/224] Compiling RxSwift ObservableType+PrimitiveSequence.swift
[180/224] Compiling RxSwift ObservableType.swift
[181/224] Compiling RxSwift ObserveOn.swift
[182/224] Compiling RxSwift ObserverBase.swift
[183/224] Compiling RxSwift ObserverType.swift
[184/224] Compiling RxSwift OperationQueueScheduler.swift
[185/224] Compiling RxSwift Optional.swift
[186/224] Compiling RxSwift Platform.Darwin.swift
[187/224] Compiling RxSwift Platform.Linux.swift
[188/224] Compiling RxSwift PrimitiveSequence+Concurrency.swift
[189/224] Compiling RxSwift PrimitiveSequence+Zip+arity.swift
[190/224] Compiling RxSwift PrimitiveSequence.swift
[191/224] Compiling RxSwift PriorityQueue.swift
[192/224] Compiling RxSwift SynchronizedOnType.swift
[193/224] Compiling RxSwift SynchronizedUnsubscribeType.swift
[194/224] Compiling RxSwift TailRecursiveSink.swift
[195/224] Compiling RxSwift Take.swift
[196/224] Compiling RxSwift TakeLast.swift
[197/224] Compiling RxSwift TakeWithPredicate.swift
[198/224] Compiling RxSwift Throttle.swift
[199/224] Compiling RxSwift Timeout.swift
[200/224] Compiling RxSwift Timer.swift
[201/224] Compiling RxSwift ToArray.swift
[202/224] Compiling RxSwift Using.swift
[203/224] Compiling RxSwift VirtualTimeConverterType.swift
[204/224] Compiling RxSwift VirtualTimeScheduler.swift
[205/224] Compiling RxSwift Window.swift
[206/224] Compiling RxSwift WithLatestFrom.swift
[207/224] Compiling RxSwift WithUnretained.swift
[208/224] Compiling RxSwift Zip+Collection.swift
[209/224] Compiling RxSwift Zip+arity.swift
[210/224] Compiling RxSwift Zip.swift
[211/224] Compiling RxSwift resource_bundle_accessor.swift
BUILD FAILURE 6.0 linux