Build Information
Failed to build Entryable, reference master (edc009
), with Swift 6.0 for Linux on 29 Nov 2024 09:38:19 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/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 -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.58.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/yume190/Entryable.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/yume190/Entryable
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
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 master
========================================
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-4606859-2":/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 -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
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/ReactiveX/RxSwift
Fetching https://github.com/Alamofire/Alamofire.git
[1/30017] Fetching alamofire
[902/82410] Fetching alamofire, rxswift
Fetched https://github.com/Alamofire/Alamofire.git from cache (6.38s)
Fetched https://github.com/ReactiveX/RxSwift from cache (6.50s)
Computing version for https://github.com/ReactiveX/RxSwift
Computed https://github.com/ReactiveX/RxSwift at 6.8.0 (0.95s)
Computing version for https://github.com/Alamofire/Alamofire.git
Computed https://github.com/Alamofire/Alamofire.git at 5.10.2 (3.16s)
Creating working copy for https://github.com/Alamofire/Alamofire.git
Working copy of https://github.com/Alamofire/Alamofire.git resolved at 5.10.2
Creating working copy for https://github.com/ReactiveX/RxSwift
Working copy of https://github.com/ReactiveX/RxSwift resolved at 6.8.0
Building for debugging...
[0/16] Write sources
[0/16] Copying PrivacyInfo.xcprivacy
[1/16] Write sources
[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] Emitting module Alamofire
[11/224] Compiling Alamofire RetryPolicy.swift
[12/224] Compiling Alamofire ServerTrustEvaluation.swift
[13/224] Compiling Alamofire URLEncodedFormEncoder.swift
[14/224] Compiling Alamofire Validation.swift
[15/224] Compiling Alamofire resource_bundle_accessor.swift
[16/224] Compiling RxSwift Debounce.swift
[17/224] Compiling RxSwift Debug.swift
[18/224] Compiling RxSwift Decode.swift
[19/224] Compiling RxSwift DefaultIfEmpty.swift
[20/224] Compiling RxSwift Deferred.swift
[21/224] Compiling RxSwift SchedulerType.swift
[22/224] Compiling RxSwift Sequence.swift
[23/224] Compiling RxSwift SerialDispatchQueueScheduler.swift
[24/224] Compiling RxSwift SerialDisposable.swift
[25/224] Compiling RxSwift ShareReplayScope.swift
[26/224] Compiling RxSwift Single.swift
[27/224] Compiling RxSwift SingleAssignmentDisposable.swift
[28/224] Compiling RxSwift SingleAsync.swift
[29/224] Compiling RxSwift Sink.swift
[30/224] Compiling RxSwift Skip.swift
[31/224] Compiling RxSwift SkipUntil.swift
[32/224] Compiling RxSwift SkipWhile.swift
[33/224] Compiling RxSwift StartWith.swift
[34/224] Compiling RxSwift SubjectType.swift
[35/224] Compiling RxSwift SubscribeOn.swift
[36/224] Compiling RxSwift SubscriptionDisposable.swift
[37/224] Compiling RxSwift SwiftSupport.swift
[38/224] Compiling RxSwift Switch.swift
[39/224] Compiling RxSwift SwitchIfEmpty.swift
[40/224] Compiling RxSwift SynchronizedDisposeType.swift
[41/224] Compiling RxSwift Never.swift
[42/224] Compiling RxSwift NopDisposable.swift
[43/224] Compiling RxSwift Observable+Concurrency.swift
[44/224] Compiling RxSwift Observable.swift
[45/224] Compiling RxSwift ObservableConvertibleType+Infallible.swift
[46/224] Compiling RxSwift ObservableConvertibleType.swift
[47/224] Compiling RxSwift ObservableType+Extensions.swift
[48/224] Compiling RxSwift ObservableType+PrimitiveSequence.swift
[49/224] Compiling RxSwift ObservableType.swift
[50/224] Compiling RxSwift ObserveOn.swift
[51/224] Compiling RxSwift ObserverBase.swift
[52/224] Compiling RxSwift ObserverType.swift
[53/224] Compiling RxSwift OperationQueueScheduler.swift
[54/224] Compiling RxSwift Optional.swift
[55/224] Compiling RxSwift Platform.Darwin.swift
[56/224] Compiling RxSwift Platform.Linux.swift
[57/224] Compiling RxSwift PrimitiveSequence+Concurrency.swift
[58/224] Compiling RxSwift PrimitiveSequence+Zip+arity.swift
[59/224] Compiling RxSwift PrimitiveSequence.swift
[60/224] Compiling RxSwift PriorityQueue.swift
[61/224] Compiling RxSwift Producer.swift
[62/224] Compiling RxSwift PublishSubject.swift
[63/224] Compiling RxSwift Queue.swift
[64/224] Compiling RxSwift Range.swift
[65/224] Compiling RxSwift Reactive.swift
[66/224] Compiling RxSwift RecursiveLock.swift
[67/224] Compiling RxSwift RecursiveScheduler.swift
[68/224] Compiling RxSwift Reduce.swift
[69/224] Compiling RxSwift RefCountDisposable.swift
[70/224] Compiling RxSwift Repeat.swift
[71/224] Compiling RxSwift ReplaySubject.swift
[72/224] Compiling RxSwift RetryWhen.swift
[73/224] Compiling RxSwift Rx.swift
[74/224] Compiling RxSwift RxMutableBox.swift
[75/224] Compiling RxSwift Sample.swift
[76/224] Compiling RxSwift Scan.swift
[77/224] Compiling RxSwift ScheduledDisposable.swift
[78/224] Compiling RxSwift ScheduledItem.swift
[79/224] Compiling RxSwift ScheduledItemType.swift
[80/224] Compiling RxSwift SchedulerServices+Emulation.swift
[81/224] Compiling RxSwift Completable+AndThen.swift
[82/224] Compiling RxSwift Completable.swift
[83/224] Compiling RxSwift CompositeDisposable.swift
[84/224] Compiling RxSwift Concat.swift
[85/224] Compiling RxSwift ConcurrentDispatchQueueScheduler.swift
[86/224] Compiling RxSwift ConcurrentMainScheduler.swift
[87/224] Compiling RxSwift ConnectableObservableType.swift
[88/224] Compiling RxSwift Create.swift
[89/224] Compiling RxSwift CurrentThreadScheduler.swift
[90/224] Compiling RxSwift Date+Dispatch.swift
[91/224] Compiling RxSwift SynchronizedOnType.swift
[92/224] Compiling RxSwift SynchronizedUnsubscribeType.swift
[93/224] Compiling RxSwift TailRecursiveSink.swift
[94/224] Compiling RxSwift Take.swift
[95/224] Compiling RxSwift TakeLast.swift
[96/224] Compiling RxSwift TakeWithPredicate.swift
[97/224] Compiling RxSwift Throttle.swift
[98/224] Compiling RxSwift Timeout.swift
[99/224] Compiling RxSwift Timer.swift
[100/224] Compiling RxSwift ToArray.swift
[101/224] Compiling RxSwift Using.swift
[102/224] Compiling RxSwift VirtualTimeConverterType.swift
[103/224] Compiling RxSwift VirtualTimeScheduler.swift
[104/224] Compiling RxSwift Window.swift
[105/224] Compiling RxSwift WithLatestFrom.swift
[106/224] Compiling RxSwift WithUnretained.swift
[107/224] Compiling RxSwift Zip+Collection.swift
[108/224] Compiling RxSwift Zip+arity.swift
[109/224] Compiling RxSwift Zip.swift
[110/224] Compiling RxSwift resource_bundle_accessor.swift
[111/224] Compiling RxSwift AsSingle.swift
[112/224] Compiling RxSwift AsyncLock.swift
[113/224] Compiling RxSwift AsyncSubject.swift
[114/224] Compiling RxSwift AtomicInt.swift
[115/224] Compiling RxSwift Bag+Rx.swift
[116/224] Compiling RxSwift Bag.swift
[117/224] Compiling RxSwift BehaviorSubject.swift
[118/224] Compiling RxSwift BinaryDisposable.swift
[119/224] Compiling RxSwift Binder.swift
[120/224] Compiling RxSwift BooleanDisposable.swift
[121/224] Compiling RxSwift Buffer.swift
[122/224] Compiling RxSwift Cancelable.swift
[123/224] Compiling RxSwift Catch.swift
[124/224] Compiling RxSwift CombineLatest+Collection.swift
[125/224] Compiling RxSwift CombineLatest+arity.swift
[126/224] Compiling RxSwift CombineLatest.swift
[127/224] Compiling RxSwift CompactMap.swift
[128/224] Compiling RxSwift AddRef.swift
[129/224] Compiling RxSwift Amb.swift
[130/224] Compiling RxSwift AnonymousDisposable.swift
[131/224] Compiling RxSwift AnonymousObserver.swift
[132/224] Compiling RxSwift AnyObserver.swift
[133/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) {
/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) {
/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) {
/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) {
/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) {
/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) {
[177/225] Compiling RxSwift Disposable.swift
[178/225] Compiling RxSwift Disposables.swift
[179/225] Compiling RxSwift DisposeBag.swift
[180/225] Compiling RxSwift DisposeBase.swift
[181/225] Compiling RxSwift DistinctUntilChanged.swift
[182/225] Compiling RxSwift Do.swift
[183/225] Compiling RxSwift ElementAt.swift
[184/225] Compiling RxSwift Empty.swift
[185/225] Compiling RxSwift Enumerated.swift
[186/225] Compiling RxSwift Error.swift
[187/225] Compiling RxSwift Errors.swift
[188/225] Compiling RxSwift Event.swift
[189/225] Compiling RxSwift Filter.swift
[190/225] Compiling RxSwift First.swift
[191/225] Compiling RxSwift Generate.swift
[192/225] Compiling RxSwift GroupBy.swift
[193/225] Compiling RxSwift GroupedObservable.swift
[194/225] Compiling RxSwift HistoricalScheduler.swift
[195/225] Compiling RxSwift HistoricalSchedulerTimeConverter.swift
[196/225] Compiling RxSwift ImmediateSchedulerType.swift
[197/225] Compiling RxSwift Infallible+CombineLatest+Collection.swift
[198/225] Compiling RxSwift Infallible+CombineLatest+arity.swift
[199/225] Compiling RxSwift Infallible+Concurrency.swift
[200/225] Compiling RxSwift Infallible+Create.swift
[201/225] Compiling RxSwift Infallible+Debug.swift
[202/225] Compiling RxSwift Infallible+Operators.swift
[203/225] Compiling RxSwift Infallible+Zip+arity.swift
[204/225] Compiling RxSwift Infallible.swift
[205/225] Compiling RxSwift InfiniteSequence.swift
[206/225] Compiling RxSwift InvocableScheduledItem.swift
[207/225] Compiling RxSwift InvocableType.swift
[208/225] Compiling RxSwift Just.swift
[209/225] Compiling RxSwift Lock.swift
[210/225] Compiling RxSwift LockOwnerType.swift
[211/225] Compiling RxSwift MainScheduler.swift
[212/225] Compiling RxSwift Map.swift
[213/225] Compiling RxSwift Materialize.swift
[214/225] Compiling RxSwift Maybe.swift
[215/225] Compiling RxSwift Merge.swift
[216/225] Compiling RxSwift Multicast.swift
[217/225] Wrapping AST for Alamofire for debugging
BUILD FAILURE 6.0 linux