The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Failed to build RxNetService, reference 0.2.4 (1c9298), with Swift 6.1 for Linux on 26 Apr 2025 10:21:23 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/katoemba/rxnetservice.git
Reference: 0.2.4
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/katoemba/rxnetservice
 * tag               0.2.4      -> FETCH_HEAD
HEAD is now at 1c9298e Extend NetService to return first ip4 and ip6 address.
Cloned https://github.com/katoemba/rxnetservice.git
Revision (git rev-parse @):
1c9298e859ef0a79d6304bed3ca8a195e6a53dd0
SUCCESS checkout https://github.com/katoemba/rxnetservice.git at 0.2.4
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.1
Building package at path:  $PWD
https://github.com/katoemba/rxnetservice.git
https://github.com/katoemba/rxnetservice.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"
    }
  ],
  "manifest_display_name" : "RxNetService",
  "name" : "RxNetService",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.11"
    },
    {
      "name" : "ios",
      "version" : "9.0"
    },
    {
      "name" : "tvos",
      "version" : "9.0"
    },
    {
      "name" : "watchos",
      "version" : "3.0"
    }
  ],
  "products" : [
    {
      "name" : "RxNetService",
      "targets" : [
        "RxNetService"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "RxNetServiceTests",
      "module_type" : "SwiftTarget",
      "name" : "RxNetServiceTests",
      "path" : "Tests/RxNetServiceTests",
      "sources" : [
        "Tests.swift"
      ],
      "target_dependencies" : [
        "RxNetService"
      ],
      "type" : "test"
    },
    {
      "c99name" : "RxNetService",
      "module_type" : "SwiftTarget",
      "name" : "RxNetService",
      "path" : "Sources/RxNetService",
      "product_dependencies" : [
        "RxSwift",
        "RxCocoa"
      ],
      "product_memberships" : [
        "RxNetService"
      ],
      "sources" : [
        "NetService+Rx.swift",
        "NetServiceBrowser+Rx.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/ReactiveX/RxSwift.git
[1/52676] Fetching rxswift
Fetched https://github.com/ReactiveX/RxSwift.git from cache (4.87s)
Computing version for https://github.com/ReactiveX/RxSwift.git
Computed https://github.com/ReactiveX/RxSwift.git at 6.9.0 (5.45s)
Creating working copy for https://github.com/ReactiveX/RxSwift.git
Working copy of https://github.com/ReactiveX/RxSwift.git resolved at 6.9.0
Building for debugging...
[0/8] Write sources
[0/8] Copying PrivacyInfo.xcprivacy
[1/8] Write sources
[1/8] Copying PrivacyInfo.xcprivacy
[5/8] Write sources
[7/8] Write swift-version-24593BA9C3E375BF.txt
[9/152] Compiling RxSwift AddRef.swift
[10/152] Compiling RxSwift Amb.swift
[11/152] Compiling RxSwift AnonymousDisposable.swift
[12/152] Compiling RxSwift AnonymousObserver.swift
[13/152] Compiling RxSwift AnyObserver.swift
[14/152] Compiling RxSwift AsMaybe.swift
[15/152] Compiling RxSwift AsSingle.swift
[16/152] Compiling RxSwift AsyncLock.swift
[17/152] Compiling RxSwift AsyncSubject.swift
[18/152] Compiling RxSwift AtomicInt.swift
[19/152] Compiling RxSwift Bag+Rx.swift
[20/152] Compiling RxSwift Bag.swift
[21/152] Compiling RxSwift BehaviorSubject.swift
[22/152] Compiling RxSwift BinaryDisposable.swift
[23/152] Compiling RxSwift Binder.swift
[24/152] Compiling RxSwift BooleanDisposable.swift
[25/152] Compiling RxSwift Buffer.swift
[26/152] Compiling RxSwift Cancelable.swift
[27/152] Compiling RxSwift Catch.swift
[28/152] Compiling RxSwift CombineLatest+Collection.swift
[29/152] Compiling RxSwift CombineLatest+arity.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 Never.swift
[52/172] Compiling RxSwift NopDisposable.swift
[53/172] Compiling RxSwift Observable+Concurrency.swift
[54/172] Compiling RxSwift Observable.swift
[55/172] Compiling RxSwift ObservableConvertibleType+Infallible.swift
[56/172] Compiling RxSwift ObservableConvertibleType.swift
[57/172] Compiling RxSwift ObservableType+Extensions.swift
[58/172] Compiling RxSwift ObservableType+PrimitiveSequence.swift
[59/172] Compiling RxSwift ObservableType.swift
[60/172] Compiling RxSwift ObserveOn.swift
[61/172] Compiling RxSwift ObserverBase.swift
[62/172] Compiling RxSwift ObserverType.swift
[63/172] Compiling RxSwift OperationQueueScheduler.swift
[64/172] Compiling RxSwift Optional.swift
[65/172] Compiling RxSwift Platform.Darwin.swift
[66/172] Compiling RxSwift Platform.Linux.swift
[67/172] Compiling RxSwift PrimitiveSequence+Concurrency.swift
[68/172] Compiling RxSwift PrimitiveSequence+Zip+arity.swift
[69/172] Compiling RxSwift PrimitiveSequence.swift
[70/172] Compiling RxSwift PriorityQueue.swift
[71/172] Compiling RxSwift Infallible+CombineLatest+Collection.swift
[72/172] Compiling RxSwift Infallible+CombineLatest+arity.swift
[73/172] Compiling RxSwift Infallible+Concurrency.swift
[74/172] Compiling RxSwift Infallible+Create.swift
[75/172] Compiling RxSwift Infallible+Debug.swift
[76/172] Compiling RxSwift Infallible+Operators.swift
[77/172] Compiling RxSwift Infallible+Zip+arity.swift
[78/172] Compiling RxSwift Infallible.swift
[79/172] Compiling RxSwift InfiniteSequence.swift
[80/172] Compiling RxSwift InvocableScheduledItem.swift
[81/172] Compiling RxSwift InvocableType.swift
[82/172] Compiling RxSwift Just.swift
[83/172] Compiling RxSwift Lock.swift
[84/172] Compiling RxSwift LockOwnerType.swift
[85/172] Compiling RxSwift MainScheduler.swift
[86/172] Compiling RxSwift Map.swift
[87/172] Compiling RxSwift Materialize.swift
[88/172] Compiling RxSwift Maybe.swift
[89/172] Compiling RxSwift Merge.swift
[90/172] Compiling RxSwift Multicast.swift
[91/172] Compiling RxSwift SchedulerType.swift
[92/172] Compiling RxSwift Sequence.swift
[93/172] Compiling RxSwift SerialDispatchQueueScheduler.swift
[94/172] Compiling RxSwift SerialDisposable.swift
[95/172] Compiling RxSwift ShareReplayScope.swift
[96/172] Compiling RxSwift Single.swift
[97/172] Compiling RxSwift SingleAssignmentDisposable.swift
[98/172] Compiling RxSwift SingleAsync.swift
[99/172] Compiling RxSwift Sink.swift
[100/172] Compiling RxSwift Skip.swift
[101/172] Compiling RxSwift SkipUntil.swift
[102/172] Compiling RxSwift SkipWhile.swift
[103/172] Compiling RxSwift StartWith.swift
[104/172] Compiling RxSwift SubjectType.swift
[105/172] Compiling RxSwift SubscribeOn.swift
[106/172] Compiling RxSwift SubscriptionDisposable.swift
[107/172] Compiling RxSwift SwiftSupport.swift
[108/172] Compiling RxSwift Switch.swift
[109/172] Compiling RxSwift SwitchIfEmpty.swift
[110/172] Compiling RxSwift SynchronizedDisposeType.swift
[111/172] Emitting module RxSwift
[112/172] Compiling RxSwift Producer.swift
[113/172] Compiling RxSwift PublishSubject.swift
[114/172] Compiling RxSwift Queue.swift
[115/172] Compiling RxSwift Range.swift
[116/172] Compiling RxSwift Reactive.swift
[117/172] Compiling RxSwift RecursiveLock.swift
[118/172] Compiling RxSwift RecursiveScheduler.swift
[119/172] Compiling RxSwift Reduce.swift
[120/172] Compiling RxSwift RefCountDisposable.swift
[121/172] Compiling RxSwift Repeat.swift
[122/172] Compiling RxSwift ReplaySubject.swift
[123/172] Compiling RxSwift RetryWhen.swift
[124/172] Compiling RxSwift Rx.swift
[125/172] Compiling RxSwift RxMutableBox.swift
[126/172] Compiling RxSwift Sample.swift
[127/172] Compiling RxSwift Scan.swift
[128/172] Compiling RxSwift ScheduledDisposable.swift
[129/172] Compiling RxSwift ScheduledItem.swift
[130/172] Compiling RxSwift ScheduledItemType.swift
[131/172] Compiling RxSwift SchedulerServices+Emulation.swift
[132/172] Compiling RxSwift CombineLatest.swift
[133/172] Compiling RxSwift CompactMap.swift
[134/172] Compiling RxSwift Completable+AndThen.swift
[135/172] Compiling RxSwift Completable.swift
[136/172] Compiling RxSwift CompositeDisposable.swift
[137/172] Compiling RxSwift Concat.swift
[138/172] Compiling RxSwift ConcurrentDispatchQueueScheduler.swift
[139/172] Compiling RxSwift ConcurrentMainScheduler.swift
[140/172] Compiling RxSwift ConnectableObservableType.swift
[141/172] Compiling RxSwift Create.swift
[142/172] Compiling RxSwift CurrentThreadScheduler.swift
[143/172] Compiling RxSwift Date+Dispatch.swift
[144/172] Compiling RxSwift Debounce.swift
[145/172] Compiling RxSwift Debug.swift
[146/172] Compiling RxSwift Decode.swift
[147/172] Compiling RxSwift DefaultIfEmpty.swift
[148/172] Compiling RxSwift Deferred.swift
[149/172] Compiling RxSwift Delay.swift
[150/172] Compiling RxSwift DelaySubscription.swift
[151/172] Compiling RxSwift Dematerialize.swift
[152/172] Compiling RxSwift DispatchQueue+Extensions.swift
[153/172] Compiling RxSwift SynchronizedOnType.swift
[154/172] Compiling RxSwift SynchronizedUnsubscribeType.swift
[155/172] Compiling RxSwift TailRecursiveSink.swift
[156/172] Compiling RxSwift Take.swift
[157/172] Compiling RxSwift TakeLast.swift
[158/172] Compiling RxSwift TakeWithPredicate.swift
[159/172] Compiling RxSwift Throttle.swift
[160/172] Compiling RxSwift Timeout.swift
[161/172] Compiling RxSwift Timer.swift
[162/172] Compiling RxSwift ToArray.swift
[163/172] Compiling RxSwift Using.swift
[164/172] Compiling RxSwift VirtualTimeConverterType.swift
[165/172] Compiling RxSwift VirtualTimeScheduler.swift
[166/172] Compiling RxSwift Window.swift
[167/172] Compiling RxSwift WithLatestFrom.swift
[168/172] Compiling RxSwift WithUnretained.swift
[169/172] Compiling RxSwift Zip+Collection.swift
[170/172] Compiling RxSwift Zip+arity.swift
[171/172] Compiling RxSwift Zip.swift
[172/172] Compiling RxSwift resource_bundle_accessor.swift
[174/180] Compiling RxRelay PublishRelay.swift
[175/180] Compiling RxRelay ReplayRelay.swift
[176/180] Compiling RxRelay Utils.swift
[177/180] Compiling RxRelay resource_bundle_accessor.swift
[178/180] Compiling RxRelay BehaviorRelay.swift
[179/180] Emitting module RxRelay
[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] Compiling RxCocoa RxCollectionViewDataSourcePrefetchingProxy.swift
[195/277] Compiling RxCocoa RxCollectionViewDataSourceProxy.swift
[196/277] Compiling RxCocoa RxCollectionViewDataSourceType.swift
[197/277] Compiling RxCocoa RxCollectionViewDelegateProxy.swift
[198/277] Compiling RxCocoa RxCollectionViewReactiveArrayDataSource.swift
[199/277] Compiling RxCocoa RxNavigationControllerDelegateProxy.swift
[200/277] Compiling RxCocoa RxPickerViewAdapter.swift
[201/277] Compiling RxCocoa RxPickerViewDataSourceProxy.swift
[202/277] Compiling RxCocoa RxPickerViewDataSourceType.swift
[203/277] Compiling RxCocoa RxPickerViewDelegateProxy.swift
[204/277] Compiling RxCocoa RxScrollViewDelegateProxy.swift
[205/277] Compiling RxCocoa RxSearchBarDelegateProxy.swift
[206/277] Compiling RxCocoa Infallible+Bind.swift
[207/277] Compiling RxCocoa Infallible+Driver.swift
[208/277] Compiling RxCocoa ItemEvents.swift
[209/277] Compiling RxCocoa KVORepresentable+CoreGraphics.swift
[210/277] Compiling RxCocoa KVORepresentable+Swift.swift
[211/277] Compiling RxCocoa KVORepresentable.swift
[212/277] Compiling RxCocoa NSButton+Rx.swift
[213/277] Compiling RxCocoa NSControl+Rx.swift
[214/277] Compiling RxCocoa NSObject+Rx+KVORepresentable.swift
[215/277] Compiling RxCocoa NSObject+Rx+RawRepresentable.swift
[216/277] Compiling RxCocoa NSObject+Rx.swift
[217/277] Compiling RxCocoa NSSlider+Rx.swift
[218/277] Emitting module RxCocoa
[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 RxSearchControllerDelegateProxy.swift
[232/277] Compiling RxCocoa RxTabBarControllerDelegateProxy.swift
[233/277] Compiling RxCocoa RxTabBarDelegateProxy.swift
[234/277] Compiling RxCocoa RxTableViewDataSourcePrefetchingProxy.swift
[235/277] Compiling RxCocoa RxTableViewDataSourceProxy.swift
[236/277] Compiling RxCocoa RxTableViewDataSourceType.swift
[237/277] Compiling RxCocoa RxTableViewDelegateProxy.swift
[238/277] Compiling RxCocoa RxTableViewReactiveArrayDataSource.swift
[239/277] Compiling RxCocoa RxTarget.swift
[240/277] Compiling RxCocoa RxTextStorageDelegateProxy.swift
[241/277] Compiling RxCocoa RxTextViewDelegateProxy.swift
[242/277] Compiling RxCocoa RxWKNavigationDelegateProxy.swift
[243/277] Compiling RxCocoa UISlider+Rx.swift
[244/277] Compiling RxCocoa UIStepper+Rx.swift
[245/277] Compiling RxCocoa UISwitch+Rx.swift
[246/277] Compiling RxCocoa UITabBar+Rx.swift
[247/277] Compiling RxCocoa UITabBarController+Rx.swift
[248/277] Compiling RxCocoa UITableView+Rx.swift
[249/277] Compiling RxCocoa UITextField+Rx.swift
[250/277] Compiling RxCocoa UITextView+Rx.swift
[251/277] Compiling RxCocoa URLSession+Rx.swift
[252/277] Compiling RxCocoa WKWebView+Rx.swift
[253/277] Compiling RxCocoa resource_bundle_accessor.swift
[254/277] Compiling RxCocoa SchedulerType+SharedSequence.swift
[255/277] Compiling RxCocoa SectionedViewDataSourceType.swift
[256/277] Compiling RxCocoa SharedSequence+Concurrency.swift
[257/277] Compiling RxCocoa SharedSequence+Operators+arity.swift
[258/277] Compiling RxCocoa SharedSequence+Operators.swift
[259/277] Compiling RxCocoa SharedSequence.swift
[260/277] Compiling RxCocoa Signal+Subscription.swift
[261/277] Compiling RxCocoa Signal.swift
[262/277] Compiling RxCocoa TextInput.swift
[263/277] Compiling RxCocoa UIActivityIndicatorView+Rx.swift
[264/277] Compiling RxCocoa UIApplication+Rx.swift
[265/277] Compiling RxCocoa UIBarButtonItem+Rx.swift
[266/277] Compiling RxCocoa NSTextField+Rx.swift
[267/277] Compiling RxCocoa NSTextStorage+Rx.swift
[268/277] Compiling RxCocoa NSTextView+Rx.swift
[269/277] Compiling RxCocoa NSView+Rx.swift
[270/277] Compiling RxCocoa NotificationCenter+Rx.swift
[271/277] Compiling RxCocoa Observable+Bind.swift
[272/277] Compiling RxCocoa ObservableConvertibleType+Driver.swift
[273/277] Compiling RxCocoa ObservableConvertibleType+SharedSequence.swift
[274/277] Compiling RxCocoa ObservableConvertibleType+Signal.swift
[275/277] Compiling RxCocoa PublishRelay+Signal.swift
[276/277] Compiling RxCocoa RxCocoa.swift
[277/277] Compiling RxCocoa RxCocoaObjCRuntimeError+Extensions.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[279/281] Emitting module RxNetService
/host/spi-builder-workspace/Sources/RxNetService/NetService+Rx.swift:31:11: error: cannot find type 'NetService' in scope
 29 | import RxCocoa
 30 |
 31 | extension NetService: HasDelegate {
    |           `- error: cannot find type 'NetService' in scope
 32 |     public typealias Delegate = NetServiceDelegate
 33 | }
/host/spi-builder-workspace/Sources/RxNetService/NetService+Rx.swift:41:46: error: cannot find type 'NetService' in scope
 39 |
 40 |     /// Typed parent object.
 41 |     public weak private(set) var netService: NetService?
    |                                              `- error: cannot find type 'NetService' in scope
 42 |
 43 |     /// - parameter pickerView: Parent object for delegate proxy.
/host/spi-builder-workspace/Sources/RxNetService/NetService+Rx.swift:44:29: error: cannot find type 'ParentObject' in scope
 42 |
 43 |     /// - parameter pickerView: Parent object for delegate proxy.
 44 |     public init(netService: ParentObject) {
    |                             `- error: cannot find type 'ParentObject' in scope
 45 |         self.netService = netService
 46 |         super.init(parentObject: netService, delegateProxy: RxNetServiceDelegateProxy.self)
/host/spi-builder-workspace/Sources/RxNetService/NetService+Rx.swift:36:7: error: cannot find type 'DelegateProxy' in scope
 34 |
 35 | public class RxNetServiceDelegateProxy
 36 |     : DelegateProxy<NetService, NetServiceDelegate>
    |       `- error: cannot find type 'DelegateProxy' in scope
 37 |     , DelegateProxyType
 38 |     , NetServiceDelegate {
/host/spi-builder-workspace/Sources/RxNetService/NetService+Rx.swift:37:7: error: cannot find type 'DelegateProxyType' in scope
 35 | public class RxNetServiceDelegateProxy
 36 |     : DelegateProxy<NetService, NetServiceDelegate>
 37 |     , DelegateProxyType
    |       `- error: cannot find type 'DelegateProxyType' in scope
 38 |     , NetServiceDelegate {
 39 |
/host/spi-builder-workspace/Sources/RxNetService/NetService+Rx.swift:38:7: error: cannot find type 'NetServiceDelegate' in scope
 36 |     : DelegateProxy<NetService, NetServiceDelegate>
 37 |     , DelegateProxyType
 38 |     , NetServiceDelegate {
    |       `- error: cannot find type 'NetServiceDelegate' in scope
 39 |
 40 |     /// Typed parent object.
/host/spi-builder-workspace/Sources/RxNetService/NetService+Rx.swift:55:39: error: cannot find type 'NetService' in scope
 53 | }
 54 |
 55 | public extension Reactive where Base: NetService {
    |                                       `- error: cannot find type 'NetService' in scope
 56 |     var delegate: DelegateProxy<NetService, NetServiceDelegate> {
 57 |         return RxNetServiceDelegateProxy.proxy(for: base)
/host/spi-builder-workspace/Sources/RxNetService/NetService+Rx.swift:56:19: error: cannot find type 'DelegateProxy' in scope
 54 |
 55 | public extension Reactive where Base: NetService {
 56 |     var delegate: DelegateProxy<NetService, NetServiceDelegate> {
    |                   `- error: cannot find type 'DelegateProxy' in scope
 57 |         return RxNetServiceDelegateProxy.proxy(for: base)
 58 |     }
/host/spi-builder-workspace/Sources/RxNetService/NetService+Rx.swift:67:34: error: cannot find type 'NetServiceDelegate' in scope
 65 |     /// - parameter delegate: Delegate object.
 66 |     /// - returns: Disposable object that can be used to unbind the delegate.
 67 |     func setDelegate(_ delegate: NetServiceDelegate)
    |                                  `- error: cannot find type 'NetServiceDelegate' in scope
 68 |         -> Disposable {
 69 |             return RxNetServiceDelegateProxy.installForwardDelegate(delegate, retainDelegate: false, onProxyForObject: self.base)
/host/spi-builder-workspace/Sources/RxNetService/NetService+Rx.swift:72:39: error: cannot find type 'NetService' in scope
 70 |     }
 71 |
 72 |     var didResolveAddress: Observable<NetService> {
    |                                       `- error: cannot find type 'NetService' in scope
 73 |         return delegate
 74 |             .methodInvoked(#selector(NetServiceDelegate.netServiceDidResolveAddress(_:)))
/host/spi-builder-workspace/Sources/RxNetService/NetService+Rx.swift:80:67: error: cannot find type 'NetService' in scope
 78 |     }
 79 |
 80 |     func resolve(withTimeout timeout: TimeInterval) -> Observable<NetService> {
    |                                                                   `- error: cannot find type 'NetService' in scope
 81 |         let netService = self.base as NetService
 82 |         netService.resolve(withTimeout: timeout)
/host/spi-builder-workspace/Sources/RxNetService/NetService+Rx.swift:89:18: error: cannot find type 'NetService' in scope
 87 | }
 88 |
 89 | public extension NetService {
    |                  `- error: cannot find type 'NetService' in scope
 90 |     var firstIPv4Address: String? {
 91 |         firstAddress(containing: ".")
/host/spi-builder-workspace/Sources/RxNetService/NetServiceBrowser+Rx.swift:31:11: error: cannot find type 'NetServiceBrowser' in scope
29 | import RxCocoa
30 |
31 | extension NetServiceBrowser: HasDelegate {
   |           `- error: cannot find type 'NetServiceBrowser' in scope
32 |     public typealias Delegate = NetServiceBrowserDelegate
33 | }
/host/spi-builder-workspace/Sources/RxNetService/NetServiceBrowser+Rx.swift:41:53: error: cannot find type 'NetServiceBrowser' in scope
39 |
40 |     /// Typed parent object.
41 |     public weak private(set) var netServiceBrowser: NetServiceBrowser?
   |                                                     `- error: cannot find type 'NetServiceBrowser' in scope
42 |
43 |     /// - parameter pickerView: Parent object for delegate proxy.
/host/spi-builder-workspace/Sources/RxNetService/NetServiceBrowser+Rx.swift:44:36: error: cannot find type 'ParentObject' in scope
42 |
43 |     /// - parameter pickerView: Parent object for delegate proxy.
44 |     public init(netServiceBrowser: ParentObject) {
   |                                    `- error: cannot find type 'ParentObject' in scope
45 |         self.netServiceBrowser = netServiceBrowser
46 |         super.init(parentObject: netServiceBrowser, delegateProxy: RxNetServiceBrowserDelegateProxy.self)
/host/spi-builder-workspace/Sources/RxNetService/NetServiceBrowser+Rx.swift:36:7: error: cannot find type 'DelegateProxy' in scope
34 |
35 | public class RxNetServiceBrowserDelegateProxy
36 |     : DelegateProxy<NetServiceBrowser, NetServiceBrowserDelegate>
   |       `- error: cannot find type 'DelegateProxy' in scope
37 |     , DelegateProxyType
38 |     , NetServiceBrowserDelegate {
/host/spi-builder-workspace/Sources/RxNetService/NetServiceBrowser+Rx.swift:37:7: error: cannot find type 'DelegateProxyType' in scope
35 | public class RxNetServiceBrowserDelegateProxy
36 |     : DelegateProxy<NetServiceBrowser, NetServiceBrowserDelegate>
37 |     , DelegateProxyType
   |       `- error: cannot find type 'DelegateProxyType' in scope
38 |     , NetServiceBrowserDelegate {
39 |
/host/spi-builder-workspace/Sources/RxNetService/NetServiceBrowser+Rx.swift:38:7: error: cannot find type 'NetServiceBrowserDelegate' in scope
36 |     : DelegateProxy<NetServiceBrowser, NetServiceBrowserDelegate>
37 |     , DelegateProxyType
38 |     , NetServiceBrowserDelegate {
   |       `- error: cannot find type 'NetServiceBrowserDelegate' in scope
39 |
40 |     /// Typed parent object.
/host/spi-builder-workspace/Sources/RxNetService/NetServiceBrowser+Rx.swift:55:39: error: cannot find type 'NetServiceBrowser' in scope
53 | }
54 |
55 | public extension Reactive where Base: NetServiceBrowser {
   |                                       `- error: cannot find type 'NetServiceBrowser' in scope
56 |     var delegate: DelegateProxy<NetServiceBrowser, NetServiceBrowserDelegate> {
57 |         return RxNetServiceBrowserDelegateProxy.proxy(for: base)
/host/spi-builder-workspace/Sources/RxNetService/NetServiceBrowser+Rx.swift:56:19: error: cannot find type 'DelegateProxy' in scope
54 |
55 | public extension Reactive where Base: NetServiceBrowser {
56 |     var delegate: DelegateProxy<NetServiceBrowser, NetServiceBrowserDelegate> {
   |                   `- error: cannot find type 'DelegateProxy' in scope
57 |         return RxNetServiceBrowserDelegateProxy.proxy(for: base)
58 |     }
/host/spi-builder-workspace/Sources/RxNetService/NetServiceBrowser+Rx.swift:67:34: error: cannot find type 'NetServiceBrowserDelegate' in scope
65 |     /// - parameter delegate: Delegate object.
66 |     /// - returns: Disposable object that can be used to unbind the delegate.
67 |     func setDelegate(_ delegate: NetServiceBrowserDelegate)
   |                                  `- error: cannot find type 'NetServiceBrowserDelegate' in scope
68 |         -> Disposable {
69 |             return RxNetServiceBrowserDelegateProxy.installForwardDelegate(delegate, retainDelegate: false, onProxyForObject: self.base)
/host/spi-builder-workspace/Sources/RxNetService/NetServiceBrowser+Rx.swift:72:34: error: cannot find type 'NetService' in scope
70 |     }
71 |
72 |     var serviceAdded: Observable<NetService> {
   |                                  `- error: cannot find type 'NetService' in scope
73 |         return delegate
74 |             .methodInvoked(#selector(NetServiceBrowserDelegate.netServiceBrowser(_:didFind:moreComing:)))
/host/spi-builder-workspace/Sources/RxNetService/NetServiceBrowser+Rx.swift:82:36: error: cannot find type 'NetService' in scope
80 |     }
81 |
82 |     var serviceRemoved: Observable<NetService> {
   |                                    `- error: cannot find type 'NetService' in scope
83 |         return delegate
84 |             .methodInvoked(#selector(NetServiceBrowserDelegate.netServiceBrowser(_:didRemove:moreComing:)))
[280/281] Compiling RxNetService NetServiceBrowser+Rx.swift
/host/spi-builder-workspace/Sources/RxNetService/NetServiceBrowser+Rx.swift:31:11: error: cannot find type 'NetServiceBrowser' in scope
29 | import RxCocoa
30 |
31 | extension NetServiceBrowser: HasDelegate {
   |           `- error: cannot find type 'NetServiceBrowser' in scope
32 |     public typealias Delegate = NetServiceBrowserDelegate
33 | }
/host/spi-builder-workspace/Sources/RxNetService/NetServiceBrowser+Rx.swift:41:53: error: cannot find type 'NetServiceBrowser' in scope
39 |
40 |     /// Typed parent object.
41 |     public weak private(set) var netServiceBrowser: NetServiceBrowser?
   |                                                     `- error: cannot find type 'NetServiceBrowser' in scope
42 |
43 |     /// - parameter pickerView: Parent object for delegate proxy.
/host/spi-builder-workspace/Sources/RxNetService/NetServiceBrowser+Rx.swift:44:36: error: cannot find type 'ParentObject' in scope
42 |
43 |     /// - parameter pickerView: Parent object for delegate proxy.
44 |     public init(netServiceBrowser: ParentObject) {
   |                                    `- error: cannot find type 'ParentObject' in scope
45 |         self.netServiceBrowser = netServiceBrowser
46 |         super.init(parentObject: netServiceBrowser, delegateProxy: RxNetServiceBrowserDelegateProxy.self)
/host/spi-builder-workspace/Sources/RxNetService/NetServiceBrowser+Rx.swift:36:7: error: cannot find type 'DelegateProxy' in scope
34 |
35 | public class RxNetServiceBrowserDelegateProxy
36 |     : DelegateProxy<NetServiceBrowser, NetServiceBrowserDelegate>
   |       `- error: cannot find type 'DelegateProxy' in scope
37 |     , DelegateProxyType
38 |     , NetServiceBrowserDelegate {
/host/spi-builder-workspace/Sources/RxNetService/NetServiceBrowser+Rx.swift:37:7: error: cannot find type 'DelegateProxyType' in scope
35 | public class RxNetServiceBrowserDelegateProxy
36 |     : DelegateProxy<NetServiceBrowser, NetServiceBrowserDelegate>
37 |     , DelegateProxyType
   |       `- error: cannot find type 'DelegateProxyType' in scope
38 |     , NetServiceBrowserDelegate {
39 |
/host/spi-builder-workspace/Sources/RxNetService/NetServiceBrowser+Rx.swift:38:7: error: cannot find type 'NetServiceBrowserDelegate' in scope
36 |     : DelegateProxy<NetServiceBrowser, NetServiceBrowserDelegate>
37 |     , DelegateProxyType
38 |     , NetServiceBrowserDelegate {
   |       `- error: cannot find type 'NetServiceBrowserDelegate' in scope
39 |
40 |     /// Typed parent object.
/host/spi-builder-workspace/Sources/RxNetService/NetServiceBrowser+Rx.swift:55:39: error: cannot find type 'NetServiceBrowser' in scope
53 | }
54 |
55 | public extension Reactive where Base: NetServiceBrowser {
   |                                       `- error: cannot find type 'NetServiceBrowser' in scope
56 |     var delegate: DelegateProxy<NetServiceBrowser, NetServiceBrowserDelegate> {
57 |         return RxNetServiceBrowserDelegateProxy.proxy(for: base)
/host/spi-builder-workspace/Sources/RxNetService/NetServiceBrowser+Rx.swift:56:19: error: cannot find type 'DelegateProxy' in scope
54 |
55 | public extension Reactive where Base: NetServiceBrowser {
56 |     var delegate: DelegateProxy<NetServiceBrowser, NetServiceBrowserDelegate> {
   |                   `- error: cannot find type 'DelegateProxy' in scope
57 |         return RxNetServiceBrowserDelegateProxy.proxy(for: base)
58 |     }
/host/spi-builder-workspace/Sources/RxNetService/NetServiceBrowser+Rx.swift:67:34: error: cannot find type 'NetServiceBrowserDelegate' in scope
65 |     /// - parameter delegate: Delegate object.
66 |     /// - returns: Disposable object that can be used to unbind the delegate.
67 |     func setDelegate(_ delegate: NetServiceBrowserDelegate)
   |                                  `- error: cannot find type 'NetServiceBrowserDelegate' in scope
68 |         -> Disposable {
69 |             return RxNetServiceBrowserDelegateProxy.installForwardDelegate(delegate, retainDelegate: false, onProxyForObject: self.base)
/host/spi-builder-workspace/Sources/RxNetService/NetServiceBrowser+Rx.swift:72:34: error: cannot find type 'NetService' in scope
70 |     }
71 |
72 |     var serviceAdded: Observable<NetService> {
   |                                  `- error: cannot find type 'NetService' in scope
73 |         return delegate
74 |             .methodInvoked(#selector(NetServiceBrowserDelegate.netServiceBrowser(_:didFind:moreComing:)))
/host/spi-builder-workspace/Sources/RxNetService/NetServiceBrowser+Rx.swift:82:36: error: cannot find type 'NetService' in scope
80 |     }
81 |
82 |     var serviceRemoved: Observable<NetService> {
   |                                    `- error: cannot find type 'NetService' in scope
83 |         return delegate
84 |             .methodInvoked(#selector(NetServiceBrowserDelegate.netServiceBrowser(_:didRemove:moreComing:)))
/host/spi-builder-workspace/Sources/RxNetService/NetServiceBrowser+Rx.swift:46:9: error: 'super' cannot be used in class 'RxNetServiceBrowserDelegateProxy' because it has no superclass
44 |     public init(netServiceBrowser: ParentObject) {
45 |         self.netServiceBrowser = netServiceBrowser
46 |         super.init(parentObject: netServiceBrowser, delegateProxy: RxNetServiceBrowserDelegateProxy.self)
   |         `- error: 'super' cannot be used in class 'RxNetServiceBrowserDelegateProxy' because it has no superclass
47 |     }
48 |
/host/spi-builder-workspace/Sources/RxNetService/NetServiceBrowser+Rx.swift:51:14: error: type 'RxNetServiceBrowserDelegateProxy' has no member 'register'
49 |     // Register known implementationss
50 |     public static func registerKnownImplementations() {
51 |         self.register { RxNetServiceBrowserDelegateProxy(netServiceBrowser: $0) }
   |              `- error: type 'RxNetServiceBrowserDelegateProxy' has no member 'register'
52 |     }
53 | }
/host/spi-builder-workspace/Sources/RxNetService/NetServiceBrowser+Rx.swift:69:53: error: type 'RxNetServiceBrowserDelegateProxy' has no member 'installForwardDelegate'
67 |     func setDelegate(_ delegate: NetServiceBrowserDelegate)
68 |         -> Disposable {
69 |             return RxNetServiceBrowserDelegateProxy.installForwardDelegate(delegate, retainDelegate: false, onProxyForObject: self.base)
   |                                                     `- error: type 'RxNetServiceBrowserDelegateProxy' has no member 'installForwardDelegate'
70 |     }
71 |
/host/spi-builder-workspace/Sources/RxNetService/NetServiceBrowser+Rx.swift:32:33: error: cannot find type 'NetServiceBrowserDelegate' in scope
30 |
31 | extension NetServiceBrowser: HasDelegate {
32 |     public typealias Delegate = NetServiceBrowserDelegate
   |                                 `- error: cannot find type 'NetServiceBrowserDelegate' in scope
33 | }
34 |
[281/281] Compiling RxNetService NetService+Rx.swift
/host/spi-builder-workspace/Sources/RxNetService/NetService+Rx.swift:31:11: error: cannot find type 'NetService' in scope
 29 | import RxCocoa
 30 |
 31 | extension NetService: HasDelegate {
    |           `- error: cannot find type 'NetService' in scope
 32 |     public typealias Delegate = NetServiceDelegate
 33 | }
/host/spi-builder-workspace/Sources/RxNetService/NetService+Rx.swift:41:46: error: cannot find type 'NetService' in scope
 39 |
 40 |     /// Typed parent object.
 41 |     public weak private(set) var netService: NetService?
    |                                              `- error: cannot find type 'NetService' in scope
 42 |
 43 |     /// - parameter pickerView: Parent object for delegate proxy.
/host/spi-builder-workspace/Sources/RxNetService/NetService+Rx.swift:44:29: error: cannot find type 'ParentObject' in scope
 42 |
 43 |     /// - parameter pickerView: Parent object for delegate proxy.
 44 |     public init(netService: ParentObject) {
    |                             `- error: cannot find type 'ParentObject' in scope
 45 |         self.netService = netService
 46 |         super.init(parentObject: netService, delegateProxy: RxNetServiceDelegateProxy.self)
/host/spi-builder-workspace/Sources/RxNetService/NetService+Rx.swift:36:7: error: cannot find type 'DelegateProxy' in scope
 34 |
 35 | public class RxNetServiceDelegateProxy
 36 |     : DelegateProxy<NetService, NetServiceDelegate>
    |       `- error: cannot find type 'DelegateProxy' in scope
 37 |     , DelegateProxyType
 38 |     , NetServiceDelegate {
/host/spi-builder-workspace/Sources/RxNetService/NetService+Rx.swift:37:7: error: cannot find type 'DelegateProxyType' in scope
 35 | public class RxNetServiceDelegateProxy
 36 |     : DelegateProxy<NetService, NetServiceDelegate>
 37 |     , DelegateProxyType
    |       `- error: cannot find type 'DelegateProxyType' in scope
 38 |     , NetServiceDelegate {
 39 |
/host/spi-builder-workspace/Sources/RxNetService/NetService+Rx.swift:38:7: error: cannot find type 'NetServiceDelegate' in scope
 36 |     : DelegateProxy<NetService, NetServiceDelegate>
 37 |     , DelegateProxyType
 38 |     , NetServiceDelegate {
    |       `- error: cannot find type 'NetServiceDelegate' in scope
 39 |
 40 |     /// Typed parent object.
/host/spi-builder-workspace/Sources/RxNetService/NetService+Rx.swift:55:39: error: cannot find type 'NetService' in scope
 53 | }
 54 |
 55 | public extension Reactive where Base: NetService {
    |                                       `- error: cannot find type 'NetService' in scope
 56 |     var delegate: DelegateProxy<NetService, NetServiceDelegate> {
 57 |         return RxNetServiceDelegateProxy.proxy(for: base)
/host/spi-builder-workspace/Sources/RxNetService/NetService+Rx.swift:56:19: error: cannot find type 'DelegateProxy' in scope
 54 |
 55 | public extension Reactive where Base: NetService {
 56 |     var delegate: DelegateProxy<NetService, NetServiceDelegate> {
    |                   `- error: cannot find type 'DelegateProxy' in scope
 57 |         return RxNetServiceDelegateProxy.proxy(for: base)
 58 |     }
/host/spi-builder-workspace/Sources/RxNetService/NetService+Rx.swift:67:34: error: cannot find type 'NetServiceDelegate' in scope
 65 |     /// - parameter delegate: Delegate object.
 66 |     /// - returns: Disposable object that can be used to unbind the delegate.
 67 |     func setDelegate(_ delegate: NetServiceDelegate)
    |                                  `- error: cannot find type 'NetServiceDelegate' in scope
 68 |         -> Disposable {
 69 |             return RxNetServiceDelegateProxy.installForwardDelegate(delegate, retainDelegate: false, onProxyForObject: self.base)
/host/spi-builder-workspace/Sources/RxNetService/NetService+Rx.swift:72:39: error: cannot find type 'NetService' in scope
 70 |     }
 71 |
 72 |     var didResolveAddress: Observable<NetService> {
    |                                       `- error: cannot find type 'NetService' in scope
 73 |         return delegate
 74 |             .methodInvoked(#selector(NetServiceDelegate.netServiceDidResolveAddress(_:)))
/host/spi-builder-workspace/Sources/RxNetService/NetService+Rx.swift:80:67: error: cannot find type 'NetService' in scope
 78 |     }
 79 |
 80 |     func resolve(withTimeout timeout: TimeInterval) -> Observable<NetService> {
    |                                                                   `- error: cannot find type 'NetService' in scope
 81 |         let netService = self.base as NetService
 82 |         netService.resolve(withTimeout: timeout)
/host/spi-builder-workspace/Sources/RxNetService/NetService+Rx.swift:89:18: error: cannot find type 'NetService' in scope
 87 | }
 88 |
 89 | public extension NetService {
    |                  `- error: cannot find type 'NetService' in scope
 90 |     var firstIPv4Address: String? {
 91 |         firstAddress(containing: ".")
/host/spi-builder-workspace/Sources/RxNetService/NetService+Rx.swift:46:9: error: 'super' cannot be used in class 'RxNetServiceDelegateProxy' because it has no superclass
 44 |     public init(netService: ParentObject) {
 45 |         self.netService = netService
 46 |         super.init(parentObject: netService, delegateProxy: RxNetServiceDelegateProxy.self)
    |         `- error: 'super' cannot be used in class 'RxNetServiceDelegateProxy' because it has no superclass
 47 |     }
 48 |
/host/spi-builder-workspace/Sources/RxNetService/NetService+Rx.swift:51:14: error: type 'RxNetServiceDelegateProxy' has no member 'register'
 49 |     // Register known implementationss
 50 |     public static func registerKnownImplementations() {
 51 |         self.register { RxNetServiceDelegateProxy(netService: $0) }
    |              `- error: type 'RxNetServiceDelegateProxy' has no member 'register'
 52 |     }
 53 | }
/host/spi-builder-workspace/Sources/RxNetService/NetService+Rx.swift:69:46: error: type 'RxNetServiceDelegateProxy' has no member 'installForwardDelegate'
 67 |     func setDelegate(_ delegate: NetServiceDelegate)
 68 |         -> Disposable {
 69 |             return RxNetServiceDelegateProxy.installForwardDelegate(delegate, retainDelegate: false, onProxyForObject: self.base)
    |                                              `- error: type 'RxNetServiceDelegateProxy' has no member 'installForwardDelegate'
 70 |     }
 71 |
/host/spi-builder-workspace/Sources/RxNetService/NetService+Rx.swift:81:39: error: cannot find type 'NetService' in scope
 79 |
 80 |     func resolve(withTimeout timeout: TimeInterval) -> Observable<NetService> {
 81 |         let netService = self.base as NetService
    |                                       `- error: cannot find type 'NetService' in scope
 82 |         netService.resolve(withTimeout: timeout)
 83 |         return didResolveAddress.filter {
/host/spi-builder-workspace/Sources/RxNetService/NetService+Rx.swift:32:33: error: cannot find type 'NetServiceDelegate' in scope
 30 |
 31 | extension NetService: HasDelegate {
 32 |     public typealias Delegate = NetServiceDelegate
    |                                 `- error: cannot find type 'NetServiceDelegate' in scope
 33 | }
 34 |
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 DispatchQueueConfiguration.swift
[4/165] Compiling RxSwift Disposable.swift
[5/165] Compiling RxSwift Disposables.swift
[6/165] Compiling RxSwift DisposeBag.swift
[7/165] Compiling RxSwift DisposeBase.swift
[8/165] Compiling RxSwift DistinctUntilChanged.swift
[9/165] Compiling RxSwift Do.swift
[10/165] Compiling RxSwift ElementAt.swift
[11/165] Compiling RxSwift Empty.swift
[12/165] Compiling RxSwift Enumerated.swift
[13/165] Compiling RxSwift Error.swift
[14/165] Compiling RxSwift Errors.swift
[15/165] Compiling RxSwift Event.swift
[16/165] Compiling RxSwift Filter.swift
[17/165] Compiling RxSwift First.swift
[18/165] Compiling RxSwift Generate.swift
[19/165] Compiling RxSwift GroupBy.swift
[20/165] Compiling RxSwift GroupedObservable.swift
[21/165] Compiling RxSwift HistoricalScheduler.swift
[22/165] Compiling RxSwift HistoricalSchedulerTimeConverter.swift
[23/165] Compiling RxSwift ImmediateSchedulerType.swift
[24/165] Compiling RxSwift Infallible+CombineLatest+Collection.swift
[25/165] Compiling RxSwift Infallible+CombineLatest+arity.swift
[26/165] Compiling RxSwift Infallible+Concurrency.swift
[27/165] Compiling RxSwift Infallible+Create.swift
[28/165] Compiling RxSwift Infallible+Debug.swift
[29/165] Compiling RxSwift Infallible+Operators.swift
[30/165] Compiling RxSwift Infallible+Zip+arity.swift
[31/165] Compiling RxSwift Infallible.swift
[32/165] Compiling RxSwift InfiniteSequence.swift
[33/165] Compiling RxSwift InvocableScheduledItem.swift
[34/165] Compiling RxSwift InvocableType.swift
[35/165] Compiling RxSwift Just.swift
[36/165] Compiling RxSwift Lock.swift
[37/165] Compiling RxSwift LockOwnerType.swift
[38/165] Compiling RxSwift MainScheduler.swift
[39/165] Compiling RxSwift Map.swift
[40/165] Compiling RxSwift Materialize.swift
[41/165] Compiling RxSwift Maybe.swift
[42/165] Compiling RxSwift Merge.swift
[43/165] Compiling RxSwift Multicast.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 CombineLatest.swift
[65/165] Compiling RxSwift CompactMap.swift
[66/165] Compiling RxSwift Completable+AndThen.swift
[67/165] Compiling RxSwift Completable.swift
[68/165] Compiling RxSwift CompositeDisposable.swift
[69/165] Compiling RxSwift Concat.swift
[70/165] Compiling RxSwift ConcurrentDispatchQueueScheduler.swift
[71/165] Compiling RxSwift ConcurrentMainScheduler.swift
[72/165] Compiling RxSwift ConnectableObservableType.swift
[73/165] Compiling RxSwift Create.swift
[74/165] Compiling RxSwift CurrentThreadScheduler.swift
[75/165] Compiling RxSwift Date+Dispatch.swift
[76/165] Compiling RxSwift Debounce.swift
[77/165] Compiling RxSwift Debug.swift
[78/165] Compiling RxSwift Decode.swift
[79/165] Compiling RxSwift DefaultIfEmpty.swift
[80/165] Compiling RxSwift Deferred.swift
[81/165] Compiling RxSwift Delay.swift
[82/165] Compiling RxSwift DelaySubscription.swift
[83/165] Compiling RxSwift Dematerialize.swift
[84/165] Compiling RxSwift DispatchQueue+Extensions.swift
[85/165] Compiling RxSwift Never.swift
[86/165] Compiling RxSwift NopDisposable.swift
[87/165] Compiling RxSwift Observable+Concurrency.swift
[88/165] Compiling RxSwift Observable.swift
[89/165] Compiling RxSwift ObservableConvertibleType+Infallible.swift
[90/165] Compiling RxSwift ObservableConvertibleType.swift
[91/165] Compiling RxSwift ObservableType+Extensions.swift
[92/165] Compiling RxSwift ObservableType+PrimitiveSequence.swift
[93/165] Compiling RxSwift ObservableType.swift
[94/165] Compiling RxSwift ObserveOn.swift
[95/165] Compiling RxSwift ObserverBase.swift
[96/165] Compiling RxSwift ObserverType.swift
[97/165] Compiling RxSwift OperationQueueScheduler.swift
[98/165] Compiling RxSwift Optional.swift
[99/165] Compiling RxSwift Platform.Darwin.swift
[100/165] Compiling RxSwift Platform.Linux.swift
[101/165] Compiling RxSwift PrimitiveSequence+Concurrency.swift
[102/165] Compiling RxSwift PrimitiveSequence+Zip+arity.swift
[103/165] Compiling RxSwift PrimitiveSequence.swift
[104/165] Compiling RxSwift PriorityQueue.swift
[105/165] Compiling RxSwift SchedulerType.swift
[106/165] Compiling RxSwift Sequence.swift
[107/165] Compiling RxSwift SerialDispatchQueueScheduler.swift
[108/165] Compiling RxSwift SerialDisposable.swift
[109/165] Compiling RxSwift ShareReplayScope.swift
[110/165] Compiling RxSwift Single.swift
[111/165] Compiling RxSwift SingleAssignmentDisposable.swift
[112/165] Compiling RxSwift SingleAsync.swift
[113/165] Compiling RxSwift Sink.swift
[114/165] Compiling RxSwift Skip.swift
[115/165] Compiling RxSwift SkipUntil.swift
[116/165] Compiling RxSwift SkipWhile.swift
[117/165] Compiling RxSwift StartWith.swift
[118/165] Compiling RxSwift SubjectType.swift
[119/165] Compiling RxSwift SubscribeOn.swift
[120/165] Compiling RxSwift SubscriptionDisposable.swift
[121/165] Compiling RxSwift SwiftSupport.swift
[122/165] Compiling RxSwift Switch.swift
[123/165] Compiling RxSwift SwitchIfEmpty.swift
[124/165] Compiling RxSwift SynchronizedDisposeType.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 PublishRelay.swift
[169/173] Compiling RxRelay BehaviorRelay.swift
[170/173] Compiling RxRelay Observable+Bind.swift
[171/173] Emitting module RxRelay
[172/173] Compiling RxRelay ReplayRelay.swift
[173/173] Compiling RxRelay resource_bundle_accessor.swift
[175/259] Compiling RxCocoa RxSearchControllerDelegateProxy.swift
[176/259] Compiling RxCocoa RxTabBarControllerDelegateProxy.swift
[177/259] Compiling RxCocoa RxTabBarDelegateProxy.swift
[178/259] Compiling RxCocoa RxTableViewDataSourcePrefetchingProxy.swift
[179/259] Compiling RxCocoa RxTableViewDataSourceProxy.swift
[180/259] Compiling RxCocoa RxTableViewDataSourceType.swift
[181/259] Compiling RxCocoa RxTableViewDelegateProxy.swift
[182/259] Compiling RxCocoa RxTableViewReactiveArrayDataSource.swift
[183/259] Compiling RxCocoa RxTarget.swift
[184/259] Compiling RxCocoa RxTextStorageDelegateProxy.swift
[185/259] Compiling RxCocoa RxTextViewDelegateProxy.swift
[186/259] Compiling RxCocoa RxWKNavigationDelegateProxy.swift
[187/270] Emitting module RxCocoa
[188/270] Compiling RxCocoa UIButton+Rx.swift
[189/270] Compiling RxCocoa UICollectionView+Rx.swift
[190/270] Compiling RxCocoa UIControl+Rx.swift
[191/270] Compiling RxCocoa UIDatePicker+Rx.swift
[192/270] Compiling RxCocoa UIGestureRecognizer+Rx.swift
[193/270] Compiling RxCocoa UINavigationController+Rx.swift
[194/270] Compiling RxCocoa UIPickerView+Rx.swift
[195/270] Compiling RxCocoa UIRefreshControl+Rx.swift
[196/270] Compiling RxCocoa UIScrollView+Rx.swift
[197/270] Compiling RxCocoa UISearchBar+Rx.swift
[198/270] Compiling RxCocoa UISearchController+Rx.swift
[199/270] Compiling RxCocoa UISegmentedControl+Rx.swift
[200/270] Compiling RxCocoa NSTextField+Rx.swift
[201/270] Compiling RxCocoa NSTextStorage+Rx.swift
[202/270] Compiling RxCocoa NSTextView+Rx.swift
[203/270] Compiling RxCocoa NSView+Rx.swift
[204/270] Compiling RxCocoa NotificationCenter+Rx.swift
[205/270] Compiling RxCocoa Observable+Bind.swift
[206/270] Compiling RxCocoa ObservableConvertibleType+Driver.swift
[207/270] Compiling RxCocoa ObservableConvertibleType+SharedSequence.swift
[208/270] Compiling RxCocoa ObservableConvertibleType+Signal.swift
[209/270] Compiling RxCocoa PublishRelay+Signal.swift
[210/270] Compiling RxCocoa RxCocoa.swift
[211/270] Compiling RxCocoa RxCocoaObjCRuntimeError+Extensions.swift
[212/270] Compiling RxCocoa BehaviorRelay+Driver.swift
[213/270] Compiling RxCocoa ControlEvent+Driver.swift
[214/270] Compiling RxCocoa ControlEvent+Signal.swift
[215/270] Compiling RxCocoa ControlEvent.swift
[216/270] Compiling RxCocoa ControlProperty+Driver.swift
[217/270] Compiling RxCocoa ControlProperty.swift
[218/270] Compiling RxCocoa ControlTarget.swift
[219/270] Compiling RxCocoa DelegateProxy.swift
[220/270] Compiling RxCocoa DelegateProxyType.swift
[221/270] Compiling RxCocoa DispatchQueue+Extensions.swift
[222/270] Compiling RxCocoa Driver+Subscription.swift
[223/270] Compiling RxCocoa Driver.swift
[224/270] Compiling RxCocoa Infallible+Bind.swift
[225/270] Compiling RxCocoa Infallible+Driver.swift
[226/270] Compiling RxCocoa ItemEvents.swift
[227/270] Compiling RxCocoa KVORepresentable+CoreGraphics.swift
[228/270] Compiling RxCocoa KVORepresentable+Swift.swift
[229/270] Compiling RxCocoa KVORepresentable.swift
[230/270] Compiling RxCocoa NSButton+Rx.swift
[231/270] Compiling RxCocoa NSControl+Rx.swift
[232/270] Compiling RxCocoa NSObject+Rx+KVORepresentable.swift
[233/270] Compiling RxCocoa NSObject+Rx+RawRepresentable.swift
[234/270] Compiling RxCocoa NSObject+Rx.swift
[235/270] Compiling RxCocoa NSSlider+Rx.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 RxCollectionViewDataSourcePrefetchingProxy.swift
[248/270] Compiling RxCocoa RxCollectionViewDataSourceProxy.swift
[249/270] Compiling RxCocoa RxCollectionViewDataSourceType.swift
[250/270] Compiling RxCocoa RxCollectionViewDelegateProxy.swift
[251/270] Compiling RxCocoa RxCollectionViewReactiveArrayDataSource.swift
[252/270] Compiling RxCocoa RxNavigationControllerDelegateProxy.swift
[253/270] Compiling RxCocoa RxPickerViewAdapter.swift
[254/270] Compiling RxCocoa RxPickerViewDataSourceProxy.swift
[255/270] Compiling RxCocoa RxPickerViewDataSourceType.swift
[256/270] Compiling RxCocoa RxPickerViewDelegateProxy.swift
[257/270] Compiling RxCocoa RxScrollViewDelegateProxy.swift
[258/270] Compiling RxCocoa RxSearchBarDelegateProxy.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
error: emit-module command failed with exit code 1 (use -v to see invocation)
[272/274] Emitting module RxNetService
/host/spi-builder-workspace/Sources/RxNetService/NetService+Rx.swift:31:11: error: cannot find type 'NetService' in scope
 29 | import RxCocoa
 30 |
 31 | extension NetService: HasDelegate {
    |           `- error: cannot find type 'NetService' in scope
 32 |     public typealias Delegate = NetServiceDelegate
 33 | }
/host/spi-builder-workspace/Sources/RxNetService/NetService+Rx.swift:41:46: error: cannot find type 'NetService' in scope
 39 |
 40 |     /// Typed parent object.
 41 |     public weak private(set) var netService: NetService?
    |                                              `- error: cannot find type 'NetService' in scope
 42 |
 43 |     /// - parameter pickerView: Parent object for delegate proxy.
/host/spi-builder-workspace/Sources/RxNetService/NetService+Rx.swift:44:29: error: cannot find type 'ParentObject' in scope
 42 |
 43 |     /// - parameter pickerView: Parent object for delegate proxy.
 44 |     public init(netService: ParentObject) {
    |                             `- error: cannot find type 'ParentObject' in scope
 45 |         self.netService = netService
 46 |         super.init(parentObject: netService, delegateProxy: RxNetServiceDelegateProxy.self)
/host/spi-builder-workspace/Sources/RxNetService/NetService+Rx.swift:36:7: error: cannot find type 'DelegateProxy' in scope
 34 |
 35 | public class RxNetServiceDelegateProxy
 36 |     : DelegateProxy<NetService, NetServiceDelegate>
    |       `- error: cannot find type 'DelegateProxy' in scope
 37 |     , DelegateProxyType
 38 |     , NetServiceDelegate {
/host/spi-builder-workspace/Sources/RxNetService/NetService+Rx.swift:37:7: error: cannot find type 'DelegateProxyType' in scope
 35 | public class RxNetServiceDelegateProxy
 36 |     : DelegateProxy<NetService, NetServiceDelegate>
 37 |     , DelegateProxyType
    |       `- error: cannot find type 'DelegateProxyType' in scope
 38 |     , NetServiceDelegate {
 39 |
/host/spi-builder-workspace/Sources/RxNetService/NetService+Rx.swift:38:7: error: cannot find type 'NetServiceDelegate' in scope
 36 |     : DelegateProxy<NetService, NetServiceDelegate>
 37 |     , DelegateProxyType
 38 |     , NetServiceDelegate {
    |       `- error: cannot find type 'NetServiceDelegate' in scope
 39 |
 40 |     /// Typed parent object.
/host/spi-builder-workspace/Sources/RxNetService/NetService+Rx.swift:55:39: error: cannot find type 'NetService' in scope
 53 | }
 54 |
 55 | public extension Reactive where Base: NetService {
    |                                       `- error: cannot find type 'NetService' in scope
 56 |     var delegate: DelegateProxy<NetService, NetServiceDelegate> {
 57 |         return RxNetServiceDelegateProxy.proxy(for: base)
/host/spi-builder-workspace/Sources/RxNetService/NetService+Rx.swift:56:19: error: cannot find type 'DelegateProxy' in scope
 54 |
 55 | public extension Reactive where Base: NetService {
 56 |     var delegate: DelegateProxy<NetService, NetServiceDelegate> {
    |                   `- error: cannot find type 'DelegateProxy' in scope
 57 |         return RxNetServiceDelegateProxy.proxy(for: base)
 58 |     }
/host/spi-builder-workspace/Sources/RxNetService/NetService+Rx.swift:67:34: error: cannot find type 'NetServiceDelegate' in scope
 65 |     /// - parameter delegate: Delegate object.
 66 |     /// - returns: Disposable object that can be used to unbind the delegate.
 67 |     func setDelegate(_ delegate: NetServiceDelegate)
    |                                  `- error: cannot find type 'NetServiceDelegate' in scope
 68 |         -> Disposable {
 69 |             return RxNetServiceDelegateProxy.installForwardDelegate(delegate, retainDelegate: false, onProxyForObject: self.base)
/host/spi-builder-workspace/Sources/RxNetService/NetService+Rx.swift:72:39: error: cannot find type 'NetService' in scope
 70 |     }
 71 |
 72 |     var didResolveAddress: Observable<NetService> {
    |                                       `- error: cannot find type 'NetService' in scope
 73 |         return delegate
 74 |             .methodInvoked(#selector(NetServiceDelegate.netServiceDidResolveAddress(_:)))
/host/spi-builder-workspace/Sources/RxNetService/NetService+Rx.swift:80:67: error: cannot find type 'NetService' in scope
 78 |     }
 79 |
 80 |     func resolve(withTimeout timeout: TimeInterval) -> Observable<NetService> {
    |                                                                   `- error: cannot find type 'NetService' in scope
 81 |         let netService = self.base as NetService
 82 |         netService.resolve(withTimeout: timeout)
/host/spi-builder-workspace/Sources/RxNetService/NetService+Rx.swift:89:18: error: cannot find type 'NetService' in scope
 87 | }
 88 |
 89 | public extension NetService {
    |                  `- error: cannot find type 'NetService' in scope
 90 |     var firstIPv4Address: String? {
 91 |         firstAddress(containing: ".")
/host/spi-builder-workspace/Sources/RxNetService/NetServiceBrowser+Rx.swift:31:11: error: cannot find type 'NetServiceBrowser' in scope
29 | import RxCocoa
30 |
31 | extension NetServiceBrowser: HasDelegate {
   |           `- error: cannot find type 'NetServiceBrowser' in scope
32 |     public typealias Delegate = NetServiceBrowserDelegate
33 | }
/host/spi-builder-workspace/Sources/RxNetService/NetServiceBrowser+Rx.swift:41:53: error: cannot find type 'NetServiceBrowser' in scope
39 |
40 |     /// Typed parent object.
41 |     public weak private(set) var netServiceBrowser: NetServiceBrowser?
   |                                                     `- error: cannot find type 'NetServiceBrowser' in scope
42 |
43 |     /// - parameter pickerView: Parent object for delegate proxy.
/host/spi-builder-workspace/Sources/RxNetService/NetServiceBrowser+Rx.swift:44:36: error: cannot find type 'ParentObject' in scope
42 |
43 |     /// - parameter pickerView: Parent object for delegate proxy.
44 |     public init(netServiceBrowser: ParentObject) {
   |                                    `- error: cannot find type 'ParentObject' in scope
45 |         self.netServiceBrowser = netServiceBrowser
46 |         super.init(parentObject: netServiceBrowser, delegateProxy: RxNetServiceBrowserDelegateProxy.self)
/host/spi-builder-workspace/Sources/RxNetService/NetServiceBrowser+Rx.swift:36:7: error: cannot find type 'DelegateProxy' in scope
34 |
35 | public class RxNetServiceBrowserDelegateProxy
36 |     : DelegateProxy<NetServiceBrowser, NetServiceBrowserDelegate>
   |       `- error: cannot find type 'DelegateProxy' in scope
37 |     , DelegateProxyType
38 |     , NetServiceBrowserDelegate {
/host/spi-builder-workspace/Sources/RxNetService/NetServiceBrowser+Rx.swift:37:7: error: cannot find type 'DelegateProxyType' in scope
35 | public class RxNetServiceBrowserDelegateProxy
36 |     : DelegateProxy<NetServiceBrowser, NetServiceBrowserDelegate>
37 |     , DelegateProxyType
   |       `- error: cannot find type 'DelegateProxyType' in scope
38 |     , NetServiceBrowserDelegate {
39 |
/host/spi-builder-workspace/Sources/RxNetService/NetServiceBrowser+Rx.swift:38:7: error: cannot find type 'NetServiceBrowserDelegate' in scope
36 |     : DelegateProxy<NetServiceBrowser, NetServiceBrowserDelegate>
37 |     , DelegateProxyType
38 |     , NetServiceBrowserDelegate {
   |       `- error: cannot find type 'NetServiceBrowserDelegate' in scope
39 |
40 |     /// Typed parent object.
/host/spi-builder-workspace/Sources/RxNetService/NetServiceBrowser+Rx.swift:55:39: error: cannot find type 'NetServiceBrowser' in scope
53 | }
54 |
55 | public extension Reactive where Base: NetServiceBrowser {
   |                                       `- error: cannot find type 'NetServiceBrowser' in scope
56 |     var delegate: DelegateProxy<NetServiceBrowser, NetServiceBrowserDelegate> {
57 |         return RxNetServiceBrowserDelegateProxy.proxy(for: base)
/host/spi-builder-workspace/Sources/RxNetService/NetServiceBrowser+Rx.swift:56:19: error: cannot find type 'DelegateProxy' in scope
54 |
55 | public extension Reactive where Base: NetServiceBrowser {
56 |     var delegate: DelegateProxy<NetServiceBrowser, NetServiceBrowserDelegate> {
   |                   `- error: cannot find type 'DelegateProxy' in scope
57 |         return RxNetServiceBrowserDelegateProxy.proxy(for: base)
58 |     }
/host/spi-builder-workspace/Sources/RxNetService/NetServiceBrowser+Rx.swift:67:34: error: cannot find type 'NetServiceBrowserDelegate' in scope
65 |     /// - parameter delegate: Delegate object.
66 |     /// - returns: Disposable object that can be used to unbind the delegate.
67 |     func setDelegate(_ delegate: NetServiceBrowserDelegate)
   |                                  `- error: cannot find type 'NetServiceBrowserDelegate' in scope
68 |         -> Disposable {
69 |             return RxNetServiceBrowserDelegateProxy.installForwardDelegate(delegate, retainDelegate: false, onProxyForObject: self.base)
/host/spi-builder-workspace/Sources/RxNetService/NetServiceBrowser+Rx.swift:72:34: error: cannot find type 'NetService' in scope
70 |     }
71 |
72 |     var serviceAdded: Observable<NetService> {
   |                                  `- error: cannot find type 'NetService' in scope
73 |         return delegate
74 |             .methodInvoked(#selector(NetServiceBrowserDelegate.netServiceBrowser(_:didFind:moreComing:)))
/host/spi-builder-workspace/Sources/RxNetService/NetServiceBrowser+Rx.swift:82:36: error: cannot find type 'NetService' in scope
80 |     }
81 |
82 |     var serviceRemoved: Observable<NetService> {
   |                                    `- error: cannot find type 'NetService' in scope
83 |         return delegate
84 |             .methodInvoked(#selector(NetServiceBrowserDelegate.netServiceBrowser(_:didRemove:moreComing:)))
[273/274] Compiling RxNetService NetServiceBrowser+Rx.swift
/host/spi-builder-workspace/Sources/RxNetService/NetServiceBrowser+Rx.swift:31:11: error: cannot find type 'NetServiceBrowser' in scope
29 | import RxCocoa
30 |
31 | extension NetServiceBrowser: HasDelegate {
   |           `- error: cannot find type 'NetServiceBrowser' in scope
32 |     public typealias Delegate = NetServiceBrowserDelegate
33 | }
/host/spi-builder-workspace/Sources/RxNetService/NetServiceBrowser+Rx.swift:41:53: error: cannot find type 'NetServiceBrowser' in scope
39 |
40 |     /// Typed parent object.
41 |     public weak private(set) var netServiceBrowser: NetServiceBrowser?
   |                                                     `- error: cannot find type 'NetServiceBrowser' in scope
42 |
43 |     /// - parameter pickerView: Parent object for delegate proxy.
/host/spi-builder-workspace/Sources/RxNetService/NetServiceBrowser+Rx.swift:44:36: error: cannot find type 'ParentObject' in scope
42 |
43 |     /// - parameter pickerView: Parent object for delegate proxy.
44 |     public init(netServiceBrowser: ParentObject) {
   |                                    `- error: cannot find type 'ParentObject' in scope
45 |         self.netServiceBrowser = netServiceBrowser
46 |         super.init(parentObject: netServiceBrowser, delegateProxy: RxNetServiceBrowserDelegateProxy.self)
/host/spi-builder-workspace/Sources/RxNetService/NetServiceBrowser+Rx.swift:36:7: error: cannot find type 'DelegateProxy' in scope
34 |
35 | public class RxNetServiceBrowserDelegateProxy
36 |     : DelegateProxy<NetServiceBrowser, NetServiceBrowserDelegate>
   |       `- error: cannot find type 'DelegateProxy' in scope
37 |     , DelegateProxyType
38 |     , NetServiceBrowserDelegate {
/host/spi-builder-workspace/Sources/RxNetService/NetServiceBrowser+Rx.swift:37:7: error: cannot find type 'DelegateProxyType' in scope
35 | public class RxNetServiceBrowserDelegateProxy
36 |     : DelegateProxy<NetServiceBrowser, NetServiceBrowserDelegate>
37 |     , DelegateProxyType
   |       `- error: cannot find type 'DelegateProxyType' in scope
38 |     , NetServiceBrowserDelegate {
39 |
/host/spi-builder-workspace/Sources/RxNetService/NetServiceBrowser+Rx.swift:38:7: error: cannot find type 'NetServiceBrowserDelegate' in scope
36 |     : DelegateProxy<NetServiceBrowser, NetServiceBrowserDelegate>
37 |     , DelegateProxyType
38 |     , NetServiceBrowserDelegate {
   |       `- error: cannot find type 'NetServiceBrowserDelegate' in scope
39 |
40 |     /// Typed parent object.
/host/spi-builder-workspace/Sources/RxNetService/NetServiceBrowser+Rx.swift:55:39: error: cannot find type 'NetServiceBrowser' in scope
53 | }
54 |
55 | public extension Reactive where Base: NetServiceBrowser {
   |                                       `- error: cannot find type 'NetServiceBrowser' in scope
56 |     var delegate: DelegateProxy<NetServiceBrowser, NetServiceBrowserDelegate> {
57 |         return RxNetServiceBrowserDelegateProxy.proxy(for: base)
/host/spi-builder-workspace/Sources/RxNetService/NetServiceBrowser+Rx.swift:56:19: error: cannot find type 'DelegateProxy' in scope
54 |
55 | public extension Reactive where Base: NetServiceBrowser {
56 |     var delegate: DelegateProxy<NetServiceBrowser, NetServiceBrowserDelegate> {
   |                   `- error: cannot find type 'DelegateProxy' in scope
57 |         return RxNetServiceBrowserDelegateProxy.proxy(for: base)
58 |     }
/host/spi-builder-workspace/Sources/RxNetService/NetServiceBrowser+Rx.swift:67:34: error: cannot find type 'NetServiceBrowserDelegate' in scope
65 |     /// - parameter delegate: Delegate object.
66 |     /// - returns: Disposable object that can be used to unbind the delegate.
67 |     func setDelegate(_ delegate: NetServiceBrowserDelegate)
   |                                  `- error: cannot find type 'NetServiceBrowserDelegate' in scope
68 |         -> Disposable {
69 |             return RxNetServiceBrowserDelegateProxy.installForwardDelegate(delegate, retainDelegate: false, onProxyForObject: self.base)
/host/spi-builder-workspace/Sources/RxNetService/NetServiceBrowser+Rx.swift:72:34: error: cannot find type 'NetService' in scope
70 |     }
71 |
72 |     var serviceAdded: Observable<NetService> {
   |                                  `- error: cannot find type 'NetService' in scope
73 |         return delegate
74 |             .methodInvoked(#selector(NetServiceBrowserDelegate.netServiceBrowser(_:didFind:moreComing:)))
/host/spi-builder-workspace/Sources/RxNetService/NetServiceBrowser+Rx.swift:82:36: error: cannot find type 'NetService' in scope
80 |     }
81 |
82 |     var serviceRemoved: Observable<NetService> {
   |                                    `- error: cannot find type 'NetService' in scope
83 |         return delegate
84 |             .methodInvoked(#selector(NetServiceBrowserDelegate.netServiceBrowser(_:didRemove:moreComing:)))
/host/spi-builder-workspace/Sources/RxNetService/NetServiceBrowser+Rx.swift:46:9: error: 'super' cannot be used in class 'RxNetServiceBrowserDelegateProxy' because it has no superclass
44 |     public init(netServiceBrowser: ParentObject) {
45 |         self.netServiceBrowser = netServiceBrowser
46 |         super.init(parentObject: netServiceBrowser, delegateProxy: RxNetServiceBrowserDelegateProxy.self)
   |         `- error: 'super' cannot be used in class 'RxNetServiceBrowserDelegateProxy' because it has no superclass
47 |     }
48 |
/host/spi-builder-workspace/Sources/RxNetService/NetServiceBrowser+Rx.swift:51:14: error: type 'RxNetServiceBrowserDelegateProxy' has no member 'register'
49 |     // Register known implementationss
50 |     public static func registerKnownImplementations() {
51 |         self.register { RxNetServiceBrowserDelegateProxy(netServiceBrowser: $0) }
   |              `- error: type 'RxNetServiceBrowserDelegateProxy' has no member 'register'
52 |     }
53 | }
/host/spi-builder-workspace/Sources/RxNetService/NetServiceBrowser+Rx.swift:69:53: error: type 'RxNetServiceBrowserDelegateProxy' has no member 'installForwardDelegate'
67 |     func setDelegate(_ delegate: NetServiceBrowserDelegate)
68 |         -> Disposable {
69 |             return RxNetServiceBrowserDelegateProxy.installForwardDelegate(delegate, retainDelegate: false, onProxyForObject: self.base)
   |                                                     `- error: type 'RxNetServiceBrowserDelegateProxy' has no member 'installForwardDelegate'
70 |     }
71 |
/host/spi-builder-workspace/Sources/RxNetService/NetServiceBrowser+Rx.swift:32:33: error: cannot find type 'NetServiceBrowserDelegate' in scope
30 |
31 | extension NetServiceBrowser: HasDelegate {
32 |     public typealias Delegate = NetServiceBrowserDelegate
   |                                 `- error: cannot find type 'NetServiceBrowserDelegate' in scope
33 | }
34 |
[274/274] Compiling RxNetService NetService+Rx.swift
/host/spi-builder-workspace/Sources/RxNetService/NetService+Rx.swift:31:11: error: cannot find type 'NetService' in scope
 29 | import RxCocoa
 30 |
 31 | extension NetService: HasDelegate {
    |           `- error: cannot find type 'NetService' in scope
 32 |     public typealias Delegate = NetServiceDelegate
 33 | }
/host/spi-builder-workspace/Sources/RxNetService/NetService+Rx.swift:41:46: error: cannot find type 'NetService' in scope
 39 |
 40 |     /// Typed parent object.
 41 |     public weak private(set) var netService: NetService?
    |                                              `- error: cannot find type 'NetService' in scope
 42 |
 43 |     /// - parameter pickerView: Parent object for delegate proxy.
/host/spi-builder-workspace/Sources/RxNetService/NetService+Rx.swift:44:29: error: cannot find type 'ParentObject' in scope
 42 |
 43 |     /// - parameter pickerView: Parent object for delegate proxy.
 44 |     public init(netService: ParentObject) {
    |                             `- error: cannot find type 'ParentObject' in scope
 45 |         self.netService = netService
 46 |         super.init(parentObject: netService, delegateProxy: RxNetServiceDelegateProxy.self)
/host/spi-builder-workspace/Sources/RxNetService/NetService+Rx.swift:36:7: error: cannot find type 'DelegateProxy' in scope
 34 |
 35 | public class RxNetServiceDelegateProxy
 36 |     : DelegateProxy<NetService, NetServiceDelegate>
    |       `- error: cannot find type 'DelegateProxy' in scope
 37 |     , DelegateProxyType
 38 |     , NetServiceDelegate {
/host/spi-builder-workspace/Sources/RxNetService/NetService+Rx.swift:37:7: error: cannot find type 'DelegateProxyType' in scope
 35 | public class RxNetServiceDelegateProxy
 36 |     : DelegateProxy<NetService, NetServiceDelegate>
 37 |     , DelegateProxyType
    |       `- error: cannot find type 'DelegateProxyType' in scope
 38 |     , NetServiceDelegate {
 39 |
/host/spi-builder-workspace/Sources/RxNetService/NetService+Rx.swift:38:7: error: cannot find type 'NetServiceDelegate' in scope
 36 |     : DelegateProxy<NetService, NetServiceDelegate>
 37 |     , DelegateProxyType
 38 |     , NetServiceDelegate {
    |       `- error: cannot find type 'NetServiceDelegate' in scope
 39 |
 40 |     /// Typed parent object.
/host/spi-builder-workspace/Sources/RxNetService/NetService+Rx.swift:55:39: error: cannot find type 'NetService' in scope
 53 | }
 54 |
 55 | public extension Reactive where Base: NetService {
    |                                       `- error: cannot find type 'NetService' in scope
 56 |     var delegate: DelegateProxy<NetService, NetServiceDelegate> {
 57 |         return RxNetServiceDelegateProxy.proxy(for: base)
/host/spi-builder-workspace/Sources/RxNetService/NetService+Rx.swift:56:19: error: cannot find type 'DelegateProxy' in scope
 54 |
 55 | public extension Reactive where Base: NetService {
 56 |     var delegate: DelegateProxy<NetService, NetServiceDelegate> {
    |                   `- error: cannot find type 'DelegateProxy' in scope
 57 |         return RxNetServiceDelegateProxy.proxy(for: base)
 58 |     }
/host/spi-builder-workspace/Sources/RxNetService/NetService+Rx.swift:67:34: error: cannot find type 'NetServiceDelegate' in scope
 65 |     /// - parameter delegate: Delegate object.
 66 |     /// - returns: Disposable object that can be used to unbind the delegate.
 67 |     func setDelegate(_ delegate: NetServiceDelegate)
    |                                  `- error: cannot find type 'NetServiceDelegate' in scope
 68 |         -> Disposable {
 69 |             return RxNetServiceDelegateProxy.installForwardDelegate(delegate, retainDelegate: false, onProxyForObject: self.base)
/host/spi-builder-workspace/Sources/RxNetService/NetService+Rx.swift:72:39: error: cannot find type 'NetService' in scope
 70 |     }
 71 |
 72 |     var didResolveAddress: Observable<NetService> {
    |                                       `- error: cannot find type 'NetService' in scope
 73 |         return delegate
 74 |             .methodInvoked(#selector(NetServiceDelegate.netServiceDidResolveAddress(_:)))
/host/spi-builder-workspace/Sources/RxNetService/NetService+Rx.swift:80:67: error: cannot find type 'NetService' in scope
 78 |     }
 79 |
 80 |     func resolve(withTimeout timeout: TimeInterval) -> Observable<NetService> {
    |                                                                   `- error: cannot find type 'NetService' in scope
 81 |         let netService = self.base as NetService
 82 |         netService.resolve(withTimeout: timeout)
/host/spi-builder-workspace/Sources/RxNetService/NetService+Rx.swift:89:18: error: cannot find type 'NetService' in scope
 87 | }
 88 |
 89 | public extension NetService {
    |                  `- error: cannot find type 'NetService' in scope
 90 |     var firstIPv4Address: String? {
 91 |         firstAddress(containing: ".")
/host/spi-builder-workspace/Sources/RxNetService/NetService+Rx.swift:46:9: error: 'super' cannot be used in class 'RxNetServiceDelegateProxy' because it has no superclass
 44 |     public init(netService: ParentObject) {
 45 |         self.netService = netService
 46 |         super.init(parentObject: netService, delegateProxy: RxNetServiceDelegateProxy.self)
    |         `- error: 'super' cannot be used in class 'RxNetServiceDelegateProxy' because it has no superclass
 47 |     }
 48 |
/host/spi-builder-workspace/Sources/RxNetService/NetService+Rx.swift:51:14: error: type 'RxNetServiceDelegateProxy' has no member 'register'
 49 |     // Register known implementationss
 50 |     public static func registerKnownImplementations() {
 51 |         self.register { RxNetServiceDelegateProxy(netService: $0) }
    |              `- error: type 'RxNetServiceDelegateProxy' has no member 'register'
 52 |     }
 53 | }
/host/spi-builder-workspace/Sources/RxNetService/NetService+Rx.swift:69:46: error: type 'RxNetServiceDelegateProxy' has no member 'installForwardDelegate'
 67 |     func setDelegate(_ delegate: NetServiceDelegate)
 68 |         -> Disposable {
 69 |             return RxNetServiceDelegateProxy.installForwardDelegate(delegate, retainDelegate: false, onProxyForObject: self.base)
    |                                              `- error: type 'RxNetServiceDelegateProxy' has no member 'installForwardDelegate'
 70 |     }
 71 |
/host/spi-builder-workspace/Sources/RxNetService/NetService+Rx.swift:81:39: error: cannot find type 'NetService' in scope
 79 |
 80 |     func resolve(withTimeout timeout: TimeInterval) -> Observable<NetService> {
 81 |         let netService = self.base as NetService
    |                                       `- error: cannot find type 'NetService' in scope
 82 |         netService.resolve(withTimeout: timeout)
 83 |         return didResolveAddress.filter {
/host/spi-builder-workspace/Sources/RxNetService/NetService+Rx.swift:32:33: error: cannot find type 'NetServiceDelegate' in scope
 30 |
 31 | extension NetService: HasDelegate {
 32 |     public typealias Delegate = NetServiceDelegate
    |                                 `- error: cannot find type 'NetServiceDelegate' in scope
 33 | }
 34 |
BUILD FAILURE 6.1 linux