Build Information
Successful build of RxGRDB with Swift 5.8 for Linux.
Build Command
bash -c docker run --rm -v "checkouts-4606859-1":/host -w "$PWD/checkout" registry.gitlab.com/finestructure/spi-images:basic-5.8-latest swift build 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.28.4
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/RxSwiftCommunity/RxGRDB.git
Reference: master
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: git branch -m <name>
From https://github.com/RxSwiftCommunity/RxGRDB
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at fd14b91 v3.0.0
Cloned https://github.com/RxSwiftCommunity/RxGRDB.git
Revision (git rev-parse @):
fd14b91e3e381e211cb7112f1d9ee6dcc33e87af
SUCCESS checkout https://github.com/RxSwiftCommunity/RxGRDB.git at master
========================================
Build
========================================
Selected platform: linux
Swift version: 5.8
Building package at path: $PWD/checkout
Running build ...
bash -c docker run --rm -v "checkouts-4606859-1":/host -w "$PWD/checkout" registry.gitlab.com/finestructure/spi-images:basic-5.8-latest swift build 2>&1
Fetching https://github.com/ReactiveX/RxSwift.git
Fetching https://github.com/groue/GRDB.swift.git
[1/50950] Fetching rxswift
[1020/155547] Fetching rxswift, grdb.swift
Fetched https://github.com/ReactiveX/RxSwift.git (13.50s)
Fetched https://github.com/groue/GRDB.swift.git (13.81s)
Computing version for https://github.com/ReactiveX/RxSwift.git
Computed https://github.com/ReactiveX/RxSwift.git at 6.6.0 (2.07s)
Computing version for https://github.com/groue/GRDB.swift.git
Computed https://github.com/groue/GRDB.swift.git at 6.23.0 (0.35s)
Creating working copy for https://github.com/groue/GRDB.swift.git
Working copy of https://github.com/groue/GRDB.swift.git resolved at 6.23.0
Creating working copy for https://github.com/ReactiveX/RxSwift.git
Working copy of https://github.com/ReactiveX/RxSwift.git resolved at 6.6.0
Building for debugging...
[1/288] Emitting module RxSwift
[2/308] Compiling RxSwift PriorityQueue.swift
[3/308] Compiling RxSwift Producer.swift
[4/308] Compiling RxSwift PublishSubject.swift
[5/308] Compiling RxSwift Queue.swift
[6/308] Compiling RxSwift Range.swift
[7/308] Compiling RxSwift Reactive.swift
[8/308] Compiling RxSwift RecursiveLock.swift
[9/308] Compiling RxSwift RecursiveScheduler.swift
[10/308] Compiling RxSwift Reduce.swift
[11/308] Compiling RxSwift RefCountDisposable.swift
[12/308] Compiling RxSwift Repeat.swift
[13/308] Compiling RxSwift ReplaySubject.swift
[14/308] Compiling RxSwift RetryWhen.swift
[15/308] Compiling RxSwift Rx.swift
[16/308] Compiling RxSwift RxMutableBox.swift
[17/308] Compiling RxSwift Sample.swift
[18/308] Compiling RxSwift Scan.swift
[19/308] Compiling RxSwift ScheduledDisposable.swift
[20/308] Compiling RxSwift ScheduledItem.swift
[21/308] Compiling RxSwift ScheduledItemType.swift
[22/308] Compiling RxSwift SchedulerServices+Emulation.swift
[23/308] Compiling RxSwift SchedulerType.swift
[24/308] Compiling RxSwift Sequence.swift
[25/308] Compiling RxSwift SerialDispatchQueueScheduler.swift
[26/308] Compiling RxSwift SerialDisposable.swift
[27/308] Compiling RxSwift ShareReplayScope.swift
[28/308] Compiling RxSwift Single.swift
[29/308] Compiling RxSwift SingleAssignmentDisposable.swift
[30/308] Compiling RxSwift SingleAsync.swift
[31/308] Compiling RxSwift Sink.swift
[32/308] Compiling RxSwift Skip.swift
[33/308] Compiling RxSwift SkipUntil.swift
[34/308] Compiling RxSwift SkipWhile.swift
[35/308] Compiling RxSwift StartWith.swift
[36/308] Compiling RxSwift SubjectType.swift
[37/308] Compiling RxSwift SubscribeOn.swift
[38/308] Compiling RxSwift SubscriptionDisposable.swift
[39/308] Compiling RxSwift SwiftSupport.swift
[40/308] Compiling RxSwift Switch.swift
[41/308] Compiling RxSwift SwitchIfEmpty.swift
[42/308] Compiling RxSwift CombineLatest.swift
[43/308] Compiling RxSwift CompactMap.swift
[44/308] Compiling RxSwift Completable+AndThen.swift
[45/308] Compiling RxSwift Completable.swift
[46/308] Compiling RxSwift CompositeDisposable.swift
[47/308] Compiling RxSwift Concat.swift
[48/308] Compiling RxSwift ConcurrentDispatchQueueScheduler.swift
[49/308] Compiling RxSwift ConcurrentMainScheduler.swift
[50/308] Compiling RxSwift ConnectableObservableType.swift
[51/308] Compiling RxSwift Create.swift
[52/308] Compiling RxSwift CurrentThreadScheduler.swift
[53/308] Compiling RxSwift Date+Dispatch.swift
[54/308] Compiling RxSwift Debounce.swift
[55/308] Compiling RxSwift Debug.swift
[56/308] Compiling RxSwift Decode.swift
[57/308] Compiling RxSwift DefaultIfEmpty.swift
[58/308] Compiling RxSwift Deferred.swift
[59/308] Compiling RxSwift Delay.swift
[60/308] Compiling RxSwift DelaySubscription.swift
[61/308] Compiling RxSwift Dematerialize.swift
[62/308] Compiling RxSwift DispatchQueue+Extensions.swift
[63/308] Compiling RxSwift DispatchQueueConfiguration.swift
[64/308] Compiling RxSwift Disposable.swift
[65/308] Compiling RxSwift Disposables.swift
[66/308] Compiling RxSwift DisposeBag.swift
[67/308] Compiling RxSwift DisposeBase.swift
[68/308] Compiling RxSwift DistinctUntilChanged.swift
[69/308] Compiling RxSwift Do.swift
[70/308] Compiling RxSwift ElementAt.swift
[71/308] Compiling RxSwift Empty.swift
[72/308] Compiling RxSwift Enumerated.swift
[73/308] Compiling RxSwift Error.swift
[74/308] Compiling RxSwift Errors.swift
[75/308] Compiling RxSwift Event.swift
[76/308] Compiling RxSwift Filter.swift
[77/308] Compiling RxSwift First.swift
[78/308] Compiling RxSwift Generate.swift
[79/308] Compiling RxSwift GroupBy.swift
[80/308] Compiling RxSwift GroupedObservable.swift
[81/308] Compiling RxSwift HistoricalScheduler.swift
[82/308] Compiling RxSwift HistoricalSchedulerTimeConverter.swift
[83/308] Compiling RxSwift Multicast.swift
[84/308] Compiling RxSwift Never.swift
[85/308] Compiling RxSwift NopDisposable.swift
[86/308] Compiling RxSwift Observable+Concurrency.swift
[87/308] Compiling RxSwift Observable.swift
[88/308] Compiling RxSwift ObservableConvertibleType+Infallible.swift
[89/308] Compiling RxSwift ObservableConvertibleType.swift
[90/308] Compiling RxSwift ObservableType+Extensions.swift
[91/308] Compiling RxSwift ObservableType+PrimitiveSequence.swift
[92/308] Compiling RxSwift ObservableType.swift
[93/308] Compiling RxSwift ObserveOn.swift
[94/308] Compiling RxSwift ObserverBase.swift
[95/308] Compiling RxSwift ObserverType.swift
[96/308] Compiling RxSwift OperationQueueScheduler.swift
[97/308] Compiling RxSwift Optional.swift
[98/308] Compiling RxSwift Platform.Darwin.swift
[99/308] Compiling RxSwift Platform.Linux.swift
[100/308] Compiling RxSwift PrimitiveSequence+Concurrency.swift
[101/308] Compiling RxSwift PrimitiveSequence+Zip+arity.swift
[102/308] Compiling RxSwift PrimitiveSequence.swift
[103/308] Compiling RxSwift ImmediateSchedulerType.swift
[104/308] Compiling RxSwift Infallible+CombineLatest+Collection.swift
[105/308] Compiling RxSwift Infallible+CombineLatest+arity.swift
[106/308] Compiling RxSwift Infallible+Concurrency.swift
[107/308] Compiling RxSwift Infallible+Create.swift
[108/308] Compiling RxSwift Infallible+Debug.swift
[109/308] Compiling RxSwift Infallible+Operators.swift
[110/308] Compiling RxSwift Infallible+Zip+arity.swift
[111/308] Compiling RxSwift Infallible.swift
[112/308] Compiling RxSwift InfiniteSequence.swift
[113/308] Compiling RxSwift InvocableScheduledItem.swift
[114/308] Compiling RxSwift InvocableType.swift
[115/308] Compiling RxSwift Just.swift
[116/308] Compiling RxSwift Lock.swift
[117/308] Compiling RxSwift LockOwnerType.swift
[118/308] Compiling RxSwift MainScheduler.swift
[119/308] Compiling RxSwift Map.swift
[120/308] Compiling RxSwift Materialize.swift
[121/308] Compiling RxSwift Maybe.swift
[122/308] Compiling RxSwift Merge.swift
[123/308] Compiling RxSwift AddRef.swift
[124/308] Compiling RxSwift Amb.swift
[125/308] Compiling RxSwift AnonymousDisposable.swift
[126/308] Compiling RxSwift AnonymousObserver.swift
[127/308] Compiling RxSwift AnyObserver.swift
[128/308] Compiling RxSwift AsMaybe.swift
[129/308] Compiling RxSwift AsSingle.swift
[130/308] Compiling RxSwift AsyncLock.swift
[131/308] Compiling RxSwift AsyncSubject.swift
[132/308] Compiling RxSwift AtomicInt.swift
[133/308] Compiling RxSwift Bag+Rx.swift
[134/308] Compiling RxSwift Bag.swift
[135/308] Compiling RxSwift BehaviorSubject.swift
[136/308] Compiling RxSwift BinaryDisposable.swift
[137/308] Compiling RxSwift Binder.swift
[138/308] Compiling RxSwift BooleanDisposable.swift
[139/308] Compiling RxSwift Buffer.swift
[140/308] Compiling RxSwift Cancelable.swift
[141/308] Compiling RxSwift Catch.swift
[142/308] Compiling RxSwift CombineLatest+Collection.swift
[143/308] Compiling RxSwift CombineLatest+arity.swift
[206/328] Compiling RxSwift SynchronizedDisposeType.swift
[207/328] Compiling RxSwift SynchronizedOnType.swift
[208/328] Compiling GRDB Inflections.swift
[209/328] Compiling GRDB LockedBox.swift
[210/328] Compiling GRDB OnDemandFuture.swift
[211/328] Compiling GRDB OrderedDictionary.swift
[212/328] Compiling GRDB Pool.swift
[213/328] Compiling GRDB ReadWriteBox.swift
[214/328] Compiling GRDB ReceiveValuesOn.swift
[215/328] Compiling GRDB Refinable.swift
[216/328] Compiling GRDB Utils.swift
[217/328] Compiling GRDB DatabaseCancellable.swift
[218/328] Compiling GRDB ValueConcurrentObserver.swift
[219/328] Compiling GRDB ValueWriteOnlyObserver.swift
[220/328] Compiling GRDB Fetch.swift
[221/328] Compiling GRDB Map.swift
[222/328] Compiling GRDB RemoveDuplicates.swift
[223/328] Compiling GRDB Trace.swift
[224/328] Compiling GRDB ValueReducer.swift
[225/328] Compiling GRDB SharedValueObservation.swift
[269/330] Emitting module GRDB
[308/330] Compiling GRDB ValueObservation.swift
[309/330] Compiling GRDB ValueObservationScheduler.swift
[333/338] Compiling RxGRDB DatabaseWriter+Rx.swift
[334/338] Emitting module RxGRDB
/host/spi-builder-workspace/Sources/RxGRDB/ValueObservation+Rx.swift:71:76: warning: class property 'main' cannot be used in a default argument value because 'Dispatch' was not imported by this file; this is an error in Swift 6
scheduling scheduler: ValueObservationScheduler = .async(onQueue: .main))
^
/host/spi-builder-workspace/Sources/RxGRDB/ValueObservation+Rx.swift:71:76: note: The missing import of module 'Dispatch' will be added implicitly
scheduling scheduler: ValueObservationScheduler = .async(onQueue: .main))
^
[335/338] Compiling RxGRDB DatabaseRegionObservation+Rx.swift
[336/338] Compiling RxGRDB DatabaseReader+Rx.swift
[337/338] Compiling RxGRDB GRDBReactive.swift
[338/338] Compiling RxGRDB ValueObservation+Rx.swift
/host/spi-builder-workspace/Sources/RxGRDB/ValueObservation+Rx.swift:71:76: warning: class property 'main' cannot be used in a default argument value because 'Dispatch' was not imported by this file; this is an error in Swift 6
scheduling scheduler: ValueObservationScheduler = .async(onQueue: .main))
^
/host/spi-builder-workspace/Sources/RxGRDB/ValueObservation+Rx.swift:71:76: note: The missing import of module 'Dispatch' will be added implicitly
scheduling scheduler: ValueObservationScheduler = .async(onQueue: .main))
^
Build complete! (43.92s)
Build complete.
Done.