The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Failed to build RxEnumKit, reference master (a7572f), with Swift 6.0 for Linux on 27 Nov 2024 21:41:19 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/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.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/gringoireDM/RxEnumKit.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/gringoireDM/RxEnumKit
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at a7572f7 Merge pull request #3 from gringoireDM/rx_swift_6
Cloned https://github.com/gringoireDM/RxEnumKit.git
Revision (git rev-parse @):
a7572f7bcc69e458f74730098be97279a1b8c80f
SUCCESS checkout https://github.com/gringoireDM/RxEnumKit.git at master
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.0
Building package at path:  $PWD
https://github.com/gringoireDM/RxEnumKit.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/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/gringoireDM/EnumKit.git
Fetching https://github.com/ReactiveX/RxSwift.git
[1/319] Fetching enumkit
[320/52712] Fetching enumkit, rxswift
Fetched https://github.com/gringoireDM/EnumKit.git from cache (3.87s)
Fetched https://github.com/ReactiveX/RxSwift.git from cache (4.02s)
Computing version for https://github.com/gringoireDM/EnumKit.git
Computed https://github.com/gringoireDM/EnumKit.git at 1.1.3 (0.42s)
Computing version for https://github.com/ReactiveX/RxSwift.git
Computed https://github.com/ReactiveX/RxSwift.git at 6.8.0 (0.41s)
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/gringoireDM/EnumKit.git
Working copy of https://github.com/gringoireDM/EnumKit.git resolved at 1.1.3
Building for debugging...
[0/9] Copying PrivacyInfo.xcprivacy
[0/9] Write sources
[0/9] Copying PrivacyInfo.xcprivacy
[1/9] Write sources
[2/9] Copying PrivacyInfo.xcprivacy
[8/9] Write swift-version-24593BA9C3E375BF.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[10/158] 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) {
[11/178] Compiling EnumKit Combine+CaseAccessible.swift
[12/178] Compiling EnumKit Sequence+CaseAccessible.swift
[13/178] Compiling EnumKit CapturePublisher.swift
[14/178] Compiling RxSwift SchedulerType.swift
[15/178] Compiling RxSwift Sequence.swift
[16/178] Compiling RxSwift SerialDispatchQueueScheduler.swift
[17/178] Compiling RxSwift SerialDisposable.swift
[18/178] Compiling RxSwift ShareReplayScope.swift
[19/178] Compiling RxSwift Single.swift
[20/178] Compiling RxSwift SingleAssignmentDisposable.swift
[21/178] Compiling RxSwift SingleAsync.swift
[22/178] Compiling RxSwift Sink.swift
[23/178] Compiling RxSwift Skip.swift
[24/178] Compiling RxSwift SkipUntil.swift
[25/178] Compiling RxSwift SkipWhile.swift
[26/178] Compiling RxSwift StartWith.swift
[27/178] Compiling RxSwift SubjectType.swift
[28/178] Compiling RxSwift SubscribeOn.swift
[29/178] Compiling RxSwift SubscriptionDisposable.swift
[30/178] Compiling RxSwift SwiftSupport.swift
[31/178] Compiling RxSwift Switch.swift
[32/178] Compiling RxSwift SwitchIfEmpty.swift
[33/178] Compiling RxSwift SynchronizedDisposeType.swift
[34/178] Emitting module EnumKit
[35/178] Compiling EnumKit CaseAccessible.swift
[36/179] Compiling RxSwift DispatchQueueConfiguration.swift
[37/179] Compiling RxSwift Disposable.swift
[38/179] Compiling RxSwift Disposables.swift
[39/179] Compiling RxSwift DisposeBag.swift
[40/179] Compiling RxSwift DisposeBase.swift
[41/179] Compiling RxSwift DistinctUntilChanged.swift
[42/179] Compiling RxSwift Do.swift
[43/179] Compiling RxSwift ElementAt.swift
[44/179] Compiling RxSwift Empty.swift
[45/179] Compiling RxSwift Enumerated.swift
[46/179] Compiling RxSwift Error.swift
[47/179] Compiling RxSwift Errors.swift
[48/179] Compiling RxSwift Event.swift
[49/179] Compiling RxSwift Filter.swift
[50/179] Compiling RxSwift First.swift
[51/179] Compiling RxSwift Generate.swift
[52/179] Compiling RxSwift GroupBy.swift
[53/179] Compiling RxSwift GroupedObservable.swift
[54/179] Compiling RxSwift HistoricalScheduler.swift
[55/179] Compiling RxSwift HistoricalSchedulerTimeConverter.swift
[56/179] Compiling RxSwift ImmediateSchedulerType.swift
[57/179] Compiling RxSwift CombineLatest.swift
[58/179] Compiling RxSwift CompactMap.swift
[59/179] Compiling RxSwift Completable+AndThen.swift
[60/179] Compiling RxSwift Completable.swift
[61/179] Compiling RxSwift CompositeDisposable.swift
[62/179] Compiling RxSwift Concat.swift
[63/179] Compiling RxSwift ConcurrentDispatchQueueScheduler.swift
[64/179] Compiling RxSwift ConcurrentMainScheduler.swift
[65/179] Compiling RxSwift ConnectableObservableType.swift
[66/179] Compiling RxSwift Create.swift
[67/179] Compiling RxSwift CurrentThreadScheduler.swift
[68/179] Compiling RxSwift Date+Dispatch.swift
[69/179] Compiling RxSwift Debounce.swift
[70/179] Compiling RxSwift Debug.swift
[71/179] Compiling RxSwift Decode.swift
[72/179] Compiling RxSwift DefaultIfEmpty.swift
[73/179] Compiling RxSwift Deferred.swift
[74/179] Compiling RxSwift Delay.swift
[75/179] Compiling RxSwift DelaySubscription.swift
[76/179] Compiling RxSwift Dematerialize.swift
[77/179] Compiling RxSwift DispatchQueue+Extensions.swift
[78/179] 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) {
[79/179] 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) {
[80/179] 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) {
[81/179] 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) {
[82/179] 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) {
[83/179] 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) {
[84/179] 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) {
[85/179] 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) {
[86/179] 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) {
[87/179] 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) {
[88/179] 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) {
[89/179] 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) {
[90/179] 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) {
[91/179] 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) {
[92/179] 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) {
[93/179] 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) {
[94/179] 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) {
[95/179] 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) {
[96/179] 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) {
[97/179] 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) {
[98/179] 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) {
[99/179] Compiling RxSwift Never.swift
[100/179] Compiling RxSwift NopDisposable.swift
[101/179] Compiling RxSwift Observable+Concurrency.swift
[102/179] Compiling RxSwift Observable.swift
[103/179] Compiling RxSwift ObservableConvertibleType+Infallible.swift
[104/179] Compiling RxSwift ObservableConvertibleType.swift
[105/179] Compiling RxSwift ObservableType+Extensions.swift
[106/179] Compiling RxSwift ObservableType+PrimitiveSequence.swift
[107/179] Compiling RxSwift ObservableType.swift
[108/179] Compiling RxSwift ObserveOn.swift
[109/179] Compiling RxSwift ObserverBase.swift
[110/179] Compiling RxSwift ObserverType.swift
[111/179] Compiling RxSwift OperationQueueScheduler.swift
[112/179] Compiling RxSwift Optional.swift
[113/179] Compiling RxSwift Platform.Darwin.swift
[114/179] Compiling RxSwift Platform.Linux.swift
[115/179] Compiling RxSwift PrimitiveSequence+Concurrency.swift
[116/179] Compiling RxSwift PrimitiveSequence+Zip+arity.swift
[117/179] Compiling RxSwift PrimitiveSequence.swift
[118/179] Compiling RxSwift PriorityQueue.swift
[119/179] Compiling RxSwift Producer.swift
[120/179] Compiling RxSwift PublishSubject.swift
[121/179] Compiling RxSwift Queue.swift
[122/179] Compiling RxSwift Range.swift
[123/179] Compiling RxSwift Reactive.swift
[124/179] Compiling RxSwift RecursiveLock.swift
[125/179] Compiling RxSwift RecursiveScheduler.swift
[126/179] Compiling RxSwift Reduce.swift
[127/179] Compiling RxSwift RefCountDisposable.swift
[128/179] Compiling RxSwift Repeat.swift
[129/179] Compiling RxSwift ReplaySubject.swift
[130/179] Compiling RxSwift RetryWhen.swift
[131/179] Compiling RxSwift Rx.swift
[132/179] Compiling RxSwift RxMutableBox.swift
[133/179] Compiling RxSwift Sample.swift
[134/179] Compiling RxSwift Scan.swift
[135/179] Compiling RxSwift ScheduledDisposable.swift
[136/179] Compiling RxSwift ScheduledItem.swift
[137/179] Compiling RxSwift ScheduledItemType.swift
[138/179] Compiling RxSwift SchedulerServices+Emulation.swift
[139/179] Compiling RxSwift Infallible+CombineLatest+Collection.swift
[140/179] Compiling RxSwift Infallible+CombineLatest+arity.swift
[141/179] Compiling RxSwift Infallible+Concurrency.swift
[142/179] Compiling RxSwift Infallible+Create.swift
[143/179] Compiling RxSwift Infallible+Debug.swift
[144/179] Compiling RxSwift Infallible+Operators.swift
[145/179] Compiling RxSwift Infallible+Zip+arity.swift
[146/179] Compiling RxSwift Infallible.swift
[147/179] Compiling RxSwift InfiniteSequence.swift
[148/179] Compiling RxSwift InvocableScheduledItem.swift
[149/179] Compiling RxSwift InvocableType.swift
[150/179] Compiling RxSwift Just.swift
[151/179] Compiling RxSwift Lock.swift
[152/179] Compiling RxSwift LockOwnerType.swift
[153/179] Compiling RxSwift MainScheduler.swift
[154/179] Compiling RxSwift Map.swift
[155/179] Compiling RxSwift Materialize.swift
[156/179] Compiling RxSwift Maybe.swift
[157/179] Compiling RxSwift Merge.swift
[158/179] Compiling RxSwift Multicast.swift
[159/179] Compiling RxSwift SynchronizedOnType.swift
[160/179] Compiling RxSwift SynchronizedUnsubscribeType.swift
[161/179] Compiling RxSwift TailRecursiveSink.swift
[162/179] Compiling RxSwift Take.swift
[163/179] Compiling RxSwift TakeLast.swift
[164/179] Compiling RxSwift TakeWithPredicate.swift
[165/179] Compiling RxSwift Throttle.swift
[166/179] Compiling RxSwift Timeout.swift
[167/179] Compiling RxSwift Timer.swift
[168/179] Compiling RxSwift ToArray.swift
[169/179] Compiling RxSwift Using.swift
[170/179] Compiling RxSwift VirtualTimeConverterType.swift
[171/179] Compiling RxSwift VirtualTimeScheduler.swift
[172/179] Compiling RxSwift Window.swift
[173/179] Compiling RxSwift WithLatestFrom.swift
[174/179] Compiling RxSwift WithUnretained.swift
[175/179] Compiling RxSwift Zip+Collection.swift
[176/179] Compiling RxSwift Zip+arity.swift
[177/179] Compiling RxSwift Zip.swift
[178/179] Compiling RxSwift resource_bundle_accessor.swift
BUILD FAILURE 6.0 linux