Build Information
Successful build of ReRxSwift, reference 2.3.0 (da856a
), with Swift 6.1 for Linux on 26 Apr 2025 10:50:34 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/svdo/ReRxSwift.git
Reference: 2.3.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/svdo/ReRxSwift
* tag 2.3.0 -> FETCH_HEAD
HEAD is now at da856a0 `bundle update`
Cloned https://github.com/svdo/ReRxSwift.git
Revision (git rev-parse @):
da856a0eef9c12a70fbe2a1a97c72b8e448c6600
SUCCESS checkout https://github.com/svdo/ReRxSwift.git at 2.3.0
========================================
Build
========================================
Selected platform: linux
Swift version: 6.1
Building package at path: $PWD
https://github.com/svdo/ReRxSwift.git
https://github.com/svdo/ReRxSwift.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "rxswift",
"requirement" : {
"range" : [
{
"lower_bound" : "6.0.0",
"upper_bound" : "7.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/ReactiveX/RxSwift.git"
},
{
"identity" : "reswift",
"requirement" : {
"range" : [
{
"lower_bound" : "6.0.0",
"upper_bound" : "7.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/ReSwift/ReSwift.git"
},
{
"identity" : "quick",
"requirement" : {
"range" : [
{
"lower_bound" : "3.0.0",
"upper_bound" : "4.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/Quick/Quick.git"
},
{
"identity" : "nimble",
"requirement" : {
"range" : [
{
"lower_bound" : "9.0.0",
"upper_bound" : "10.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/Quick/Nimble.git"
},
{
"identity" : "rxdatasources",
"requirement" : {
"range" : [
{
"lower_bound" : "5.0.0",
"upper_bound" : "6.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/RxSwiftCommunity/RxDataSources"
}
],
"manifest_display_name" : "ReRxSwift",
"name" : "ReRxSwift",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "9.0"
}
],
"products" : [
{
"name" : "ReRxSwift",
"targets" : [
"ReRxSwift"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "ReRxSwiftTests",
"module_type" : "SwiftTarget",
"name" : "ReRxSwiftTests",
"path" : "ReRxSwiftTests",
"product_dependencies" : [
"Quick",
"Nimble",
"RxDataSources"
],
"sources" : [
"ConnectableSpec.swift",
"ConnectionSpec.swift",
"TestActions.swift",
"TestSectionModel.swift",
"TestState.swift"
],
"target_dependencies" : [
"ReRxSwift"
],
"type" : "test"
},
{
"c99name" : "ReRxSwift",
"module_type" : "SwiftTarget",
"name" : "ReRxSwift",
"path" : "ReRxSwift",
"product_dependencies" : [
"RxSwift",
"RxCocoa",
"ReSwift"
],
"product_memberships" : [
"ReRxSwift"
],
"sources" : [
"Connectable.swift",
"Connection.swift"
],
"type" : "library"
}
],
"tools_version" : "5.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/RxSwiftCommunity/RxDataSources
Fetching https://github.com/Quick/Quick.git
Fetching https://github.com/Quick/Nimble.git
Fetching https://github.com/ReactiveX/RxSwift.git
Fetching https://github.com/ReSwift/ReSwift.git
[1/4937] Fetching rxdatasources
[2371/11384] Fetching rxdatasources, reswift
[5932/26139] Fetching rxdatasources, reswift, quick
[7371/45706] Fetching rxdatasources, reswift, quick, nimble
[17573/98382] Fetching rxdatasources, reswift, quick, nimble, rxswift
Fetched https://github.com/ReSwift/ReSwift.git from cache (0.84s)
[47302/91935] Fetching rxdatasources, quick, nimble, rxswift
Fetched https://github.com/Quick/Quick.git from cache (0.94s)
[39515/77180] Fetching rxdatasources, nimble, rxswift
Fetched https://github.com/Quick/Nimble.git from cache (5.34s)
Fetched https://github.com/RxSwiftCommunity/RxDataSources from cache (5.35s)
Fetched https://github.com/ReactiveX/RxSwift.git from cache (5.49s)
Computing version for https://github.com/RxSwiftCommunity/RxDataSources
Computed https://github.com/RxSwiftCommunity/RxDataSources at 5.0.2 (6.06s)
Computing version for https://github.com/ReSwift/ReSwift.git
Computed https://github.com/ReSwift/ReSwift.git at 6.1.1 (0.55s)
Computing version for https://github.com/Quick/Nimble.git
Computed https://github.com/Quick/Nimble.git at 9.2.1 (0.58s)
Fetching https://github.com/mattgallagher/CwlPreconditionTesting.git
[1/1257] Fetching cwlpreconditiontesting
Fetched https://github.com/mattgallagher/CwlPreconditionTesting.git from cache (0.21s)
Computing version for https://github.com/Quick/Quick.git
Computed https://github.com/Quick/Quick.git at 3.1.2 (0.78s)
Computing version for https://github.com/mattgallagher/CwlPreconditionTesting.git
Computed https://github.com/mattgallagher/CwlPreconditionTesting.git at 2.2.2 (0.55s)
Fetching https://github.com/mattgallagher/CwlCatchException.git
[1/455] Fetching cwlcatchexception
Fetched https://github.com/mattgallagher/CwlCatchException.git from cache (0.67s)
Computing version for https://github.com/mattgallagher/CwlCatchException.git
Computed https://github.com/mattgallagher/CwlCatchException.git at 2.2.1 (2.35s)
Computing version for https://github.com/ReactiveX/RxSwift.git
Computed https://github.com/ReactiveX/RxSwift.git at 6.9.0 (0.58s)
Creating working copy for https://github.com/ReactiveX/RxSwift.git
Working copy of https://github.com/ReactiveX/RxSwift.git resolved at 6.9.0
Creating working copy for https://github.com/RxSwiftCommunity/RxDataSources
Working copy of https://github.com/RxSwiftCommunity/RxDataSources resolved at 5.0.2
Creating working copy for https://github.com/mattgallagher/CwlPreconditionTesting.git
Working copy of https://github.com/mattgallagher/CwlPreconditionTesting.git resolved at 2.2.2
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/Quick/Nimble.git
Working copy of https://github.com/Quick/Nimble.git resolved at 9.2.1
Creating working copy for https://github.com/Quick/Quick.git
Working copy of https://github.com/Quick/Quick.git resolved at 3.1.2
Creating working copy for https://github.com/ReSwift/ReSwift.git
Working copy of https://github.com/ReSwift/ReSwift.git resolved at 6.1.1
Building for debugging...
[0/9] Write sources
[0/9] Copying PrivacyInfo.xcprivacy
[0/9] Write sources
[0/9] Copying PrivacyInfo.xcprivacy
[0/9] Write sources
[8/9] Write swift-version-24593BA9C3E375BF.txt
[10/166] Emitting module ReSwift
[11/166] Compiling RxSwift CombineLatest.swift
[12/166] Compiling RxSwift CompactMap.swift
[13/167] Compiling RxSwift SchedulerType.swift
[14/167] Compiling RxSwift Sequence.swift
[15/167] Compiling RxSwift SerialDispatchQueueScheduler.swift
[16/167] Compiling RxSwift SerialDisposable.swift
[17/167] Compiling RxSwift ShareReplayScope.swift
[18/167] Compiling RxSwift Single.swift
[19/167] Compiling RxSwift SingleAssignmentDisposable.swift
[20/167] Compiling RxSwift SingleAsync.swift
[21/167] Compiling RxSwift Sink.swift
[22/167] Compiling RxSwift Skip.swift
[23/167] Compiling RxSwift SkipUntil.swift
[24/167] Compiling RxSwift SkipWhile.swift
[25/167] Compiling RxSwift StartWith.swift
[26/167] Compiling RxSwift SubjectType.swift
[27/167] Compiling RxSwift SubscribeOn.swift
[28/167] Compiling RxSwift SubscriptionDisposable.swift
[29/167] Compiling RxSwift SwiftSupport.swift
[30/167] Compiling RxSwift Switch.swift
[31/167] Compiling RxSwift SwitchIfEmpty.swift
[32/167] Compiling RxSwift SynchronizedDisposeType.swift
[33/178] Compiling ReSwift Coding.swift
[34/179] Compiling ReSwift Synchronized.swift
[35/187] Emitting module RxSwift
[36/187] Compiling ReSwift TypeHelper.swift
[37/187] Compiling RxSwift ConcurrentDispatchQueueScheduler.swift
[38/187] Compiling RxSwift ConcurrentMainScheduler.swift
[39/187] Compiling RxSwift Completable+AndThen.swift
[40/187] Compiling RxSwift Completable.swift
[41/187] Compiling RxSwift CompositeDisposable.swift
[42/187] Compiling RxSwift Concat.swift
[43/187] Compiling RxSwift ConnectableObservableType.swift
[44/187] Compiling RxSwift Create.swift
[45/188] Compiling RxSwift DispatchQueueConfiguration.swift
[46/188] Compiling RxSwift Disposable.swift
[47/188] Compiling RxSwift Disposables.swift
[48/188] Compiling RxSwift DisposeBag.swift
[49/188] Compiling RxSwift DisposeBase.swift
[50/188] Compiling RxSwift DistinctUntilChanged.swift
[51/188] Compiling RxSwift Do.swift
[52/188] Compiling RxSwift ElementAt.swift
[53/188] Compiling RxSwift Empty.swift
[54/188] Compiling RxSwift Enumerated.swift
[55/188] Compiling RxSwift Error.swift
[56/188] Compiling RxSwift Errors.swift
[57/188] Compiling RxSwift Event.swift
[58/188] Compiling RxSwift Filter.swift
[59/188] Compiling RxSwift First.swift
[60/188] Compiling RxSwift Generate.swift
[61/188] Compiling RxSwift GroupBy.swift
[62/188] Compiling RxSwift GroupedObservable.swift
[63/188] Compiling RxSwift HistoricalScheduler.swift
[64/188] Compiling RxSwift HistoricalSchedulerTimeConverter.swift
[65/188] Compiling RxSwift ImmediateSchedulerType.swift
[66/188] Compiling RxSwift Infallible+CombineLatest+Collection.swift
[67/188] Compiling RxSwift Infallible+CombineLatest+arity.swift
[68/188] Compiling RxSwift Infallible+Concurrency.swift
[69/188] Compiling RxSwift Infallible+Create.swift
[70/188] Compiling RxSwift Infallible+Debug.swift
[71/188] Compiling RxSwift Infallible+Operators.swift
[72/188] Compiling RxSwift Infallible+Zip+arity.swift
[73/188] Compiling RxSwift Infallible.swift
[74/188] Compiling RxSwift InfiniteSequence.swift
[75/188] Compiling RxSwift InvocableScheduledItem.swift
[76/188] Compiling RxSwift InvocableType.swift
[77/188] Compiling RxSwift Just.swift
[78/188] Compiling RxSwift Lock.swift
[79/188] Compiling RxSwift LockOwnerType.swift
[80/188] Compiling RxSwift MainScheduler.swift
[81/188] Compiling RxSwift Map.swift
[82/188] Compiling RxSwift Materialize.swift
[83/188] Compiling RxSwift Maybe.swift
[84/188] Compiling RxSwift Merge.swift
[85/188] Compiling RxSwift Multicast.swift
[86/188] Compiling RxSwift Never.swift
[87/188] Compiling RxSwift NopDisposable.swift
[88/188] Compiling RxSwift Observable+Concurrency.swift
[89/188] Compiling RxSwift Observable.swift
[90/188] Compiling RxSwift ObservableConvertibleType+Infallible.swift
[91/188] Compiling RxSwift ObservableConvertibleType.swift
[92/188] Compiling RxSwift ObservableType+Extensions.swift
[93/188] Compiling RxSwift ObservableType+PrimitiveSequence.swift
[94/188] Compiling RxSwift ObservableType.swift
[95/188] Compiling RxSwift ObserveOn.swift
[96/188] Compiling RxSwift ObserverBase.swift
[97/188] Compiling RxSwift ObserverType.swift
[98/188] Compiling RxSwift OperationQueueScheduler.swift
[99/188] Compiling RxSwift Optional.swift
[100/188] Compiling RxSwift Platform.Darwin.swift
[101/188] Compiling RxSwift Platform.Linux.swift
[102/188] Compiling RxSwift PrimitiveSequence+Concurrency.swift
[103/188] Compiling RxSwift PrimitiveSequence+Zip+arity.swift
[104/188] Compiling RxSwift PrimitiveSequence.swift
[105/188] Compiling RxSwift PriorityQueue.swift
[106/188] Compiling RxSwift Producer.swift
[107/188] Compiling RxSwift PublishSubject.swift
[108/188] Compiling RxSwift Queue.swift
[109/188] Compiling RxSwift Range.swift
[110/188] Compiling RxSwift Reactive.swift
[111/188] Compiling RxSwift RecursiveLock.swift
[112/188] Compiling RxSwift RecursiveScheduler.swift
[113/188] Compiling RxSwift Reduce.swift
[114/188] Compiling RxSwift RefCountDisposable.swift
[115/188] Compiling RxSwift Repeat.swift
[116/188] Compiling RxSwift ReplaySubject.swift
[117/188] Compiling RxSwift RetryWhen.swift
[118/188] Compiling RxSwift Rx.swift
[119/188] Compiling RxSwift RxMutableBox.swift
[120/188] Compiling RxSwift Sample.swift
[121/188] Compiling RxSwift Scan.swift
[122/188] Compiling RxSwift ScheduledDisposable.swift
[123/188] Compiling RxSwift ScheduledItem.swift
[124/188] Compiling RxSwift ScheduledItemType.swift
[125/188] Compiling RxSwift SchedulerServices+Emulation.swift
[127/188] Compiling RxSwift AddRef.swift
[128/188] Compiling RxSwift Amb.swift
[129/188] Compiling RxSwift AnonymousDisposable.swift
[130/188] Compiling RxSwift AnonymousObserver.swift
[131/188] Compiling RxSwift AnyObserver.swift
[132/188] Compiling RxSwift AsMaybe.swift
[133/188] Compiling RxSwift AsSingle.swift
[134/188] Compiling RxSwift AsyncLock.swift
[135/188] Compiling RxSwift AsyncSubject.swift
[136/188] Compiling RxSwift AtomicInt.swift
[137/188] Compiling RxSwift Bag+Rx.swift
[138/188] Compiling RxSwift Bag.swift
[139/188] Compiling RxSwift BehaviorSubject.swift
[140/188] Compiling RxSwift BinaryDisposable.swift
[141/188] Compiling RxSwift Binder.swift
[142/188] Compiling RxSwift BooleanDisposable.swift
[143/188] Compiling RxSwift Buffer.swift
[144/188] Compiling RxSwift Cancelable.swift
[145/188] Compiling RxSwift Catch.swift
[146/188] Compiling RxSwift CombineLatest+Collection.swift
[147/188] Compiling RxSwift CombineLatest+arity.swift
[158/188] Compiling RxSwift CurrentThreadScheduler.swift
[159/188] Compiling RxSwift Date+Dispatch.swift
[160/188] Compiling RxSwift Debounce.swift
[161/188] Compiling RxSwift Debug.swift
[162/188] Compiling RxSwift Decode.swift
[163/188] Compiling RxSwift DefaultIfEmpty.swift
[164/188] Compiling RxSwift Deferred.swift
[165/188] Compiling RxSwift Delay.swift
[166/188] Compiling RxSwift DelaySubscription.swift
[167/188] Compiling RxSwift Dematerialize.swift
[168/188] Compiling RxSwift DispatchQueue+Extensions.swift
[169/188] Compiling RxSwift SynchronizedOnType.swift
[170/188] Compiling RxSwift SynchronizedUnsubscribeType.swift
[171/188] Compiling RxSwift TailRecursiveSink.swift
[172/188] Compiling RxSwift Take.swift
[173/188] Compiling RxSwift TakeLast.swift
[174/188] Compiling RxSwift TakeWithPredicate.swift
[175/188] Compiling RxSwift Throttle.swift
[176/188] Compiling RxSwift Timeout.swift
[177/188] Compiling RxSwift Timer.swift
[178/188] Compiling RxSwift ToArray.swift
[179/188] Compiling RxSwift Using.swift
[180/188] Compiling RxSwift VirtualTimeConverterType.swift
[181/188] Compiling RxSwift VirtualTimeScheduler.swift
[182/188] Compiling RxSwift Window.swift
[183/188] Compiling RxSwift WithLatestFrom.swift
[184/188] Compiling RxSwift WithUnretained.swift
[185/188] Compiling RxSwift Zip+Collection.swift
[186/188] Compiling RxSwift Zip+arity.swift
[187/188] Compiling RxSwift Zip.swift
[188/188] Compiling RxSwift resource_bundle_accessor.swift
[190/196] Compiling RxRelay PublishRelay.swift
[191/196] Compiling RxRelay resource_bundle_accessor.swift
[192/196] Compiling RxRelay Utils.swift
[193/196] Compiling RxRelay ReplayRelay.swift
[194/196] Compiling RxRelay BehaviorRelay.swift
[195/196] Emitting module RxRelay
[196/196] Compiling RxRelay Observable+Bind.swift
[198/282] Compiling RxCocoa RxCollectionViewDataSourcePrefetchingProxy.swift
[199/282] Compiling RxCocoa RxCollectionViewDataSourceProxy.swift
[200/282] Compiling RxCocoa RxCollectionViewDataSourceType.swift
[201/282] Compiling RxCocoa RxCollectionViewDelegateProxy.swift
[202/282] Compiling RxCocoa RxCollectionViewReactiveArrayDataSource.swift
[203/282] Compiling RxCocoa RxNavigationControllerDelegateProxy.swift
[204/282] Compiling RxCocoa RxPickerViewAdapter.swift
[205/282] Compiling RxCocoa RxPickerViewDataSourceProxy.swift
[206/282] Compiling RxCocoa RxPickerViewDataSourceType.swift
[207/282] Compiling RxCocoa RxPickerViewDelegateProxy.swift
[208/282] Compiling RxCocoa RxScrollViewDelegateProxy.swift
[209/282] Compiling RxCocoa RxSearchBarDelegateProxy.swift
[210/293] Emitting module RxCocoa
[211/293] Compiling RxCocoa UIButton+Rx.swift
[212/293] Compiling RxCocoa UICollectionView+Rx.swift
[213/293] Compiling RxCocoa UIControl+Rx.swift
[214/293] Compiling RxCocoa UIDatePicker+Rx.swift
[215/293] Compiling RxCocoa UIGestureRecognizer+Rx.swift
[216/293] Compiling RxCocoa UINavigationController+Rx.swift
[217/293] Compiling RxCocoa UIPickerView+Rx.swift
[218/293] Compiling RxCocoa UIRefreshControl+Rx.swift
[219/293] Compiling RxCocoa UIScrollView+Rx.swift
[220/293] Compiling RxCocoa UISearchBar+Rx.swift
[221/293] Compiling RxCocoa UISearchController+Rx.swift
[222/293] Compiling RxCocoa UISegmentedControl+Rx.swift
[223/293] Compiling RxCocoa NSTextField+Rx.swift
[224/293] Compiling RxCocoa NSTextStorage+Rx.swift
[225/293] Compiling RxCocoa NSTextView+Rx.swift
[226/293] Compiling RxCocoa NSView+Rx.swift
[227/293] Compiling RxCocoa NotificationCenter+Rx.swift
[228/293] Compiling RxCocoa Observable+Bind.swift
[229/293] Compiling RxCocoa ObservableConvertibleType+Driver.swift
[230/293] Compiling RxCocoa ObservableConvertibleType+SharedSequence.swift
[231/293] Compiling RxCocoa ObservableConvertibleType+Signal.swift
[232/293] Compiling RxCocoa PublishRelay+Signal.swift
[233/293] Compiling RxCocoa RxCocoa.swift
[234/293] Compiling RxCocoa RxCocoaObjCRuntimeError+Extensions.swift
[235/293] Compiling RxCocoa BehaviorRelay+Driver.swift
[236/293] Compiling RxCocoa ControlEvent+Driver.swift
[237/293] Compiling RxCocoa ControlEvent+Signal.swift
[238/293] Compiling RxCocoa ControlEvent.swift
[239/293] Compiling RxCocoa ControlProperty+Driver.swift
[240/293] Compiling RxCocoa ControlProperty.swift
[241/293] Compiling RxCocoa ControlTarget.swift
[242/293] Compiling RxCocoa DelegateProxy.swift
[243/293] Compiling RxCocoa DelegateProxyType.swift
[244/293] Compiling RxCocoa DispatchQueue+Extensions.swift
[245/293] Compiling RxCocoa Driver+Subscription.swift
[246/293] Compiling RxCocoa Driver.swift
[247/293] Compiling RxCocoa Infallible+Bind.swift
[248/293] Compiling RxCocoa Infallible+Driver.swift
[249/293] Compiling RxCocoa ItemEvents.swift
[250/293] Compiling RxCocoa KVORepresentable+CoreGraphics.swift
[251/293] Compiling RxCocoa KVORepresentable+Swift.swift
[252/293] Compiling RxCocoa KVORepresentable.swift
[253/293] Compiling RxCocoa NSButton+Rx.swift
[254/293] Compiling RxCocoa NSControl+Rx.swift
[255/293] Compiling RxCocoa NSObject+Rx+KVORepresentable.swift
[256/293] Compiling RxCocoa NSObject+Rx+RawRepresentable.swift
[257/293] Compiling RxCocoa NSObject+Rx.swift
[258/293] Compiling RxCocoa NSSlider+Rx.swift
[259/293] Compiling RxCocoa UISlider+Rx.swift
[260/293] Compiling RxCocoa UIStepper+Rx.swift
[261/293] Compiling RxCocoa UISwitch+Rx.swift
[262/293] Compiling RxCocoa UITabBar+Rx.swift
[263/293] Compiling RxCocoa UITabBarController+Rx.swift
[264/293] Compiling RxCocoa UITableView+Rx.swift
[265/293] Compiling RxCocoa UITextField+Rx.swift
[266/293] Compiling RxCocoa UITextView+Rx.swift
[267/293] Compiling RxCocoa URLSession+Rx.swift
[268/293] Compiling RxCocoa WKWebView+Rx.swift
[269/293] Compiling RxCocoa resource_bundle_accessor.swift
[270/293] Compiling RxCocoa SchedulerType+SharedSequence.swift
[271/293] Compiling RxCocoa SectionedViewDataSourceType.swift
[272/293] Compiling RxCocoa SharedSequence+Concurrency.swift
[273/293] Compiling RxCocoa SharedSequence+Operators+arity.swift
[274/293] Compiling RxCocoa SharedSequence+Operators.swift
[275/293] Compiling RxCocoa SharedSequence.swift
[276/293] Compiling RxCocoa Signal+Subscription.swift
[277/293] Compiling RxCocoa Signal.swift
[278/293] Compiling RxCocoa TextInput.swift
[279/293] Compiling RxCocoa UIActivityIndicatorView+Rx.swift
[280/293] Compiling RxCocoa UIApplication+Rx.swift
[281/293] Compiling RxCocoa UIBarButtonItem+Rx.swift
[282/293] Compiling RxCocoa RxSearchControllerDelegateProxy.swift
[283/293] Compiling RxCocoa RxTabBarControllerDelegateProxy.swift
[284/293] Compiling RxCocoa RxTabBarDelegateProxy.swift
[285/293] Compiling RxCocoa RxTableViewDataSourcePrefetchingProxy.swift
[286/293] Compiling RxCocoa RxTableViewDataSourceProxy.swift
[287/293] Compiling RxCocoa RxTableViewDataSourceType.swift
[288/293] Compiling RxCocoa RxTableViewDelegateProxy.swift
[289/293] Compiling RxCocoa RxTableViewReactiveArrayDataSource.swift
[290/293] Compiling RxCocoa RxTarget.swift
[291/293] Compiling RxCocoa RxTextStorageDelegateProxy.swift
[292/293] Compiling RxCocoa RxTextViewDelegateProxy.swift
[293/293] Compiling RxCocoa RxWKNavigationDelegateProxy.swift
[295/297] Emitting module ReRxSwift
/host/spi-builder-workspace/ReRxSwift/Connectable.swift:26:34: warning: 'StateType' is deprecated: Conforming your state to `StateType` is no longer necessary. You may remove this conformance.
24 | public protocol Connectable {
25 | /// The type of your global ReSwift application state.
26 | associatedtype AppStateType: StateType
| `- warning: 'StateType' is deprecated: Conforming your state to `StateType` is no longer necessary. You may remove this conformance.
27 |
28 | /// The type of your view controller's `Props` struct.
/host/spi-builder-workspace/ReRxSwift/Connection.swift:98:32: warning: 'StateType' is deprecated: Conforming your state to `StateType` is no longer necessary. You may remove this conformance.
96 | /// ```
97 |
98 | public class Connection<State: StateType, Props, Actions>: StoreSubscriber {
| `- warning: 'StateType' is deprecated: Conforming your state to `StateType` is no longer necessary. You may remove this conformance.
99 | /// The RxSwift `BehaviorRelay` that holds your view controller props.
100 | /// Normally you don't use this this directly, you use it through `Connectable.props`
[296/297] Compiling ReRxSwift Connectable.swift
/host/spi-builder-workspace/ReRxSwift/Connectable.swift:26:34: warning: 'StateType' is deprecated: Conforming your state to `StateType` is no longer necessary. You may remove this conformance.
24 | public protocol Connectable {
25 | /// The type of your global ReSwift application state.
26 | associatedtype AppStateType: StateType
| `- warning: 'StateType' is deprecated: Conforming your state to `StateType` is no longer necessary. You may remove this conformance.
27 |
28 | /// The type of your view controller's `Props` struct.
[297/297] Compiling ReRxSwift Connection.swift
/host/spi-builder-workspace/ReRxSwift/Connection.swift:98:32: warning: 'StateType' is deprecated: Conforming your state to `StateType` is no longer necessary. You may remove this conformance.
96 | /// ```
97 |
98 | public class Connection<State: StateType, Props, Actions>: StoreSubscriber {
| `- warning: 'StateType' is deprecated: Conforming your state to `StateType` is no longer necessary. You may remove this conformance.
99 | /// The RxSwift `BehaviorRelay` that holds your view controller props.
100 | /// Normally you don't use this this directly, you use it through `Connectable.props`
Build complete! (40.90s)
Build complete.
{
"dependencies" : [
{
"identity" : "rxswift",
"requirement" : {
"range" : [
{
"lower_bound" : "6.0.0",
"upper_bound" : "7.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/ReactiveX/RxSwift.git"
},
{
"identity" : "reswift",
"requirement" : {
"range" : [
{
"lower_bound" : "6.0.0",
"upper_bound" : "7.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/ReSwift/ReSwift.git"
},
{
"identity" : "quick",
"requirement" : {
"range" : [
{
"lower_bound" : "3.0.0",
"upper_bound" : "4.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/Quick/Quick.git"
},
{
"identity" : "nimble",
"requirement" : {
"range" : [
{
"lower_bound" : "9.0.0",
"upper_bound" : "10.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/Quick/Nimble.git"
},
{
"identity" : "rxdatasources",
"requirement" : {
"range" : [
{
"lower_bound" : "5.0.0",
"upper_bound" : "6.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/RxSwiftCommunity/RxDataSources"
}
],
"manifest_display_name" : "ReRxSwift",
"name" : "ReRxSwift",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "9.0"
}
],
"products" : [
{
"name" : "ReRxSwift",
"targets" : [
"ReRxSwift"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "ReRxSwiftTests",
"module_type" : "SwiftTarget",
"name" : "ReRxSwiftTests",
"path" : "ReRxSwiftTests",
"product_dependencies" : [
"Quick",
"Nimble",
"RxDataSources"
],
"sources" : [
"ConnectableSpec.swift",
"ConnectionSpec.swift",
"TestActions.swift",
"TestSectionModel.swift",
"TestState.swift"
],
"target_dependencies" : [
"ReRxSwift"
],
"type" : "test"
},
{
"c99name" : "ReRxSwift",
"module_type" : "SwiftTarget",
"name" : "ReRxSwift",
"path" : "ReRxSwift",
"product_dependencies" : [
"RxSwift",
"RxCocoa",
"ReSwift"
],
"product_memberships" : [
"ReRxSwift"
],
"sources" : [
"Connectable.swift",
"Connection.swift"
],
"type" : "library"
}
],
"tools_version" : "5.0"
}
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Done.