The Swift Package Index logo.Swift Package Index

Build Information

Failed to build OperantKit with Swift 5.9 for Linux.

Build Command

docker run --rm -v "checkouts-4609320-1":/host -w "/host/spi-builder-workspace" registry.gitlab.com/finestructure/spi-images:basic-5.9-latest swift build 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.19.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/YutoMizutani/OperantKit.git
Reference: 0.0.35
Cloned https://github.com/YutoMizutani/OperantKit.git into spi-builder-workspace
SUCCESS checkout https://github.com/YutoMizutani/OperantKit.git at 0.0.35
========================================
Build
========================================
Selected platform:         linux
Swift version:             5.9
Building package at path:  spi-builder-workspace
Running build ...
docker run --rm -v "checkouts-4609320-1":/host -w "/host/spi-builder-workspace" registry.gitlab.com/finestructure/spi-images:basic-5.9-latest swift build 2>&1
Fetching https://github.com/ReactiveX/RxSwift.git
[1/50678] Fetching rxswift
Fetched https://github.com/ReactiveX/RxSwift.git (3.03s)
Computing version for https://github.com/ReactiveX/RxSwift.git
Computed https://github.com/ReactiveX/RxSwift.git at 4.5.0 (1.29s)
Creating working copy for https://github.com/ReactiveX/RxSwift.git
Working copy of https://github.com/ReactiveX/RxSwift.git resolved at 4.5.0
Building for debugging...
[0/1] Compiling RxAtomic RxAtomic.c
[2/134] Emitting module RxSwift
[3/152] Compiling RxSwift GroupedObservable.swift
[4/152] Compiling RxSwift HistoricalScheduler.swift
[5/152] Compiling RxSwift HistoricalSchedulerTimeConverter.swift
[6/152] Compiling RxSwift ImmediateSchedulerType.swift
[7/152] Compiling RxSwift InfiniteSequence.swift
[8/152] Compiling RxSwift InvocableScheduledItem.swift
[9/152] Compiling RxSwift InvocableType.swift
[10/152] Compiling RxSwift Just.swift
[11/152] Compiling RxSwift Lock.swift
[12/152] Compiling RxSwift LockOwnerType.swift
[13/152] Compiling RxSwift MainScheduler.swift
[14/152] Compiling RxSwift Map.swift
[15/152] Compiling RxSwift Materialize.swift
[16/152] Compiling RxSwift Maybe.swift
[17/152] Compiling RxSwift Merge.swift
[18/152] Compiling RxSwift Multicast.swift
[19/152] Compiling RxSwift Never.swift
[20/152] Compiling RxSwift NopDisposable.swift
[21/152] Compiling RxSwift Observable.swift
[22/152] Compiling RxSwift DeprecationWarner.swift
[23/152] Compiling RxSwift DispatchQueue+Extensions.swift
[24/152] Compiling RxSwift DispatchQueueConfiguration.swift
[25/152] Compiling RxSwift Disposable.swift
[26/152] Compiling RxSwift Disposables.swift
[27/152] Compiling RxSwift DisposeBag.swift
[28/152] Compiling RxSwift DisposeBase.swift
[29/152] Compiling RxSwift DistinctUntilChanged.swift
[30/152] Compiling RxSwift Do.swift
[31/152] Compiling RxSwift ElementAt.swift
[32/152] Compiling RxSwift Empty.swift
[33/152] Compiling RxSwift Enumerated.swift
[34/152] Compiling RxSwift Error.swift
[35/152] Compiling RxSwift Errors.swift
[36/152] Compiling RxSwift Event.swift
[37/152] Compiling RxSwift Filter.swift
[38/152] Compiling RxSwift First.swift
[39/152] Compiling RxSwift Generate.swift
[40/152] Compiling RxSwift GroupBy.swift
[41/152] Compiling RxSwift RecursiveLock.swift
[42/152] Compiling RxSwift RecursiveScheduler.swift
[43/152] Compiling RxSwift Reduce.swift
[44/152] Compiling RxSwift RefCountDisposable.swift
[45/152] Compiling RxSwift Repeat.swift
[46/152] Compiling RxSwift ReplaySubject.swift
[47/152] Compiling RxSwift RetryWhen.swift
[48/152] Compiling RxSwift Rx.swift
[49/152] Compiling RxSwift RxMutableBox.swift
[50/152] Compiling RxSwift Sample.swift
[51/152] Compiling RxSwift Scan.swift
[52/152] Compiling RxSwift ScheduledDisposable.swift
[53/152] Compiling RxSwift ScheduledItem.swift
[54/152] Compiling RxSwift ScheduledItemType.swift
[55/152] Compiling RxSwift SchedulerServices+Emulation.swift
[56/152] Compiling RxSwift SchedulerType.swift
[57/152] Compiling RxSwift Sequence.swift
[58/152] Compiling RxSwift SerialDispatchQueueScheduler.swift
[59/152] Compiling RxSwift SerialDisposable.swift
[60/152] Compiling RxSwift ObservableConvertibleType.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/Platform.Linux.swift:26:27: error: cannot assign to property: 'threadDictionary' setter is inaccessible
            currentThread.threadDictionary = threadDictionary
            ~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~
[61/152] Compiling RxSwift ObservableType+Extensions.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/Platform.Linux.swift:26:27: error: cannot assign to property: 'threadDictionary' setter is inaccessible
            currentThread.threadDictionary = threadDictionary
            ~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~
[62/152] Compiling RxSwift ObservableType+PrimitiveSequence.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/Platform.Linux.swift:26:27: error: cannot assign to property: 'threadDictionary' setter is inaccessible
            currentThread.threadDictionary = threadDictionary
            ~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~
[63/152] Compiling RxSwift ObservableType.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/Platform.Linux.swift:26:27: error: cannot assign to property: 'threadDictionary' setter is inaccessible
            currentThread.threadDictionary = threadDictionary
            ~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~
[64/152] Compiling RxSwift ObserveOn.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/Platform.Linux.swift:26:27: error: cannot assign to property: 'threadDictionary' setter is inaccessible
            currentThread.threadDictionary = threadDictionary
            ~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~
[65/152] Compiling RxSwift ObserverBase.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/Platform.Linux.swift:26:27: error: cannot assign to property: 'threadDictionary' setter is inaccessible
            currentThread.threadDictionary = threadDictionary
            ~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~
[66/152] Compiling RxSwift ObserverType.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/Platform.Linux.swift:26:27: error: cannot assign to property: 'threadDictionary' setter is inaccessible
            currentThread.threadDictionary = threadDictionary
            ~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~
[67/152] Compiling RxSwift OperationQueueScheduler.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/Platform.Linux.swift:26:27: error: cannot assign to property: 'threadDictionary' setter is inaccessible
            currentThread.threadDictionary = threadDictionary
            ~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~
[68/152] Compiling RxSwift Optional.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/Platform.Linux.swift:26:27: error: cannot assign to property: 'threadDictionary' setter is inaccessible
            currentThread.threadDictionary = threadDictionary
            ~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~
[69/152] Compiling RxSwift Platform.Darwin.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/Platform.Linux.swift:26:27: error: cannot assign to property: 'threadDictionary' setter is inaccessible
            currentThread.threadDictionary = threadDictionary
            ~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~
[70/152] Compiling RxSwift Platform.Linux.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/Platform.Linux.swift:26:27: error: cannot assign to property: 'threadDictionary' setter is inaccessible
            currentThread.threadDictionary = threadDictionary
            ~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~
[71/152] Compiling RxSwift PrimitiveSequence+Zip+arity.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/Platform.Linux.swift:26:27: error: cannot assign to property: 'threadDictionary' setter is inaccessible
            currentThread.threadDictionary = threadDictionary
            ~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~
[72/152] Compiling RxSwift PrimitiveSequence.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/Platform.Linux.swift:26:27: error: cannot assign to property: 'threadDictionary' setter is inaccessible
            currentThread.threadDictionary = threadDictionary
            ~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~
[73/152] Compiling RxSwift PriorityQueue.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/Platform.Linux.swift:26:27: error: cannot assign to property: 'threadDictionary' setter is inaccessible
            currentThread.threadDictionary = threadDictionary
            ~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~
[74/152] Compiling RxSwift Producer.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/Platform.Linux.swift:26:27: error: cannot assign to property: 'threadDictionary' setter is inaccessible
            currentThread.threadDictionary = threadDictionary
            ~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~
[75/152] Compiling RxSwift PublishSubject.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/Platform.Linux.swift:26:27: error: cannot assign to property: 'threadDictionary' setter is inaccessible
            currentThread.threadDictionary = threadDictionary
            ~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~
[76/152] Compiling RxSwift Queue.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/Platform.Linux.swift:26:27: error: cannot assign to property: 'threadDictionary' setter is inaccessible
            currentThread.threadDictionary = threadDictionary
            ~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~
[77/152] Compiling RxSwift Range.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/Platform.Linux.swift:26:27: error: cannot assign to property: 'threadDictionary' setter is inaccessible
            currentThread.threadDictionary = threadDictionary
            ~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~
[78/152] Compiling RxSwift Reactive.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/Platform.Linux.swift:26:27: error: cannot assign to property: 'threadDictionary' setter is inaccessible
            currentThread.threadDictionary = threadDictionary
            ~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~
[79/152] Compiling RxSwift ShareReplayScope.swift
[80/152] Compiling RxSwift Single.swift
[81/152] Compiling RxSwift SingleAssignmentDisposable.swift
[82/152] Compiling RxSwift SingleAsync.swift
[83/152] Compiling RxSwift Sink.swift
[84/152] Compiling RxSwift Skip.swift
[85/152] Compiling RxSwift SkipUntil.swift
[86/152] Compiling RxSwift SkipWhile.swift
[87/152] Compiling RxSwift StartWith.swift
[88/152] Compiling RxSwift String+Rx.swift
[89/152] Compiling RxSwift SubjectType.swift
[90/152] Compiling RxSwift SubscribeOn.swift
[91/152] Compiling RxSwift SubscriptionDisposable.swift
[92/152] Compiling RxSwift SwiftSupport.swift
[93/152] Compiling RxSwift Switch.swift
[94/152] Compiling RxSwift SwitchIfEmpty.swift
[95/152] Compiling RxSwift SynchronizedDisposeType.swift
[96/152] Compiling RxSwift SynchronizedOnType.swift
[97/152] Compiling RxSwift AddRef.swift
[98/152] Compiling RxSwift Amb.swift
[99/152] Compiling RxSwift AnonymousDisposable.swift
[100/152] Compiling RxSwift AnonymousObserver.swift
[101/152] Compiling RxSwift AnyObserver.swift
[102/152] Compiling RxSwift AsMaybe.swift
[103/152] Compiling RxSwift AsSingle.swift
[104/152] Compiling RxSwift AsyncLock.swift
[105/152] Compiling RxSwift AsyncSubject.swift
[106/152] Compiling RxSwift AtomicInt.swift
[107/152] Compiling RxSwift Bag+Rx.swift
[108/152] Compiling RxSwift Bag.swift
[109/152] Compiling RxSwift BehaviorSubject.swift
[110/152] Compiling RxSwift BinaryDisposable.swift
[111/152] Compiling RxSwift BooleanDisposable.swift
[112/152] Compiling RxSwift Buffer.swift
[113/152] Compiling RxSwift Cancelable.swift
[114/152] Compiling RxSwift Catch.swift
[115/152] Compiling RxSwift CombineLatest+Collection.swift
[116/152] Compiling RxSwift CombineLatest+arity.swift
[117/152] Compiling RxSwift CombineLatest.swift
[118/152] Compiling RxSwift Completable+AndThen.swift
[119/152] Compiling RxSwift Completable.swift
[120/152] Compiling RxSwift CompositeDisposable.swift
[121/152] Compiling RxSwift Concat.swift
[122/152] Compiling RxSwift ConcurrentDispatchQueueScheduler.swift
[123/152] Compiling RxSwift ConcurrentMainScheduler.swift
[124/152] Compiling RxSwift ConnectableObservableType.swift
[125/152] Compiling RxSwift Create.swift
[126/152] Compiling RxSwift CurrentThreadScheduler.swift
[127/152] Compiling RxSwift Debounce.swift
[128/152] Compiling RxSwift Debug.swift
[129/152] Compiling RxSwift DefaultIfEmpty.swift
[130/152] Compiling RxSwift Deferred.swift
[131/152] Compiling RxSwift Delay.swift
[132/152] Compiling RxSwift DelaySubscription.swift
[133/152] Compiling RxSwift Dematerialize.swift
[134/152] Compiling RxSwift Deprecated.swift
[135/152] Compiling RxSwift SynchronizedUnsubscribeType.swift
[136/152] Compiling RxSwift TailRecursiveSink.swift
[137/152] Compiling RxSwift Take.swift
[138/152] Compiling RxSwift TakeLast.swift
[139/152] Compiling RxSwift TakeUntil.swift
[140/152] Compiling RxSwift TakeWhile.swift
[141/152] Compiling RxSwift Throttle.swift
[142/152] Compiling RxSwift Timeout.swift
[143/152] Compiling RxSwift Timer.swift
[144/152] Compiling RxSwift ToArray.swift
[145/152] Compiling RxSwift Using.swift
[146/152] Compiling RxSwift VirtualTimeConverterType.swift
[147/152] Compiling RxSwift VirtualTimeScheduler.swift
[148/152] Compiling RxSwift Window.swift
[149/152] Compiling RxSwift WithLatestFrom.swift
[150/152] Compiling RxSwift Zip+Collection.swift
[151/152] Compiling RxSwift Zip+arity.swift
[152/152] Compiling RxSwift Zip.swift
error: fatalError
BUILD FAILURE 5.9 linux

Build Machine: Linux 2