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 RxNimble, reference master (c7f2c8), with Swift 6.0 (beta) for Linux on 15 Sep 2024 04:24:33 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.53.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/mRs-/RxNimble.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/mRs-/RxNimble
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at c7f2c85 Update Package.swift
Cloned https://github.com/mRs-/RxNimble.git
Revision (git rev-parse @):
c7f2c85e6e6ab5a5a2df6f716cc4ab2ade425715
SUCCESS checkout https://github.com/mRs-/RxNimble.git at master
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.0
Building package at path:  $PWD
https://github.com/mRs-/RxNimble.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:9d7dab235f2b0b46edadd73b1fb0c3b5323df02053420324a4a2f8ca89cb54a5
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Fetching https://github.com/Quick/Nimble
Fetching https://github.com/ReactiveX/RxSwift
[1/51527] Fetching rxswift
[41738/70511] Fetching rxswift, nimble
Fetched https://github.com/Quick/Nimble from cache (4.34s)
Fetched https://github.com/ReactiveX/RxSwift from cache (4.48s)
Computing version for https://github.com/Quick/Nimble
Computed https://github.com/Quick/Nimble at 9.2.1 (0.50s)
Fetching https://github.com/mattgallagher/CwlPreconditionTesting.git
[1/1257] Fetching cwlpreconditiontesting
Fetched https://github.com/mattgallagher/CwlPreconditionTesting.git from cache (0.19s)
Computing version for https://github.com/ReactiveX/RxSwift
Computed https://github.com/ReactiveX/RxSwift at 6.7.1 (0.48s)
Computing version for https://github.com/mattgallagher/CwlPreconditionTesting.git
Computed https://github.com/mattgallagher/CwlPreconditionTesting.git at 2.2.2 (0.47s)
Fetching https://github.com/mattgallagher/CwlCatchException.git
[1/455] Fetching cwlcatchexception
Fetched https://github.com/mattgallagher/CwlCatchException.git from cache (0.77s)
Computing version for https://github.com/mattgallagher/CwlCatchException.git
Computed https://github.com/mattgallagher/CwlCatchException.git at 2.2.1 (1.23s)
Creating working copy for https://github.com/Quick/Nimble
Working copy of https://github.com/Quick/Nimble resolved at 9.2.1
Creating working copy for https://github.com/mattgallagher/CwlCatchException.git
Working copy of https://github.com/mattgallagher/CwlCatchException.git resolved at 2.2.1
Creating working copy for https://github.com/ReactiveX/RxSwift
Working copy of https://github.com/ReactiveX/RxSwift resolved at 6.7.1
Creating working copy for https://github.com/mattgallagher/CwlPreconditionTesting.git
Working copy of https://github.com/mattgallagher/CwlPreconditionTesting.git resolved at 2.2.2
Building for debugging...
[0/6] Write sources
[5/6] Write swift-version-24593BA9C3E375BF.txt
[7/198] Emitting module Nimble
error: emit-module command failed with exit code 1 (use -v to see invocation)
[8/204] 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) because it has overridable members that could not be loaded in Swift 5.10
 9 | import Foundation
10 |
11 | final class AtomicInt: NSLock {
   |             `- error: cannot inherit from class 'NSLock' (compiled with Swift 6.0) 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) {
[9/224] Compiling RxSwift Binder.swift
[10/224] Compiling RxSwift BooleanDisposable.swift
[11/224] Compiling RxSwift Buffer.swift
[12/224] Compiling RxSwift Cancelable.swift
[13/224] Compiling RxSwift Catch.swift
[14/224] Compiling RxSwift CombineLatest+Collection.swift
[15/224] Compiling RxSwift AddRef.swift
[16/224] Compiling RxSwift Amb.swift
[17/224] Compiling RxSwift AnonymousDisposable.swift
[18/224] Compiling RxSwift AnonymousObserver.swift
[19/224] Compiling RxSwift AnyObserver.swift
[20/224] Compiling RxSwift AsMaybe.swift
[21/224] Compiling RxSwift AsSingle.swift
[22/224] Compiling Nimble ToSucceed.swift
[23/224] Compiling Nimble Await.swift
[24/224] Compiling Nimble DispatchTimeInterval.swift
[25/224] Compiling Nimble Errors.swift
[26/224] Compiling Nimble SourceLocation.swift
[27/224] Compiling Nimble Stringers.swift
[28/224] Compiling RxSwift CombineLatest+arity.swift
[29/224] Compiling RxSwift CombineLatest.swift
[30/224] Compiling RxSwift CompactMap.swift
[31/224] Compiling RxSwift Completable+AndThen.swift
[32/224] Compiling RxSwift Completable.swift
[33/224] Compiling RxSwift CompositeDisposable.swift
[34/224] Compiling RxSwift Concat.swift
[35/224] Compiling RxSwift SchedulerServices+Emulation.swift
[36/224] Compiling RxSwift SchedulerType.swift
[37/224] Compiling RxSwift Sequence.swift
[38/224] Compiling RxSwift SerialDispatchQueueScheduler.swift
[39/224] Compiling RxSwift SerialDisposable.swift
[40/224] Compiling RxSwift ShareReplayScope.swift
[41/224] Compiling RxSwift Single.swift
[42/224] Compiling RxSwift SingleAssignmentDisposable.swift
[43/224] Compiling RxSwift SingleAsync.swift
[44/224] Compiling RxSwift Sink.swift
[45/224] Compiling RxSwift Skip.swift
[46/224] Compiling RxSwift SkipUntil.swift
[47/224] Compiling RxSwift SkipWhile.swift
[48/224] Compiling RxSwift StartWith.swift
[49/224] Compiling RxSwift SubjectType.swift
[50/224] Compiling RxSwift SubscribeOn.swift
[51/224] Compiling RxSwift SubscriptionDisposable.swift
[52/224] Compiling RxSwift SwiftSupport.swift
[53/224] Compiling RxSwift Switch.swift
[54/224] Compiling RxSwift SwitchIfEmpty.swift
[55/224] Compiling RxSwift DispatchQueueConfiguration.swift
[56/224] Compiling RxSwift Disposable.swift
[57/224] Compiling RxSwift Disposables.swift
[58/224] Compiling RxSwift DisposeBag.swift
[59/224] Compiling RxSwift DisposeBase.swift
[60/224] Compiling RxSwift DistinctUntilChanged.swift
[61/224] Compiling RxSwift Do.swift
[62/224] Compiling RxSwift ElementAt.swift
[63/224] Compiling RxSwift Empty.swift
[64/224] Compiling RxSwift Enumerated.swift
[65/224] Compiling RxSwift Error.swift
[66/224] Compiling RxSwift Errors.swift
[67/224] Compiling RxSwift Event.swift
[68/224] Compiling RxSwift Filter.swift
[69/224] Compiling RxSwift First.swift
[70/224] Compiling RxSwift Generate.swift
[71/224] Compiling RxSwift GroupBy.swift
[72/224] Compiling RxSwift GroupedObservable.swift
[73/224] Compiling RxSwift HistoricalScheduler.swift
[74/224] Compiling RxSwift HistoricalSchedulerTimeConverter.swift
[75/224] Compiling RxSwift PriorityQueue.swift
[76/224] Compiling RxSwift Producer.swift
[77/224] Compiling RxSwift PublishSubject.swift
[78/224] Compiling RxSwift Queue.swift
[79/224] Compiling RxSwift Range.swift
[80/224] Compiling RxSwift Reactive.swift
[81/224] Compiling RxSwift RecursiveLock.swift
[82/224] Compiling RxSwift RecursiveScheduler.swift
[83/224] Compiling RxSwift Reduce.swift
[84/224] Compiling RxSwift RefCountDisposable.swift
[85/224] Compiling RxSwift Repeat.swift
[86/224] Compiling RxSwift ReplaySubject.swift
[87/224] Compiling RxSwift RetryWhen.swift
[88/224] Compiling RxSwift Rx.swift
[89/224] Compiling RxSwift RxMutableBox.swift
error: compile command failed due to signal 6 (use -v to see invocation)
[90/224] Compiling RxSwift Sample.swift
[91/224] Compiling RxSwift Scan.swift
[92/224] Compiling RxSwift ScheduledDisposable.swift
[93/224] Compiling RxSwift ScheduledItem.swift
[94/224] Compiling RxSwift ScheduledItemType.swift
swift-frontend: /home/build-user/swift/lib/AST/ConformanceLookup.cpp:747: swift::ProtocolConformanceRef swift::ModuleDecl::checkConformance(swift::Type, swift::ProtocolDecl *, bool): Assertion `!type->hasTypeParameter() && "must take a contextual type. if you really are ok with an " "indefinite answer (and usually YOU ARE NOT), then consider whether " "you really, definitely are ok with an indefinite answer, and " "use `checkConformanceWithoutContext` instead"' failed.
Please submit a bug report (https://swift.org/contributing/#reporting-bugs) and include the crash backtrace.
Stack dump:
0.	Program arguments: /usr/bin/swift-frontend -frontend -c -filelist /tmp/TemporaryDirectory.nuPSzz/sources-1 -primary-file /host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/Multicast.swift -primary-file /host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/Never.swift -primary-file /host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/NopDisposable.swift -primary-file /host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/Observable+Concurrency.swift -primary-file /host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/Observable.swift -primary-file /host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/ObservableConvertibleType+Infallible.swift -primary-file /host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/ObservableConvertibleType.swift -primary-file /host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/ObservableType+Extensions.swift -primary-file /host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/ObservableType+PrimitiveSequence.swift -primary-file /host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/ObservableType.swift -primary-file /host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/ObserveOn.swift -primary-file /host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/ObserverBase.swift -primary-file /host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/ObserverType.swift -primary-file /host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/OperationQueueScheduler.swift -primary-file /host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/Optional.swift -primary-file /host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/Platform.Darwin.swift -primary-file /host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/Platform.Linux.swift -primary-file /host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/PrimitiveSequence+Concurrency.swift -primary-file /host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/PrimitiveSequence+Zip+arity.swift -primary-file /host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/PrimitiveSequence.swift -supplementary-output-file-map /tmp/TemporaryDirectory.nuPSzz/supplementaryOutputs-5 -target x86_64-unknown-linux-gnu -disable-objc-interop -I /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/Modules -enable-testing -g -debug-info-format=dwarf -dwarf-version=4 -module-cache-path /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/ModuleCache -suppress-warnings -swift-version 5 -Onone -D SWIFT_PACKAGE -D DEBUG -stats-output-dir .stats -strict-concurrency=complete -empty-abi-descriptor -resource-dir /usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /host/spi-builder-workspace -Xcc -fPIC -Xcc -g -Xcc -fno-omit-frame-pointer -module-name RxSwift -plugin-path /usr/lib/swift/host/plugins -plugin-path /usr/local/lib/swift/host/plugins -parse-as-library -o /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/RxSwift.build/Multicast.swift.o -o /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/RxSwift.build/Never.swift.o -o /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/RxSwift.build/NopDisposable.swift.o -o /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/RxSwift.build/Observable+Concurrency.swift.o -o /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/RxSwift.build/Observable.swift.o -o /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/RxSwift.build/ObservableConvertibleType+Infallible.swift.o -o /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/RxSwift.build/ObservableConvertibleType.swift.o -o /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/RxSwift.build/ObservableType+Extensions.swift.o -o /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/RxSwift.build/ObservableType+PrimitiveSequence.swift.o -o /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/RxSwift.build/ObservableType.swift.o -o /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/RxSwift.build/ObserveOn.swift.o -o /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/RxSwift.build/ObserverBase.swift.o -o /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/RxSwift.build/ObserverType.swift.o -o /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/RxSwift.build/OperationQueueScheduler.swift.o -o /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/RxSwift.build/Optional.swift.o -o /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/RxSwift.build/Platform.Darwin.swift.o -o /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/RxSwift.build/Platform.Linux.swift.o -o /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/RxSwift.build/PrimitiveSequence+Concurrency.swift.o -o /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/RxSwift.build/PrimitiveSequence+Zip+arity.swift.o -o /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/RxSwift.build/PrimitiveSequence.swift.o -index-store-path /host/spi-builder-workspace/.build/x86_64-unknown-linux-gnu/debug/index/store -index-system-modules
1.	Swift version 6.0-dev (LLVM c3efe9282719c35, Swift b163fed2b3101e0)
2.	Compiling with effective version 5.10
3.	Contents of /tmp/TemporaryDirectory.nuPSzz/sources-1:
---
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AddRef.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/Amb.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AnonymousDisposable.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AnonymousObserver.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AnyObserver.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AsMaybe.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AsSingle.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AsyncLock.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AsyncSubject.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/Bag+Rx.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/Bag.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/BehaviorSubject.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/BinaryDisposable.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/Binder.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/BooleanDisposable.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/Buffer.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/Cancelable.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/Catch.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/CombineLatest+Collection.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/CombineLatest+arity.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/CombineLatest.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/CompactMap.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/Completable+AndThen.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/Completable.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/CompositeDisposable.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/Concat.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/ConcurrentDispatchQueueScheduler.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/ConcurrentMainScheduler.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/ConnectableObservableType.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/Create.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/CurrentThreadScheduler.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/Date+Dispatch.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/Debounce.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/Debug.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/Decode.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/DefaultIfEmpty.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/Deferred.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/Delay.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/DelaySubscription.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/Dematerialize.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/DispatchQueue+Extensions.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/DispatchQueueConfiguration.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/Disposable.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/Disposables.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/DisposeBag.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/DisposeBase.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/DistinctUntilChanged.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/Do.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/ElementAt.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/Empty.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/Enumerated.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/Error.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/Errors.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/Event.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/Filter.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/First.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/Generate.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/GroupBy.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/GroupedObservable.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/HistoricalScheduler.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/HistoricalSchedulerTimeConverter.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/ImmediateSchedulerType.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/Infallible+CombineLatest+Collection.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/Infallible+CombineLatest+arity.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/Infallible+Concurrency.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/Infallible+Create.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/Infallible+Debug.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/Infallible+Operators.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/Infallible+Zip+arity.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/Infallible.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/InfiniteSequence.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/InvocableScheduledItem.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/InvocableType.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/Just.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/Lock.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/LockOwnerType.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/MainScheduler.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/Map.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/Materialize.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/Maybe.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/Merge.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/Multicast.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/Never.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/NopDisposable.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/Observable+Concurrency.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/Observable.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/ObservableConvertibleType+Infallible.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/ObservableConvertibleType.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/ObservableType+Extensions.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/ObservableType+PrimitiveSequence.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/ObservableType.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/ObserveOn.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/ObserverBase.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/ObserverType.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/OperationQueueScheduler.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/Optional.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/Platform.Darwin.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/Platform.Linux.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/PrimitiveSequence+Concurrency.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/PrimitiveSequence+Zip+arity.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/PrimitiveSequence.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/PriorityQueue.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/Producer.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/PublishSubject.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/Queue.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/Range.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/Reactive.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/RecursiveLock.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/RecursiveScheduler.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/Reduce.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/RefCountDisposable.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/Repeat.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/ReplaySubject.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/RetryWhen.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/Rx.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/RxMutableBox.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/Sample.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/Scan.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/ScheduledDisposable.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/ScheduledItem.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/ScheduledItemType.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/SchedulerServices+Emulation.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/SchedulerType.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/Sequence.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/SerialDispatchQueueScheduler.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/SerialDisposable.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/ShareReplayScope.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/Single.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/SingleAssignmentDisposable.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/SingleAsync.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/Sink.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/Skip.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/SkipUntil.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/SkipWhile.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/StartWith.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/SubjectType.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/SubscribeOn.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/SubscriptionDisposable.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/SwiftSupport.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/Switch.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/SwitchIfEmpty.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/SynchronizedDisposeType.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/SynchronizedOnType.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/SynchronizedUnsubscribeType.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/TailRecursiveSink.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/Take.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/TakeLast.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/TakeWithPredicate.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/Throttle.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/Timeout.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/Timer.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/ToArray.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/Using.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/VirtualTimeConverterType.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/VirtualTimeScheduler.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/Window.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/WithLatestFrom.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/WithUnretained.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/Zip+Collection.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/Zip+arity.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/Zip.swift
---
4.	While evaluating request ExecuteSILPipelineRequest(Run pipelines { Mandatory Diagnostic Passes + Enabling Optimization Passes } on SIL for RxSwift)
5.	While running pass #137 SILFunctionTransform "TransferNonSendable" on SILFunction "@$sSci7RxSwiftE12asObservableAA0D0Cy7ElementQzGyFAA10Disposable_pAA11AnyObserverVyAFGcfU_".
 for expression at [/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/Observable+Concurrency.swift:62:27 - line:76:9] RangeText="{ observer in
            let task = Task {
                do {
                    for try await value in self {
                        observer.onNext(value)
                    }
                    observer.onCompleted()
                } catch {
                    observer.onError(error)
                }
            }
            return Disposables.create { task.cancel() }
        "
Stack dump without symbol names (ensure you have llvm-symbolizer in your PATH or set the environment var `LLVM_SYMBOLIZER_PATH` to point to it):
0  swift-frontend 0x0000559b96d0e2b7
1  swift-frontend 0x0000559b96d0c00e
2  swift-frontend 0x0000559b96d0e92a
3  libc.so.6      0x00007f3ac8144520
4  libc.so.6      0x00007f3ac81989fc pthread_kill + 300
5  libc.so.6      0x00007f3ac8144476 raise + 22
6  libc.so.6      0x00007f3ac812a7f3 abort + 211
7  libc.so.6      0x00007f3ac812a71b
8  libc.so.6      0x00007f3ac813be96
9  swift-frontend 0x0000559b91b37f25
10 swift-frontend 0x0000559b91b380f3
11 swift-frontend 0x0000559b90e3b805
12 swift-frontend 0x0000559b90de0662
13 swift-frontend 0x0000559b90ddeca7
14 swift-frontend 0x0000559b908853f8
15 swift-frontend 0x0000559b908866e1
16 swift-frontend 0x0000559b908898ec
17 swift-frontend 0x0000559b90883208
18 swift-frontend 0x0000559b908831bd
19 swift-frontend 0x0000559b908c04ba
20 swift-frontend 0x0000559b908abfe6
21 swift-frontend 0x0000559b908833fd
22 swift-frontend 0x0000559b908ada31
23 swift-frontend 0x0000559b9024a767
24 swift-frontend 0x0000559b8ff18d53
25 swift-frontend 0x0000559b8ff17d7b
26 swift-frontend 0x0000559b8ff28905
27 swift-frontend 0x0000559b8ff1b127
28 swift-frontend 0x0000559b8ff19e7a
29 swift-frontend 0x0000559b8fccffce
30 libc.so.6      0x00007f3ac812bd90
31 libc.so.6      0x00007f3ac812be40 __libc_start_main + 128
32 swift-frontend 0x0000559b8fccf075
[95/224] Compiling RxSwift AsyncLock.swift
[96/224] Compiling RxSwift AsyncSubject.swift
[97/224] Compiling RxSwift AtomicInt.swift
[98/224] Compiling RxSwift Bag+Rx.swift
[99/224] Compiling RxSwift Bag.swift
[100/224] Compiling RxSwift BehaviorSubject.swift
[101/224] Compiling RxSwift BinaryDisposable.swift
[102/224] Compiling RxSwift Debug.swift
[103/224] Compiling RxSwift Decode.swift
[104/224] Compiling RxSwift DefaultIfEmpty.swift
[105/224] Compiling RxSwift Deferred.swift
[106/224] Compiling RxSwift Delay.swift
[107/224] Compiling RxSwift DelaySubscription.swift
[108/224] Compiling RxSwift Dematerialize.swift
[109/224] Compiling RxSwift DispatchQueue+Extensions.swift
[110/224] Compiling RxSwift ImmediateSchedulerType.swift
[111/224] Compiling RxSwift Infallible+CombineLatest+Collection.swift
[112/224] Compiling RxSwift Infallible+CombineLatest+arity.swift
[113/224] Compiling RxSwift Infallible+Concurrency.swift
[114/224] Compiling RxSwift Infallible+Create.swift
[115/224] Compiling RxSwift Infallible+Debug.swift
[116/224] Compiling RxSwift ConcurrentDispatchQueueScheduler.swift
[117/224] Compiling RxSwift ConcurrentMainScheduler.swift
[118/224] Compiling RxSwift ConnectableObservableType.swift
[119/224] Compiling RxSwift Create.swift
[120/224] Compiling RxSwift CurrentThreadScheduler.swift
[121/224] Compiling RxSwift Date+Dispatch.swift
[122/224] Compiling RxSwift Debounce.swift
BUILD FAILURE 6.0 linux