This is a staging environment. For live and up-to-date package information, visit swiftpackageindex.com.

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 RxSmartThrottle, reference 1.0.0 (f229cd), with Swift 6.0 for Linux on 18 Jul 2024 03:50:09 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$workDir" 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.46.2
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/toshi0383/rxsmartthrottle.git
Reference: 1.0.0
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/toshi0383/rxsmartthrottle
 * tag               1.0.0      -> FETCH_HEAD
HEAD is now at f229cd3 Rename until => resetWhen
Cloned https://github.com/toshi0383/rxsmartthrottle.git
Revision (git rev-parse @):
f229cd33591899f4bc25c98d8b749a78fdb13856
SUCCESS checkout https://github.com/toshi0383/rxsmartthrottle.git at 1.0.0
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.0
Building package at path:  $workDir
https://github.com/toshi0383/rxsmartthrottle.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$workDir" 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:939bcf47aaf06a33919ac1ec1df3a4704fc37493bc970719b13df1c85d27e20a
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Fetching https://github.com/ReactiveX/RxSwift
[1/51464] Fetching rxswift
Fetched https://github.com/ReactiveX/RxSwift from cache (4.30s)
Computing version for https://github.com/ReactiveX/RxSwift
warning: 'rxswift': /Package.swift:9:16: warning: 'flatMap' is deprecated: Please use compactMap(_:) for the case where closure returns an optional value
 7 |
 8 | func filterNil<T>(_ array: [T?]) -> [T] {
 9 |   return array.flatMap { $0 }
   |                |- warning: 'flatMap' is deprecated: Please use compactMap(_:) for the case where closure returns an optional value
   |                `- note: use 'compactMap(_:)' instead
10 | }
11 |
Computed https://github.com/ReactiveX/RxSwift at 4.3.1 (0.46s)
Creating working copy for https://github.com/ReactiveX/RxSwift
Working copy of https://github.com/ReactiveX/RxSwift resolved at 4.3.1
warning: 'rxswift': /host/spi-builder-workspace/.build/checkouts/RxSwift/Package.swift:9:16: warning: 'flatMap' is deprecated: Please use compactMap(_:) for the case where closure returns an optional value
 7 |
 8 | func filterNil<T>(_ array: [T?]) -> [T] {
 9 |   return array.flatMap { $0 }
   |                |- warning: 'flatMap' is deprecated: Please use compactMap(_:) for the case where closure returns an optional value
   |                `- note: use 'compactMap(_:)' instead
10 | }
11 |
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version-24593BA9C3E375BF.txt
[4/135] Emitting module RxSwift
[5/135] Compiling RxSwift HistoricalScheduler.swift
[6/135] Compiling RxSwift HistoricalSchedulerTimeConverter.swift
[7/135] Compiling RxSwift ImmediateSchedulerType.swift
[8/135] Compiling RxSwift InfiniteSequence.swift
[9/135] Compiling RxSwift InvocableScheduledItem.swift
[10/135] Compiling RxSwift InvocableType.swift
[11/135] Compiling RxSwift Just.swift
[12/135] Compiling RxSwift Lock.swift
[13/135] Compiling RxSwift LockOwnerType.swift
[14/135] Compiling RxSwift MainScheduler.swift
[15/135] Compiling RxSwift Map.swift
[16/135] Compiling RxSwift Materialize.swift
[17/135] Compiling RxSwift Maybe.swift
[18/135] Compiling RxSwift Merge.swift
[19/135] Compiling RxSwift Multicast.swift
[20/135] Compiling RxSwift Never.swift
[21/135] Compiling RxSwift NopDisposable.swift
[22/135] Compiling RxSwift Observable.swift
[23/135] Compiling RxSwift ObservableConvertibleType.swift
[24/153] Compiling RxSwift CombineLatest.swift
[25/153] Compiling RxSwift Completable+AndThen.swift
[26/153] Compiling RxSwift Completable.swift
[27/153] Compiling RxSwift CompositeDisposable.swift
[28/153] Compiling RxSwift Concat.swift
[29/153] Compiling RxSwift ConcurrentDispatchQueueScheduler.swift
[30/153] Compiling RxSwift ConcurrentMainScheduler.swift
[31/153] Compiling RxSwift ConnectableObservableType.swift
[32/153] Compiling RxSwift Create.swift
[33/153] Compiling RxSwift CurrentThreadScheduler.swift
[34/153] Compiling RxSwift Debounce.swift
[35/153] Compiling RxSwift Debug.swift
[36/153] Compiling RxSwift DefaultIfEmpty.swift
[37/153] Compiling RxSwift Deferred.swift
[38/153] Compiling RxSwift Delay.swift
[39/153] Compiling RxSwift DelaySubscription.swift
[40/153] Compiling RxSwift Dematerialize.swift
[41/153] Compiling RxSwift Deprecated.swift
[42/153] Compiling RxSwift DeprecationWarner.swift
[43/153] Compiling RxSwift RecursiveScheduler.swift
[44/153] Compiling RxSwift Reduce.swift
[45/153] Compiling RxSwift RefCountDisposable.swift
[46/153] Compiling RxSwift Repeat.swift
[47/153] Compiling RxSwift ReplaySubject.swift
[48/153] Compiling RxSwift RetryWhen.swift
[49/153] Compiling RxSwift Rx.swift
[50/153] Compiling RxSwift RxMutableBox.swift
[51/153] Compiling RxSwift Sample.swift
[52/153] Compiling RxSwift Scan.swift
[53/153] Compiling RxSwift ScheduledDisposable.swift
[54/153] Compiling RxSwift ScheduledItem.swift
[55/153] Compiling RxSwift ScheduledItemType.swift
[56/153] Compiling RxSwift SchedulerServices+Emulation.swift
[57/153] Compiling RxSwift SchedulerType.swift
[58/153] Compiling RxSwift Sequence.swift
[59/153] Compiling RxSwift SerialDispatchQueueScheduler.swift
[60/153] Compiling RxSwift SerialDisposable.swift
[61/153] Compiling RxSwift DispatchQueue+Extensions.swift
[62/153] Compiling RxSwift DispatchQueueConfiguration.swift
[63/153] Compiling RxSwift Disposable.swift
[64/153] Compiling RxSwift Disposables.swift
[65/153] Compiling RxSwift DisposeBag.swift
[66/153] Compiling RxSwift DisposeBase.swift
[67/153] Compiling RxSwift DistinctUntilChanged.swift
[68/153] Compiling RxSwift Do.swift
[69/153] Compiling RxSwift ElementAt.swift
[70/153] Compiling RxSwift Empty.swift
[71/153] Compiling RxSwift Enumerated.swift
[72/153] Compiling RxSwift Error.swift
[73/153] Compiling RxSwift Errors.swift
[74/153] Compiling RxSwift Event.swift
[75/153] Compiling RxSwift Filter.swift
[76/153] Compiling RxSwift First.swift
[77/153] Compiling RxSwift Generate.swift
[78/153] Compiling RxSwift GroupBy.swift
[79/153] Compiling RxSwift GroupedObservable.swift
[80/153] Compiling RxSwift ShareReplayScope.swift
[81/153] Compiling RxSwift Single.swift
[82/153] Compiling RxSwift SingleAssignmentDisposable.swift
[83/153] Compiling RxSwift SingleAsync.swift
[84/153] Compiling RxSwift Sink.swift
[85/153] Compiling RxSwift Skip.swift
[86/153] Compiling RxSwift SkipUntil.swift
[87/153] Compiling RxSwift SkipWhile.swift
[88/153] Compiling RxSwift StartWith.swift
[89/153] Compiling RxSwift String+Rx.swift
[90/153] Compiling RxSwift SubjectType.swift
[91/153] Compiling RxSwift SubscribeOn.swift
[92/153] Compiling RxSwift SubscriptionDisposable.swift
[93/153] Compiling RxSwift SwiftSupport.swift
[94/153] Compiling RxSwift Switch.swift
[95/153] Compiling RxSwift SwitchIfEmpty.swift
[96/153] Compiling RxSwift SynchronizedDisposeType.swift
[97/153] Compiling RxSwift SynchronizedOnType.swift
[98/153] Compiling RxSwift AddRef.swift
[99/153] Compiling RxSwift Amb.swift
[100/153] Compiling RxSwift AnonymousDisposable.swift
[101/153] Compiling RxSwift AnonymousObserver.swift
[102/153] Compiling RxSwift AnyObserver.swift
[103/153] Compiling RxSwift AsMaybe.swift
[104/153] Compiling RxSwift AsSingle.swift
[105/153] Compiling RxSwift AsyncLock.swift
[106/153] Compiling RxSwift AsyncSubject.swift
[107/153] Compiling RxSwift Bag+Rx.swift
[108/153] Compiling RxSwift Bag.swift
[109/153] Compiling RxSwift BehaviorSubject.swift
[110/153] Compiling RxSwift BinaryDisposable.swift
[111/153] Compiling RxSwift BooleanDisposable.swift
[112/153] Compiling RxSwift Buffer.swift
[113/153] Compiling RxSwift Cancelable.swift
[114/153] Compiling RxSwift Catch.swift
[115/153] Compiling RxSwift CombineLatest+Collection.swift
[116/153] Compiling RxSwift CombineLatest+arity.swift
[117/153] Compiling RxSwift ObservableType+Extensions.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/Platform.Linux.swift:94:27: error: cannot assign to property: 'threadDictionary' setter is inaccessible
 92 |             }
 93 |
 94 |             currentThread.threadDictionary = threadDictionary
    |                           `- error: cannot assign to property: 'threadDictionary' setter is inaccessible
 95 |         }
 96 |
[118/153] Compiling RxSwift ObservableType+PrimitiveSequence.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/Platform.Linux.swift:94:27: error: cannot assign to property: 'threadDictionary' setter is inaccessible
 92 |             }
 93 |
 94 |             currentThread.threadDictionary = threadDictionary
    |                           `- error: cannot assign to property: 'threadDictionary' setter is inaccessible
 95 |         }
 96 |
[119/153] Compiling RxSwift ObservableType.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/Platform.Linux.swift:94:27: error: cannot assign to property: 'threadDictionary' setter is inaccessible
 92 |             }
 93 |
 94 |             currentThread.threadDictionary = threadDictionary
    |                           `- error: cannot assign to property: 'threadDictionary' setter is inaccessible
 95 |         }
 96 |
[120/153] Compiling RxSwift ObserveOn.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/Platform.Linux.swift:94:27: error: cannot assign to property: 'threadDictionary' setter is inaccessible
 92 |             }
 93 |
 94 |             currentThread.threadDictionary = threadDictionary
    |                           `- error: cannot assign to property: 'threadDictionary' setter is inaccessible
 95 |         }
 96 |
[121/153] Compiling RxSwift ObserverBase.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/Platform.Linux.swift:94:27: error: cannot assign to property: 'threadDictionary' setter is inaccessible
 92 |             }
 93 |
 94 |             currentThread.threadDictionary = threadDictionary
    |                           `- error: cannot assign to property: 'threadDictionary' setter is inaccessible
 95 |         }
 96 |
[122/153] Compiling RxSwift ObserverType.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/Platform.Linux.swift:94:27: error: cannot assign to property: 'threadDictionary' setter is inaccessible
 92 |             }
 93 |
 94 |             currentThread.threadDictionary = threadDictionary
    |                           `- error: cannot assign to property: 'threadDictionary' setter is inaccessible
 95 |         }
 96 |
[123/153] Compiling RxSwift OperationQueueScheduler.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/Platform.Linux.swift:94:27: error: cannot assign to property: 'threadDictionary' setter is inaccessible
 92 |             }
 93 |
 94 |             currentThread.threadDictionary = threadDictionary
    |                           `- error: cannot assign to property: 'threadDictionary' setter is inaccessible
 95 |         }
 96 |
[124/153] Compiling RxSwift Optional.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/Platform.Linux.swift:94:27: error: cannot assign to property: 'threadDictionary' setter is inaccessible
 92 |             }
 93 |
 94 |             currentThread.threadDictionary = threadDictionary
    |                           `- error: cannot assign to property: 'threadDictionary' setter is inaccessible
 95 |         }
 96 |
[125/153] Compiling RxSwift Platform.Darwin.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/Platform.Linux.swift:94:27: error: cannot assign to property: 'threadDictionary' setter is inaccessible
 92 |             }
 93 |
 94 |             currentThread.threadDictionary = threadDictionary
    |                           `- error: cannot assign to property: 'threadDictionary' setter is inaccessible
 95 |         }
 96 |
[126/153] Compiling RxSwift Platform.Linux.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/Platform.Linux.swift:94:27: error: cannot assign to property: 'threadDictionary' setter is inaccessible
 92 |             }
 93 |
 94 |             currentThread.threadDictionary = threadDictionary
    |                           `- error: cannot assign to property: 'threadDictionary' setter is inaccessible
 95 |         }
 96 |
[127/153] Compiling RxSwift PrimitiveSequence+Zip+arity.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/Platform.Linux.swift:94:27: error: cannot assign to property: 'threadDictionary' setter is inaccessible
 92 |             }
 93 |
 94 |             currentThread.threadDictionary = threadDictionary
    |                           `- error: cannot assign to property: 'threadDictionary' setter is inaccessible
 95 |         }
 96 |
[128/153] Compiling RxSwift PrimitiveSequence.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/Platform.Linux.swift:94:27: error: cannot assign to property: 'threadDictionary' setter is inaccessible
 92 |             }
 93 |
 94 |             currentThread.threadDictionary = threadDictionary
    |                           `- error: cannot assign to property: 'threadDictionary' setter is inaccessible
 95 |         }
 96 |
[129/153] Compiling RxSwift PriorityQueue.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/Platform.Linux.swift:94:27: error: cannot assign to property: 'threadDictionary' setter is inaccessible
 92 |             }
 93 |
 94 |             currentThread.threadDictionary = threadDictionary
    |                           `- error: cannot assign to property: 'threadDictionary' setter is inaccessible
 95 |         }
 96 |
[130/153] Compiling RxSwift Producer.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/Platform.Linux.swift:94:27: error: cannot assign to property: 'threadDictionary' setter is inaccessible
 92 |             }
 93 |
 94 |             currentThread.threadDictionary = threadDictionary
    |                           `- error: cannot assign to property: 'threadDictionary' setter is inaccessible
 95 |         }
 96 |
[131/153] Compiling RxSwift PublishSubject.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/Platform.Linux.swift:94:27: error: cannot assign to property: 'threadDictionary' setter is inaccessible
 92 |             }
 93 |
 94 |             currentThread.threadDictionary = threadDictionary
    |                           `- error: cannot assign to property: 'threadDictionary' setter is inaccessible
 95 |         }
 96 |
[132/153] Compiling RxSwift Queue.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/Platform.Linux.swift:94:27: error: cannot assign to property: 'threadDictionary' setter is inaccessible
 92 |             }
 93 |
 94 |             currentThread.threadDictionary = threadDictionary
    |                           `- error: cannot assign to property: 'threadDictionary' setter is inaccessible
 95 |         }
 96 |
[133/153] Compiling RxSwift Range.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/Platform.Linux.swift:94:27: error: cannot assign to property: 'threadDictionary' setter is inaccessible
 92 |             }
 93 |
 94 |             currentThread.threadDictionary = threadDictionary
    |                           `- error: cannot assign to property: 'threadDictionary' setter is inaccessible
 95 |         }
 96 |
[134/153] Compiling RxSwift Reactive.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/Platform.Linux.swift:94:27: error: cannot assign to property: 'threadDictionary' setter is inaccessible
 92 |             }
 93 |
 94 |             currentThread.threadDictionary = threadDictionary
    |                           `- error: cannot assign to property: 'threadDictionary' setter is inaccessible
 95 |         }
 96 |
[135/153] Compiling RxSwift RecursiveLock.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/Platform.Linux.swift:94:27: error: cannot assign to property: 'threadDictionary' setter is inaccessible
 92 |             }
 93 |
 94 |             currentThread.threadDictionary = threadDictionary
    |                           `- error: cannot assign to property: 'threadDictionary' setter is inaccessible
 95 |         }
 96 |
[136/153] Compiling RxSwift SynchronizedUnsubscribeType.swift
[137/153] Compiling RxSwift TailRecursiveSink.swift
[138/153] Compiling RxSwift Take.swift
[139/153] Compiling RxSwift TakeLast.swift
[140/153] Compiling RxSwift TakeUntil.swift
[141/153] Compiling RxSwift TakeWhile.swift
[142/153] Compiling RxSwift Throttle.swift
[143/153] Compiling RxSwift Timeout.swift
[144/153] Compiling RxSwift Timer.swift
[145/153] Compiling RxSwift ToArray.swift
[146/153] Compiling RxSwift Using.swift
[147/153] Compiling RxSwift VirtualTimeConverterType.swift
[148/153] Compiling RxSwift VirtualTimeScheduler.swift
[149/153] Compiling RxSwift Window.swift
[150/153] Compiling RxSwift WithLatestFrom.swift
[151/153] Compiling RxSwift Zip+Collection.swift
[152/153] Compiling RxSwift Zip+arity.swift
[153/153] Compiling RxSwift Zip.swift
BUILD FAILURE 6.0 linux
This is a staging environment. For live and up-to-date package information, visit swiftpackageindex.com.