Build Information
Failed to build TRON, reference main (e260e3
), with Swift 6.0 for Linux on 29 Nov 2024 21:51:30 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 -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/MLSDev/TRON.git
Reference: main
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/MLSDev/TRON
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at e260e3a Bump peter-evans/create-pull-request from 6 to 7 (#91)
Cloned https://github.com/MLSDev/TRON.git
Revision (git rev-parse @):
e260e3afb4b1cadc44ee4ca163d1495daef508bd
SUCCESS checkout https://github.com/MLSDev/TRON.git at main
========================================
Build
========================================
Selected platform: linux
Swift version: 6.0
Building package at path: $PWD
https://github.com/MLSDev/TRON.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 -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/Alamofire/Alamofire.git
Fetching https://github.com/SwiftyJSON/SwiftyJSON.git
Fetching https://github.com/ReactiveX/RxSwift.git
[1/6124] Fetching swiftyjson
Fetched https://github.com/SwiftyJSON/SwiftyJSON.git from cache (0.37s)
[1/30017] Fetching alamofire
[2103/82410] Fetching alamofire, rxswift
Fetched https://github.com/Alamofire/Alamofire.git from cache (3.05s)
Fetched https://github.com/ReactiveX/RxSwift.git from cache (4.34s)
Computing version for https://github.com/SwiftyJSON/SwiftyJSON.git
Computed https://github.com/SwiftyJSON/SwiftyJSON.git at 5.0.2 (0.42s)
Computing version for https://github.com/ReactiveX/RxSwift.git
Computed https://github.com/ReactiveX/RxSwift.git at 6.8.0 (0.41s)
Computing version for https://github.com/Alamofire/Alamofire.git
Computed https://github.com/Alamofire/Alamofire.git at 5.10.2 (0.41s)
Creating working copy for https://github.com/SwiftyJSON/SwiftyJSON.git
Working copy of https://github.com/SwiftyJSON/SwiftyJSON.git resolved at 5.0.2
Creating working copy for https://github.com/ReactiveX/RxSwift.git
Working copy of https://github.com/ReactiveX/RxSwift.git resolved at 6.8.0
Creating working copy for https://github.com/Alamofire/Alamofire.git
Working copy of https://github.com/Alamofire/Alamofire.git resolved at 5.10.2
Building for debugging...
[0/10] Write sources
[0/10] Copying PrivacyInfo.xcprivacy
[0/10] Write sources
[1/10] Copying PrivacyInfo.xcprivacy
[6/10] Write sources
[7/10] Copying PrivacyInfo.xcprivacy
[8/10] Write sources
[9/10] Write swift-version-24593BA9C3E375BF.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[11/196] 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) {
[12/216] Emitting module Alamofire
[13/221] Compiling RxSwift Do.swift
[14/221] Compiling RxSwift ElementAt.swift
[15/221] Compiling RxSwift Empty.swift
[16/221] Compiling RxSwift Enumerated.swift
[17/221] Compiling RxSwift Error.swift
[18/221] Compiling RxSwift Errors.swift
[19/221] Compiling RxSwift SchedulerType.swift
[20/221] Compiling RxSwift Sequence.swift
[21/221] Compiling RxSwift SerialDispatchQueueScheduler.swift
[22/221] Compiling RxSwift SerialDisposable.swift
[23/221] Compiling RxSwift ShareReplayScope.swift
[24/221] Compiling RxSwift Single.swift
[25/221] Compiling RxSwift SingleAssignmentDisposable.swift
[26/221] Compiling RxSwift SingleAsync.swift
[27/221] Compiling RxSwift Sink.swift
[28/221] Compiling RxSwift Skip.swift
[29/221] Compiling RxSwift SkipUntil.swift
[30/221] Compiling RxSwift SkipWhile.swift
[31/221] Compiling RxSwift StartWith.swift
[32/221] Compiling RxSwift SubjectType.swift
[33/221] Compiling RxSwift SubscribeOn.swift
[34/221] Compiling RxSwift SubscriptionDisposable.swift
[35/221] Compiling RxSwift SwiftSupport.swift
[36/221] Compiling RxSwift Switch.swift
[37/221] Compiling RxSwift SwitchIfEmpty.swift
[38/221] Compiling RxSwift SynchronizedDisposeType.swift
[39/221] 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) {
[40/221] 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) {
[41/221] 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) {
[42/221] 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) {
[43/221] 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) {
[44/221] 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) {
[45/221] 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) {
[46/221] 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) {
[47/221] 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) {
[48/221] 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) {
[49/221] 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) {
[50/221] 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) {
[51/221] 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) {
[52/221] 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) {
[53/221] 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) {
[54/221] 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) {
[55/221] 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) {
[56/221] 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) {
[57/221] Compiling RxSwift Catch.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) {
[58/221] Compiling RxSwift CombineLatest+Collection.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) {
[59/221] Compiling RxSwift CombineLatest+arity.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) {
[60/221] Compiling RxSwift DispatchQueueConfiguration.swift
[61/221] Compiling RxSwift Disposable.swift
[62/221] Compiling RxSwift Disposables.swift
[63/221] Compiling RxSwift DisposeBag.swift
[64/221] Compiling RxSwift DisposeBase.swift
[65/221] Compiling RxSwift DistinctUntilChanged.swift
[66/221] Compiling SwiftyJSON resource_bundle_accessor.swift
[67/221] Compiling SwiftyJSON SwiftyJSON.swift
/host/spi-builder-workspace/.build/checkouts/SwiftyJSON/Source/SwiftyJSON/SwiftyJSON.swift:1215:51: error: ambiguous use of operator '<'
1213 |
1214 | switch (lhs.type, rhs.type) {
1215 | case (.number, .number): return lhs.rawNumber < rhs.rawNumber
| `- error: ambiguous use of operator '<'
1216 | case (.string, .string): return lhs.rawString < rhs.rawString
1217 | default: return false
:
1249 | }
1250 |
1251 | func < (lhs: NSNumber, rhs: NSNumber) -> Bool {
| `- note: found this candidate
1252 |
1253 | switch (lhs.isBool, rhs.isBool) {
Foundation.NSNumber:2:24: note: found this candidate in module 'Foundation'
1 | extension NSNumber : Comparable {
2 | public static func < (lhs: NSNumber, rhs: NSNumber) -> Bool
| `- note: found this candidate in module 'Foundation'
3 | }
[68/221] Emitting module SwiftyJSON
[69/221] Compiling Alamofire RetryPolicy.swift
[70/221] Compiling Alamofire ServerTrustEvaluation.swift
[71/221] Compiling Alamofire URLEncodedFormEncoder.swift
[72/221] Compiling Alamofire Validation.swift
[73/221] Compiling Alamofire resource_bundle_accessor.swift
[74/221] Compiling RxSwift Producer.swift
[75/221] Compiling RxSwift PublishSubject.swift
[76/221] Compiling RxSwift Queue.swift
[77/221] Compiling RxSwift Range.swift
[78/221] Compiling RxSwift Reactive.swift
[79/221] Compiling RxSwift RecursiveLock.swift
[80/221] Compiling RxSwift RecursiveScheduler.swift
[81/221] Compiling RxSwift Reduce.swift
[82/221] Compiling RxSwift RefCountDisposable.swift
[83/221] Compiling RxSwift Repeat.swift
[84/221] Compiling RxSwift ReplaySubject.swift
[85/221] Compiling RxSwift RetryWhen.swift
[86/221] Compiling RxSwift Rx.swift
[87/221] Compiling RxSwift RxMutableBox.swift
[88/221] Compiling RxSwift Sample.swift
[89/221] Compiling RxSwift Scan.swift
[90/221] Compiling RxSwift ScheduledDisposable.swift
[91/221] Compiling RxSwift ScheduledItem.swift
[92/221] Compiling RxSwift ScheduledItemType.swift
[93/221] Compiling RxSwift SchedulerServices+Emulation.swift
[95/221] Compiling RxSwift NopDisposable.swift
[96/221] Compiling RxSwift Observable+Concurrency.swift
[97/221] Compiling RxSwift Observable.swift
[98/221] Compiling RxSwift ObservableConvertibleType+Infallible.swift
[99/221] Compiling RxSwift ObservableConvertibleType.swift
[100/221] Compiling RxSwift ObservableType+Extensions.swift
[101/221] Compiling RxSwift ObservableType+PrimitiveSequence.swift
[102/221] Compiling RxSwift ObservableType.swift
[103/221] Compiling RxSwift ObserveOn.swift
[104/221] Compiling RxSwift ObserverBase.swift
[105/221] Compiling RxSwift ObserverType.swift
[106/221] Compiling RxSwift OperationQueueScheduler.swift
[107/221] Compiling RxSwift Optional.swift
[108/221] Compiling RxSwift Platform.Darwin.swift
[109/221] Compiling RxSwift Platform.Linux.swift
[110/221] Compiling RxSwift PrimitiveSequence+Concurrency.swift
[111/221] Compiling RxSwift PrimitiveSequence+Zip+arity.swift
[112/221] Compiling RxSwift PrimitiveSequence.swift
[113/221] Compiling RxSwift PriorityQueue.swift
[114/221] Compiling RxSwift HistoricalScheduler.swift
[115/221] Compiling RxSwift HistoricalSchedulerTimeConverter.swift
[116/221] Compiling RxSwift ImmediateSchedulerType.swift
[117/221] Compiling RxSwift CombineLatest.swift
[118/221] Compiling RxSwift CompactMap.swift
[119/221] Compiling RxSwift Event.swift
[120/221] Compiling RxSwift Filter.swift
[121/221] Compiling RxSwift First.swift
[122/221] Compiling RxSwift Generate.swift
[123/221] Compiling RxSwift GroupBy.swift
[124/221] Compiling RxSwift GroupedObservable.swift
[125/221] Compiling RxSwift Completable+AndThen.swift
[126/221] Compiling RxSwift Completable.swift
[127/221] Compiling RxSwift CompositeDisposable.swift
[128/221] Compiling RxSwift Concat.swift
[129/221] Compiling RxSwift ConcurrentDispatchQueueScheduler.swift
[130/221] Compiling RxSwift ConcurrentMainScheduler.swift
[131/221] Compiling RxSwift ConnectableObservableType.swift
[132/221] Compiling RxSwift Create.swift
[133/221] Compiling RxSwift CurrentThreadScheduler.swift
[134/221] Compiling RxSwift Date+Dispatch.swift
[135/221] Compiling RxSwift Debounce.swift
[136/221] Compiling RxSwift Debug.swift
[137/221] Compiling RxSwift Decode.swift
[138/221] Compiling RxSwift DefaultIfEmpty.swift
[139/221] Compiling RxSwift Deferred.swift
[182/221] Compiling RxSwift Infallible+CombineLatest+Collection.swift
[183/221] Compiling RxSwift Infallible+CombineLatest+arity.swift
[184/221] Compiling RxSwift Infallible+Concurrency.swift
[185/221] Compiling RxSwift Infallible+Create.swift
[186/221] Compiling RxSwift Infallible+Debug.swift
[187/221] Compiling RxSwift Infallible+Operators.swift
[188/221] Compiling RxSwift Infallible+Zip+arity.swift
[189/221] Compiling RxSwift Infallible.swift
[190/221] Compiling RxSwift InfiniteSequence.swift
[191/221] Compiling RxSwift InvocableScheduledItem.swift
[192/221] Compiling RxSwift InvocableType.swift
[193/221] Compiling RxSwift Just.swift
[194/221] Compiling RxSwift Lock.swift
[195/221] Compiling RxSwift LockOwnerType.swift
[196/221] Compiling RxSwift MainScheduler.swift
[197/221] Compiling RxSwift Map.swift
[198/221] Compiling RxSwift Materialize.swift
[199/221] Compiling RxSwift Maybe.swift
[200/221] Compiling RxSwift Merge.swift
[201/221] Compiling RxSwift Multicast.swift
BUILD FAILURE 6.0 linux