The Swift Package Index logo.Swift Package Index

Build Information

Successful build of RxRealm with Swift 5.10 for macOS (SPM).

Build Command

env DEVELOPER_DIR=/Applications/Xcode-15.3.0.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.31.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/RxSwiftCommunity/RxRealm.git
Reference: v5.0.7
Initialized empty Git repository in /Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/RxSwiftCommunity/RxRealm
 * tag               v5.0.7     -> FETCH_HEAD
HEAD is now at 607bbee Merge pull request #209 from markusfi/main
Cloned https://github.com/RxSwiftCommunity/RxRealm.git
Revision (git rev-parse @):
607bbee57d664dfa762c87e4917c7d98cdb05e2f
SUCCESS checkout https://github.com/RxSwiftCommunity/RxRealm.git at v5.0.7
Fetching https://github.com/realm/realm-core from cache
Fetching https://github.com/realm/realm-cocoa.git from cache
Fetching https://github.com/realm/realm-swift.git from cache
Fetching https://github.com/ReactiveX/RxSwift.git from cache
Fetched https://github.com/ReactiveX/RxSwift.git from cache (0.52s)
Fetched https://github.com/realm/realm-cocoa.git from cache (0.56s)
Fetched https://github.com/realm/realm-swift.git from cache (0.60s)
Computing version for https://github.com/ReactiveX/RxSwift.git
Fetched https://github.com/realm/realm-core from cache (0.73s)
Computed https://github.com/ReactiveX/RxSwift.git at 6.5.0 (0.61s)
Computing version for https://github.com/realm/realm-swift.git
Computed https://github.com/realm/realm-swift.git at 10.48.0 (0.87s)
Computing version for https://github.com/realm/realm-core.git
Computed https://github.com/realm/realm-core.git at 13.26.0 (0.94s)
warning: /Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/repositories/RxSwift-25ac69bd is not valid git repository for 'https://github.com/ReactiveX/RxSwift.git', will fetch again.
Fetching https://github.com/ReactiveX/RxSwift.git from cache
Fetched https://github.com/ReactiveX/RxSwift.git from cache (0.02s)
warning: /Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/repositories/RxSwift-25ac69bd is not valid git repository for 'https://github.com/ReactiveX/RxSwift.git', will fetch again.
Fetching https://github.com/ReactiveX/RxSwift.git from cache
Fetched https://github.com/ReactiveX/RxSwift.git from cache (0.02s)
Creating working copy for https://github.com/ReactiveX/RxSwift.git
Working copy of https://github.com/ReactiveX/RxSwift.git resolved at 6.5.0
Creating working copy for https://github.com/realm/realm-swift.git
Working copy of https://github.com/realm/realm-swift.git resolved at 10.48.0
warning: /Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/repositories/realm-core-40f4ac5a is not valid git repository for 'https://github.com/realm/realm-core', will fetch again.
Fetching https://github.com/realm/realm-core from cache
Fetched https://github.com/realm/realm-core from cache (0.16s)
warning: /Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/repositories/realm-core-40f4ac5a is not valid git repository for 'https://github.com/realm/realm-core', will fetch again.
Fetching https://github.com/realm/realm-core from cache
Fetched https://github.com/realm/realm-core from cache (0.37s)
Creating working copy for https://github.com/realm/realm-core
Working copy of https://github.com/realm/realm-core resolved at 13.26.0
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "dependencies": [
    {
      "identity": "rxrealm",
      "name": "RxRealm",
      "url": "https://github.com/RxSwiftCommunity/RxRealm.git",
      "version": "unspecified",
      "path": "/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/RxRealm",
      "dependencies": [
        {
          "identity": "realm-swift",
          "name": "Realm",
          "url": "https://github.com/realm/realm-swift.git",
          "version": "10.48.0",
          "path": "/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/realm-swift",
          "dependencies": [
            {
              "identity": "realm-core",
              "name": "RealmDatabase",
              "url": "https://github.com/realm/realm-core.git",
              "version": "13.26.0",
              "path": "/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/realm-core",
              "dependencies": [
              ]
            }
          ]
        },
        {
          "identity": "rxswift",
          "name": "RxSwift",
          "url": "https://github.com/ReactiveX/RxSwift.git",
          "version": "6.6.0",
          "path": "/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/RxSwift",
          "dependencies": [
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/RxSwiftCommunity/RxRealm.git
[1/2345] Fetching rxrealm
Fetched https://github.com/RxSwiftCommunity/RxRealm.git from cache (2.19s)
Fetching https://github.com/realm/realm-swift.git from cache
Fetching https://github.com/ReactiveX/RxSwift.git from cache
Fetched https://github.com/ReactiveX/RxSwift.git from cache (0.27s)
Fetched https://github.com/realm/realm-swift.git from cache (0.57s)
Computing version for https://github.com/ReactiveX/RxSwift.git
Computed https://github.com/ReactiveX/RxSwift.git at 6.6.0 (0.06s)
Computing version for https://github.com/realm/realm-swift.git
Computed https://github.com/realm/realm-swift.git at 10.48.0 (0.05s)
Fetching https://github.com/realm/realm-core.git from cache
Fetched https://github.com/realm/realm-core.git from cache (0.71s)
Computing version for https://github.com/realm/realm-core.git
Computed https://github.com/realm/realm-core.git at 13.26.0 (0.03s)
warning: /Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/repositories/RxSwift-25ac69bd is not valid git repository for 'https://github.com/ReactiveX/RxSwift.git', will fetch again.
Fetching https://github.com/ReactiveX/RxSwift.git from cache
Fetched https://github.com/ReactiveX/RxSwift.git from cache (0.02s)
warning: /Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/repositories/RxSwift-25ac69bd is not valid git repository for 'https://github.com/ReactiveX/RxSwift.git', will fetch again.
Fetching https://github.com/ReactiveX/RxSwift.git from cache
Fetched https://github.com/ReactiveX/RxSwift.git from cache (0.02s)
Creating working copy for https://github.com/ReactiveX/RxSwift.git
Working copy of https://github.com/ReactiveX/RxSwift.git resolved at 6.6.0
Creating working copy for https://github.com/realm/realm-core.git
Working copy of https://github.com/realm/realm-core.git resolved at 13.26.0
Creating working copy for https://github.com/realm/realm-swift.git
Working copy of https://github.com/realm/realm-swift.git resolved at 10.48.0
Creating working copy for https://github.com/RxSwiftCommunity/RxRealm.git
Working copy of https://github.com/RxSwiftCommunity/RxRealm.git resolved at v5.0.7 (607bbee)
warning: '.resolve-product-dependencies': dependency 'rxrealm' is not used by any target
Found 2 product dependencies
  - Realm
  - RxSwift
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.10
Building package at path:  $workDir
https://github.com/RxSwiftCommunity/RxRealm.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.3.0.app xcrun swift build --arch arm64
Building for debugging...
[0/79] Write sources
[5/79] Copying PrivacyInfo.xcprivacy
[7/79] Write swift-version-6044DDE57671499D.txt
[8/79] Compiling Realm resource_bundle_accessor.m
[9/220] Compiling RLMUUID.mm
[10/220] Compiling RLMUpdateChecker.mm
[11/220] Compiling RLMValue.mm
[12/220] Compiling RLMUpdateResult.mm
[13/220] Compiling RLMUserAPIKey.mm
[15/220] Emitting module RxSwift
[15/240] Compiling RLMUtil.mm
[16/240] Compiling RLMThreadSafeReference.mm
[17/240] Compiling RLMUser.mm
[18/240] Compiling RLMSwiftSupport.m
[20/240] Compiling RxSwift HistoricalScheduler.swift
[21/240] Compiling RxSwift HistoricalSchedulerTimeConverter.swift
[22/240] Compiling RxSwift ImmediateSchedulerType.swift
[23/240] Compiling RxSwift Infallible+CombineLatest+arity.swift
[24/240] Compiling RxSwift Infallible+Concurrency.swift
[25/240] Compiling RxSwift Infallible+Create.swift
[26/240] Compiling RxSwift Infallible+Operators.swift
[27/240] Compiling RxSwift Infallible+Zip+arity.swift
[28/240] Compiling RxSwift Infallible.swift
[29/240] Compiling RxSwift InfiniteSequence.swift
[30/240] Compiling RxSwift InvocableScheduledItem.swift
[31/240] Compiling RxSwift InvocableType.swift
[32/240] Compiling RxSwift Just.swift
[33/240] Compiling RxSwift Lock.swift
[34/240] Compiling RxSwift LockOwnerType.swift
[35/240] Compiling RxSwift MainScheduler.swift
[36/240] Compiling RxSwift Map.swift
[37/240] Compiling RxSwift Materialize.swift
[38/240] Compiling RxSwift Maybe.swift
[39/240] Compiling RxSwift Merge.swift
[40/240] Compiling RxSwift Dematerialize.swift
[41/240] Compiling RxSwift DispatchQueue+Extensions.swift
[42/240] Compiling RxSwift DispatchQueueConfiguration.swift
[43/240] Compiling RxSwift Disposable.swift
[44/240] Compiling RxSwift Disposables.swift
[45/240] Compiling RxSwift DisposeBag.swift
[46/240] Compiling RxSwift DisposeBase.swift
[47/240] Compiling RxSwift DistinctUntilChanged.swift
[48/240] Compiling RxSwift Do.swift
[49/240] Compiling RxSwift ElementAt.swift
[50/240] Compiling RxSwift Empty.swift
[51/240] Compiling RxSwift Enumerated.swift
[52/240] Compiling RxSwift Error.swift
[53/240] Compiling RxSwift Errors.swift
[54/240] Compiling RxSwift Event.swift
[55/240] Compiling RxSwift Filter.swift
[56/240] Compiling RxSwift First.swift
[57/240] Compiling RxSwift Generate.swift
[58/240] Compiling RxSwift GroupBy.swift
[59/240] Compiling RxSwift GroupedObservable.swift
[60/240] Compiling RxSwift Multicast.swift
[61/240] Compiling RxSwift Never.swift
[62/240] Compiling RxSwift NopDisposable.swift
[63/240] Compiling RxSwift Observable+Concurrency.swift
[64/240] Compiling RxSwift Observable.swift
[65/240] Compiling RxSwift ObservableConvertibleType+Infallible.swift
[66/240] Compiling RxSwift ObservableConvertibleType.swift
[67/240] Compiling RxSwift ObservableType+Extensions.swift
[68/240] Compiling RxSwift ObservableType+PrimitiveSequence.swift
[69/240] Compiling RxSwift ObservableType.swift
[70/240] Compiling RxSwift ObserveOn.swift
[71/240] Compiling RxSwift ObserverBase.swift
[72/240] Compiling RxSwift ObserverType.swift
[73/240] Compiling RxSwift OperationQueueScheduler.swift
[74/240] Compiling RxSwift Optional.swift
[75/240] Compiling RxSwift Platform.Darwin.swift
[76/240] Compiling RxSwift Platform.Linux.swift
[77/240] Compiling RxSwift PrimitiveSequence+Concurrency.swift
[78/240] Compiling RxSwift PrimitiveSequence+Zip+arity.swift
[79/240] Compiling RxSwift PrimitiveSequence.swift
[80/240] Compiling RxSwift AddRef.swift
[81/240] Compiling RxSwift Amb.swift
[82/240] Compiling RxSwift AnonymousDisposable.swift
[83/240] Compiling RxSwift AnonymousObserver.swift
[84/240] Compiling RxSwift AnyObserver.swift
[85/240] Compiling RxSwift AsMaybe.swift
[86/240] Compiling RxSwift AsSingle.swift
[87/240] Compiling RxSwift AsyncLock.swift
[88/240] Compiling RxSwift AsyncSubject.swift
[89/240] Compiling RxSwift AtomicInt.swift
[90/240] Compiling RxSwift Bag+Rx.swift
[91/240] Compiling RxSwift Bag.swift
[92/240] Compiling RxSwift BehaviorSubject.swift
[93/240] Compiling RxSwift BinaryDisposable.swift
[94/240] Compiling RxSwift Binder.swift
[95/240] Compiling RxSwift BooleanDisposable.swift
[96/240] Compiling RxSwift Buffer.swift
[97/240] Compiling RxSwift Cancelable.swift
[98/240] Compiling RxSwift Catch.swift
[99/240] Compiling RxSwift CombineLatest+Collection.swift
[100/240] Compiling RxSwift PriorityQueue.swift
[101/240] Compiling RxSwift Producer.swift
[102/240] Compiling RxSwift PublishSubject.swift
[103/240] Compiling RxSwift Queue.swift
[104/240] Compiling RxSwift Range.swift
[105/240] Compiling RxSwift Reactive.swift
[106/240] Compiling RxSwift RecursiveLock.swift
[107/240] Compiling RxSwift RecursiveScheduler.swift
[108/240] Compiling RxSwift Reduce.swift
[109/240] Compiling RxSwift RefCountDisposable.swift
[110/240] Compiling RxSwift Repeat.swift
[111/240] Compiling RxSwift ReplaySubject.swift
[112/240] Compiling RxSwift RetryWhen.swift
[113/240] Compiling RxSwift Rx.swift
[114/240] Compiling RxSwift RxMutableBox.swift
[115/240] Compiling RxSwift Sample.swift
[116/240] Compiling RxSwift Scan.swift
[117/240] Compiling RxSwift ScheduledDisposable.swift
[118/240] Compiling RxSwift ScheduledItem.swift
[119/240] Compiling RxSwift ScheduledItemType.swift
[120/240] Compiling RxSwift SchedulerServices+Emulation.swift
[121/240] Compiling RxSwift SchedulerType.swift
[122/240] Compiling RxSwift Sequence.swift
[123/240] Compiling RxSwift SerialDispatchQueueScheduler.swift
[124/240] Compiling RxSwift SerialDisposable.swift
[125/240] Compiling RxSwift ShareReplayScope.swift
[126/240] Compiling RxSwift Single.swift
[127/240] Compiling RxSwift SingleAssignmentDisposable.swift
[128/240] Compiling RxSwift SingleAsync.swift
[129/240] Compiling RxSwift Sink.swift
[130/240] Compiling RxSwift Skip.swift
[131/240] Compiling RxSwift SkipUntil.swift
[132/240] Compiling RxSwift SkipWhile.swift
[133/240] Compiling RxSwift StartWith.swift
[134/240] Compiling RxSwift SubjectType.swift
[135/240] Compiling RxSwift SubscribeOn.swift
[136/240] Compiling RxSwift SubscriptionDisposable.swift
[137/240] Compiling RxSwift SwiftSupport.swift
[138/240] Compiling RxSwift Switch.swift
[139/240] Compiling RxSwift SwitchIfEmpty.swift
[140/240] Compiling RxSwift CombineLatest+arity.swift
[141/240] Compiling RxSwift CombineLatest.swift
[142/240] Compiling RxSwift CompactMap.swift
[143/240] Compiling RxSwift Completable+AndThen.swift
[144/240] Compiling RxSwift Completable.swift
[145/240] Compiling RxSwift CompositeDisposable.swift
[146/240] Compiling RxSwift Concat.swift
[147/240] Compiling RxSwift ConcurrentDispatchQueueScheduler.swift
[148/240] Compiling RxSwift ConcurrentMainScheduler.swift
[149/240] Compiling RxSwift ConnectableObservableType.swift
[150/240] Compiling RxSwift Create.swift
[151/240] Compiling RxSwift CurrentThreadScheduler.swift
[152/240] Compiling RxSwift Date+Dispatch.swift
[153/240] Compiling RxSwift Debounce.swift
[154/240] Compiling RxSwift Debug.swift
[155/240] Compiling RxSwift Decode.swift
[156/240] Compiling RxSwift DefaultIfEmpty.swift
[157/240] Compiling RxSwift Deferred.swift
[158/240] Compiling RxSwift Delay.swift
[159/240] Compiling RxSwift DelaySubscription.swift
[159/240] Compiling RLMSyncUtil.mm
[160/240] Compiling RLMSyncSubscription.mm
[162/240] Compiling RxSwift SynchronizedDisposeType.swift
[163/240] Compiling RxSwift SynchronizedOnType.swift
[164/240] Compiling RxSwift SynchronizedUnsubscribeType.swift
[165/240] Compiling RxSwift TailRecursiveSink.swift
[166/240] Compiling RxSwift Take.swift
[167/240] Compiling RxSwift TakeLast.swift
[168/240] Compiling RxSwift TakeWithPredicate.swift
[169/240] Compiling RxSwift Throttle.swift
[170/240] Compiling RxSwift Timeout.swift
[171/240] Compiling RxSwift Timer.swift
[172/240] Compiling RxSwift ToArray.swift
[173/240] Compiling RxSwift Using.swift
[174/240] Compiling RxSwift VirtualTimeConverterType.swift
[175/240] Compiling RxSwift VirtualTimeScheduler.swift
[176/240] Compiling RxSwift Window.swift
[177/240] Compiling RxSwift WithLatestFrom.swift
[178/240] Compiling RxSwift WithUnretained.swift
[179/240] Compiling RxSwift Zip+Collection.swift
[180/240] Compiling RxSwift Zip+arity.swift
[181/240] Compiling RxSwift Zip.swift
[181/240] Compiling RLMSyncSession.mm
[183/246] Compiling RxRelay PublishRelay.swift
[184/246] Emitting module RxRelay
[185/246] Compiling RxRelay ReplayRelay.swift
[186/246] Compiling RxRelay Utils.swift
[187/246] Compiling RxRelay BehaviorRelay.swift
[188/246] Compiling RxRelay Observable+Bind.swift
[188/246] Compiling RLMSyncManager.mm
[189/246] Compiling RxCocoaRuntime _RXKVOObserver.m
[190/246] Compiling RxCocoaRuntime _RXDelegateProxy.m
[191/246] Compiling RxCocoaRuntime _RX.m
[192/246] Compiling RLMSwiftValueStorage.mm
[193/246] Compiling RxCocoaRuntime _RXObjCRuntime.m
[194/246] Compiling RLMSwiftCollectionBase.mm
[195/329] Compiling RLMSyncConfiguration.mm
[196/329] Compiling RLMSchema.mm
[197/329] Compiling RLMSet.mm
[198/329] Compiling RLMSectionedResults.mm
[199/329] Compiling RLMScheduler.mm
[201/329] Compiling RxCocoa RxTabBarControllerDelegateProxy.swift
[202/329] Compiling RxCocoa RxTabBarDelegateProxy.swift
[203/329] Compiling RxCocoa RxTableViewDataSourcePrefetchingProxy.swift
[204/329] Compiling RxCocoa RxTableViewDataSourceProxy.swift
[205/329] Compiling RxCocoa RxTableViewDataSourceType.swift
[206/329] Compiling RxCocoa RxTableViewDelegateProxy.swift
[207/329] Compiling RxCocoa RxTableViewReactiveArrayDataSource.swift
[208/329] Compiling RxCocoa RxTarget.swift
[209/329] Compiling RxCocoa RxTextStorageDelegateProxy.swift
[210/329] Compiling RxCocoa RxTextViewDelegateProxy.swift
[211/329] Compiling RxCocoa RxWKNavigationDelegateProxy.swift
[212/329] Compiling RxCocoa SchedulerType+SharedSequence.swift
[213/340] Compiling RxCocoa NSTextStorage+Rx.swift
[214/340] Compiling RxCocoa NSTextView+Rx.swift
[215/340] Compiling RxCocoa NSView+Rx.swift
[216/340] Compiling RxCocoa NotificationCenter+Rx.swift
[217/340] Compiling RxCocoa Observable+Bind.swift
[218/340] Compiling RxCocoa ObservableConvertibleType+Driver.swift
[219/340] Compiling RxCocoa ObservableConvertibleType+SharedSequence.swift
[220/340] Compiling RxCocoa ObservableConvertibleType+Signal.swift
[221/340] Compiling RxCocoa PublishRelay+Signal.swift
[222/340] Compiling RxCocoa RxCocoa.swift
[223/340] Compiling RxCocoa RxCocoaObjCRuntimeError+Extensions.swift
[224/340] Compiling RxCocoa RxCollectionViewDataSourcePrefetchingProxy.swift
[225/340] Emitting module RxCocoa
[226/340] Compiling RxCocoa Infallible+Bind.swift
[227/340] Compiling RxCocoa ItemEvents.swift
[228/340] Compiling RxCocoa KVORepresentable+CoreGraphics.swift
[229/340] Compiling RxCocoa KVORepresentable+Swift.swift
[230/340] Compiling RxCocoa KVORepresentable.swift
[231/340] Compiling RxCocoa NSButton+Rx.swift
[232/340] Compiling RxCocoa NSControl+Rx.swift
[233/340] Compiling RxCocoa NSObject+Rx+KVORepresentable.swift
[234/340] Compiling RxCocoa NSObject+Rx+RawRepresentable.swift
[235/340] Compiling RxCocoa NSObject+Rx.swift
[236/340] Compiling RxCocoa NSSlider+Rx.swift
[237/340] Compiling RxCocoa NSTextField+Rx.swift
[238/340] Compiling RxCocoa BehaviorRelay+Driver.swift
[239/340] Compiling RxCocoa ControlEvent+Driver.swift
[240/340] Compiling RxCocoa ControlEvent+Signal.swift
[241/340] Compiling RxCocoa ControlEvent.swift
[242/340] Compiling RxCocoa ControlProperty+Driver.swift
[243/340] Compiling RxCocoa ControlProperty.swift
[244/340] Compiling RxCocoa ControlTarget.swift
[245/340] Compiling RxCocoa DelegateProxy.swift
[246/340] Compiling RxCocoa DelegateProxyType.swift
[247/340] Compiling RxCocoa DispatchQueue+Extensions.swift
[248/340] Compiling RxCocoa Driver+Subscription.swift
[249/340] Compiling RxCocoa Driver.swift
[250/340] Compiling RxCocoa UIButton+Rx.swift
[251/340] Compiling RxCocoa UICollectionView+Rx.swift
[252/340] Compiling RxCocoa UIControl+Rx.swift
[253/340] Compiling RxCocoa UIDatePicker+Rx.swift
[254/340] Compiling RxCocoa UIGestureRecognizer+Rx.swift
[255/340] Compiling RxCocoa UINavigationController+Rx.swift
[256/340] Compiling RxCocoa UIPickerView+Rx.swift
[257/340] Compiling RxCocoa UIRefreshControl+Rx.swift
[258/340] Compiling RxCocoa UIScrollView+Rx.swift
[259/340] Compiling RxCocoa UISearchBar+Rx.swift
[260/340] Compiling RxCocoa UISearchController+Rx.swift
[261/340] Compiling RxCocoa RxCollectionViewDataSourceProxy.swift
[262/340] Compiling RxCocoa RxCollectionViewDataSourceType.swift
[263/340] Compiling RxCocoa RxCollectionViewDelegateProxy.swift
[264/340] Compiling RxCocoa RxCollectionViewReactiveArrayDataSource.swift
[265/340] Compiling RxCocoa RxNavigationControllerDelegateProxy.swift
[266/340] Compiling RxCocoa RxPickerViewAdapter.swift
[267/340] Compiling RxCocoa RxPickerViewDataSourceProxy.swift
[268/340] Compiling RxCocoa RxPickerViewDataSourceType.swift
[269/340] Compiling RxCocoa RxPickerViewDelegateProxy.swift
[270/340] Compiling RxCocoa RxScrollViewDelegateProxy.swift
[271/340] Compiling RxCocoa RxSearchBarDelegateProxy.swift
[272/340] Compiling RxCocoa RxSearchControllerDelegateProxy.swift
[273/340] Compiling RxCocoa SectionedViewDataSourceType.swift
[274/340] Compiling RxCocoa SharedSequence+Concurrency.swift
[275/340] Compiling RxCocoa SharedSequence+Operators+arity.swift
[276/340] Compiling RxCocoa SharedSequence+Operators.swift
[277/340] Compiling RxCocoa SharedSequence.swift
[278/340] Compiling RxCocoa Signal+Subscription.swift
[279/340] Compiling RxCocoa Signal.swift
[280/340] Compiling RxCocoa TextInput.swift
[281/340] Compiling RxCocoa UIActivityIndicatorView+Rx.swift
[282/340] Compiling RxCocoa UIApplication+Rx.swift
[283/340] Compiling RxCocoa UIBarButtonItem+Rx.swift
[284/340] Compiling RxCocoa UISegmentedControl+Rx.swift
[285/340] Compiling RxCocoa UISlider+Rx.swift
[286/340] Compiling RxCocoa UIStepper+Rx.swift
[287/340] Compiling RxCocoa UISwitch+Rx.swift
[288/340] Compiling RxCocoa UITabBar+Rx.swift
[289/340] Compiling RxCocoa UITabBarController+Rx.swift
[290/340] Compiling RxCocoa UITableView+Rx.swift
[291/340] Compiling RxCocoa UITextField+Rx.swift
[292/340] Compiling RxCocoa UITextView+Rx.swift
[293/340] Compiling RxCocoa URLSession+Rx.swift
[294/340] Compiling RxCocoa WKWebView+Rx.swift
[294/340] Compiling RLMRealmUtil.mm
[295/340] Compiling RLMResults.mm
[296/340] Compiling RLMRealmConfiguration.mm
[297/340] Compiling RLMRealm+Sync.mm
[298/340] Compiling RLMPushClient.mm
[299/340] Compiling RLMPredicateUtil.mm
[300/340] Compiling RLMRealm.mm
[301/340] Compiling RLMProviderClient.mm
[302/340] Compiling RLMProperty.mm
[303/340] Compiling RLMObjectSchema.mm
[304/340] Compiling RLMObjectId.mm
[305/340] Compiling RLMObject.mm
[306/340] Compiling RLMObjectStore.mm
[307/340] Compiling RLMObservation.mm
[308/340] Compiling RLMObjectBase.mm
[309/340] Compiling RLMMongoClient.mm
[310/340] Compiling RLMNetworkTransport.mm
[311/340] Compiling RLMMongoCollection.mm
[312/340] Compiling RLMMigration.mm
[313/340] Compiling RLMQueryUtil.mm
[314/340] Compiling RLMManagedSet.mm
[315/340] Compiling RLMManagedDictionary.mm
[316/340] Compiling RLMLogger.mm
[317/340] Compiling RLMGeospatial.mm
[318/340] Compiling RLMFindOptions.mm
[319/340] Compiling RLMManagedArray.mm
[320/340] Compiling RLMFindOneAndModifyOptions.mm
[321/340] Compiling RLMConstants.m
[322/340] Compiling RLMEmbeddedObject.mm
[323/340] Compiling RLMEmailPasswordAuth.mm
[324/340] Compiling RLMError.mm
[325/340] Compiling RLMDecimal128.mm
[326/340] Compiling RLMCredentials.mm
[327/340] Compiling RLMDictionary.mm
[328/340] Compiling RLMEvent.mm
[329/340] Compiling RLMBSON.mm
[330/340] Compiling RLMAsymmetricObject.mm
[331/340] Compiling RLMCollection.mm
[332/340] Compiling NSError+RLMSync.m
[333/340] Compiling RLMClassInfo.mm
[334/340] Compiling RLMAsyncTask.mm
[335/340] Compiling RLMAnalytics.mm
[336/340] Compiling RLMArray.mm
[337/340] Compiling RLMAPIKeyAuth.mm
[338/340] Compiling RLMApp.mm
[339/340] Compiling RLMAccessor.mm
[341/389] Compiling RealmSwift Decimal128.swift
[342/389] Compiling RealmSwift EmbeddedObject.swift
[343/389] Compiling RealmSwift Error.swift
[344/389] Compiling RealmSwift Events.swift
[345/389] Compiling RealmSwift Geospatial.swift
[346/389] Compiling RealmSwift BasicTypes.swift
[347/389] Compiling RealmSwift CollectionAccess.swift
[348/395] Compiling RealmSwift ObjectId.swift
[349/395] Compiling RealmSwift ObjectSchema.swift
[350/395] Compiling RealmSwift ObjectiveCSupport+AnyRealmValue.swift
[351/395] Compiling RealmSwift ObjectiveCSupport+BSON.swift
[352/395] Compiling RealmSwift ObjectiveCSupport+Sync.swift
[353/395] Compiling RealmSwift ObjectiveCSupport.swift
[354/395] Compiling RealmSwift Optional.swift
[355/395] Emitting module RealmSwift
[356/395] Compiling RealmSwift LinkingObjects.swift
[357/395] Compiling RealmSwift List.swift
[358/395] Compiling RealmSwift Map.swift
[359/395] Compiling RealmSwift Migration.swift
[360/395] Compiling RealmSwift MongoClient.swift
[361/395] Compiling RealmSwift MutableSet.swift
[362/395] Compiling RealmSwift Object.swift
[363/395] Compiling RealmSwift ComplexTypes.swift
[364/395] Compiling RealmSwift KeyPathStrings.swift
[365/395] Compiling RealmSwift ObjcBridgeable.swift
[366/395] Compiling RealmSwift Persistable.swift
[367/395] Compiling RealmSwift PropertyAccessors.swift
[368/395] Compiling RealmSwift RealmCollectionImpl.swift
[369/395] Compiling RealmSwift SchemaDiscovery.swift
[370/395] Compiling RealmSwift RealmKeyedCollection.swift
[371/395] Compiling RealmSwift RealmProperty.swift
[372/395] Compiling RealmSwift Results.swift
[373/395] Compiling RealmSwift Schema.swift
[374/395] Compiling RealmSwift SectionedResults.swift
[375/395] Compiling RealmSwift SortDescriptor.swift
[376/395] Compiling RealmSwift PersistedProperty.swift
[377/395] Compiling RealmSwift Projection.swift
[378/395] Compiling RealmSwift Property.swift
[379/395] Compiling RealmSwift Query.swift
[380/395] Compiling RealmSwift Realm.swift
[381/395] Compiling RealmSwift RealmCollection.swift
[382/395] Compiling RealmSwift RealmConfiguration.swift
[383/395] Compiling RealmSwift Aliases.swift
[384/395] Compiling RealmSwift AnyRealmValue.swift
[385/395] Compiling RealmSwift App.swift
[386/395] Compiling RealmSwift AsymmetricObject.swift
[387/395] Compiling RealmSwift BSON.swift
[388/395] Compiling RealmSwift Combine.swift
[389/395] Compiling RealmSwift CustomPersistable.swift
[390/395] Compiling RealmSwift SwiftUI.swift
[391/395] Compiling RealmSwift Sync.swift
[392/395] Compiling RealmSwift SyncSubscription.swift
[393/395] Compiling RealmSwift ThreadSafeReference.swift
[394/395] Compiling RealmSwift Util.swift
[395/395] Compiling RealmSwift resource_bundle_accessor.swift
[396/398] Emitting module RxRealm
[397/398] Compiling RxRealm RxRealm.swift
[398/398] Compiling RxRealm RealmObserver.swift
Build complete! (105.33s)
Build complete.
Done.

Build Machine: Mac 7