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 DrX, reference main (a2d15f), with Swift 6.1 for Linux on 27 Apr 2025 13:20:19 UTC.

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 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/DuetHealth/DrX.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/DuetHealth/DrX
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at a2d15f3 Merge pull request #25 from DuetHealth/fix_carthage_build
Cloned https://github.com/DuetHealth/DrX.git
Revision (git rev-parse @):
a2d15f358bbdc77379727081c96b43107603fe26
SUCCESS checkout https://github.com/DuetHealth/DrX.git at main
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.1
Building package at path:  $PWD
https://github.com/DuetHealth/DrX.git
https://github.com/DuetHealth/DrX.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" : "nimble",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "12.0.0",
            "upper_bound" : "13.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/Quick/Nimble.git"
    },
    {
      "identity" : "quick",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "6.0.0",
            "upper_bound" : "7.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/Quick/Quick.git"
    }
  ],
  "manifest_display_name" : "DrX",
  "name" : "DrX",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "DrX",
      "targets" : [
        "DrX"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "DrXTests",
      "module_type" : "SwiftTarget",
      "name" : "DrXTests",
      "path" : "DrXTests/Sources",
      "product_dependencies" : [
        "Nimble",
        "Quick"
      ],
      "sources" : [
        "CovariantSpec.swift",
        "Observable+BoolSpec.swift",
        "ZipSpec.swift"
      ],
      "target_dependencies" : [
        "DrX"
      ],
      "type" : "test"
    },
    {
      "c99name" : "DrX",
      "module_type" : "SwiftTarget",
      "name" : "DrX",
      "path" : "DrX/Sources",
      "product_dependencies" : [
        "RxSwift",
        "RxCocoa",
        "RxRelay"
      ],
      "product_memberships" : [
        "DrX"
      ],
      "sources" : [
        "Cocoa Touch/DrX+UIPreviewing.swift",
        "Cocoa Touch/DrX+UITableView.swift",
        "Cocoa Touch/Reusable Views/DrXCollectionReusableView.swift",
        "Cocoa Touch/Reusable Views/DrXCollectionViewCell.swift",
        "Cocoa Touch/Reusable Views/DrXReuse.swift",
        "Cocoa Touch/Reusable Views/DrXTableViewCell.swift",
        "Cocoa Touch/Reusable Views/DrXTableViewHeaderFooterView.swift",
        "Core/Covariance.swift",
        "Core/Disposable.swift",
        "Core/Do.swift",
        "Core/DrXNamespace.swift",
        "Core/EraseElements.swift",
        "Core/Observable+Bool.swift",
        "Core/Observable+KeyPath.swift",
        "Core/ObservableType+Relay.swift",
        "Core/Optional.swift",
        "Core/Relays/AnyRelay.swift",
        "Core/Relays/RelayType.swift",
        "Core/Replace.swift",
        "Core/Zip.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.1"
}
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/ReactiveX/RxSwift.git
Fetching https://github.com/Quick/Quick.git
Fetching https://github.com/Quick/Nimble.git
[1/14755] Fetching quick
[7969/34322] Fetching quick, nimble
[13320/87005] Fetching quick, nimble, rxswift
Fetched https://github.com/Quick/Quick.git from cache (1.59s)
Fetched https://github.com/Quick/Nimble.git from cache (1.61s)
[51032/52683] Fetching rxswift
Fetched https://github.com/ReactiveX/RxSwift.git from cache (5.29s)
Computing version for https://github.com/Quick/Quick.git
Computed https://github.com/Quick/Quick.git at 6.1.0 (5.84s)
Computing version for https://github.com/Quick/Nimble.git
Computed https://github.com/Quick/Nimble.git at 12.3.0 (0.65s)
Fetching https://github.com/mattgallagher/CwlPreconditionTesting.git
[1/1257] Fetching cwlpreconditiontesting
Fetched https://github.com/mattgallagher/CwlPreconditionTesting.git from cache (0.23s)
Computing version for https://github.com/mattgallagher/CwlPreconditionTesting.git
Computed https://github.com/mattgallagher/CwlPreconditionTesting.git at 2.2.2 (0.79s)
Fetching https://github.com/mattgallagher/CwlCatchException.git
[1/455] Fetching cwlcatchexception
Fetched https://github.com/mattgallagher/CwlCatchException.git from cache (0.21s)
Computing version for https://github.com/mattgallagher/CwlCatchException.git
Computed https://github.com/mattgallagher/CwlCatchException.git at 2.2.1 (0.77s)
Computing version for https://github.com/ReactiveX/RxSwift.git
Computed https://github.com/ReactiveX/RxSwift.git at 6.9.0 (0.74s)
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/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/Quick.git
Working copy of https://github.com/Quick/Quick.git resolved at 6.1.0
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/Quick/Nimble.git
Working copy of https://github.com/Quick/Nimble.git resolved at 12.3.0
Building for debugging...
[0/8] Write sources
[1/8] Copying PrivacyInfo.xcprivacy
[3/8] Write sources
[6/8] Copying PrivacyInfo.xcprivacy
[7/8] Write swift-version-24593BA9C3E375BF.txt
[9/152] Emitting module RxSwift
[10/172] Compiling RxSwift SynchronizedOnType.swift
[11/172] Compiling RxSwift SynchronizedUnsubscribeType.swift
[12/172] Compiling RxSwift TailRecursiveSink.swift
[13/172] Compiling RxSwift Take.swift
[14/172] Compiling RxSwift TakeLast.swift
[15/172] Compiling RxSwift TakeWithPredicate.swift
[16/172] Compiling RxSwift Throttle.swift
[17/172] Compiling RxSwift Timeout.swift
[18/172] Compiling RxSwift Timer.swift
[19/172] Compiling RxSwift ToArray.swift
[20/172] Compiling RxSwift Using.swift
[21/172] Compiling RxSwift VirtualTimeConverterType.swift
[22/172] Compiling RxSwift VirtualTimeScheduler.swift
[23/172] Compiling RxSwift Window.swift
[24/172] Compiling RxSwift WithLatestFrom.swift
[25/172] Compiling RxSwift WithUnretained.swift
[26/172] Compiling RxSwift Zip+Collection.swift
[27/172] Compiling RxSwift Zip+arity.swift
[28/172] Compiling RxSwift Zip.swift
[29/172] Compiling RxSwift resource_bundle_accessor.swift
[30/172] Compiling RxSwift DispatchQueueConfiguration.swift
[31/172] Compiling RxSwift Disposable.swift
[32/172] Compiling RxSwift Disposables.swift
[33/172] Compiling RxSwift DisposeBag.swift
[34/172] Compiling RxSwift DisposeBase.swift
[35/172] Compiling RxSwift DistinctUntilChanged.swift
[36/172] Compiling RxSwift Do.swift
[37/172] Compiling RxSwift ElementAt.swift
[38/172] Compiling RxSwift Empty.swift
[39/172] Compiling RxSwift Enumerated.swift
[40/172] Compiling RxSwift Error.swift
[41/172] Compiling RxSwift Errors.swift
[42/172] Compiling RxSwift Event.swift
[43/172] Compiling RxSwift Filter.swift
[44/172] Compiling RxSwift First.swift
[45/172] Compiling RxSwift Generate.swift
[46/172] Compiling RxSwift GroupBy.swift
[47/172] Compiling RxSwift GroupedObservable.swift
[48/172] Compiling RxSwift HistoricalScheduler.swift
[49/172] Compiling RxSwift HistoricalSchedulerTimeConverter.swift
[50/172] Compiling RxSwift ImmediateSchedulerType.swift
[51/172] Compiling RxSwift AddRef.swift
[52/172] Compiling RxSwift Amb.swift
[53/172] Compiling RxSwift AnonymousDisposable.swift
[54/172] Compiling RxSwift AnonymousObserver.swift
[55/172] Compiling RxSwift AnyObserver.swift
[56/172] Compiling RxSwift AsMaybe.swift
[57/172] Compiling RxSwift AsSingle.swift
[58/172] Compiling RxSwift AsyncLock.swift
[59/172] Compiling RxSwift AsyncSubject.swift
[60/172] Compiling RxSwift AtomicInt.swift
[61/172] Compiling RxSwift Bag+Rx.swift
[62/172] Compiling RxSwift Bag.swift
[63/172] Compiling RxSwift BehaviorSubject.swift
[64/172] Compiling RxSwift BinaryDisposable.swift
[65/172] Compiling RxSwift Binder.swift
[66/172] Compiling RxSwift BooleanDisposable.swift
[67/172] Compiling RxSwift Buffer.swift
[68/172] Compiling RxSwift Cancelable.swift
[69/172] Compiling RxSwift Catch.swift
[70/172] Compiling RxSwift CombineLatest+Collection.swift
[71/172] Compiling RxSwift CombineLatest+arity.swift
[72/172] Compiling RxSwift Infallible+CombineLatest+Collection.swift
[73/172] Compiling RxSwift Infallible+CombineLatest+arity.swift
[74/172] Compiling RxSwift Infallible+Concurrency.swift
[75/172] Compiling RxSwift Infallible+Create.swift
[76/172] Compiling RxSwift Infallible+Debug.swift
[77/172] Compiling RxSwift Infallible+Operators.swift
[78/172] Compiling RxSwift Infallible+Zip+arity.swift
[79/172] Compiling RxSwift Infallible.swift
[80/172] Compiling RxSwift InfiniteSequence.swift
[81/172] Compiling RxSwift InvocableScheduledItem.swift
[82/172] Compiling RxSwift InvocableType.swift
[83/172] Compiling RxSwift Just.swift
[84/172] Compiling RxSwift Lock.swift
[85/172] Compiling RxSwift LockOwnerType.swift
[86/172] Compiling RxSwift MainScheduler.swift
[87/172] Compiling RxSwift Map.swift
[88/172] Compiling RxSwift Materialize.swift
[89/172] Compiling RxSwift Maybe.swift
[90/172] Compiling RxSwift Merge.swift
[91/172] Compiling RxSwift Multicast.swift
[92/172] Compiling RxSwift CombineLatest.swift
[93/172] Compiling RxSwift CompactMap.swift
[94/172] Compiling RxSwift Completable+AndThen.swift
[95/172] Compiling RxSwift Completable.swift
[96/172] Compiling RxSwift CompositeDisposable.swift
[97/172] Compiling RxSwift Concat.swift
[98/172] Compiling RxSwift ConcurrentDispatchQueueScheduler.swift
[99/172] Compiling RxSwift ConcurrentMainScheduler.swift
[100/172] Compiling RxSwift ConnectableObservableType.swift
[101/172] Compiling RxSwift Create.swift
[102/172] Compiling RxSwift CurrentThreadScheduler.swift
[103/172] Compiling RxSwift Date+Dispatch.swift
[104/172] Compiling RxSwift Debounce.swift
[105/172] Compiling RxSwift Debug.swift
[106/172] Compiling RxSwift Decode.swift
[107/172] Compiling RxSwift DefaultIfEmpty.swift
[108/172] Compiling RxSwift Deferred.swift
[109/172] Compiling RxSwift Delay.swift
[110/172] Compiling RxSwift DelaySubscription.swift
[111/172] Compiling RxSwift Dematerialize.swift
[112/172] Compiling RxSwift DispatchQueue+Extensions.swift
[113/172] Compiling RxSwift Producer.swift
[114/172] Compiling RxSwift PublishSubject.swift
[115/172] Compiling RxSwift Queue.swift
[116/172] Compiling RxSwift Range.swift
[117/172] Compiling RxSwift Reactive.swift
[118/172] Compiling RxSwift RecursiveLock.swift
[119/172] Compiling RxSwift RecursiveScheduler.swift
[120/172] Compiling RxSwift Reduce.swift
[121/172] Compiling RxSwift RefCountDisposable.swift
[122/172] Compiling RxSwift Repeat.swift
[123/172] Compiling RxSwift ReplaySubject.swift
[124/172] Compiling RxSwift RetryWhen.swift
[125/172] Compiling RxSwift Rx.swift
[126/172] Compiling RxSwift RxMutableBox.swift
[127/172] Compiling RxSwift Sample.swift
[128/172] Compiling RxSwift Scan.swift
[129/172] Compiling RxSwift ScheduledDisposable.swift
[130/172] Compiling RxSwift ScheduledItem.swift
[131/172] Compiling RxSwift ScheduledItemType.swift
[132/172] Compiling RxSwift SchedulerServices+Emulation.swift
[133/172] Compiling RxSwift Never.swift
[134/172] Compiling RxSwift NopDisposable.swift
[135/172] Compiling RxSwift Observable+Concurrency.swift
[136/172] Compiling RxSwift Observable.swift
[137/172] Compiling RxSwift ObservableConvertibleType+Infallible.swift
[138/172] Compiling RxSwift ObservableConvertibleType.swift
[139/172] Compiling RxSwift ObservableType+Extensions.swift
[140/172] Compiling RxSwift ObservableType+PrimitiveSequence.swift
[141/172] Compiling RxSwift ObservableType.swift
[142/172] Compiling RxSwift ObserveOn.swift
[143/172] Compiling RxSwift ObserverBase.swift
[144/172] Compiling RxSwift ObserverType.swift
[145/172] Compiling RxSwift OperationQueueScheduler.swift
[146/172] Compiling RxSwift Optional.swift
[147/172] Compiling RxSwift Platform.Darwin.swift
[148/172] Compiling RxSwift Platform.Linux.swift
[149/172] Compiling RxSwift PrimitiveSequence+Concurrency.swift
[150/172] Compiling RxSwift PrimitiveSequence+Zip+arity.swift
[151/172] Compiling RxSwift PrimitiveSequence.swift
[152/172] Compiling RxSwift PriorityQueue.swift
[153/172] Compiling RxSwift SchedulerType.swift
[154/172] Compiling RxSwift Sequence.swift
[155/172] Compiling RxSwift SerialDispatchQueueScheduler.swift
[156/172] Compiling RxSwift SerialDisposable.swift
[157/172] Compiling RxSwift ShareReplayScope.swift
[158/172] Compiling RxSwift Single.swift
[159/172] Compiling RxSwift SingleAssignmentDisposable.swift
[160/172] Compiling RxSwift SingleAsync.swift
[161/172] Compiling RxSwift Sink.swift
[162/172] Compiling RxSwift Skip.swift
[163/172] Compiling RxSwift SkipUntil.swift
[164/172] Compiling RxSwift SkipWhile.swift
[165/172] Compiling RxSwift StartWith.swift
[166/172] Compiling RxSwift SubjectType.swift
[167/172] Compiling RxSwift SubscribeOn.swift
[168/172] Compiling RxSwift SubscriptionDisposable.swift
[169/172] Compiling RxSwift SwiftSupport.swift
[170/172] Compiling RxSwift Switch.swift
[171/172] Compiling RxSwift SwitchIfEmpty.swift
[172/172] Compiling RxSwift SynchronizedDisposeType.swift
[174/180] Compiling RxRelay Utils.swift
[175/180] Compiling RxRelay PublishRelay.swift
[176/180] Compiling RxRelay ReplayRelay.swift
[177/180] Compiling RxRelay resource_bundle_accessor.swift
[178/180] Emitting module RxRelay
[179/180] Compiling RxRelay BehaviorRelay.swift
[180/180] Compiling RxRelay Observable+Bind.swift
[182/266] Compiling RxCocoa UIButton+Rx.swift
[183/266] Compiling RxCocoa UICollectionView+Rx.swift
[184/266] Compiling RxCocoa UIControl+Rx.swift
[185/266] Compiling RxCocoa UIDatePicker+Rx.swift
[186/266] Compiling RxCocoa UIGestureRecognizer+Rx.swift
[187/266] Compiling RxCocoa UINavigationController+Rx.swift
[188/266] Compiling RxCocoa UIPickerView+Rx.swift
[189/266] Compiling RxCocoa UIRefreshControl+Rx.swift
[190/266] Compiling RxCocoa UIScrollView+Rx.swift
[191/266] Compiling RxCocoa UISearchBar+Rx.swift
[192/266] Compiling RxCocoa UISearchController+Rx.swift
[193/266] Compiling RxCocoa UISegmentedControl+Rx.swift
[194/277] Emitting module RxCocoa
[195/277] Compiling RxCocoa RxSearchControllerDelegateProxy.swift
[196/277] Compiling RxCocoa RxTabBarControllerDelegateProxy.swift
[197/277] Compiling RxCocoa RxTabBarDelegateProxy.swift
[198/277] Compiling RxCocoa RxTableViewDataSourcePrefetchingProxy.swift
[199/277] Compiling RxCocoa RxTableViewDataSourceProxy.swift
[200/277] Compiling RxCocoa RxTableViewDataSourceType.swift
[201/277] Compiling RxCocoa RxTableViewDelegateProxy.swift
[202/277] Compiling RxCocoa RxTableViewReactiveArrayDataSource.swift
[203/277] Compiling RxCocoa RxTarget.swift
[204/277] Compiling RxCocoa RxTextStorageDelegateProxy.swift
[205/277] Compiling RxCocoa RxTextViewDelegateProxy.swift
[206/277] Compiling RxCocoa RxWKNavigationDelegateProxy.swift
[207/277] Compiling RxCocoa NSTextField+Rx.swift
[208/277] Compiling RxCocoa NSTextStorage+Rx.swift
[209/277] Compiling RxCocoa NSTextView+Rx.swift
[210/277] Compiling RxCocoa NSView+Rx.swift
[211/277] Compiling RxCocoa NotificationCenter+Rx.swift
[212/277] Compiling RxCocoa Observable+Bind.swift
[213/277] Compiling RxCocoa ObservableConvertibleType+Driver.swift
[214/277] Compiling RxCocoa ObservableConvertibleType+SharedSequence.swift
[215/277] Compiling RxCocoa ObservableConvertibleType+Signal.swift
[216/277] Compiling RxCocoa PublishRelay+Signal.swift
[217/277] Compiling RxCocoa RxCocoa.swift
[218/277] Compiling RxCocoa RxCocoaObjCRuntimeError+Extensions.swift
[219/277] Compiling RxCocoa BehaviorRelay+Driver.swift
[220/277] Compiling RxCocoa ControlEvent+Driver.swift
[221/277] Compiling RxCocoa ControlEvent+Signal.swift
[222/277] Compiling RxCocoa ControlEvent.swift
[223/277] Compiling RxCocoa ControlProperty+Driver.swift
[224/277] Compiling RxCocoa ControlProperty.swift
[225/277] Compiling RxCocoa ControlTarget.swift
[226/277] Compiling RxCocoa DelegateProxy.swift
[227/277] Compiling RxCocoa DelegateProxyType.swift
[228/277] Compiling RxCocoa DispatchQueue+Extensions.swift
[229/277] Compiling RxCocoa Driver+Subscription.swift
[230/277] Compiling RxCocoa Driver.swift
[231/277] Compiling RxCocoa RxCollectionViewDataSourcePrefetchingProxy.swift
[232/277] Compiling RxCocoa RxCollectionViewDataSourceProxy.swift
[233/277] Compiling RxCocoa RxCollectionViewDataSourceType.swift
[234/277] Compiling RxCocoa RxCollectionViewDelegateProxy.swift
[235/277] Compiling RxCocoa RxCollectionViewReactiveArrayDataSource.swift
[236/277] Compiling RxCocoa RxNavigationControllerDelegateProxy.swift
[237/277] Compiling RxCocoa RxPickerViewAdapter.swift
[238/277] Compiling RxCocoa RxPickerViewDataSourceProxy.swift
[239/277] Compiling RxCocoa RxPickerViewDataSourceType.swift
[240/277] Compiling RxCocoa RxPickerViewDelegateProxy.swift
[241/277] Compiling RxCocoa RxScrollViewDelegateProxy.swift
[242/277] Compiling RxCocoa RxSearchBarDelegateProxy.swift
[243/277] Compiling RxCocoa Infallible+Bind.swift
[244/277] Compiling RxCocoa Infallible+Driver.swift
[245/277] Compiling RxCocoa ItemEvents.swift
[246/277] Compiling RxCocoa KVORepresentable+CoreGraphics.swift
[247/277] Compiling RxCocoa KVORepresentable+Swift.swift
[248/277] Compiling RxCocoa KVORepresentable.swift
[249/277] Compiling RxCocoa NSButton+Rx.swift
[250/277] Compiling RxCocoa NSControl+Rx.swift
[251/277] Compiling RxCocoa NSObject+Rx+KVORepresentable.swift
[252/277] Compiling RxCocoa NSObject+Rx+RawRepresentable.swift
[253/277] Compiling RxCocoa NSObject+Rx.swift
[254/277] Compiling RxCocoa NSSlider+Rx.swift
[255/277] Compiling RxCocoa UISlider+Rx.swift
[256/277] Compiling RxCocoa UIStepper+Rx.swift
[257/277] Compiling RxCocoa UISwitch+Rx.swift
[258/277] Compiling RxCocoa UITabBar+Rx.swift
[259/277] Compiling RxCocoa UITabBarController+Rx.swift
[260/277] Compiling RxCocoa UITableView+Rx.swift
[261/277] Compiling RxCocoa UITextField+Rx.swift
[262/277] Compiling RxCocoa UITextView+Rx.swift
[263/277] Compiling RxCocoa URLSession+Rx.swift
[264/277] Compiling RxCocoa WKWebView+Rx.swift
[265/277] Compiling RxCocoa resource_bundle_accessor.swift
[266/277] Compiling RxCocoa SchedulerType+SharedSequence.swift
[267/277] Compiling RxCocoa SectionedViewDataSourceType.swift
[268/277] Compiling RxCocoa SharedSequence+Concurrency.swift
[269/277] Compiling RxCocoa SharedSequence+Operators+arity.swift
[270/277] Compiling RxCocoa SharedSequence+Operators.swift
[271/277] Compiling RxCocoa SharedSequence.swift
[272/277] Compiling RxCocoa Signal+Subscription.swift
[273/277] Compiling RxCocoa Signal.swift
[274/277] Compiling RxCocoa TextInput.swift
[275/277] Compiling RxCocoa UIActivityIndicatorView+Rx.swift
[276/277] Compiling RxCocoa UIApplication+Rx.swift
[277/277] Compiling RxCocoa UIBarButtonItem+Rx.swift
[279/297] Compiling DrX DrX+UIPreviewing.swift
[280/297] Compiling DrX DrX+UITableView.swift
[281/297] Compiling DrX DrXCollectionReusableView.swift
[282/299] Compiling DrX DrXTableViewHeaderFooterView.swift
/host/spi-builder-workspace/DrX/Sources/Core/Disposable.swift:4:17: warning: var 'disposableKey' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 2 | import RxSwift
 3 |
 4 | fileprivate var disposableKey = UInt8.max
   |                 |- warning: var 'disposableKey' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                 |- note: convert 'disposableKey' to a 'let' constant to make 'Sendable' shared state immutable
   |                 |- note: add '@MainActor' to make var 'disposableKey' part of global actor 'MainActor'
   |                 `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 5 |
 6 | public extension Disposable {
/host/spi-builder-workspace/DrX/Sources/Core/Disposable.swift:12:22: error: cannot find 'objc_getAssociatedObject' in scope
10 |     /// - Parameter object: the object to which this disposable's lifetime is tethered.
11 |     func withLifetime(of object: AnyObject) {
12 |         if let bag = objc_getAssociatedObject(object, &disposableKey) as? DisposeBag {
   |                      `- error: cannot find 'objc_getAssociatedObject' in scope
13 |             bag.insert(self)
14 |             return
/host/spi-builder-workspace/DrX/Sources/Core/Disposable.swift:18:9: error: cannot find 'objc_setAssociatedObject' in scope
16 |         let bag = DisposeBag()
17 |         bag.insert(self)
18 |         objc_setAssociatedObject(object, &disposableKey, bag, .OBJC_ASSOCIATION_RETAIN_NONATOMIC)
   |         `- error: cannot find 'objc_setAssociatedObject' in scope
19 |     }
20 |
/host/spi-builder-workspace/DrX/Sources/Core/Disposable.swift:18:64: error: cannot infer contextual base in reference to member 'OBJC_ASSOCIATION_RETAIN_NONATOMIC'
16 |         let bag = DisposeBag()
17 |         bag.insert(self)
18 |         objc_setAssociatedObject(object, &disposableKey, bag, .OBJC_ASSOCIATION_RETAIN_NONATOMIC)
   |                                                                `- error: cannot infer contextual base in reference to member 'OBJC_ASSOCIATION_RETAIN_NONATOMIC'
19 |     }
20 |
[283/299] Compiling DrX Covariance.swift
/host/spi-builder-workspace/DrX/Sources/Core/Disposable.swift:4:17: warning: var 'disposableKey' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 2 | import RxSwift
 3 |
 4 | fileprivate var disposableKey = UInt8.max
   |                 |- warning: var 'disposableKey' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                 |- note: convert 'disposableKey' to a 'let' constant to make 'Sendable' shared state immutable
   |                 |- note: add '@MainActor' to make var 'disposableKey' part of global actor 'MainActor'
   |                 `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 5 |
 6 | public extension Disposable {
/host/spi-builder-workspace/DrX/Sources/Core/Disposable.swift:12:22: error: cannot find 'objc_getAssociatedObject' in scope
10 |     /// - Parameter object: the object to which this disposable's lifetime is tethered.
11 |     func withLifetime(of object: AnyObject) {
12 |         if let bag = objc_getAssociatedObject(object, &disposableKey) as? DisposeBag {
   |                      `- error: cannot find 'objc_getAssociatedObject' in scope
13 |             bag.insert(self)
14 |             return
/host/spi-builder-workspace/DrX/Sources/Core/Disposable.swift:18:9: error: cannot find 'objc_setAssociatedObject' in scope
16 |         let bag = DisposeBag()
17 |         bag.insert(self)
18 |         objc_setAssociatedObject(object, &disposableKey, bag, .OBJC_ASSOCIATION_RETAIN_NONATOMIC)
   |         `- error: cannot find 'objc_setAssociatedObject' in scope
19 |     }
20 |
/host/spi-builder-workspace/DrX/Sources/Core/Disposable.swift:18:64: error: cannot infer contextual base in reference to member 'OBJC_ASSOCIATION_RETAIN_NONATOMIC'
16 |         let bag = DisposeBag()
17 |         bag.insert(self)
18 |         objc_setAssociatedObject(object, &disposableKey, bag, .OBJC_ASSOCIATION_RETAIN_NONATOMIC)
   |                                                                `- error: cannot infer contextual base in reference to member 'OBJC_ASSOCIATION_RETAIN_NONATOMIC'
19 |     }
20 |
[284/299] Compiling DrX Disposable.swift
/host/spi-builder-workspace/DrX/Sources/Core/Disposable.swift:4:17: warning: var 'disposableKey' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 2 | import RxSwift
 3 |
 4 | fileprivate var disposableKey = UInt8.max
   |                 |- warning: var 'disposableKey' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                 |- note: convert 'disposableKey' to a 'let' constant to make 'Sendable' shared state immutable
   |                 |- note: add '@MainActor' to make var 'disposableKey' part of global actor 'MainActor'
   |                 `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 5 |
 6 | public extension Disposable {
/host/spi-builder-workspace/DrX/Sources/Core/Disposable.swift:12:22: error: cannot find 'objc_getAssociatedObject' in scope
10 |     /// - Parameter object: the object to which this disposable's lifetime is tethered.
11 |     func withLifetime(of object: AnyObject) {
12 |         if let bag = objc_getAssociatedObject(object, &disposableKey) as? DisposeBag {
   |                      `- error: cannot find 'objc_getAssociatedObject' in scope
13 |             bag.insert(self)
14 |             return
/host/spi-builder-workspace/DrX/Sources/Core/Disposable.swift:18:9: error: cannot find 'objc_setAssociatedObject' in scope
16 |         let bag = DisposeBag()
17 |         bag.insert(self)
18 |         objc_setAssociatedObject(object, &disposableKey, bag, .OBJC_ASSOCIATION_RETAIN_NONATOMIC)
   |         `- error: cannot find 'objc_setAssociatedObject' in scope
19 |     }
20 |
/host/spi-builder-workspace/DrX/Sources/Core/Disposable.swift:18:64: error: cannot infer contextual base in reference to member 'OBJC_ASSOCIATION_RETAIN_NONATOMIC'
16 |         let bag = DisposeBag()
17 |         bag.insert(self)
18 |         objc_setAssociatedObject(object, &disposableKey, bag, .OBJC_ASSOCIATION_RETAIN_NONATOMIC)
   |                                                                `- error: cannot infer contextual base in reference to member 'OBJC_ASSOCIATION_RETAIN_NONATOMIC'
19 |     }
20 |
[285/299] Compiling DrX DrXCollectionViewCell.swift
[286/299] Compiling DrX DrXReuse.swift
[287/299] Compiling DrX DrXTableViewCell.swift
[288/299] Emitting module DrX
/host/spi-builder-workspace/DrX/Sources/Core/Disposable.swift:4:17: warning: var 'disposableKey' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 2 | import RxSwift
 3 |
 4 | fileprivate var disposableKey = UInt8.max
   |                 |- warning: var 'disposableKey' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                 |- note: convert 'disposableKey' to a 'let' constant to make 'Sendable' shared state immutable
   |                 |- note: add '@MainActor' to make var 'disposableKey' part of global actor 'MainActor'
   |                 `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 5 |
 6 | public extension Disposable {
/host/spi-builder-workspace/DrX/Sources/Core/Do.swift:15:23: warning: static property 'subscribe' is not concurrency-safe because non-'Sendable' type 'SequenceEvent' may have shared mutable state; this is an error in the Swift 6 language mode
 3 |
 4 | /// The set of all possible events that may occur during the lifecycle of an observable sequence.
 5 | public struct SequenceEvent: OptionSet {
   |               `- note: consider making struct 'SequenceEvent' conform to the 'Sendable' protocol
 6 |     public typealias RawValue = Int
 7 |
   :
13 |
14 |     /// Before subscribing to the observable sequence.
15 |     public static let subscribe = SequenceEvent(rawValue: 1)
   |                       |- warning: static property 'subscribe' is not concurrency-safe because non-'Sendable' type 'SequenceEvent' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: add '@MainActor' to make static property 'subscribe' part of global actor 'MainActor'
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
16 |
17 |     /// After subscribing to the observable sequence.
/host/spi-builder-workspace/DrX/Sources/Core/Do.swift:18:23: warning: static property 'subscribed' is not concurrency-safe because non-'Sendable' type 'SequenceEvent' may have shared mutable state; this is an error in the Swift 6 language mode
 3 |
 4 | /// The set of all possible events that may occur during the lifecycle of an observable sequence.
 5 | public struct SequenceEvent: OptionSet {
   |               `- note: consider making struct 'SequenceEvent' conform to the 'Sendable' protocol
 6 |     public typealias RawValue = Int
 7 |
   :
16 |
17 |     /// After subscribing to the observable sequence.
18 |     public static let subscribed = SequenceEvent(rawValue: 2)
   |                       |- warning: static property 'subscribed' is not concurrency-safe because non-'Sendable' type 'SequenceEvent' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: add '@MainActor' to make static property 'subscribed' part of global actor 'MainActor'
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
19 |
20 |     /// An element in the observable sequence.
/host/spi-builder-workspace/DrX/Sources/Core/Do.swift:21:23: warning: static property 'next' is not concurrency-safe because non-'Sendable' type 'SequenceEvent' may have shared mutable state; this is an error in the Swift 6 language mode
 3 |
 4 | /// The set of all possible events that may occur during the lifecycle of an observable sequence.
 5 | public struct SequenceEvent: OptionSet {
   |               `- note: consider making struct 'SequenceEvent' conform to the 'Sendable' protocol
 6 |     public typealias RawValue = Int
 7 |
   :
19 |
20 |     /// An element in the observable sequence.
21 |     public static let next = SequenceEvent(rawValue: 4)
   |                       |- warning: static property 'next' is not concurrency-safe because non-'Sendable' type 'SequenceEvent' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: add '@MainActor' to make static property 'next' part of global actor 'MainActor'
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
22 |
23 |     /// Graceful termination of the observable sequence.
/host/spi-builder-workspace/DrX/Sources/Core/Do.swift:24:23: warning: static property 'completed' is not concurrency-safe because non-'Sendable' type 'SequenceEvent' may have shared mutable state; this is an error in the Swift 6 language mode
 3 |
 4 | /// The set of all possible events that may occur during the lifecycle of an observable sequence.
 5 | public struct SequenceEvent: OptionSet {
   |               `- note: consider making struct 'SequenceEvent' conform to the 'Sendable' protocol
 6 |     public typealias RawValue = Int
 7 |
   :
22 |
23 |     /// Graceful termination of the observable sequence.
24 |     public static let completed = SequenceEvent(rawValue: 8)
   |                       |- warning: static property 'completed' is not concurrency-safe because non-'Sendable' type 'SequenceEvent' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: add '@MainActor' to make static property 'completed' part of global actor 'MainActor'
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
25 |
26 |     /// Errored termination of the sequence.
/host/spi-builder-workspace/DrX/Sources/Core/Do.swift:27:23: warning: static property 'error' is not concurrency-safe because non-'Sendable' type 'SequenceEvent' may have shared mutable state; this is an error in the Swift 6 language mode
 3 |
 4 | /// The set of all possible events that may occur during the lifecycle of an observable sequence.
 5 | public struct SequenceEvent: OptionSet {
   |               `- note: consider making struct 'SequenceEvent' conform to the 'Sendable' protocol
 6 |     public typealias RawValue = Int
 7 |
   :
25 |
26 |     /// Errored termination of the sequence.
27 |     public static let error = SequenceEvent(rawValue: 16)
   |                       |- warning: static property 'error' is not concurrency-safe because non-'Sendable' type 'SequenceEvent' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: add '@MainActor' to make static property 'error' part of global actor 'MainActor'
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
28 |
29 |     /// After subscription to the sequence has been disposed for any reason.
/host/spi-builder-workspace/DrX/Sources/Core/Do.swift:30:23: warning: static property 'dispose' is not concurrency-safe because non-'Sendable' type 'SequenceEvent' may have shared mutable state; this is an error in the Swift 6 language mode
 3 |
 4 | /// The set of all possible events that may occur during the lifecycle of an observable sequence.
 5 | public struct SequenceEvent: OptionSet {
   |               `- note: consider making struct 'SequenceEvent' conform to the 'Sendable' protocol
 6 |     public typealias RawValue = Int
 7 |
   :
28 |
29 |     /// After subscription to the sequence has been disposed for any reason.
30 |     public static let dispose = SequenceEvent(rawValue: 32)
   |                       |- warning: static property 'dispose' is not concurrency-safe because non-'Sendable' type 'SequenceEvent' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: add '@MainActor' to make static property 'dispose' part of global actor 'MainActor'
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
31 |
32 |     /// All events.
[289/299] Compiling DrX Observable+Bool.swift
[290/299] Compiling DrX Observable+KeyPath.swift
[291/299] Compiling DrX AnyRelay.swift
[292/299] Compiling DrX RelayType.swift
[293/299] Compiling DrX Do.swift
/host/spi-builder-workspace/DrX/Sources/Core/Do.swift:15:23: warning: static property 'subscribe' is not concurrency-safe because non-'Sendable' type 'SequenceEvent' may have shared mutable state; this is an error in the Swift 6 language mode
 3 |
 4 | /// The set of all possible events that may occur during the lifecycle of an observable sequence.
 5 | public struct SequenceEvent: OptionSet {
   |               `- note: consider making struct 'SequenceEvent' conform to the 'Sendable' protocol
 6 |     public typealias RawValue = Int
 7 |
   :
13 |
14 |     /// Before subscribing to the observable sequence.
15 |     public static let subscribe = SequenceEvent(rawValue: 1)
   |                       |- warning: static property 'subscribe' is not concurrency-safe because non-'Sendable' type 'SequenceEvent' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: add '@MainActor' to make static property 'subscribe' part of global actor 'MainActor'
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
16 |
17 |     /// After subscribing to the observable sequence.
/host/spi-builder-workspace/DrX/Sources/Core/Do.swift:18:23: warning: static property 'subscribed' is not concurrency-safe because non-'Sendable' type 'SequenceEvent' may have shared mutable state; this is an error in the Swift 6 language mode
 3 |
 4 | /// The set of all possible events that may occur during the lifecycle of an observable sequence.
 5 | public struct SequenceEvent: OptionSet {
   |               `- note: consider making struct 'SequenceEvent' conform to the 'Sendable' protocol
 6 |     public typealias RawValue = Int
 7 |
   :
16 |
17 |     /// After subscribing to the observable sequence.
18 |     public static let subscribed = SequenceEvent(rawValue: 2)
   |                       |- warning: static property 'subscribed' is not concurrency-safe because non-'Sendable' type 'SequenceEvent' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: add '@MainActor' to make static property 'subscribed' part of global actor 'MainActor'
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
19 |
20 |     /// An element in the observable sequence.
/host/spi-builder-workspace/DrX/Sources/Core/Do.swift:21:23: warning: static property 'next' is not concurrency-safe because non-'Sendable' type 'SequenceEvent' may have shared mutable state; this is an error in the Swift 6 language mode
 3 |
 4 | /// The set of all possible events that may occur during the lifecycle of an observable sequence.
 5 | public struct SequenceEvent: OptionSet {
   |               `- note: consider making struct 'SequenceEvent' conform to the 'Sendable' protocol
 6 |     public typealias RawValue = Int
 7 |
   :
19 |
20 |     /// An element in the observable sequence.
21 |     public static let next = SequenceEvent(rawValue: 4)
   |                       |- warning: static property 'next' is not concurrency-safe because non-'Sendable' type 'SequenceEvent' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: add '@MainActor' to make static property 'next' part of global actor 'MainActor'
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
22 |
23 |     /// Graceful termination of the observable sequence.
/host/spi-builder-workspace/DrX/Sources/Core/Do.swift:24:23: warning: static property 'completed' is not concurrency-safe because non-'Sendable' type 'SequenceEvent' may have shared mutable state; this is an error in the Swift 6 language mode
 3 |
 4 | /// The set of all possible events that may occur during the lifecycle of an observable sequence.
 5 | public struct SequenceEvent: OptionSet {
   |               `- note: consider making struct 'SequenceEvent' conform to the 'Sendable' protocol
 6 |     public typealias RawValue = Int
 7 |
   :
22 |
23 |     /// Graceful termination of the observable sequence.
24 |     public static let completed = SequenceEvent(rawValue: 8)
   |                       |- warning: static property 'completed' is not concurrency-safe because non-'Sendable' type 'SequenceEvent' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: add '@MainActor' to make static property 'completed' part of global actor 'MainActor'
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
25 |
26 |     /// Errored termination of the sequence.
/host/spi-builder-workspace/DrX/Sources/Core/Do.swift:27:23: warning: static property 'error' is not concurrency-safe because non-'Sendable' type 'SequenceEvent' may have shared mutable state; this is an error in the Swift 6 language mode
 3 |
 4 | /// The set of all possible events that may occur during the lifecycle of an observable sequence.
 5 | public struct SequenceEvent: OptionSet {
   |               `- note: consider making struct 'SequenceEvent' conform to the 'Sendable' protocol
 6 |     public typealias RawValue = Int
 7 |
   :
25 |
26 |     /// Errored termination of the sequence.
27 |     public static let error = SequenceEvent(rawValue: 16)
   |                       |- warning: static property 'error' is not concurrency-safe because non-'Sendable' type 'SequenceEvent' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: add '@MainActor' to make static property 'error' part of global actor 'MainActor'
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
28 |
29 |     /// After subscription to the sequence has been disposed for any reason.
/host/spi-builder-workspace/DrX/Sources/Core/Do.swift:30:23: warning: static property 'dispose' is not concurrency-safe because non-'Sendable' type 'SequenceEvent' may have shared mutable state; this is an error in the Swift 6 language mode
 3 |
 4 | /// The set of all possible events that may occur during the lifecycle of an observable sequence.
 5 | public struct SequenceEvent: OptionSet {
   |               `- note: consider making struct 'SequenceEvent' conform to the 'Sendable' protocol
 6 |     public typealias RawValue = Int
 7 |
   :
28 |
29 |     /// After subscription to the sequence has been disposed for any reason.
30 |     public static let dispose = SequenceEvent(rawValue: 32)
   |                       |- warning: static property 'dispose' is not concurrency-safe because non-'Sendable' type 'SequenceEvent' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: add '@MainActor' to make static property 'dispose' part of global actor 'MainActor'
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
31 |
32 |     /// All events.
[294/299] Compiling DrX DrXNamespace.swift
/host/spi-builder-workspace/DrX/Sources/Core/Do.swift:15:23: warning: static property 'subscribe' is not concurrency-safe because non-'Sendable' type 'SequenceEvent' may have shared mutable state; this is an error in the Swift 6 language mode
 3 |
 4 | /// The set of all possible events that may occur during the lifecycle of an observable sequence.
 5 | public struct SequenceEvent: OptionSet {
   |               `- note: consider making struct 'SequenceEvent' conform to the 'Sendable' protocol
 6 |     public typealias RawValue = Int
 7 |
   :
13 |
14 |     /// Before subscribing to the observable sequence.
15 |     public static let subscribe = SequenceEvent(rawValue: 1)
   |                       |- warning: static property 'subscribe' is not concurrency-safe because non-'Sendable' type 'SequenceEvent' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: add '@MainActor' to make static property 'subscribe' part of global actor 'MainActor'
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
16 |
17 |     /// After subscribing to the observable sequence.
/host/spi-builder-workspace/DrX/Sources/Core/Do.swift:18:23: warning: static property 'subscribed' is not concurrency-safe because non-'Sendable' type 'SequenceEvent' may have shared mutable state; this is an error in the Swift 6 language mode
 3 |
 4 | /// The set of all possible events that may occur during the lifecycle of an observable sequence.
 5 | public struct SequenceEvent: OptionSet {
   |               `- note: consider making struct 'SequenceEvent' conform to the 'Sendable' protocol
 6 |     public typealias RawValue = Int
 7 |
   :
16 |
17 |     /// After subscribing to the observable sequence.
18 |     public static let subscribed = SequenceEvent(rawValue: 2)
   |                       |- warning: static property 'subscribed' is not concurrency-safe because non-'Sendable' type 'SequenceEvent' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: add '@MainActor' to make static property 'subscribed' part of global actor 'MainActor'
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
19 |
20 |     /// An element in the observable sequence.
/host/spi-builder-workspace/DrX/Sources/Core/Do.swift:21:23: warning: static property 'next' is not concurrency-safe because non-'Sendable' type 'SequenceEvent' may have shared mutable state; this is an error in the Swift 6 language mode
 3 |
 4 | /// The set of all possible events that may occur during the lifecycle of an observable sequence.
 5 | public struct SequenceEvent: OptionSet {
   |               `- note: consider making struct 'SequenceEvent' conform to the 'Sendable' protocol
 6 |     public typealias RawValue = Int
 7 |
   :
19 |
20 |     /// An element in the observable sequence.
21 |     public static let next = SequenceEvent(rawValue: 4)
   |                       |- warning: static property 'next' is not concurrency-safe because non-'Sendable' type 'SequenceEvent' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: add '@MainActor' to make static property 'next' part of global actor 'MainActor'
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
22 |
23 |     /// Graceful termination of the observable sequence.
/host/spi-builder-workspace/DrX/Sources/Core/Do.swift:24:23: warning: static property 'completed' is not concurrency-safe because non-'Sendable' type 'SequenceEvent' may have shared mutable state; this is an error in the Swift 6 language mode
 3 |
 4 | /// The set of all possible events that may occur during the lifecycle of an observable sequence.
 5 | public struct SequenceEvent: OptionSet {
   |               `- note: consider making struct 'SequenceEvent' conform to the 'Sendable' protocol
 6 |     public typealias RawValue = Int
 7 |
   :
22 |
23 |     /// Graceful termination of the observable sequence.
24 |     public static let completed = SequenceEvent(rawValue: 8)
   |                       |- warning: static property 'completed' is not concurrency-safe because non-'Sendable' type 'SequenceEvent' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: add '@MainActor' to make static property 'completed' part of global actor 'MainActor'
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
25 |
26 |     /// Errored termination of the sequence.
/host/spi-builder-workspace/DrX/Sources/Core/Do.swift:27:23: warning: static property 'error' is not concurrency-safe because non-'Sendable' type 'SequenceEvent' may have shared mutable state; this is an error in the Swift 6 language mode
 3 |
 4 | /// The set of all possible events that may occur during the lifecycle of an observable sequence.
 5 | public struct SequenceEvent: OptionSet {
   |               `- note: consider making struct 'SequenceEvent' conform to the 'Sendable' protocol
 6 |     public typealias RawValue = Int
 7 |
   :
25 |
26 |     /// Errored termination of the sequence.
27 |     public static let error = SequenceEvent(rawValue: 16)
   |                       |- warning: static property 'error' is not concurrency-safe because non-'Sendable' type 'SequenceEvent' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: add '@MainActor' to make static property 'error' part of global actor 'MainActor'
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
28 |
29 |     /// After subscription to the sequence has been disposed for any reason.
/host/spi-builder-workspace/DrX/Sources/Core/Do.swift:30:23: warning: static property 'dispose' is not concurrency-safe because non-'Sendable' type 'SequenceEvent' may have shared mutable state; this is an error in the Swift 6 language mode
 3 |
 4 | /// The set of all possible events that may occur during the lifecycle of an observable sequence.
 5 | public struct SequenceEvent: OptionSet {
   |               `- note: consider making struct 'SequenceEvent' conform to the 'Sendable' protocol
 6 |     public typealias RawValue = Int
 7 |
   :
28 |
29 |     /// After subscription to the sequence has been disposed for any reason.
30 |     public static let dispose = SequenceEvent(rawValue: 32)
   |                       |- warning: static property 'dispose' is not concurrency-safe because non-'Sendable' type 'SequenceEvent' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: add '@MainActor' to make static property 'dispose' part of global actor 'MainActor'
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
31 |
32 |     /// All events.
[295/299] Compiling DrX EraseElements.swift
/host/spi-builder-workspace/DrX/Sources/Core/Do.swift:15:23: warning: static property 'subscribe' is not concurrency-safe because non-'Sendable' type 'SequenceEvent' may have shared mutable state; this is an error in the Swift 6 language mode
 3 |
 4 | /// The set of all possible events that may occur during the lifecycle of an observable sequence.
 5 | public struct SequenceEvent: OptionSet {
   |               `- note: consider making struct 'SequenceEvent' conform to the 'Sendable' protocol
 6 |     public typealias RawValue = Int
 7 |
   :
13 |
14 |     /// Before subscribing to the observable sequence.
15 |     public static let subscribe = SequenceEvent(rawValue: 1)
   |                       |- warning: static property 'subscribe' is not concurrency-safe because non-'Sendable' type 'SequenceEvent' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: add '@MainActor' to make static property 'subscribe' part of global actor 'MainActor'
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
16 |
17 |     /// After subscribing to the observable sequence.
/host/spi-builder-workspace/DrX/Sources/Core/Do.swift:18:23: warning: static property 'subscribed' is not concurrency-safe because non-'Sendable' type 'SequenceEvent' may have shared mutable state; this is an error in the Swift 6 language mode
 3 |
 4 | /// The set of all possible events that may occur during the lifecycle of an observable sequence.
 5 | public struct SequenceEvent: OptionSet {
   |               `- note: consider making struct 'SequenceEvent' conform to the 'Sendable' protocol
 6 |     public typealias RawValue = Int
 7 |
   :
16 |
17 |     /// After subscribing to the observable sequence.
18 |     public static let subscribed = SequenceEvent(rawValue: 2)
   |                       |- warning: static property 'subscribed' is not concurrency-safe because non-'Sendable' type 'SequenceEvent' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: add '@MainActor' to make static property 'subscribed' part of global actor 'MainActor'
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
19 |
20 |     /// An element in the observable sequence.
/host/spi-builder-workspace/DrX/Sources/Core/Do.swift:21:23: warning: static property 'next' is not concurrency-safe because non-'Sendable' type 'SequenceEvent' may have shared mutable state; this is an error in the Swift 6 language mode
 3 |
 4 | /// The set of all possible events that may occur during the lifecycle of an observable sequence.
 5 | public struct SequenceEvent: OptionSet {
   |               `- note: consider making struct 'SequenceEvent' conform to the 'Sendable' protocol
 6 |     public typealias RawValue = Int
 7 |
   :
19 |
20 |     /// An element in the observable sequence.
21 |     public static let next = SequenceEvent(rawValue: 4)
   |                       |- warning: static property 'next' is not concurrency-safe because non-'Sendable' type 'SequenceEvent' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: add '@MainActor' to make static property 'next' part of global actor 'MainActor'
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
22 |
23 |     /// Graceful termination of the observable sequence.
/host/spi-builder-workspace/DrX/Sources/Core/Do.swift:24:23: warning: static property 'completed' is not concurrency-safe because non-'Sendable' type 'SequenceEvent' may have shared mutable state; this is an error in the Swift 6 language mode
 3 |
 4 | /// The set of all possible events that may occur during the lifecycle of an observable sequence.
 5 | public struct SequenceEvent: OptionSet {
   |               `- note: consider making struct 'SequenceEvent' conform to the 'Sendable' protocol
 6 |     public typealias RawValue = Int
 7 |
   :
22 |
23 |     /// Graceful termination of the observable sequence.
24 |     public static let completed = SequenceEvent(rawValue: 8)
   |                       |- warning: static property 'completed' is not concurrency-safe because non-'Sendable' type 'SequenceEvent' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: add '@MainActor' to make static property 'completed' part of global actor 'MainActor'
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
25 |
26 |     /// Errored termination of the sequence.
/host/spi-builder-workspace/DrX/Sources/Core/Do.swift:27:23: warning: static property 'error' is not concurrency-safe because non-'Sendable' type 'SequenceEvent' may have shared mutable state; this is an error in the Swift 6 language mode
 3 |
 4 | /// The set of all possible events that may occur during the lifecycle of an observable sequence.
 5 | public struct SequenceEvent: OptionSet {
   |               `- note: consider making struct 'SequenceEvent' conform to the 'Sendable' protocol
 6 |     public typealias RawValue = Int
 7 |
   :
25 |
26 |     /// Errored termination of the sequence.
27 |     public static let error = SequenceEvent(rawValue: 16)
   |                       |- warning: static property 'error' is not concurrency-safe because non-'Sendable' type 'SequenceEvent' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: add '@MainActor' to make static property 'error' part of global actor 'MainActor'
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
28 |
29 |     /// After subscription to the sequence has been disposed for any reason.
/host/spi-builder-workspace/DrX/Sources/Core/Do.swift:30:23: warning: static property 'dispose' is not concurrency-safe because non-'Sendable' type 'SequenceEvent' may have shared mutable state; this is an error in the Swift 6 language mode
 3 |
 4 | /// The set of all possible events that may occur during the lifecycle of an observable sequence.
 5 | public struct SequenceEvent: OptionSet {
   |               `- note: consider making struct 'SequenceEvent' conform to the 'Sendable' protocol
 6 |     public typealias RawValue = Int
 7 |
   :
28 |
29 |     /// After subscription to the sequence has been disposed for any reason.
30 |     public static let dispose = SequenceEvent(rawValue: 32)
   |                       |- warning: static property 'dispose' is not concurrency-safe because non-'Sendable' type 'SequenceEvent' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: add '@MainActor' to make static property 'dispose' part of global actor 'MainActor'
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
31 |
32 |     /// All events.
[296/299] Compiling DrX ObservableType+Relay.swift
[297/299] Compiling DrX Optional.swift
[298/299] Compiling DrX Replace.swift
[299/299] Compiling DrX Zip.swift
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 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
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-24593BA9C3E375BF.txt
[2/145] Emitting module RxSwift
[3/165] Compiling RxSwift CombineLatest.swift
[4/165] Compiling RxSwift CompactMap.swift
[5/165] Compiling RxSwift Completable+AndThen.swift
[6/165] Compiling RxSwift Completable.swift
[7/165] Compiling RxSwift CompositeDisposable.swift
[8/165] Compiling RxSwift Concat.swift
[9/165] Compiling RxSwift ConcurrentDispatchQueueScheduler.swift
[10/165] Compiling RxSwift ConcurrentMainScheduler.swift
[11/165] Compiling RxSwift ConnectableObservableType.swift
[12/165] Compiling RxSwift Create.swift
[13/165] Compiling RxSwift CurrentThreadScheduler.swift
[14/165] Compiling RxSwift Date+Dispatch.swift
[15/165] Compiling RxSwift Debounce.swift
[16/165] Compiling RxSwift Debug.swift
[17/165] Compiling RxSwift Decode.swift
[18/165] Compiling RxSwift DefaultIfEmpty.swift
[19/165] Compiling RxSwift Deferred.swift
[20/165] Compiling RxSwift Delay.swift
[21/165] Compiling RxSwift DelaySubscription.swift
[22/165] Compiling RxSwift Dematerialize.swift
[23/165] Compiling RxSwift DispatchQueue+Extensions.swift
[24/165] Compiling RxSwift SchedulerType.swift
[25/165] Compiling RxSwift Sequence.swift
[26/165] Compiling RxSwift SerialDispatchQueueScheduler.swift
[27/165] Compiling RxSwift SerialDisposable.swift
[28/165] Compiling RxSwift ShareReplayScope.swift
[29/165] Compiling RxSwift Single.swift
[30/165] Compiling RxSwift SingleAssignmentDisposable.swift
[31/165] Compiling RxSwift SingleAsync.swift
[32/165] Compiling RxSwift Sink.swift
[33/165] Compiling RxSwift Skip.swift
[34/165] Compiling RxSwift SkipUntil.swift
[35/165] Compiling RxSwift SkipWhile.swift
[36/165] Compiling RxSwift StartWith.swift
[37/165] Compiling RxSwift SubjectType.swift
[38/165] Compiling RxSwift SubscribeOn.swift
[39/165] Compiling RxSwift SubscriptionDisposable.swift
[40/165] Compiling RxSwift SwiftSupport.swift
[41/165] Compiling RxSwift Switch.swift
[42/165] Compiling RxSwift SwitchIfEmpty.swift
[43/165] Compiling RxSwift SynchronizedDisposeType.swift
[44/165] Compiling RxSwift Producer.swift
[45/165] Compiling RxSwift PublishSubject.swift
[46/165] Compiling RxSwift Queue.swift
[47/165] Compiling RxSwift Range.swift
[48/165] Compiling RxSwift Reactive.swift
[49/165] Compiling RxSwift RecursiveLock.swift
[50/165] Compiling RxSwift RecursiveScheduler.swift
[51/165] Compiling RxSwift Reduce.swift
[52/165] Compiling RxSwift RefCountDisposable.swift
[53/165] Compiling RxSwift Repeat.swift
[54/165] Compiling RxSwift ReplaySubject.swift
[55/165] Compiling RxSwift RetryWhen.swift
[56/165] Compiling RxSwift Rx.swift
[57/165] Compiling RxSwift RxMutableBox.swift
[58/165] Compiling RxSwift Sample.swift
[59/165] Compiling RxSwift Scan.swift
[60/165] Compiling RxSwift ScheduledDisposable.swift
[61/165] Compiling RxSwift ScheduledItem.swift
[62/165] Compiling RxSwift ScheduledItemType.swift
[63/165] Compiling RxSwift SchedulerServices+Emulation.swift
[64/165] Compiling RxSwift Never.swift
[65/165] Compiling RxSwift NopDisposable.swift
[66/165] Compiling RxSwift Observable+Concurrency.swift
[67/165] Compiling RxSwift Observable.swift
[68/165] Compiling RxSwift ObservableConvertibleType+Infallible.swift
[69/165] Compiling RxSwift ObservableConvertibleType.swift
[70/165] Compiling RxSwift ObservableType+Extensions.swift
[71/165] Compiling RxSwift ObservableType+PrimitiveSequence.swift
[72/165] Compiling RxSwift ObservableType.swift
[73/165] Compiling RxSwift ObserveOn.swift
[74/165] Compiling RxSwift ObserverBase.swift
[75/165] Compiling RxSwift ObserverType.swift
[76/165] Compiling RxSwift OperationQueueScheduler.swift
[77/165] Compiling RxSwift Optional.swift
[78/165] Compiling RxSwift Platform.Darwin.swift
[79/165] Compiling RxSwift Platform.Linux.swift
[80/165] Compiling RxSwift PrimitiveSequence+Concurrency.swift
[81/165] Compiling RxSwift PrimitiveSequence+Zip+arity.swift
[82/165] Compiling RxSwift PrimitiveSequence.swift
[83/165] Compiling RxSwift PriorityQueue.swift
[84/165] Compiling RxSwift DispatchQueueConfiguration.swift
[85/165] Compiling RxSwift Disposable.swift
[86/165] Compiling RxSwift Disposables.swift
[87/165] Compiling RxSwift DisposeBag.swift
[88/165] Compiling RxSwift DisposeBase.swift
[89/165] Compiling RxSwift DistinctUntilChanged.swift
[90/165] Compiling RxSwift Do.swift
[91/165] Compiling RxSwift ElementAt.swift
[92/165] Compiling RxSwift Empty.swift
[93/165] Compiling RxSwift Enumerated.swift
[94/165] Compiling RxSwift Error.swift
[95/165] Compiling RxSwift Errors.swift
[96/165] Compiling RxSwift Event.swift
[97/165] Compiling RxSwift Filter.swift
[98/165] Compiling RxSwift First.swift
[99/165] Compiling RxSwift Generate.swift
[100/165] Compiling RxSwift GroupBy.swift
[101/165] Compiling RxSwift GroupedObservable.swift
[102/165] Compiling RxSwift HistoricalScheduler.swift
[103/165] Compiling RxSwift HistoricalSchedulerTimeConverter.swift
[104/165] Compiling RxSwift ImmediateSchedulerType.swift
[105/165] Compiling RxSwift Infallible+CombineLatest+Collection.swift
[106/165] Compiling RxSwift Infallible+CombineLatest+arity.swift
[107/165] Compiling RxSwift Infallible+Concurrency.swift
[108/165] Compiling RxSwift Infallible+Create.swift
[109/165] Compiling RxSwift Infallible+Debug.swift
[110/165] Compiling RxSwift Infallible+Operators.swift
[111/165] Compiling RxSwift Infallible+Zip+arity.swift
[112/165] Compiling RxSwift Infallible.swift
[113/165] Compiling RxSwift InfiniteSequence.swift
[114/165] Compiling RxSwift InvocableScheduledItem.swift
[115/165] Compiling RxSwift InvocableType.swift
[116/165] Compiling RxSwift Just.swift
[117/165] Compiling RxSwift Lock.swift
[118/165] Compiling RxSwift LockOwnerType.swift
[119/165] Compiling RxSwift MainScheduler.swift
[120/165] Compiling RxSwift Map.swift
[121/165] Compiling RxSwift Materialize.swift
[122/165] Compiling RxSwift Maybe.swift
[123/165] Compiling RxSwift Merge.swift
[124/165] Compiling RxSwift Multicast.swift
[125/165] Compiling RxSwift AddRef.swift
[126/165] Compiling RxSwift Amb.swift
[127/165] Compiling RxSwift AnonymousDisposable.swift
[128/165] Compiling RxSwift AnonymousObserver.swift
[129/165] Compiling RxSwift AnyObserver.swift
[130/165] Compiling RxSwift AsMaybe.swift
[131/165] Compiling RxSwift AsSingle.swift
[132/165] Compiling RxSwift AsyncLock.swift
[133/165] Compiling RxSwift AsyncSubject.swift
[134/165] Compiling RxSwift AtomicInt.swift
[135/165] Compiling RxSwift Bag+Rx.swift
[136/165] Compiling RxSwift Bag.swift
[137/165] Compiling RxSwift BehaviorSubject.swift
[138/165] Compiling RxSwift BinaryDisposable.swift
[139/165] Compiling RxSwift Binder.swift
[140/165] Compiling RxSwift BooleanDisposable.swift
[141/165] Compiling RxSwift Buffer.swift
[142/165] Compiling RxSwift Cancelable.swift
[143/165] Compiling RxSwift Catch.swift
[144/165] Compiling RxSwift CombineLatest+Collection.swift
[145/165] Compiling RxSwift CombineLatest+arity.swift
[146/165] Compiling RxSwift SynchronizedOnType.swift
[147/165] Compiling RxSwift SynchronizedUnsubscribeType.swift
[148/165] Compiling RxSwift TailRecursiveSink.swift
[149/165] Compiling RxSwift Take.swift
[150/165] Compiling RxSwift TakeLast.swift
[151/165] Compiling RxSwift TakeWithPredicate.swift
[152/165] Compiling RxSwift Throttle.swift
[153/165] Compiling RxSwift Timeout.swift
[154/165] Compiling RxSwift Timer.swift
[155/165] Compiling RxSwift ToArray.swift
[156/165] Compiling RxSwift Using.swift
[157/165] Compiling RxSwift VirtualTimeConverterType.swift
[158/165] Compiling RxSwift VirtualTimeScheduler.swift
[159/165] Compiling RxSwift Window.swift
[160/165] Compiling RxSwift WithLatestFrom.swift
[161/165] Compiling RxSwift WithUnretained.swift
[162/165] Compiling RxSwift Zip+Collection.swift
[163/165] Compiling RxSwift Zip+arity.swift
[164/165] Compiling RxSwift Zip.swift
[165/165] Compiling RxSwift resource_bundle_accessor.swift
[167/173] Compiling RxRelay Utils.swift
[168/173] Compiling RxRelay resource_bundle_accessor.swift
[169/173] Compiling RxRelay Observable+Bind.swift
[170/173] Compiling RxRelay PublishRelay.swift
[171/173] Compiling RxRelay ReplayRelay.swift
[172/173] Compiling RxRelay BehaviorRelay.swift
[173/173] Emitting module RxRelay
[175/259] Compiling RxCocoa UIButton+Rx.swift
[176/259] Compiling RxCocoa UICollectionView+Rx.swift
[177/259] Compiling RxCocoa UIControl+Rx.swift
[178/259] Compiling RxCocoa UIDatePicker+Rx.swift
[179/259] Compiling RxCocoa UIGestureRecognizer+Rx.swift
[180/259] Compiling RxCocoa UINavigationController+Rx.swift
[181/259] Compiling RxCocoa UIPickerView+Rx.swift
[182/259] Compiling RxCocoa UIRefreshControl+Rx.swift
[183/259] Compiling RxCocoa UIScrollView+Rx.swift
[184/259] Compiling RxCocoa UISearchBar+Rx.swift
[185/259] Compiling RxCocoa UISearchController+Rx.swift
[186/259] Compiling RxCocoa UISegmentedControl+Rx.swift
[187/270] Compiling RxCocoa RxCollectionViewDataSourcePrefetchingProxy.swift
[188/270] Compiling RxCocoa RxCollectionViewDataSourceProxy.swift
[189/270] Compiling RxCocoa RxCollectionViewDataSourceType.swift
[190/270] Compiling RxCocoa RxCollectionViewDelegateProxy.swift
[191/270] Compiling RxCocoa RxCollectionViewReactiveArrayDataSource.swift
[192/270] Compiling RxCocoa RxNavigationControllerDelegateProxy.swift
[193/270] Compiling RxCocoa RxPickerViewAdapter.swift
[194/270] Compiling RxCocoa RxPickerViewDataSourceProxy.swift
[195/270] Compiling RxCocoa RxPickerViewDataSourceType.swift
[196/270] Compiling RxCocoa RxPickerViewDelegateProxy.swift
[197/270] Compiling RxCocoa RxScrollViewDelegateProxy.swift
[198/270] Compiling RxCocoa RxSearchBarDelegateProxy.swift
[199/270] Compiling RxCocoa NSTextField+Rx.swift
[200/270] Compiling RxCocoa NSTextStorage+Rx.swift
[201/270] Compiling RxCocoa NSTextView+Rx.swift
[202/270] Compiling RxCocoa NSView+Rx.swift
[203/270] Compiling RxCocoa NotificationCenter+Rx.swift
[204/270] Compiling RxCocoa Observable+Bind.swift
[205/270] Compiling RxCocoa ObservableConvertibleType+Driver.swift
[206/270] Compiling RxCocoa ObservableConvertibleType+SharedSequence.swift
[207/270] Compiling RxCocoa ObservableConvertibleType+Signal.swift
[208/270] Compiling RxCocoa PublishRelay+Signal.swift
[209/270] Compiling RxCocoa RxCocoa.swift
[210/270] Compiling RxCocoa RxCocoaObjCRuntimeError+Extensions.swift
[211/270] Emitting module RxCocoa
[212/270] Compiling RxCocoa Infallible+Bind.swift
[213/270] Compiling RxCocoa Infallible+Driver.swift
[214/270] Compiling RxCocoa ItemEvents.swift
[215/270] Compiling RxCocoa KVORepresentable+CoreGraphics.swift
[216/270] Compiling RxCocoa KVORepresentable+Swift.swift
[217/270] Compiling RxCocoa KVORepresentable.swift
[218/270] Compiling RxCocoa NSButton+Rx.swift
[219/270] Compiling RxCocoa NSControl+Rx.swift
[220/270] Compiling RxCocoa NSObject+Rx+KVORepresentable.swift
[221/270] Compiling RxCocoa NSObject+Rx+RawRepresentable.swift
[222/270] Compiling RxCocoa NSObject+Rx.swift
[223/270] Compiling RxCocoa NSSlider+Rx.swift
[224/270] Compiling RxCocoa BehaviorRelay+Driver.swift
[225/270] Compiling RxCocoa ControlEvent+Driver.swift
[226/270] Compiling RxCocoa ControlEvent+Signal.swift
[227/270] Compiling RxCocoa ControlEvent.swift
[228/270] Compiling RxCocoa ControlProperty+Driver.swift
[229/270] Compiling RxCocoa ControlProperty.swift
[230/270] Compiling RxCocoa ControlTarget.swift
[231/270] Compiling RxCocoa DelegateProxy.swift
[232/270] Compiling RxCocoa DelegateProxyType.swift
[233/270] Compiling RxCocoa DispatchQueue+Extensions.swift
[234/270] Compiling RxCocoa Driver+Subscription.swift
[235/270] Compiling RxCocoa Driver.swift
[236/270] Compiling RxCocoa UISlider+Rx.swift
[237/270] Compiling RxCocoa UIStepper+Rx.swift
[238/270] Compiling RxCocoa UISwitch+Rx.swift
[239/270] Compiling RxCocoa UITabBar+Rx.swift
[240/270] Compiling RxCocoa UITabBarController+Rx.swift
[241/270] Compiling RxCocoa UITableView+Rx.swift
[242/270] Compiling RxCocoa UITextField+Rx.swift
[243/270] Compiling RxCocoa UITextView+Rx.swift
[244/270] Compiling RxCocoa URLSession+Rx.swift
[245/270] Compiling RxCocoa WKWebView+Rx.swift
[246/270] Compiling RxCocoa resource_bundle_accessor.swift
[247/270] Compiling RxCocoa RxSearchControllerDelegateProxy.swift
[248/270] Compiling RxCocoa RxTabBarControllerDelegateProxy.swift
[249/270] Compiling RxCocoa RxTabBarDelegateProxy.swift
[250/270] Compiling RxCocoa RxTableViewDataSourcePrefetchingProxy.swift
[251/270] Compiling RxCocoa RxTableViewDataSourceProxy.swift
[252/270] Compiling RxCocoa RxTableViewDataSourceType.swift
[253/270] Compiling RxCocoa RxTableViewDelegateProxy.swift
[254/270] Compiling RxCocoa RxTableViewReactiveArrayDataSource.swift
[255/270] Compiling RxCocoa RxTarget.swift
[256/270] Compiling RxCocoa RxTextStorageDelegateProxy.swift
[257/270] Compiling RxCocoa RxTextViewDelegateProxy.swift
[258/270] Compiling RxCocoa RxWKNavigationDelegateProxy.swift
[259/270] Compiling RxCocoa SchedulerType+SharedSequence.swift
[260/270] Compiling RxCocoa SectionedViewDataSourceType.swift
[261/270] Compiling RxCocoa SharedSequence+Concurrency.swift
[262/270] Compiling RxCocoa SharedSequence+Operators+arity.swift
[263/270] Compiling RxCocoa SharedSequence+Operators.swift
[264/270] Compiling RxCocoa SharedSequence.swift
[265/270] Compiling RxCocoa Signal+Subscription.swift
[266/270] Compiling RxCocoa Signal.swift
[267/270] Compiling RxCocoa TextInput.swift
[268/270] Compiling RxCocoa UIActivityIndicatorView+Rx.swift
[269/270] Compiling RxCocoa UIApplication+Rx.swift
[270/270] Compiling RxCocoa UIBarButtonItem+Rx.swift
[272/290] Emitting module DrX
[273/292] Compiling DrX Observable+Bool.swift
[274/292] Compiling DrX Observable+KeyPath.swift
[275/292] Compiling DrX DrX+UIPreviewing.swift
[276/292] Compiling DrX DrX+UITableView.swift
[277/292] Compiling DrX DrXCollectionReusableView.swift
[278/292] Compiling DrX DrXTableViewHeaderFooterView.swift
/host/spi-builder-workspace/DrX/Sources/Core/Disposable.swift:12:22: error: cannot find 'objc_getAssociatedObject' in scope
10 |     /// - Parameter object: the object to which this disposable's lifetime is tethered.
11 |     func withLifetime(of object: AnyObject) {
12 |         if let bag = objc_getAssociatedObject(object, &disposableKey) as? DisposeBag {
   |                      `- error: cannot find 'objc_getAssociatedObject' in scope
13 |             bag.insert(self)
14 |             return
/host/spi-builder-workspace/DrX/Sources/Core/Disposable.swift:18:9: error: cannot find 'objc_setAssociatedObject' in scope
16 |         let bag = DisposeBag()
17 |         bag.insert(self)
18 |         objc_setAssociatedObject(object, &disposableKey, bag, .OBJC_ASSOCIATION_RETAIN_NONATOMIC)
   |         `- error: cannot find 'objc_setAssociatedObject' in scope
19 |     }
20 |
/host/spi-builder-workspace/DrX/Sources/Core/Disposable.swift:18:64: error: cannot infer contextual base in reference to member 'OBJC_ASSOCIATION_RETAIN_NONATOMIC'
16 |         let bag = DisposeBag()
17 |         bag.insert(self)
18 |         objc_setAssociatedObject(object, &disposableKey, bag, .OBJC_ASSOCIATION_RETAIN_NONATOMIC)
   |                                                                `- error: cannot infer contextual base in reference to member 'OBJC_ASSOCIATION_RETAIN_NONATOMIC'
19 |     }
20 |
[279/292] Compiling DrX Covariance.swift
/host/spi-builder-workspace/DrX/Sources/Core/Disposable.swift:12:22: error: cannot find 'objc_getAssociatedObject' in scope
10 |     /// - Parameter object: the object to which this disposable's lifetime is tethered.
11 |     func withLifetime(of object: AnyObject) {
12 |         if let bag = objc_getAssociatedObject(object, &disposableKey) as? DisposeBag {
   |                      `- error: cannot find 'objc_getAssociatedObject' in scope
13 |             bag.insert(self)
14 |             return
/host/spi-builder-workspace/DrX/Sources/Core/Disposable.swift:18:9: error: cannot find 'objc_setAssociatedObject' in scope
16 |         let bag = DisposeBag()
17 |         bag.insert(self)
18 |         objc_setAssociatedObject(object, &disposableKey, bag, .OBJC_ASSOCIATION_RETAIN_NONATOMIC)
   |         `- error: cannot find 'objc_setAssociatedObject' in scope
19 |     }
20 |
/host/spi-builder-workspace/DrX/Sources/Core/Disposable.swift:18:64: error: cannot infer contextual base in reference to member 'OBJC_ASSOCIATION_RETAIN_NONATOMIC'
16 |         let bag = DisposeBag()
17 |         bag.insert(self)
18 |         objc_setAssociatedObject(object, &disposableKey, bag, .OBJC_ASSOCIATION_RETAIN_NONATOMIC)
   |                                                                `- error: cannot infer contextual base in reference to member 'OBJC_ASSOCIATION_RETAIN_NONATOMIC'
19 |     }
20 |
[280/292] Compiling DrX Disposable.swift
/host/spi-builder-workspace/DrX/Sources/Core/Disposable.swift:12:22: error: cannot find 'objc_getAssociatedObject' in scope
10 |     /// - Parameter object: the object to which this disposable's lifetime is tethered.
11 |     func withLifetime(of object: AnyObject) {
12 |         if let bag = objc_getAssociatedObject(object, &disposableKey) as? DisposeBag {
   |                      `- error: cannot find 'objc_getAssociatedObject' in scope
13 |             bag.insert(self)
14 |             return
/host/spi-builder-workspace/DrX/Sources/Core/Disposable.swift:18:9: error: cannot find 'objc_setAssociatedObject' in scope
16 |         let bag = DisposeBag()
17 |         bag.insert(self)
18 |         objc_setAssociatedObject(object, &disposableKey, bag, .OBJC_ASSOCIATION_RETAIN_NONATOMIC)
   |         `- error: cannot find 'objc_setAssociatedObject' in scope
19 |     }
20 |
/host/spi-builder-workspace/DrX/Sources/Core/Disposable.swift:18:64: error: cannot infer contextual base in reference to member 'OBJC_ASSOCIATION_RETAIN_NONATOMIC'
16 |         let bag = DisposeBag()
17 |         bag.insert(self)
18 |         objc_setAssociatedObject(object, &disposableKey, bag, .OBJC_ASSOCIATION_RETAIN_NONATOMIC)
   |                                                                `- error: cannot infer contextual base in reference to member 'OBJC_ASSOCIATION_RETAIN_NONATOMIC'
19 |     }
20 |
[281/292] Compiling DrX Replace.swift
[282/292] Compiling DrX Zip.swift
[283/292] Compiling DrX ObservableType+Relay.swift
[284/292] Compiling DrX Optional.swift
[285/292] Compiling DrX AnyRelay.swift
[286/292] Compiling DrX RelayType.swift
[287/292] Compiling DrX Do.swift
[288/292] Compiling DrX DrXNamespace.swift
[289/292] Compiling DrX EraseElements.swift
[290/292] Compiling DrX DrXCollectionViewCell.swift
[291/292] Compiling DrX DrXReuse.swift
[292/292] Compiling DrX DrXTableViewCell.swift
BUILD FAILURE 6.1 linux