Build Information
Successful build of RxSwift, reference main (715752
), with Swift 6.2 (beta) for Linux on 18 Jun 2025 20:13:52 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.2-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/ReactiveX/RxSwift.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/ReactiveX/RxSwift
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 7157523 Signing updates
Cloned https://github.com/ReactiveX/RxSwift.git
Revision (git rev-parse @):
7157523a367b254f0fc1be5170cd5f3c29d51092
SUCCESS checkout https://github.com/ReactiveX/RxSwift.git at main
========================================
Build
========================================
Selected platform: linux
Swift version: 6.2
Building package at path: $PWD
https://github.com/ReactiveX/RxSwift.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.2-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:f81a7bd7aa87a0f81848d48c5bcc03f5f78deebd37fa5f9be9913077205d3687
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.2-latest
Building for debugging...
[0/24] Write sources
[0/24] Copying PrivacyInfo.xcprivacy
[0/24] Write sources
[0/24] Copying PrivacyInfo.xcprivacy
[0/24] Write sources
[7/24] Copying PrivacyInfo.xcprivacy
[8/24] Write swift-version-24593BA9C3E375BF.txt
[10/168] Emitting module RxSwift
[11/168] Compiling RxSwift SchedulerType.swift
[12/168] Compiling RxSwift Sequence.swift
[13/168] Compiling RxSwift SerialDispatchQueueScheduler.swift
[14/168] Compiling RxSwift SerialDisposable.swift
[15/168] Compiling RxSwift ShareReplayScope.swift
[16/168] Compiling RxSwift Single.swift
[17/168] Compiling RxSwift SingleAssignmentDisposable.swift
[18/168] Compiling RxSwift SingleAsync.swift
[19/168] Compiling RxSwift Sink.swift
[20/168] Compiling RxSwift Skip.swift
[21/168] Compiling RxSwift SkipUntil.swift
[22/168] Compiling RxSwift SkipWhile.swift
[23/168] Compiling RxSwift StartWith.swift
[24/168] Compiling RxSwift SubjectType.swift
[25/168] Compiling RxSwift SubscribeOn.swift
[26/168] Compiling RxSwift SubscriptionDisposable.swift
[27/168] Compiling RxSwift SwiftSupport.swift
[28/168] Compiling RxSwift Switch.swift
[29/168] Compiling RxSwift SwitchIfEmpty.swift
[30/168] Compiling RxSwift SynchronizedDisposeType.swift
[31/188] Compiling RxSwift CombineLatest.swift
[32/188] Compiling RxSwift CompactMap.swift
[33/188] Compiling RxSwift Completable+AndThen.swift
[34/188] Compiling RxSwift Completable.swift
[35/188] Compiling RxSwift CompositeDisposable.swift
[36/188] Compiling RxSwift Concat.swift
[37/188] Compiling RxSwift ConcurrentDispatchQueueScheduler.swift
[38/188] Compiling RxSwift ConcurrentMainScheduler.swift
[39/188] Compiling RxSwift ConnectableObservableType.swift
[40/188] Compiling RxSwift Create.swift
[41/188] Compiling RxSwift CurrentThreadScheduler.swift
[42/188] Compiling RxSwift Date+Dispatch.swift
[43/188] Compiling RxSwift Debounce.swift
[44/188] Compiling RxSwift Debug.swift
[45/188] Compiling RxSwift Decode.swift
[46/188] Compiling RxSwift DefaultIfEmpty.swift
[47/188] Compiling RxSwift Deferred.swift
[48/188] Compiling RxSwift Delay.swift
[49/188] Compiling RxSwift DelaySubscription.swift
[50/188] Compiling RxSwift Dematerialize.swift
[51/188] Compiling RxSwift DispatchQueue+Extensions.swift
[52/188] Compiling RxSwift Never.swift
/host/spi-builder-workspace/Sources/RxSwift/Observable+Concurrency.swift:65:44: warning: capture of non-Sendable type 'Self.AsyncIterator.Type' in an isolated closure; this is an error in the Swift 6 language mode
63 | let task = Task {
64 | do {
65 | for try await value in self {
| `- warning: capture of non-Sendable type 'Self.AsyncIterator.Type' in an isolated closure; this is an error in the Swift 6 language mode
66 | observer.onNext(value)
67 | }
/host/spi-builder-workspace/Sources/RxSwift/Observable+Concurrency.swift:65:44: warning: capture of non-Sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
63 | let task = Task {
64 | do {
65 | for try await value in self {
| `- warning: capture of non-Sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
66 | observer.onNext(value)
67 | }
/host/spi-builder-workspace/Sources/RxSwift/Observable+Concurrency.swift:61:10: warning: capture of non-Sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
59 | ///
60 | /// - returns: An `Observable` of the async sequence's type
61 | func asObservable() -> Observable<Element> {
| `- warning: capture of non-Sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
62 | Observable.create { observer in
63 | let task = Task {
[53/188] Compiling RxSwift NopDisposable.swift
/host/spi-builder-workspace/Sources/RxSwift/Observable+Concurrency.swift:65:44: warning: capture of non-Sendable type 'Self.AsyncIterator.Type' in an isolated closure; this is an error in the Swift 6 language mode
63 | let task = Task {
64 | do {
65 | for try await value in self {
| `- warning: capture of non-Sendable type 'Self.AsyncIterator.Type' in an isolated closure; this is an error in the Swift 6 language mode
66 | observer.onNext(value)
67 | }
/host/spi-builder-workspace/Sources/RxSwift/Observable+Concurrency.swift:65:44: warning: capture of non-Sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
63 | let task = Task {
64 | do {
65 | for try await value in self {
| `- warning: capture of non-Sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
66 | observer.onNext(value)
67 | }
/host/spi-builder-workspace/Sources/RxSwift/Observable+Concurrency.swift:61:10: warning: capture of non-Sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
59 | ///
60 | /// - returns: An `Observable` of the async sequence's type
61 | func asObservable() -> Observable<Element> {
| `- warning: capture of non-Sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
62 | Observable.create { observer in
63 | let task = Task {
[54/188] Compiling RxSwift Observable+Concurrency.swift
/host/spi-builder-workspace/Sources/RxSwift/Observable+Concurrency.swift:65:44: warning: capture of non-Sendable type 'Self.AsyncIterator.Type' in an isolated closure; this is an error in the Swift 6 language mode
63 | let task = Task {
64 | do {
65 | for try await value in self {
| `- warning: capture of non-Sendable type 'Self.AsyncIterator.Type' in an isolated closure; this is an error in the Swift 6 language mode
66 | observer.onNext(value)
67 | }
/host/spi-builder-workspace/Sources/RxSwift/Observable+Concurrency.swift:65:44: warning: capture of non-Sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
63 | let task = Task {
64 | do {
65 | for try await value in self {
| `- warning: capture of non-Sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
66 | observer.onNext(value)
67 | }
/host/spi-builder-workspace/Sources/RxSwift/Observable+Concurrency.swift:61:10: warning: capture of non-Sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
59 | ///
60 | /// - returns: An `Observable` of the async sequence's type
61 | func asObservable() -> Observable<Element> {
| `- warning: capture of non-Sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
62 | Observable.create { observer in
63 | let task = Task {
[55/188] Compiling RxSwift Observable.swift
/host/spi-builder-workspace/Sources/RxSwift/Observable+Concurrency.swift:65:44: warning: capture of non-Sendable type 'Self.AsyncIterator.Type' in an isolated closure; this is an error in the Swift 6 language mode
63 | let task = Task {
64 | do {
65 | for try await value in self {
| `- warning: capture of non-Sendable type 'Self.AsyncIterator.Type' in an isolated closure; this is an error in the Swift 6 language mode
66 | observer.onNext(value)
67 | }
/host/spi-builder-workspace/Sources/RxSwift/Observable+Concurrency.swift:65:44: warning: capture of non-Sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
63 | let task = Task {
64 | do {
65 | for try await value in self {
| `- warning: capture of non-Sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
66 | observer.onNext(value)
67 | }
/host/spi-builder-workspace/Sources/RxSwift/Observable+Concurrency.swift:61:10: warning: capture of non-Sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
59 | ///
60 | /// - returns: An `Observable` of the async sequence's type
61 | func asObservable() -> Observable<Element> {
| `- warning: capture of non-Sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
62 | Observable.create { observer in
63 | let task = Task {
[56/188] Compiling RxSwift ObservableConvertibleType+Infallible.swift
/host/spi-builder-workspace/Sources/RxSwift/Observable+Concurrency.swift:65:44: warning: capture of non-Sendable type 'Self.AsyncIterator.Type' in an isolated closure; this is an error in the Swift 6 language mode
63 | let task = Task {
64 | do {
65 | for try await value in self {
| `- warning: capture of non-Sendable type 'Self.AsyncIterator.Type' in an isolated closure; this is an error in the Swift 6 language mode
66 | observer.onNext(value)
67 | }
/host/spi-builder-workspace/Sources/RxSwift/Observable+Concurrency.swift:65:44: warning: capture of non-Sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
63 | let task = Task {
64 | do {
65 | for try await value in self {
| `- warning: capture of non-Sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
66 | observer.onNext(value)
67 | }
/host/spi-builder-workspace/Sources/RxSwift/Observable+Concurrency.swift:61:10: warning: capture of non-Sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
59 | ///
60 | /// - returns: An `Observable` of the async sequence's type
61 | func asObservable() -> Observable<Element> {
| `- warning: capture of non-Sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
62 | Observable.create { observer in
63 | let task = Task {
[57/188] Compiling RxSwift ObservableConvertibleType.swift
/host/spi-builder-workspace/Sources/RxSwift/Observable+Concurrency.swift:65:44: warning: capture of non-Sendable type 'Self.AsyncIterator.Type' in an isolated closure; this is an error in the Swift 6 language mode
63 | let task = Task {
64 | do {
65 | for try await value in self {
| `- warning: capture of non-Sendable type 'Self.AsyncIterator.Type' in an isolated closure; this is an error in the Swift 6 language mode
66 | observer.onNext(value)
67 | }
/host/spi-builder-workspace/Sources/RxSwift/Observable+Concurrency.swift:65:44: warning: capture of non-Sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
63 | let task = Task {
64 | do {
65 | for try await value in self {
| `- warning: capture of non-Sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
66 | observer.onNext(value)
67 | }
/host/spi-builder-workspace/Sources/RxSwift/Observable+Concurrency.swift:61:10: warning: capture of non-Sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
59 | ///
60 | /// - returns: An `Observable` of the async sequence's type
61 | func asObservable() -> Observable<Element> {
| `- warning: capture of non-Sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
62 | Observable.create { observer in
63 | let task = Task {
[58/188] Compiling RxSwift ObservableType+Extensions.swift
/host/spi-builder-workspace/Sources/RxSwift/Observable+Concurrency.swift:65:44: warning: capture of non-Sendable type 'Self.AsyncIterator.Type' in an isolated closure; this is an error in the Swift 6 language mode
63 | let task = Task {
64 | do {
65 | for try await value in self {
| `- warning: capture of non-Sendable type 'Self.AsyncIterator.Type' in an isolated closure; this is an error in the Swift 6 language mode
66 | observer.onNext(value)
67 | }
/host/spi-builder-workspace/Sources/RxSwift/Observable+Concurrency.swift:65:44: warning: capture of non-Sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
63 | let task = Task {
64 | do {
65 | for try await value in self {
| `- warning: capture of non-Sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
66 | observer.onNext(value)
67 | }
/host/spi-builder-workspace/Sources/RxSwift/Observable+Concurrency.swift:61:10: warning: capture of non-Sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
59 | ///
60 | /// - returns: An `Observable` of the async sequence's type
61 | func asObservable() -> Observable<Element> {
| `- warning: capture of non-Sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
62 | Observable.create { observer in
63 | let task = Task {
[59/188] Compiling RxSwift ObservableType+PrimitiveSequence.swift
/host/spi-builder-workspace/Sources/RxSwift/Observable+Concurrency.swift:65:44: warning: capture of non-Sendable type 'Self.AsyncIterator.Type' in an isolated closure; this is an error in the Swift 6 language mode
63 | let task = Task {
64 | do {
65 | for try await value in self {
| `- warning: capture of non-Sendable type 'Self.AsyncIterator.Type' in an isolated closure; this is an error in the Swift 6 language mode
66 | observer.onNext(value)
67 | }
/host/spi-builder-workspace/Sources/RxSwift/Observable+Concurrency.swift:65:44: warning: capture of non-Sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
63 | let task = Task {
64 | do {
65 | for try await value in self {
| `- warning: capture of non-Sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
66 | observer.onNext(value)
67 | }
/host/spi-builder-workspace/Sources/RxSwift/Observable+Concurrency.swift:61:10: warning: capture of non-Sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
59 | ///
60 | /// - returns: An `Observable` of the async sequence's type
61 | func asObservable() -> Observable<Element> {
| `- warning: capture of non-Sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
62 | Observable.create { observer in
63 | let task = Task {
[60/188] Compiling RxSwift ObservableType.swift
/host/spi-builder-workspace/Sources/RxSwift/Observable+Concurrency.swift:65:44: warning: capture of non-Sendable type 'Self.AsyncIterator.Type' in an isolated closure; this is an error in the Swift 6 language mode
63 | let task = Task {
64 | do {
65 | for try await value in self {
| `- warning: capture of non-Sendable type 'Self.AsyncIterator.Type' in an isolated closure; this is an error in the Swift 6 language mode
66 | observer.onNext(value)
67 | }
/host/spi-builder-workspace/Sources/RxSwift/Observable+Concurrency.swift:65:44: warning: capture of non-Sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
63 | let task = Task {
64 | do {
65 | for try await value in self {
| `- warning: capture of non-Sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
66 | observer.onNext(value)
67 | }
/host/spi-builder-workspace/Sources/RxSwift/Observable+Concurrency.swift:61:10: warning: capture of non-Sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
59 | ///
60 | /// - returns: An `Observable` of the async sequence's type
61 | func asObservable() -> Observable<Element> {
| `- warning: capture of non-Sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
62 | Observable.create { observer in
63 | let task = Task {
[61/188] Compiling RxSwift ObserveOn.swift
/host/spi-builder-workspace/Sources/RxSwift/Observable+Concurrency.swift:65:44: warning: capture of non-Sendable type 'Self.AsyncIterator.Type' in an isolated closure; this is an error in the Swift 6 language mode
63 | let task = Task {
64 | do {
65 | for try await value in self {
| `- warning: capture of non-Sendable type 'Self.AsyncIterator.Type' in an isolated closure; this is an error in the Swift 6 language mode
66 | observer.onNext(value)
67 | }
/host/spi-builder-workspace/Sources/RxSwift/Observable+Concurrency.swift:65:44: warning: capture of non-Sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
63 | let task = Task {
64 | do {
65 | for try await value in self {
| `- warning: capture of non-Sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
66 | observer.onNext(value)
67 | }
/host/spi-builder-workspace/Sources/RxSwift/Observable+Concurrency.swift:61:10: warning: capture of non-Sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
59 | ///
60 | /// - returns: An `Observable` of the async sequence's type
61 | func asObservable() -> Observable<Element> {
| `- warning: capture of non-Sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
62 | Observable.create { observer in
63 | let task = Task {
[62/188] Compiling RxSwift ObserverBase.swift
/host/spi-builder-workspace/Sources/RxSwift/Observable+Concurrency.swift:65:44: warning: capture of non-Sendable type 'Self.AsyncIterator.Type' in an isolated closure; this is an error in the Swift 6 language mode
63 | let task = Task {
64 | do {
65 | for try await value in self {
| `- warning: capture of non-Sendable type 'Self.AsyncIterator.Type' in an isolated closure; this is an error in the Swift 6 language mode
66 | observer.onNext(value)
67 | }
/host/spi-builder-workspace/Sources/RxSwift/Observable+Concurrency.swift:65:44: warning: capture of non-Sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
63 | let task = Task {
64 | do {
65 | for try await value in self {
| `- warning: capture of non-Sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
66 | observer.onNext(value)
67 | }
/host/spi-builder-workspace/Sources/RxSwift/Observable+Concurrency.swift:61:10: warning: capture of non-Sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
59 | ///
60 | /// - returns: An `Observable` of the async sequence's type
61 | func asObservable() -> Observable<Element> {
| `- warning: capture of non-Sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
62 | Observable.create { observer in
63 | let task = Task {
[63/188] Compiling RxSwift ObserverType.swift
/host/spi-builder-workspace/Sources/RxSwift/Observable+Concurrency.swift:65:44: warning: capture of non-Sendable type 'Self.AsyncIterator.Type' in an isolated closure; this is an error in the Swift 6 language mode
63 | let task = Task {
64 | do {
65 | for try await value in self {
| `- warning: capture of non-Sendable type 'Self.AsyncIterator.Type' in an isolated closure; this is an error in the Swift 6 language mode
66 | observer.onNext(value)
67 | }
/host/spi-builder-workspace/Sources/RxSwift/Observable+Concurrency.swift:65:44: warning: capture of non-Sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
63 | let task = Task {
64 | do {
65 | for try await value in self {
| `- warning: capture of non-Sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
66 | observer.onNext(value)
67 | }
/host/spi-builder-workspace/Sources/RxSwift/Observable+Concurrency.swift:61:10: warning: capture of non-Sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
59 | ///
60 | /// - returns: An `Observable` of the async sequence's type
61 | func asObservable() -> Observable<Element> {
| `- warning: capture of non-Sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
62 | Observable.create { observer in
63 | let task = Task {
[64/188] Compiling RxSwift OperationQueueScheduler.swift
/host/spi-builder-workspace/Sources/RxSwift/Observable+Concurrency.swift:65:44: warning: capture of non-Sendable type 'Self.AsyncIterator.Type' in an isolated closure; this is an error in the Swift 6 language mode
63 | let task = Task {
64 | do {
65 | for try await value in self {
| `- warning: capture of non-Sendable type 'Self.AsyncIterator.Type' in an isolated closure; this is an error in the Swift 6 language mode
66 | observer.onNext(value)
67 | }
/host/spi-builder-workspace/Sources/RxSwift/Observable+Concurrency.swift:65:44: warning: capture of non-Sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
63 | let task = Task {
64 | do {
65 | for try await value in self {
| `- warning: capture of non-Sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
66 | observer.onNext(value)
67 | }
/host/spi-builder-workspace/Sources/RxSwift/Observable+Concurrency.swift:61:10: warning: capture of non-Sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
59 | ///
60 | /// - returns: An `Observable` of the async sequence's type
61 | func asObservable() -> Observable<Element> {
| `- warning: capture of non-Sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
62 | Observable.create { observer in
63 | let task = Task {
[65/188] Compiling RxSwift Optional.swift
/host/spi-builder-workspace/Sources/RxSwift/Observable+Concurrency.swift:65:44: warning: capture of non-Sendable type 'Self.AsyncIterator.Type' in an isolated closure; this is an error in the Swift 6 language mode
63 | let task = Task {
64 | do {
65 | for try await value in self {
| `- warning: capture of non-Sendable type 'Self.AsyncIterator.Type' in an isolated closure; this is an error in the Swift 6 language mode
66 | observer.onNext(value)
67 | }
/host/spi-builder-workspace/Sources/RxSwift/Observable+Concurrency.swift:65:44: warning: capture of non-Sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
63 | let task = Task {
64 | do {
65 | for try await value in self {
| `- warning: capture of non-Sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
66 | observer.onNext(value)
67 | }
/host/spi-builder-workspace/Sources/RxSwift/Observable+Concurrency.swift:61:10: warning: capture of non-Sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
59 | ///
60 | /// - returns: An `Observable` of the async sequence's type
61 | func asObservable() -> Observable<Element> {
| `- warning: capture of non-Sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
62 | Observable.create { observer in
63 | let task = Task {
[66/188] Compiling RxSwift Platform.Darwin.swift
/host/spi-builder-workspace/Sources/RxSwift/Observable+Concurrency.swift:65:44: warning: capture of non-Sendable type 'Self.AsyncIterator.Type' in an isolated closure; this is an error in the Swift 6 language mode
63 | let task = Task {
64 | do {
65 | for try await value in self {
| `- warning: capture of non-Sendable type 'Self.AsyncIterator.Type' in an isolated closure; this is an error in the Swift 6 language mode
66 | observer.onNext(value)
67 | }
/host/spi-builder-workspace/Sources/RxSwift/Observable+Concurrency.swift:65:44: warning: capture of non-Sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
63 | let task = Task {
64 | do {
65 | for try await value in self {
| `- warning: capture of non-Sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
66 | observer.onNext(value)
67 | }
/host/spi-builder-workspace/Sources/RxSwift/Observable+Concurrency.swift:61:10: warning: capture of non-Sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
59 | ///
60 | /// - returns: An `Observable` of the async sequence's type
61 | func asObservable() -> Observable<Element> {
| `- warning: capture of non-Sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
62 | Observable.create { observer in
63 | let task = Task {
[67/188] Compiling RxSwift Platform.Linux.swift
/host/spi-builder-workspace/Sources/RxSwift/Observable+Concurrency.swift:65:44: warning: capture of non-Sendable type 'Self.AsyncIterator.Type' in an isolated closure; this is an error in the Swift 6 language mode
63 | let task = Task {
64 | do {
65 | for try await value in self {
| `- warning: capture of non-Sendable type 'Self.AsyncIterator.Type' in an isolated closure; this is an error in the Swift 6 language mode
66 | observer.onNext(value)
67 | }
/host/spi-builder-workspace/Sources/RxSwift/Observable+Concurrency.swift:65:44: warning: capture of non-Sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
63 | let task = Task {
64 | do {
65 | for try await value in self {
| `- warning: capture of non-Sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
66 | observer.onNext(value)
67 | }
/host/spi-builder-workspace/Sources/RxSwift/Observable+Concurrency.swift:61:10: warning: capture of non-Sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
59 | ///
60 | /// - returns: An `Observable` of the async sequence's type
61 | func asObservable() -> Observable<Element> {
| `- warning: capture of non-Sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
62 | Observable.create { observer in
63 | let task = Task {
[68/188] Compiling RxSwift PrimitiveSequence+Concurrency.swift
/host/spi-builder-workspace/Sources/RxSwift/Observable+Concurrency.swift:65:44: warning: capture of non-Sendable type 'Self.AsyncIterator.Type' in an isolated closure; this is an error in the Swift 6 language mode
63 | let task = Task {
64 | do {
65 | for try await value in self {
| `- warning: capture of non-Sendable type 'Self.AsyncIterator.Type' in an isolated closure; this is an error in the Swift 6 language mode
66 | observer.onNext(value)
67 | }
/host/spi-builder-workspace/Sources/RxSwift/Observable+Concurrency.swift:65:44: warning: capture of non-Sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
63 | let task = Task {
64 | do {
65 | for try await value in self {
| `- warning: capture of non-Sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
66 | observer.onNext(value)
67 | }
/host/spi-builder-workspace/Sources/RxSwift/Observable+Concurrency.swift:61:10: warning: capture of non-Sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
59 | ///
60 | /// - returns: An `Observable` of the async sequence's type
61 | func asObservable() -> Observable<Element> {
| `- warning: capture of non-Sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
62 | Observable.create { observer in
63 | let task = Task {
[69/188] Compiling RxSwift PrimitiveSequence+Zip+arity.swift
/host/spi-builder-workspace/Sources/RxSwift/Observable+Concurrency.swift:65:44: warning: capture of non-Sendable type 'Self.AsyncIterator.Type' in an isolated closure; this is an error in the Swift 6 language mode
63 | let task = Task {
64 | do {
65 | for try await value in self {
| `- warning: capture of non-Sendable type 'Self.AsyncIterator.Type' in an isolated closure; this is an error in the Swift 6 language mode
66 | observer.onNext(value)
67 | }
/host/spi-builder-workspace/Sources/RxSwift/Observable+Concurrency.swift:65:44: warning: capture of non-Sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
63 | let task = Task {
64 | do {
65 | for try await value in self {
| `- warning: capture of non-Sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
66 | observer.onNext(value)
67 | }
/host/spi-builder-workspace/Sources/RxSwift/Observable+Concurrency.swift:61:10: warning: capture of non-Sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
59 | ///
60 | /// - returns: An `Observable` of the async sequence's type
61 | func asObservable() -> Observable<Element> {
| `- warning: capture of non-Sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
62 | Observable.create { observer in
63 | let task = Task {
[70/188] Compiling RxSwift PrimitiveSequence.swift
/host/spi-builder-workspace/Sources/RxSwift/Observable+Concurrency.swift:65:44: warning: capture of non-Sendable type 'Self.AsyncIterator.Type' in an isolated closure; this is an error in the Swift 6 language mode
63 | let task = Task {
64 | do {
65 | for try await value in self {
| `- warning: capture of non-Sendable type 'Self.AsyncIterator.Type' in an isolated closure; this is an error in the Swift 6 language mode
66 | observer.onNext(value)
67 | }
/host/spi-builder-workspace/Sources/RxSwift/Observable+Concurrency.swift:65:44: warning: capture of non-Sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
63 | let task = Task {
64 | do {
65 | for try await value in self {
| `- warning: capture of non-Sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
66 | observer.onNext(value)
67 | }
/host/spi-builder-workspace/Sources/RxSwift/Observable+Concurrency.swift:61:10: warning: capture of non-Sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
59 | ///
60 | /// - returns: An `Observable` of the async sequence's type
61 | func asObservable() -> Observable<Element> {
| `- warning: capture of non-Sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
62 | Observable.create { observer in
63 | let task = Task {
[71/188] Compiling RxSwift PriorityQueue.swift
/host/spi-builder-workspace/Sources/RxSwift/Observable+Concurrency.swift:65:44: warning: capture of non-Sendable type 'Self.AsyncIterator.Type' in an isolated closure; this is an error in the Swift 6 language mode
63 | let task = Task {
64 | do {
65 | for try await value in self {
| `- warning: capture of non-Sendable type 'Self.AsyncIterator.Type' in an isolated closure; this is an error in the Swift 6 language mode
66 | observer.onNext(value)
67 | }
/host/spi-builder-workspace/Sources/RxSwift/Observable+Concurrency.swift:65:44: warning: capture of non-Sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
63 | let task = Task {
64 | do {
65 | for try await value in self {
| `- warning: capture of non-Sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
66 | observer.onNext(value)
67 | }
/host/spi-builder-workspace/Sources/RxSwift/Observable+Concurrency.swift:61:10: warning: capture of non-Sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
59 | ///
60 | /// - returns: An `Observable` of the async sequence's type
61 | func asObservable() -> Observable<Element> {
| `- warning: capture of non-Sendable type 'Self.Type' in an isolated closure; this is an error in the Swift 6 language mode
62 | Observable.create { observer in
63 | let task = Task {
[72/188] Compiling RxSwift AddRef.swift
[73/188] Compiling RxSwift Amb.swift
[74/188] Compiling RxSwift AnonymousDisposable.swift
[75/188] Compiling RxSwift AnonymousObserver.swift
[76/188] Compiling RxSwift AnyObserver.swift
[77/188] Compiling RxSwift AsMaybe.swift
[78/188] Compiling RxSwift AsSingle.swift
[79/188] Compiling RxSwift AsyncLock.swift
[80/188] Compiling RxSwift AsyncSubject.swift
[81/188] Compiling RxSwift AtomicInt.swift
[82/188] Compiling RxSwift Bag+Rx.swift
[83/188] Compiling RxSwift Bag.swift
[84/188] Compiling RxSwift BehaviorSubject.swift
[85/188] Compiling RxSwift BinaryDisposable.swift
[86/188] Compiling RxSwift Binder.swift
[87/188] Compiling RxSwift BooleanDisposable.swift
[88/188] Compiling RxSwift Buffer.swift
[89/188] Compiling RxSwift Cancelable.swift
[90/188] Compiling RxSwift Catch.swift
[91/188] Compiling RxSwift CombineLatest+Collection.swift
[92/188] Compiling RxSwift CombineLatest+arity.swift
[93/188] Compiling RxSwift DispatchQueueConfiguration.swift
[94/188] Compiling RxSwift Disposable.swift
[95/188] Compiling RxSwift Disposables.swift
[96/188] Compiling RxSwift DisposeBag.swift
[97/188] Compiling RxSwift DisposeBase.swift
[98/188] Compiling RxSwift DistinctUntilChanged.swift
[99/188] Compiling RxSwift Do.swift
[100/188] Compiling RxSwift ElementAt.swift
[101/188] Compiling RxSwift Empty.swift
[102/188] Compiling RxSwift Enumerated.swift
[103/188] Compiling RxSwift Error.swift
[104/188] Compiling RxSwift Errors.swift
[105/188] Compiling RxSwift Event.swift
[106/188] Compiling RxSwift Filter.swift
[107/188] Compiling RxSwift First.swift
[108/188] Compiling RxSwift Generate.swift
[109/188] Compiling RxSwift GroupBy.swift
[110/188] Compiling RxSwift GroupedObservable.swift
[111/188] Compiling RxSwift HistoricalScheduler.swift
[112/188] Compiling RxSwift HistoricalSchedulerTimeConverter.swift
[113/188] Compiling RxSwift ImmediateSchedulerType.swift
[114/188] Compiling RxSwift Producer.swift
[115/188] Compiling RxSwift PublishSubject.swift
[116/188] Compiling RxSwift Queue.swift
[117/188] Compiling RxSwift Range.swift
[118/188] Compiling RxSwift Reactive.swift
[119/188] Compiling RxSwift RecursiveLock.swift
[120/188] Compiling RxSwift RecursiveScheduler.swift
[121/188] Compiling RxSwift Reduce.swift
[122/188] Compiling RxSwift RefCountDisposable.swift
[123/188] Compiling RxSwift Repeat.swift
[124/188] Compiling RxSwift ReplaySubject.swift
[125/188] Compiling RxSwift RetryWhen.swift
[126/188] Compiling RxSwift Rx.swift
[127/188] Compiling RxSwift RxMutableBox.swift
[128/188] Compiling RxSwift Sample.swift
[129/188] Compiling RxSwift Scan.swift
[130/188] Compiling RxSwift ScheduledDisposable.swift
[131/188] Compiling RxSwift ScheduledItem.swift
[132/188] Compiling RxSwift ScheduledItemType.swift
[133/188] Compiling RxSwift SchedulerServices+Emulation.swift
[134/188] Compiling RxSwift Infallible+CombineLatest+Collection.swift
[135/188] Compiling RxSwift Infallible+CombineLatest+arity.swift
[136/188] Compiling RxSwift Infallible+Concurrency.swift
[137/188] Compiling RxSwift Infallible+Create.swift
[138/188] Compiling RxSwift Infallible+Debug.swift
[139/188] Compiling RxSwift Infallible+Operators.swift
[140/188] Compiling RxSwift Infallible+Zip+arity.swift
[141/188] Compiling RxSwift Infallible.swift
[142/188] Compiling RxSwift InfiniteSequence.swift
[143/188] Compiling RxSwift InvocableScheduledItem.swift
[144/188] Compiling RxSwift InvocableType.swift
[145/188] Compiling RxSwift Just.swift
[146/188] Compiling RxSwift Lock.swift
[147/188] Compiling RxSwift LockOwnerType.swift
[148/188] Compiling RxSwift MainScheduler.swift
[149/188] Compiling RxSwift Map.swift
[150/188] Compiling RxSwift Materialize.swift
[151/188] Compiling RxSwift Maybe.swift
[152/188] Compiling RxSwift Merge.swift
[153/188] Compiling RxSwift Multicast.swift
[154/188] Compiling RxSwift SynchronizedOnType.swift
[155/188] Compiling RxSwift SynchronizedUnsubscribeType.swift
[156/188] Compiling RxSwift TailRecursiveSink.swift
[157/188] Compiling RxSwift Take.swift
[158/188] Compiling RxSwift TakeLast.swift
[159/188] Compiling RxSwift TakeWithPredicate.swift
[160/188] Compiling RxSwift Throttle.swift
[161/188] Compiling RxSwift Timeout.swift
[162/188] Compiling RxSwift Timer.swift
[163/188] Compiling RxSwift ToArray.swift
[164/188] Compiling RxSwift Using.swift
[165/188] Compiling RxSwift VirtualTimeConverterType.swift
[166/188] Compiling RxSwift VirtualTimeScheduler.swift
[167/188] Compiling RxSwift Window.swift
[168/188] Compiling RxSwift WithLatestFrom.swift
[169/188] Compiling RxSwift WithUnretained.swift
[170/188] Compiling RxSwift Zip+Collection.swift
[171/188] Compiling RxSwift Zip+arity.swift
[172/188] Compiling RxSwift Zip.swift
[173/188] Compiling RxSwift resource_bundle_accessor.swift
[174/189] Wrapping AST for RxSwift for debugging
[175/189] Write Objects.LinkFileList
[177/219] Compiling RxRelay Utils.swift
[178/219] Compiling RxBlocking RecursiveLock.swift
[179/219] Compiling RxBlocking Resources.swift
[180/219] Compiling RxBlocking ObservableConvertibleType+Blocking.swift
[181/220] Compiling RxBlocking BlockingObservable.swift
[182/220] Emitting module RxRelay
[183/220] Compiling RxRelay BehaviorRelay.swift
[184/220] Compiling RxBlocking Platform.Darwin.swift
[185/220] Compiling RxBlocking Platform.Linux.swift
[186/220] Compiling RxRelay resource_bundle_accessor.swift
[187/220] Compiling RxRelay PublishRelay.swift
[188/220] Compiling RxRelay ReplayRelay.swift
[189/220] Compiling RxTest TestableObserver.swift
[190/221] Emitting module RxBlocking
[191/221] Compiling RxRelay Observable+Bind.swift
[193/222] Compiling RxTest TestSchedulerVirtualTimeConverter.swift
[194/222] Compiling RxTest TestableObservable.swift
[194/222] Wrapping AST for RxRelay for debugging
[195/222] Write Objects.LinkFileList
[196/222] Linking libRxSwift-Dynamic.so
[198/222] Compiling RxBlocking RunLoopLock.swift
[199/222] Compiling RxBlocking AtomicInt.swift
[200/222] Compiling RxBlocking BlockingObservable+Operators.swift
[201/222] Compiling RxTest HotObservable.swift
[202/222] Compiling RxTest Recorded+Event.swift
[203/283] Wrapping AST for RxBlocking for debugging
[204/283] Write Objects.LinkFileList
[206/308] Compiling RxCocoa BehaviorRelay+Driver.swift
[207/308] Compiling RxCocoa ControlEvent+Driver.swift
[208/308] Emitting module RxTest
[209/308] Compiling RxCocoa RxCollectionViewDataSourcePrefetchingProxy.swift
[210/308] Compiling RxCocoa RxCollectionViewDataSourceProxy.swift
[211/308] Compiling RxCocoa RxCollectionViewDataSourceType.swift
[212/308] Compiling RxCocoa RxCollectionViewDelegateProxy.swift
[213/308] Compiling RxCocoa RxCollectionViewReactiveArrayDataSource.swift
[214/308] Compiling RxCocoa RxNavigationControllerDelegateProxy.swift
[215/308] Compiling RxCocoa RxPickerViewAdapter.swift
[216/308] Compiling RxCocoa RxPickerViewDataSourceProxy.swift
[217/308] Compiling RxCocoa RxPickerViewDataSourceType.swift
[218/308] Compiling RxCocoa RxPickerViewDelegateProxy.swift
[219/308] Compiling RxCocoa RxScrollViewDelegateProxy.swift
[220/308] Compiling RxCocoa RxSearchBarDelegateProxy.swift
[221/319] Compiling RxCocoa ControlTarget.swift
[222/319] Compiling RxCocoa DelegateProxy.swift
[223/319] Compiling RxCocoa ControlProperty+Driver.swift
[224/319] Compiling RxCocoa ControlProperty.swift
[225/319] Compiling RxCocoa DelegateProxyType.swift
[226/319] Compiling RxCocoa DispatchQueue+Extensions.swift
[227/319] Compiling RxCocoa UIButton+Rx.swift
[228/319] Compiling RxCocoa UICollectionView+Rx.swift
[229/319] Compiling RxCocoa UIControl+Rx.swift
[230/319] Compiling RxCocoa UIDatePicker+Rx.swift
[231/319] Compiling RxCocoa UIGestureRecognizer+Rx.swift
[232/319] Compiling RxCocoa UINavigationController+Rx.swift
[233/319] Compiling RxCocoa UIPickerView+Rx.swift
[234/319] Compiling RxCocoa UIRefreshControl+Rx.swift
[235/319] Compiling RxCocoa UIScrollView+Rx.swift
[236/319] Compiling RxCocoa UISearchBar+Rx.swift
[237/319] Compiling RxCocoa UISearchController+Rx.swift
[238/319] Compiling RxCocoa UISegmentedControl+Rx.swift
[239/319] Compiling RxCocoa RxSearchControllerDelegateProxy.swift
[240/319] Compiling RxCocoa RxTabBarControllerDelegateProxy.swift
[241/319] Compiling RxCocoa RxTabBarDelegateProxy.swift
[242/319] Compiling RxCocoa RxTableViewDataSourcePrefetchingProxy.swift
[243/319] Compiling RxCocoa RxTableViewDataSourceProxy.swift
[244/319] Compiling RxCocoa RxTableViewDataSourceType.swift
[245/319] Compiling RxCocoa RxTableViewDelegateProxy.swift
[246/319] Compiling RxCocoa RxTableViewReactiveArrayDataSource.swift
[247/319] Compiling RxCocoa RxTarget.swift
[248/319] Compiling RxCocoa RxTextStorageDelegateProxy.swift
[249/319] Compiling RxCocoa RxTextViewDelegateProxy.swift
[250/319] Compiling RxCocoa RxWKNavigationDelegateProxy.swift
[250/319] Linking libRxRelay-Dynamic.so
[252/319] Compiling RxTest XCTest+Rx.swift
[252/320] Linking libRxBlocking-Dynamic.so
[254/320] Emitting module RxCocoa
[256/320] Compiling RxCocoa NSTextField+Rx.swift
[257/320] Compiling RxCocoa NSTextStorage+Rx.swift
[258/320] Compiling RxCocoa NSTextView+Rx.swift
[259/320] Compiling RxCocoa NSView+Rx.swift
[260/320] Compiling RxCocoa NotificationCenter+Rx.swift
[261/320] Compiling RxCocoa Observable+Bind.swift
[262/320] Compiling RxCocoa ObservableConvertibleType+Driver.swift
[263/320] Compiling RxCocoa ObservableConvertibleType+SharedSequence.swift
[264/320] Compiling RxCocoa ObservableConvertibleType+Signal.swift
[265/320] Compiling RxCocoa PublishRelay+Signal.swift
[266/320] Compiling RxCocoa RxCocoa.swift
[267/320] Compiling RxCocoa RxCocoaObjCRuntimeError+Extensions.swift
[267/320] Wrapping AST for RxTest for debugging
[268/320] Write Objects.LinkFileList
[270/320] Compiling RxCocoa UISlider+Rx.swift
[271/320] Compiling RxCocoa UIStepper+Rx.swift
[272/320] Compiling RxCocoa UISwitch+Rx.swift
[273/320] Compiling RxCocoa UITabBar+Rx.swift
[274/320] Compiling RxCocoa UITabBarController+Rx.swift
[275/320] Compiling RxCocoa UITableView+Rx.swift
[276/320] Compiling RxCocoa UITextField+Rx.swift
[277/320] Compiling RxCocoa UITextView+Rx.swift
[278/320] Compiling RxCocoa URLSession+Rx.swift
[279/320] Compiling RxCocoa WKWebView+Rx.swift
[280/320] Compiling RxCocoa resource_bundle_accessor.swift
[281/320] Compiling RxCocoa Infallible+Bind.swift
[282/320] Compiling RxCocoa Infallible+Driver.swift
[283/320] Compiling RxCocoa ItemEvents.swift
[284/320] Compiling RxCocoa KVORepresentable+CoreGraphics.swift
[285/320] Compiling RxCocoa KVORepresentable+Swift.swift
[286/320] Compiling RxCocoa KVORepresentable.swift
[287/320] Compiling RxCocoa NSButton+Rx.swift
[288/320] Compiling RxCocoa NSControl+Rx.swift
[289/320] Compiling RxCocoa NSObject+Rx+KVORepresentable.swift
[290/320] Compiling RxCocoa NSObject+Rx+RawRepresentable.swift
[291/320] Compiling RxCocoa NSObject+Rx.swift
[292/320] Compiling RxCocoa NSSlider+Rx.swift
[295/320] Compiling RxCocoa ControlEvent+Signal.swift
[296/320] Compiling RxCocoa ControlEvent.swift
[303/320] Compiling RxCocoa Driver+Subscription.swift
[304/320] Compiling RxCocoa Driver.swift
[304/320] Linking libRxTest-Dynamic.so
[306/320] Compiling RxCocoa SchedulerType+SharedSequence.swift
[307/320] Compiling RxCocoa SectionedViewDataSourceType.swift
[308/320] Compiling RxCocoa SharedSequence+Concurrency.swift
[309/320] Compiling RxCocoa SharedSequence+Operators+arity.swift
[310/320] Compiling RxCocoa SharedSequence+Operators.swift
[311/320] Compiling RxCocoa SharedSequence.swift
[312/320] Compiling RxCocoa Signal+Subscription.swift
[313/320] Compiling RxCocoa Signal.swift
[314/320] Compiling RxCocoa TextInput.swift
[315/320] Compiling RxCocoa UIActivityIndicatorView+Rx.swift
[316/320] Compiling RxCocoa UIApplication+Rx.swift
[317/320] Compiling RxCocoa UIBarButtonItem+Rx.swift
[318/321] Wrapping AST for RxCocoa for debugging
[319/321] Write Objects.LinkFileList
[320/321] Linking libRxCocoa-Dynamic.so
Build complete! (36.04s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "RxSwift",
"name" : "RxSwift",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "12.0"
},
{
"name" : "macos",
"version" : "10.13"
},
{
"name" : "watchos",
"version" : "4.0"
},
{
"name" : "tvos",
"version" : "12.0"
},
{
"name" : "visionos",
"version" : "1.0"
}
],
"products" : [
{
"name" : "RxSwift",
"targets" : [
"RxSwift"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "RxCocoa",
"targets" : [
"RxCocoa"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "RxRelay",
"targets" : [
"RxRelay"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "RxBlocking",
"targets" : [
"RxBlocking"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "RxTest",
"targets" : [
"RxTest"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "RxSwift-Dynamic",
"targets" : [
"RxSwift"
],
"type" : {
"library" : [
"dynamic"
]
}
},
{
"name" : "RxCocoa-Dynamic",
"targets" : [
"RxCocoa"
],
"type" : {
"library" : [
"dynamic"
]
}
},
{
"name" : "RxRelay-Dynamic",
"targets" : [
"RxRelay"
],
"type" : {
"library" : [
"dynamic"
]
}
},
{
"name" : "RxBlocking-Dynamic",
"targets" : [
"RxBlocking"
],
"type" : {
"library" : [
"dynamic"
]
}
},
{
"name" : "RxTest-Dynamic",
"targets" : [
"RxTest"
],
"type" : {
"library" : [
"dynamic"
]
}
}
],
"swift_languages_versions" : [
"5"
],
"targets" : [
{
"c99name" : "RxTest",
"module_type" : "SwiftTarget",
"name" : "RxTest",
"path" : "Sources/RxTest",
"product_memberships" : [
"RxTest",
"RxTest-Dynamic"
],
"sources" : [
"Any+Equatable.swift",
"Bag.swift",
"ColdObservable.swift",
"Event+Equatable.swift",
"HotObservable.swift",
"Recorded+Event.swift",
"Recorded.swift",
"RxTest.swift",
"Subscription.swift",
"TestScheduler.swift",
"TestSchedulerVirtualTimeConverter.swift",
"TestableObservable.swift",
"TestableObserver.swift",
"XCTest+Rx.swift"
],
"target_dependencies" : [
"RxSwift"
],
"type" : "library"
},
{
"c99name" : "RxSwift",
"module_type" : "SwiftTarget",
"name" : "RxSwift",
"path" : "Sources/RxSwift",
"product_memberships" : [
"RxSwift",
"RxCocoa",
"RxRelay",
"RxBlocking",
"RxTest",
"RxSwift-Dynamic",
"RxCocoa-Dynamic",
"RxRelay-Dynamic",
"RxBlocking-Dynamic",
"RxTest-Dynamic"
],
"resources" : [
{
"path" : "/host/spi-builder-workspace/Sources/RxSwift/PrivacyInfo.xcprivacy",
"rule" : {
"copy" : {
}
}
}
],
"sources" : [
"AddRef.swift",
"Amb.swift",
"AnonymousDisposable.swift",
"AnonymousObserver.swift",
"AnyObserver.swift",
"AsMaybe.swift",
"AsSingle.swift",
"AsyncLock.swift",
"AsyncSubject.swift",
"AtomicInt.swift",
"Bag+Rx.swift",
"Bag.swift",
"BehaviorSubject.swift",
"BinaryDisposable.swift",
"Binder.swift",
"BooleanDisposable.swift",
"Buffer.swift",
"Cancelable.swift",
"Catch.swift",
"CombineLatest+Collection.swift",
"CombineLatest+arity.swift",
"CombineLatest.swift",
"CompactMap.swift",
"Completable+AndThen.swift",
"Completable.swift",
"CompositeDisposable.swift",
"Concat.swift",
"ConcurrentDispatchQueueScheduler.swift",
"ConcurrentMainScheduler.swift",
"ConnectableObservableType.swift",
"Create.swift",
"CurrentThreadScheduler.swift",
"Date+Dispatch.swift",
"Debounce.swift",
"Debug.swift",
"Decode.swift",
"DefaultIfEmpty.swift",
"Deferred.swift",
"Delay.swift",
"DelaySubscription.swift",
"Dematerialize.swift",
"DispatchQueue+Extensions.swift",
"DispatchQueueConfiguration.swift",
"Disposable.swift",
"Disposables.swift",
"DisposeBag.swift",
"DisposeBase.swift",
"DistinctUntilChanged.swift",
"Do.swift",
"ElementAt.swift",
"Empty.swift",
"Enumerated.swift",
"Error.swift",
"Errors.swift",
"Event.swift",
"Filter.swift",
"First.swift",
"Generate.swift",
"GroupBy.swift",
"GroupedObservable.swift",
"HistoricalScheduler.swift",
"HistoricalSchedulerTimeConverter.swift",
"ImmediateSchedulerType.swift",
"Infallible+CombineLatest+Collection.swift",
"Infallible+CombineLatest+arity.swift",
"Infallible+Concurrency.swift",
"Infallible+Create.swift",
"Infallible+Debug.swift",
"Infallible+Operators.swift",
"Infallible+Zip+arity.swift",
"Infallible.swift",
"InfiniteSequence.swift",
"InvocableScheduledItem.swift",
"InvocableType.swift",
"Just.swift",
"Lock.swift",
"LockOwnerType.swift",
"MainScheduler.swift",
"Map.swift",
"Materialize.swift",
"Maybe.swift",
"Merge.swift",
"Multicast.swift",
"Never.swift",
"NopDisposable.swift",
"Observable+Concurrency.swift",
"Observable.swift",
"ObservableConvertibleType+Infallible.swift",
"ObservableConvertibleType.swift",
"ObservableType+Extensions.swift",
"ObservableType+PrimitiveSequence.swift",
"ObservableType.swift",
"ObserveOn.swift",
"ObserverBase.swift",
"ObserverType.swift",
"OperationQueueScheduler.swift",
"Optional.swift",
"Platform.Darwin.swift",
"Platform.Linux.swift",
"PrimitiveSequence+Concurrency.swift",
"PrimitiveSequence+Zip+arity.swift",
"PrimitiveSequence.swift",
"PriorityQueue.swift",
"Producer.swift",
"PublishSubject.swift",
"Queue.swift",
"Range.swift",
"Reactive.swift",
"RecursiveLock.swift",
"RecursiveScheduler.swift",
"Reduce.swift",
"RefCountDisposable.swift",
"Repeat.swift",
"ReplaySubject.swift",
"RetryWhen.swift",
"Rx.swift",
"RxMutableBox.swift",
"Sample.swift",
"Scan.swift",
"ScheduledDisposable.swift",
"ScheduledItem.swift",
"ScheduledItemType.swift",
"SchedulerServices+Emulation.swift",
"SchedulerType.swift",
"Sequence.swift",
"SerialDispatchQueueScheduler.swift",
"SerialDisposable.swift",
"ShareReplayScope.swift",
"Single.swift",
"SingleAssignmentDisposable.swift",
"SingleAsync.swift",
"Sink.swift",
"Skip.swift",
"SkipUntil.swift",
"SkipWhile.swift",
"StartWith.swift",
"SubjectType.swift",
"SubscribeOn.swift",
"SubscriptionDisposable.swift",
"SwiftSupport.swift",
"Switch.swift",
"SwitchIfEmpty.swift",
"SynchronizedDisposeType.swift",
"SynchronizedOnType.swift",
"SynchronizedUnsubscribeType.swift",
"TailRecursiveSink.swift",
"Take.swift",
"TakeLast.swift",
"TakeWithPredicate.swift",
"Throttle.swift",
"Timeout.swift",
"Timer.swift",
"ToArray.swift",
"Using.swift",
"VirtualTimeConverterType.swift",
"VirtualTimeScheduler.swift",
"Window.swift",
"WithLatestFrom.swift",
"WithUnretained.swift",
"Zip+Collection.swift",
"Zip+arity.swift",
"Zip.swift"
],
"type" : "library"
},
{
"c99name" : "RxRelay",
"module_type" : "SwiftTarget",
"name" : "RxRelay",
"path" : "Sources/RxRelay",
"product_memberships" : [
"RxCocoa",
"RxRelay",
"RxCocoa-Dynamic",
"RxRelay-Dynamic"
],
"resources" : [
{
"path" : "/host/spi-builder-workspace/Sources/RxRelay/PrivacyInfo.xcprivacy",
"rule" : {
"copy" : {
}
}
}
],
"sources" : [
"BehaviorRelay.swift",
"Observable+Bind.swift",
"PublishRelay.swift",
"ReplayRelay.swift",
"Utils.swift"
],
"target_dependencies" : [
"RxSwift"
],
"type" : "library"
},
{
"c99name" : "RxCocoa",
"module_type" : "SwiftTarget",
"name" : "RxCocoa",
"path" : "Sources/RxCocoa",
"product_memberships" : [
"RxCocoa",
"RxCocoa-Dynamic"
],
"resources" : [
{
"path" : "/host/spi-builder-workspace/Sources/RxCocoa/PrivacyInfo.xcprivacy",
"rule" : {
"copy" : {
}
}
}
],
"sources" : [
"BehaviorRelay+Driver.swift",
"ControlEvent+Driver.swift",
"ControlEvent+Signal.swift",
"ControlEvent.swift",
"ControlProperty+Driver.swift",
"ControlProperty.swift",
"ControlTarget.swift",
"DelegateProxy.swift",
"DelegateProxyType.swift",
"DispatchQueue+Extensions.swift",
"Driver+Subscription.swift",
"Driver.swift",
"Infallible+Bind.swift",
"Infallible+Driver.swift",
"ItemEvents.swift",
"KVORepresentable+CoreGraphics.swift",
"KVORepresentable+Swift.swift",
"KVORepresentable.swift",
"NSButton+Rx.swift",
"NSControl+Rx.swift",
"NSObject+Rx+KVORepresentable.swift",
"NSObject+Rx+RawRepresentable.swift",
"NSObject+Rx.swift",
"NSSlider+Rx.swift",
"NSTextField+Rx.swift",
"NSTextStorage+Rx.swift",
"NSTextView+Rx.swift",
"NSView+Rx.swift",
"NotificationCenter+Rx.swift",
"Observable+Bind.swift",
"ObservableConvertibleType+Driver.swift",
"ObservableConvertibleType+SharedSequence.swift",
"ObservableConvertibleType+Signal.swift",
"PublishRelay+Signal.swift",
"RxCocoa.swift",
"RxCocoaObjCRuntimeError+Extensions.swift",
"RxCollectionViewDataSourcePrefetchingProxy.swift",
"RxCollectionViewDataSourceProxy.swift",
"RxCollectionViewDataSourceType.swift",
"RxCollectionViewDelegateProxy.swift",
"RxCollectionViewReactiveArrayDataSource.swift",
"RxNavigationControllerDelegateProxy.swift",
"RxPickerViewAdapter.swift",
"RxPickerViewDataSourceProxy.swift",
"RxPickerViewDataSourceType.swift",
"RxPickerViewDelegateProxy.swift",
"RxScrollViewDelegateProxy.swift",
"RxSearchBarDelegateProxy.swift",
"RxSearchControllerDelegateProxy.swift",
"RxTabBarControllerDelegateProxy.swift",
"RxTabBarDelegateProxy.swift",
"RxTableViewDataSourcePrefetchingProxy.swift",
"RxTableViewDataSourceProxy.swift",
"RxTableViewDataSourceType.swift",
"RxTableViewDelegateProxy.swift",
"RxTableViewReactiveArrayDataSource.swift",
"RxTarget.swift",
"RxTextStorageDelegateProxy.swift",
"RxTextViewDelegateProxy.swift",
"RxWKNavigationDelegateProxy.swift",
"SchedulerType+SharedSequence.swift",
"SectionedViewDataSourceType.swift",
"SharedSequence+Concurrency.swift",
"SharedSequence+Operators+arity.swift",
"SharedSequence+Operators.swift",
"SharedSequence.swift",
"Signal+Subscription.swift",
"Signal.swift",
"TextInput.swift",
"UIActivityIndicatorView+Rx.swift",
"UIApplication+Rx.swift",
"UIBarButtonItem+Rx.swift",
"UIButton+Rx.swift",
"UICollectionView+Rx.swift",
"UIControl+Rx.swift",
"UIDatePicker+Rx.swift",
"UIGestureRecognizer+Rx.swift",
"UINavigationController+Rx.swift",
"UIPickerView+Rx.swift",
"UIRefreshControl+Rx.swift",
"UIScrollView+Rx.swift",
"UISearchBar+Rx.swift",
"UISearchController+Rx.swift",
"UISegmentedControl+Rx.swift",
"UISlider+Rx.swift",
"UIStepper+Rx.swift",
"UISwitch+Rx.swift",
"UITabBar+Rx.swift",
"UITabBarController+Rx.swift",
"UITableView+Rx.swift",
"UITextField+Rx.swift",
"UITextView+Rx.swift",
"URLSession+Rx.swift",
"WKWebView+Rx.swift"
],
"target_dependencies" : [
"RxSwift",
"RxRelay"
],
"type" : "library"
},
{
"c99name" : "RxBlocking",
"module_type" : "SwiftTarget",
"name" : "RxBlocking",
"path" : "Sources/RxBlocking",
"product_memberships" : [
"RxBlocking",
"RxBlocking-Dynamic"
],
"sources" : [
"AtomicInt.swift",
"BlockingObservable+Operators.swift",
"BlockingObservable.swift",
"ObservableConvertibleType+Blocking.swift",
"Platform.Darwin.swift",
"Platform.Linux.swift",
"RecursiveLock.swift",
"Resources.swift",
"RunLoopLock.swift"
],
"target_dependencies" : [
"RxSwift"
],
"type" : "library"
}
],
"tools_version" : "5.9"
}
basic-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:f81a7bd7aa87a0f81848d48c5bcc03f5f78deebd37fa5f9be9913077205d3687
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.2-latest
Done.