Build Information
Successful build of RxRetroSwift, reference 3.0.1 (9c25e3
), with Swift 6.1 for macOS (SPM) on 25 Apr 2025 17:48:48 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64
Build Log
========================================
RunAll
========================================
Builder version: 4.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/michaelhenry/RxRetroSwift.git
Reference: 3.0.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/michaelhenry/RxRetroSwift
* tag 3.0.1 -> FETCH_HEAD
HEAD is now at 9c25e3f Update RequestCaller.swift
Cloned https://github.com/michaelhenry/RxRetroSwift.git
Revision (git rev-parse @):
9c25e3f61774ac49904b2d81e87a685743323605
SUCCESS checkout https://github.com/michaelhenry/RxRetroSwift.git at 3.0.1
Fetching https://github.com/ReactiveX/RxSwift.git
[1/52676] Fetching rxswift
Fetched https://github.com/ReactiveX/RxSwift.git from cache (3.89s)
Computing version for https://github.com/ReactiveX/RxSwift.git
warning: 'rxswift': /Package.swift:8:16: warning: 'flatMap' is deprecated: Please use compactMap(_:) for the case where closure returns an optional value
6 |
7 | func filterNil<T>(_ array: [T?]) -> [T] {
8 | return array.flatMap { $0 }
| |- warning: 'flatMap' is deprecated: Please use compactMap(_:) for the case where closure returns an optional value
| `- note: use 'compactMap(_:)' instead
9 | }
10 |
Computed https://github.com/ReactiveX/RxSwift.git at 4.1.2 (4.49s)
Creating working copy for https://github.com/ReactiveX/RxSwift.git
Working copy of https://github.com/ReactiveX/RxSwift.git resolved at 4.1.2
warning: 'rxswift': /Users/admin/builder/spi-builder-workspace/.build/checkouts/RxSwift/Package.swift:8:16: warning: 'flatMap' is deprecated: Please use compactMap(_:) for the case where closure returns an optional value
6 |
7 | func filterNil<T>(_ array: [T?]) -> [T] {
8 | return array.flatMap { $0 }
| |- warning: 'flatMap' is deprecated: Please use compactMap(_:) for the case where closure returns an optional value
| `- note: use 'compactMap(_:)' instead
9 | }
10 |
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
"identity": ".resolve-product-dependencies",
"name": "resolve-dependencies",
"url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
"dependencies": [
{
"identity": "rxretroswift",
"name": "RxRetroSwift",
"url": "https://github.com/michaelhenry/RxRetroSwift.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/RxRetroSwift",
"dependencies": [
{
"identity": "rxswift",
"name": "RxSwift",
"url": "https://github.com/ReactiveX/RxSwift.git",
"version": "4.5.0",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/RxSwift",
"dependencies": [
]
}
]
}
]
}
Fetching https://github.com/michaelhenry/RxRetroSwift.git
[1/533] Fetching rxretroswift
Fetched https://github.com/michaelhenry/RxRetroSwift.git from cache (0.77s)
Fetching https://github.com/ReactiveX/RxSwift.git from cache
Fetched https://github.com/ReactiveX/RxSwift.git from cache (0.72s)
Computing version for https://github.com/ReactiveX/RxSwift.git
Computed https://github.com/ReactiveX/RxSwift.git at 4.5.0 (1.31s)
Creating working copy for https://github.com/michaelhenry/RxRetroSwift.git
Working copy of https://github.com/michaelhenry/RxRetroSwift.git resolved at 3.0.1 (9c25e3f)
Creating working copy for https://github.com/ReactiveX/RxSwift.git
Working copy of https://github.com/ReactiveX/RxSwift.git resolved at 4.5.0
warning: '.resolve-product-dependencies': dependency 'rxretroswift' is not used by any target
Found 1 product dependencies
- RxSwift
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.1
Building package at path: $PWD
https://github.com/michaelhenry/RxRetroSwift.git
https://github.com/michaelhenry/RxRetroSwift.git
{
"dependencies" : [
{
"identity" : "rxswift",
"requirement" : {
"range" : [
{
"lower_bound" : "4.0.0",
"upper_bound" : "5.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/ReactiveX/RxSwift.git"
}
],
"manifest_display_name" : "RxRetroSwift",
"name" : "RxRetroSwift",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "RxRetroSwift",
"targets" : [
"RxRetroSwift"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "RxRetroSwiftTests",
"module_type" : "SwiftTarget",
"name" : "RxRetroSwiftTests",
"path" : "Tests/RxRetroSwiftTests",
"sources" : [
"RxRetroSwiftTests.swift"
],
"target_dependencies" : [
"RxRetroSwift"
],
"type" : "test"
},
{
"c99name" : "RxRetroSwift",
"module_type" : "SwiftTarget",
"name" : "RxRetroSwift",
"path" : "Sources/RxRetroSwift",
"product_dependencies" : [
"RxSwift",
"RxCocoa"
],
"product_memberships" : [
"RxRetroSwift"
],
"sources" : [
"Extensions/URLRequest+Authentications.swift",
"Models/RawResponse.swift",
"Models/RequestModel.swift",
"Models/Result.swift",
"Protocols/HasErrorInfo.swift",
"Services/RequestCaller.swift"
],
"type" : "library"
}
],
"tools_version" : "4.0"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -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
Building for debugging...
[0/8] Write sources
[3/8] Write swift-version-2F0A5646E1D333AE.txt
[5/144] Emitting module RxSwift
[6/158] Compiling RxSwift Do.swift
[7/158] Compiling RxSwift ElementAt.swift
[8/158] Compiling RxSwift Empty.swift
[9/158] Compiling RxSwift Enumerated.swift
[10/158] Compiling RxSwift Error.swift
[11/158] Compiling RxSwift Errors.swift
[12/158] Compiling RxSwift Event.swift
[13/158] Compiling RxSwift Filter.swift
[14/158] Compiling RxSwift First.swift
[15/158] Compiling RxSwift Generate.swift
[16/158] Compiling RxSwift GroupBy.swift
[17/158] Compiling RxSwift GroupedObservable.swift
[18/158] Compiling RxSwift HistoricalScheduler.swift
[19/158] Compiling RxSwift HistoricalSchedulerTimeConverter.swift
[20/158] Compiling RxSwift ImmediateSchedulerType.swift
[21/158] Compiling RxSwift PublishSubject.swift
[22/158] Compiling RxSwift Queue.swift
[23/158] Compiling RxSwift Range.swift
[24/158] Compiling RxSwift Reactive.swift
[25/158] Compiling RxSwift RecursiveLock.swift
[26/158] Compiling RxSwift RecursiveScheduler.swift
[27/158] Compiling RxSwift Reduce.swift
[28/158] Compiling RxSwift RefCountDisposable.swift
[29/158] Compiling RxSwift Repeat.swift
[30/158] Compiling RxSwift ReplaySubject.swift
[31/158] Compiling RxSwift RetryWhen.swift
[32/158] Compiling RxSwift Rx.swift
[33/158] Compiling RxSwift RxMutableBox.swift
[34/158] Compiling RxSwift Sample.swift
[35/158] Compiling RxSwift Scan.swift
[36/158] Compiling RxSwift SkipWhile.swift
[37/158] Compiling RxSwift StartWith.swift
[38/158] Compiling RxSwift String+Rx.swift
[39/158] Compiling RxSwift SubjectType.swift
[40/158] Compiling RxSwift SubscribeOn.swift
[41/158] Compiling RxSwift SubscriptionDisposable.swift
[42/158] Compiling RxSwift SwiftSupport.swift
[43/158] Compiling RxSwift Switch.swift
[44/158] Compiling RxSwift SwitchIfEmpty.swift
[45/158] Compiling RxSwift SynchronizedDisposeType.swift
[46/158] Compiling RxSwift SynchronizedOnType.swift
[47/158] Compiling RxSwift SynchronizedUnsubscribeType.swift
[48/158] Compiling RxSwift TailRecursiveSink.swift
[49/158] Compiling RxSwift Take.swift
[50/158] Compiling RxSwift TakeLast.swift
[51/158] Compiling RxSwift Debug.swift
[52/158] Compiling RxSwift DefaultIfEmpty.swift
[53/158] Compiling RxSwift Deferred.swift
[54/158] Compiling RxSwift Delay.swift
[55/158] Compiling RxSwift DelaySubscription.swift
[56/158] Compiling RxSwift Dematerialize.swift
[57/158] Compiling RxSwift Deprecated.swift
[58/158] Compiling RxSwift DeprecationWarner.swift
[59/158] Compiling RxSwift DispatchQueue+Extensions.swift
[60/158] Compiling RxSwift DispatchQueueConfiguration.swift
[61/158] Compiling RxSwift Disposable.swift
[62/158] Compiling RxSwift Disposables.swift
[63/158] Compiling RxSwift DisposeBag.swift
[64/158] Compiling RxSwift DisposeBase.swift
[65/158] Compiling RxSwift DistinctUntilChanged.swift
[66/158] Compiling RxSwift AddRef.swift
[67/158] Compiling RxSwift Amb.swift
[68/158] Compiling RxSwift AnonymousDisposable.swift
[69/158] Compiling RxSwift AnonymousObserver.swift
[70/158] Compiling RxSwift AnyObserver.swift
[71/158] Compiling RxSwift AsMaybe.swift
[72/158] Compiling RxSwift AsSingle.swift
[73/158] Compiling RxSwift AsyncLock.swift
[74/158] Compiling RxSwift AsyncSubject.swift
[75/158] Compiling RxSwift Bag+Rx.swift
[76/158] Compiling RxSwift Bag.swift
[77/158] Compiling RxSwift BehaviorSubject.swift
[78/158] Compiling RxSwift BinaryDisposable.swift
[79/158] Compiling RxSwift BooleanDisposable.swift
[80/158] Compiling RxSwift Buffer.swift
[81/158] Compiling RxSwift InfiniteSequence.swift
[82/158] Compiling RxSwift InvocableScheduledItem.swift
[83/158] Compiling RxSwift InvocableType.swift
[84/158] Compiling RxSwift Just.swift
[85/158] Compiling RxSwift Lock.swift
[86/158] Compiling RxSwift LockOwnerType.swift
[87/158] Compiling RxSwift MainScheduler.swift
[88/158] Compiling RxSwift Map.swift
[89/158] Compiling RxSwift Materialize.swift
[90/158] Compiling RxSwift Maybe.swift
[91/158] Compiling RxSwift Merge.swift
[92/158] Compiling RxSwift Multicast.swift
[93/158] Compiling RxSwift Never.swift
[94/158] Compiling RxSwift NopDisposable.swift
[95/158] Compiling RxSwift Observable.swift
[96/158] Compiling RxSwift Cancelable.swift
[97/158] Compiling RxSwift Catch.swift
[98/158] Compiling RxSwift CombineLatest+Collection.swift
[99/158] Compiling RxSwift CombineLatest+arity.swift
[100/158] Compiling RxSwift CombineLatest.swift
[101/158] Compiling RxSwift Completable+AndThen.swift
[102/158] Compiling RxSwift Completable.swift
[103/158] Compiling RxSwift CompositeDisposable.swift
[104/158] Compiling RxSwift Concat.swift
[105/158] Compiling RxSwift ConcurrentDispatchQueueScheduler.swift
[106/158] Compiling RxSwift ConcurrentMainScheduler.swift
[107/158] Compiling RxSwift ConnectableObservableType.swift
[108/158] Compiling RxSwift Create.swift
[109/158] Compiling RxSwift CurrentThreadScheduler.swift
[110/158] Compiling RxSwift Debounce.swift
[111/158] Compiling RxSwift ObservableConvertibleType.swift
[112/158] Compiling RxSwift ObservableType+Extensions.swift
[113/158] Compiling RxSwift ObservableType+PrimitiveSequence.swift
[114/158] Compiling RxSwift ObservableType.swift
[115/158] Compiling RxSwift ObserveOn.swift
[116/158] Compiling RxSwift ObserverBase.swift
[117/158] Compiling RxSwift ObserverType.swift
[118/158] Compiling RxSwift OperationQueueScheduler.swift
[119/158] Compiling RxSwift Optional.swift
[120/158] Compiling RxSwift Platform.Darwin.swift
[121/158] Compiling RxSwift Platform.Linux.swift
[122/158] Compiling RxSwift PrimitiveSequence+Zip+arity.swift
[123/158] Compiling RxSwift PrimitiveSequence.swift
[124/158] Compiling RxSwift PriorityQueue.swift
[125/158] Compiling RxSwift Producer.swift
[126/158] Compiling RxSwift ScheduledDisposable.swift
[127/158] Compiling RxSwift ScheduledItem.swift
[128/158] Compiling RxSwift ScheduledItemType.swift
[129/158] Compiling RxSwift SchedulerServices+Emulation.swift
[130/158] Compiling RxSwift SchedulerType.swift
[131/158] Compiling RxSwift Sequence.swift
[132/158] Compiling RxSwift SerialDispatchQueueScheduler.swift
[133/158] Compiling RxSwift SerialDisposable.swift
[134/158] Compiling RxSwift ShareReplayScope.swift
[135/158] Compiling RxSwift Single.swift
[136/158] Compiling RxSwift SingleAssignmentDisposable.swift
[137/158] Compiling RxSwift SingleAsync.swift
[138/158] Compiling RxSwift Sink.swift
[139/158] Compiling RxSwift Skip.swift
[140/158] Compiling RxSwift SkipUntil.swift
[141/158] Compiling RxSwift TakeUntil.swift
[142/158] Compiling RxSwift TakeWhile.swift
[143/158] Compiling RxSwift Throttle.swift
[144/158] Compiling RxSwift Timeout.swift
[145/158] Compiling RxSwift Timer.swift
[146/158] Compiling RxSwift ToArray.swift
[147/158] Compiling RxSwift Using.swift
[148/158] Compiling RxSwift VirtualTimeConverterType.swift
[149/158] Compiling RxSwift VirtualTimeScheduler.swift
[150/158] Compiling RxSwift Window.swift
[151/158] Compiling RxSwift WithLatestFrom.swift
[152/158] Compiling RxSwift Zip+Collection.swift
[153/158] Compiling RxSwift Zip+arity.swift
[154/158] Compiling RxSwift Zip.swift
[154/158] Compiling RxCocoaRuntime _RX.m
[155/158] Compiling RxCocoaRuntime _RXDelegateProxy.m
[156/158] Compiling RxCocoaRuntime _RXKVOObserver.m
[157/158] Compiling RxCocoaRuntime _RXObjCRuntime.m
[159/253] Compiling RxCocoa RxNavigationControllerDelegateProxy.swift
[160/253] Compiling RxCocoa RxPickerViewAdapter.swift
[161/253] Compiling RxCocoa RxPickerViewDataSourceProxy.swift
[162/253] Compiling RxCocoa RxPickerViewDataSourceType.swift
[163/253] Compiling RxCocoa RxPickerViewDelegateProxy.swift
[164/253] Compiling RxCocoa RxScrollViewDelegateProxy.swift
[165/253] Compiling RxCocoa RxSearchBarDelegateProxy.swift
[166/253] Compiling RxCocoa RxSearchControllerDelegateProxy.swift
[167/253] Compiling RxCocoa RxTabBarControllerDelegateProxy.swift
[168/253] Compiling RxCocoa RxTabBarDelegateProxy.swift
[169/263] Emitting module RxCocoa
[170/263] Compiling RxCocoa UITabBar+Rx.swift
[171/263] Compiling RxCocoa UITabBarController+Rx.swift
[172/263] Compiling RxCocoa UITabBarItem+Rx.swift
[173/263] Compiling RxCocoa UITableView+Rx.swift
[174/263] Compiling RxCocoa UITextField+Rx.swift
[175/263] Compiling RxCocoa UITextView+Rx.swift
[176/263] Compiling RxCocoa UIView+Rx.swift
[177/263] Compiling RxCocoa UIViewController+Rx.swift
[178/263] Compiling RxCocoa UIWebView+Rx.swift
[179/263] Compiling RxCocoa URLSession+Rx.swift
[180/263] Compiling RxCocoa UIButton+Rx.swift
[181/263] Compiling RxCocoa UICollectionView+Rx.swift
[182/263] Compiling RxCocoa UIControl+Rx.swift
[183/263] Compiling RxCocoa UIDatePicker+Rx.swift
[184/263] Compiling RxCocoa UIGestureRecognizer+Rx.swift
[185/263] Compiling RxCocoa UIImageView+Rx.swift
[186/263] Compiling RxCocoa UILabel+Rx.swift
[187/263] Compiling RxCocoa UINavigationController+Rx.swift
[188/263] Compiling RxCocoa UINavigationItem+Rx.swift
[189/263] Compiling RxCocoa UIPageControl+Rx.swift
[190/263] Compiling RxCocoa UIPickerView+Rx.swift
[191/263] Compiling RxCocoa UIProgressView+Rx.swift
[192/263] Compiling RxCocoa UIRefreshControl+Rx.swift
[193/263] Compiling RxCocoa UIScrollView+Rx.swift
[194/263] Compiling RxCocoa UISearchBar+Rx.swift
[195/263] Compiling RxCocoa UISearchController+Rx.swift
[196/263] Compiling RxCocoa UISegmentedControl+Rx.swift
[197/263] Compiling RxCocoa UISlider+Rx.swift
[198/263] Compiling RxCocoa UIStepper+Rx.swift
[199/263] Compiling RxCocoa UISwitch+Rx.swift
[200/263] Compiling RxCocoa SharedSequence+Operators+arity.swift
[201/263] Compiling RxCocoa SharedSequence+Operators.swift
[202/263] Compiling RxCocoa SharedSequence.swift
[203/263] Compiling RxCocoa Signal+Subscription.swift
[204/263] Compiling RxCocoa Signal.swift
[205/263] Compiling RxCocoa TextInput.swift
[206/263] Compiling RxCocoa UIActivityIndicatorView+Rx.swift
[207/263] Compiling RxCocoa UIAlertAction+Rx.swift
[208/263] Compiling RxCocoa UIApplication+Rx.swift
[209/263] Compiling RxCocoa UIBarButtonItem+Rx.swift
[210/263] Compiling RxCocoa RxTableViewDataSourceProxy.swift
[211/263] Compiling RxCocoa RxTableViewDataSourceType.swift
[212/263] Compiling RxCocoa RxTableViewDelegateProxy.swift
[213/263] Compiling RxCocoa RxTableViewReactiveArrayDataSource.swift
[214/263] Compiling RxCocoa RxTarget.swift
[215/263] Compiling RxCocoa RxTextStorageDelegateProxy.swift
[216/263] Compiling RxCocoa RxTextViewDelegateProxy.swift
[217/263] Compiling RxCocoa RxWebViewDelegateProxy.swift
[218/263] Compiling RxCocoa SchedulerType+SharedSequence.swift
[219/263] Compiling RxCocoa SectionedViewDataSourceType.swift
[220/263] Compiling RxCocoa ObservableConvertibleType+Driver.swift
[221/263] Compiling RxCocoa ObservableConvertibleType+SharedSequence.swift
[222/263] Compiling RxCocoa ObservableConvertibleType+Signal.swift
[223/263] Compiling RxCocoa PublishRelay+Signal.swift
[224/263] Compiling RxCocoa PublishRelay.swift
[225/263] Compiling RxCocoa RxCocoa.swift
[226/263] Compiling RxCocoa RxCocoaObjCRuntimeError+Extensions.swift
[227/263] Compiling RxCocoa RxCollectionViewDataSourceProxy.swift
[228/263] Compiling RxCocoa RxCollectionViewDataSourceType.swift
[229/263] Compiling RxCocoa RxCollectionViewDelegateProxy.swift
[230/263] Compiling RxCocoa RxCollectionViewReactiveArrayDataSource.swift
[231/263] Compiling RxCocoa NSImageView+Rx.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxCocoa/NSTextField+Rx.swift:45:49: error: call to main actor-isolated function in a synchronous nonisolated context
43 | let nextValue = textField.stringValue
44 | self.textSubject.on(.next(nextValue))
45 | _forwardToDelegate?.controlTextDidChange?(notification)
| `- error: call to main actor-isolated function in a synchronous nonisolated context
46 | }
47 |
[232/263] Compiling RxCocoa NSLayoutConstraint+Rx.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxCocoa/NSTextField+Rx.swift:45:49: error: call to main actor-isolated function in a synchronous nonisolated context
43 | let nextValue = textField.stringValue
44 | self.textSubject.on(.next(nextValue))
45 | _forwardToDelegate?.controlTextDidChange?(notification)
| `- error: call to main actor-isolated function in a synchronous nonisolated context
46 | }
47 |
[233/263] Compiling RxCocoa NSObject+Rx+KVORepresentable.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxCocoa/NSTextField+Rx.swift:45:49: error: call to main actor-isolated function in a synchronous nonisolated context
43 | let nextValue = textField.stringValue
44 | self.textSubject.on(.next(nextValue))
45 | _forwardToDelegate?.controlTextDidChange?(notification)
| `- error: call to main actor-isolated function in a synchronous nonisolated context
46 | }
47 |
[234/263] Compiling RxCocoa NSObject+Rx+RawRepresentable.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxCocoa/NSTextField+Rx.swift:45:49: error: call to main actor-isolated function in a synchronous nonisolated context
43 | let nextValue = textField.stringValue
44 | self.textSubject.on(.next(nextValue))
45 | _forwardToDelegate?.controlTextDidChange?(notification)
| `- error: call to main actor-isolated function in a synchronous nonisolated context
46 | }
47 |
[235/263] Compiling RxCocoa NSObject+Rx.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxCocoa/NSTextField+Rx.swift:45:49: error: call to main actor-isolated function in a synchronous nonisolated context
43 | let nextValue = textField.stringValue
44 | self.textSubject.on(.next(nextValue))
45 | _forwardToDelegate?.controlTextDidChange?(notification)
| `- error: call to main actor-isolated function in a synchronous nonisolated context
46 | }
47 |
[236/263] Compiling RxCocoa NSSlider+Rx.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxCocoa/NSTextField+Rx.swift:45:49: error: call to main actor-isolated function in a synchronous nonisolated context
43 | let nextValue = textField.stringValue
44 | self.textSubject.on(.next(nextValue))
45 | _forwardToDelegate?.controlTextDidChange?(notification)
| `- error: call to main actor-isolated function in a synchronous nonisolated context
46 | }
47 |
[237/263] Compiling RxCocoa NSTextField+Rx.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxCocoa/NSTextField+Rx.swift:45:49: error: call to main actor-isolated function in a synchronous nonisolated context
43 | let nextValue = textField.stringValue
44 | self.textSubject.on(.next(nextValue))
45 | _forwardToDelegate?.controlTextDidChange?(notification)
| `- error: call to main actor-isolated function in a synchronous nonisolated context
46 | }
47 |
[238/263] Compiling RxCocoa NSTextStorage+Rx.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxCocoa/NSTextField+Rx.swift:45:49: error: call to main actor-isolated function in a synchronous nonisolated context
43 | let nextValue = textField.stringValue
44 | self.textSubject.on(.next(nextValue))
45 | _forwardToDelegate?.controlTextDidChange?(notification)
| `- error: call to main actor-isolated function in a synchronous nonisolated context
46 | }
47 |
[239/263] Compiling RxCocoa NSView+Rx.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxCocoa/NSTextField+Rx.swift:45:49: error: call to main actor-isolated function in a synchronous nonisolated context
43 | let nextValue = textField.stringValue
44 | self.textSubject.on(.next(nextValue))
45 | _forwardToDelegate?.controlTextDidChange?(notification)
| `- error: call to main actor-isolated function in a synchronous nonisolated context
46 | }
47 |
[240/263] Compiling RxCocoa NotificationCenter+Rx.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxCocoa/NSTextField+Rx.swift:45:49: error: call to main actor-isolated function in a synchronous nonisolated context
43 | let nextValue = textField.stringValue
44 | self.textSubject.on(.next(nextValue))
45 | _forwardToDelegate?.controlTextDidChange?(notification)
| `- error: call to main actor-isolated function in a synchronous nonisolated context
46 | }
47 |
[241/263] Compiling RxCocoa Observable+Bind.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxCocoa/NSTextField+Rx.swift:45:49: error: call to main actor-isolated function in a synchronous nonisolated context
43 | let nextValue = textField.stringValue
44 | self.textSubject.on(.next(nextValue))
45 | _forwardToDelegate?.controlTextDidChange?(notification)
| `- error: call to main actor-isolated function in a synchronous nonisolated context
46 | }
47 |
[242/263] Compiling RxCocoa BehaviorRelay+Driver.swift
[243/263] Compiling RxCocoa BehaviorRelay.swift
[244/263] Compiling RxCocoa Binder.swift
[245/263] Compiling RxCocoa ControlEvent+Driver.swift
[246/263] Compiling RxCocoa ControlEvent+Signal.swift
[247/263] Compiling RxCocoa ControlEvent.swift
[248/263] Compiling RxCocoa ControlProperty+Driver.swift
[249/263] Compiling RxCocoa ControlProperty.swift
[250/263] Compiling RxCocoa ControlTarget.swift
[251/263] Compiling RxCocoa DelegateProxy.swift
[252/263] Compiling RxCocoa DelegateProxyType.swift
[253/263] Compiling RxCocoa Deprecated.swift
[254/263] Compiling RxCocoa DispatchQueue+Extensions.swift
[255/263] Compiling RxCocoa Driver+Subscription.swift
[256/263] Compiling RxCocoa Driver.swift
[257/263] Compiling RxCocoa ItemEvents.swift
[258/263] Compiling RxCocoa KVORepresentable+CoreGraphics.swift
[259/263] Compiling RxCocoa KVORepresentable+Swift.swift
[260/263] Compiling RxCocoa KVORepresentable.swift
[261/263] Compiling RxCocoa Logging.swift
[262/263] Compiling RxCocoa NSButton+Rx.swift
[263/263] Compiling RxCocoa NSControl+Rx.swift
warning: 'rxswift': /Users/admin/builder/spi-builder-workspace/.build/checkouts/RxSwift/Package.swift:8:16: warning: 'flatMap' is deprecated: Please use compactMap(_:) for the case where closure returns an optional value
6 |
7 | func filterNil<T>(_ array: [T?]) -> [T] {
8 | return array.flatMap { $0 }
| |- warning: 'flatMap' is deprecated: Please use compactMap(_:) for the case where closure returns an optional value
| `- note: use 'compactMap(_:)' instead
9 | }
10 |
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64
[0/1] Planning build
Building for debugging...
[0/5] Write swift-version-2F0A5646E1D333AE.txt
[2/141] Compiling RxSwift ScheduledDisposable.swift
[3/141] Compiling RxSwift ScheduledItem.swift
[4/141] Compiling RxSwift ScheduledItemType.swift
[5/141] Compiling RxSwift SchedulerServices+Emulation.swift
[6/141] Compiling RxSwift SchedulerType.swift
[7/141] Compiling RxSwift Sequence.swift
[8/141] Compiling RxSwift SerialDispatchQueueScheduler.swift
[9/141] Compiling RxSwift SerialDisposable.swift
[10/141] Compiling RxSwift ShareReplayScope.swift
[11/141] Compiling RxSwift Single.swift
[12/141] Compiling RxSwift SingleAssignmentDisposable.swift
[13/141] Compiling RxSwift SingleAsync.swift
[14/141] Compiling RxSwift Sink.swift
[15/141] Compiling RxSwift Skip.swift
[16/141] Compiling RxSwift SkipUntil.swift
[17/155] Compiling RxSwift SkipWhile.swift
[18/155] Compiling RxSwift StartWith.swift
[19/155] Compiling RxSwift String+Rx.swift
[20/155] Compiling RxSwift SubjectType.swift
[21/155] Compiling RxSwift SubscribeOn.swift
[22/155] Compiling RxSwift SubscriptionDisposable.swift
[23/155] Compiling RxSwift SwiftSupport.swift
[24/155] Compiling RxSwift Switch.swift
[25/155] Compiling RxSwift SwitchIfEmpty.swift
[26/155] Compiling RxSwift SynchronizedDisposeType.swift
[27/155] Compiling RxSwift SynchronizedOnType.swift
[28/155] Compiling RxSwift SynchronizedUnsubscribeType.swift
[29/155] Compiling RxSwift TailRecursiveSink.swift
[30/155] Compiling RxSwift Take.swift
[31/155] Compiling RxSwift TakeLast.swift
[32/155] Compiling RxSwift PublishSubject.swift
[33/155] Compiling RxSwift Queue.swift
[34/155] Compiling RxSwift Range.swift
[35/155] Compiling RxSwift Reactive.swift
[36/155] Compiling RxSwift RecursiveLock.swift
[37/155] Compiling RxSwift RecursiveScheduler.swift
[38/155] Compiling RxSwift Reduce.swift
[39/155] Compiling RxSwift RefCountDisposable.swift
[40/155] Compiling RxSwift Repeat.swift
[41/155] Compiling RxSwift ReplaySubject.swift
[42/155] Compiling RxSwift RetryWhen.swift
[43/155] Compiling RxSwift Rx.swift
[44/155] Compiling RxSwift RxMutableBox.swift
[45/155] Compiling RxSwift Sample.swift
[46/155] Compiling RxSwift Scan.swift
[47/155] Compiling RxSwift Debug.swift
[48/155] Compiling RxSwift DefaultIfEmpty.swift
[49/155] Compiling RxSwift Deferred.swift
[50/155] Compiling RxSwift Delay.swift
[51/155] Compiling RxSwift DelaySubscription.swift
[52/155] Compiling RxSwift Dematerialize.swift
[53/155] Compiling RxSwift Deprecated.swift
[54/155] Compiling RxSwift DeprecationWarner.swift
[55/155] Compiling RxSwift DispatchQueue+Extensions.swift
[56/155] Compiling RxSwift DispatchQueueConfiguration.swift
[57/155] Compiling RxSwift Disposable.swift
[58/155] Compiling RxSwift Disposables.swift
[59/155] Compiling RxSwift DisposeBag.swift
[60/155] Compiling RxSwift DisposeBase.swift
[61/155] Compiling RxSwift DistinctUntilChanged.swift
[62/155] Emitting module RxSwift
[63/155] Compiling RxSwift InfiniteSequence.swift
[64/155] Compiling RxSwift InvocableScheduledItem.swift
[65/155] Compiling RxSwift InvocableType.swift
[66/155] Compiling RxSwift Just.swift
[67/155] Compiling RxSwift Lock.swift
[68/155] Compiling RxSwift LockOwnerType.swift
[69/155] Compiling RxSwift MainScheduler.swift
[70/155] Compiling RxSwift Map.swift
[71/155] Compiling RxSwift Materialize.swift
[72/155] Compiling RxSwift Maybe.swift
[73/155] Compiling RxSwift Merge.swift
[74/155] Compiling RxSwift Multicast.swift
[75/155] Compiling RxSwift Never.swift
[76/155] Compiling RxSwift NopDisposable.swift
[77/155] Compiling RxSwift Observable.swift
[78/155] Compiling RxSwift ObservableConvertibleType.swift
[79/155] Compiling RxSwift ObservableType+Extensions.swift
[80/155] Compiling RxSwift ObservableType+PrimitiveSequence.swift
[81/155] Compiling RxSwift ObservableType.swift
[82/155] Compiling RxSwift ObserveOn.swift
[83/155] Compiling RxSwift ObserverBase.swift
[84/155] Compiling RxSwift ObserverType.swift
[85/155] Compiling RxSwift OperationQueueScheduler.swift
[86/155] Compiling RxSwift Optional.swift
[87/155] Compiling RxSwift Platform.Darwin.swift
[88/155] Compiling RxSwift Platform.Linux.swift
[89/155] Compiling RxSwift PrimitiveSequence+Zip+arity.swift
[90/155] Compiling RxSwift PrimitiveSequence.swift
[91/155] Compiling RxSwift PriorityQueue.swift
[92/155] Compiling RxSwift Producer.swift
[93/155] Compiling RxSwift Do.swift
[94/155] Compiling RxSwift ElementAt.swift
[95/155] Compiling RxSwift Empty.swift
[96/155] Compiling RxSwift Enumerated.swift
[97/155] Compiling RxSwift Error.swift
[98/155] Compiling RxSwift Errors.swift
[99/155] Compiling RxSwift Event.swift
[100/155] Compiling RxSwift Filter.swift
[101/155] Compiling RxSwift First.swift
[102/155] Compiling RxSwift Generate.swift
[103/155] Compiling RxSwift GroupBy.swift
[104/155] Compiling RxSwift GroupedObservable.swift
[105/155] Compiling RxSwift HistoricalScheduler.swift
[106/155] Compiling RxSwift HistoricalSchedulerTimeConverter.swift
[107/155] Compiling RxSwift ImmediateSchedulerType.swift
[108/155] Compiling RxSwift Cancelable.swift
[109/155] Compiling RxSwift Catch.swift
[110/155] Compiling RxSwift CombineLatest+Collection.swift
[111/155] Compiling RxSwift CombineLatest+arity.swift
[112/155] Compiling RxSwift CombineLatest.swift
[113/155] Compiling RxSwift Completable+AndThen.swift
[114/155] Compiling RxSwift Completable.swift
[115/155] Compiling RxSwift CompositeDisposable.swift
[116/155] Compiling RxSwift Concat.swift
[117/155] Compiling RxSwift ConcurrentDispatchQueueScheduler.swift
[118/155] Compiling RxSwift ConcurrentMainScheduler.swift
[119/155] Compiling RxSwift ConnectableObservableType.swift
[120/155] Compiling RxSwift Create.swift
[121/155] Compiling RxSwift CurrentThreadScheduler.swift
[122/155] Compiling RxSwift Debounce.swift
[123/155] Compiling RxSwift AddRef.swift
[124/155] Compiling RxSwift Amb.swift
[125/155] Compiling RxSwift AnonymousDisposable.swift
[126/155] Compiling RxSwift AnonymousObserver.swift
[127/155] Compiling RxSwift AnyObserver.swift
[128/155] Compiling RxSwift AsMaybe.swift
[129/155] Compiling RxSwift AsSingle.swift
[130/155] Compiling RxSwift AsyncLock.swift
[131/155] Compiling RxSwift AsyncSubject.swift
[132/155] Compiling RxSwift Bag+Rx.swift
[133/155] Compiling RxSwift Bag.swift
[134/155] Compiling RxSwift BehaviorSubject.swift
[135/155] Compiling RxSwift BinaryDisposable.swift
[136/155] Compiling RxSwift BooleanDisposable.swift
[137/155] Compiling RxSwift Buffer.swift
[138/155] Compiling RxSwift TakeUntil.swift
[139/155] Compiling RxSwift TakeWhile.swift
[140/155] Compiling RxSwift Throttle.swift
[141/155] Compiling RxSwift Timeout.swift
[142/155] Compiling RxSwift Timer.swift
[143/155] Compiling RxSwift ToArray.swift
[144/155] Compiling RxSwift Using.swift
[145/155] Compiling RxSwift VirtualTimeConverterType.swift
[146/155] Compiling RxSwift VirtualTimeScheduler.swift
[147/155] Compiling RxSwift Window.swift
[148/155] Compiling RxSwift WithLatestFrom.swift
[149/155] Compiling RxSwift Zip+Collection.swift
[150/155] Compiling RxSwift Zip+arity.swift
[151/155] Compiling RxSwift Zip.swift
[151/155] Compiling RxCocoaRuntime _RX.m
[152/155] Compiling RxCocoaRuntime _RXKVOObserver.m
[152/155] Compiling RxCocoaRuntime _RXDelegateProxy.m
[154/155] Compiling RxCocoaRuntime _RXObjCRuntime.m
[156/250] Compiling RxCocoa UIButton+Rx.swift
[157/250] Compiling RxCocoa UICollectionView+Rx.swift
[158/250] Compiling RxCocoa UIControl+Rx.swift
[159/250] Compiling RxCocoa UIDatePicker+Rx.swift
[160/250] Compiling RxCocoa UIGestureRecognizer+Rx.swift
[161/250] Compiling RxCocoa UIImageView+Rx.swift
[162/250] Compiling RxCocoa UILabel+Rx.swift
[163/250] Compiling RxCocoa UINavigationController+Rx.swift
[164/250] Compiling RxCocoa UINavigationItem+Rx.swift
[165/250] Compiling RxCocoa UIPageControl+Rx.swift
[166/250] Compiling RxCocoa RxTableViewDataSourceProxy.swift
[167/250] Compiling RxCocoa RxTableViewDataSourceType.swift
[168/250] Compiling RxCocoa RxTableViewDelegateProxy.swift
[169/250] Compiling RxCocoa RxTableViewReactiveArrayDataSource.swift
[170/250] Compiling RxCocoa RxTarget.swift
[171/250] Compiling RxCocoa RxTextStorageDelegateProxy.swift
[172/250] Compiling RxCocoa RxTextViewDelegateProxy.swift
[173/250] Compiling RxCocoa RxWebViewDelegateProxy.swift
[174/250] Compiling RxCocoa SchedulerType+SharedSequence.swift
[175/250] Compiling RxCocoa SectionedViewDataSourceType.swift
[176/260] Emitting module RxCocoa
[177/260] Compiling RxCocoa BehaviorRelay+Driver.swift
[178/260] Compiling RxCocoa BehaviorRelay.swift
[179/260] Compiling RxCocoa Binder.swift
[180/260] Compiling RxCocoa ControlEvent+Driver.swift
[181/260] Compiling RxCocoa ControlEvent+Signal.swift
[182/260] Compiling RxCocoa ControlEvent.swift
[183/260] Compiling RxCocoa ControlProperty+Driver.swift
[184/260] Compiling RxCocoa ControlProperty.swift
[185/260] Compiling RxCocoa ControlTarget.swift
[186/260] Compiling RxCocoa DelegateProxy.swift
[187/260] Compiling RxCocoa DelegateProxyType.swift
[188/260] Compiling RxCocoa ObservableConvertibleType+Driver.swift
[189/260] Compiling RxCocoa ObservableConvertibleType+SharedSequence.swift
[190/260] Compiling RxCocoa ObservableConvertibleType+Signal.swift
[191/260] Compiling RxCocoa PublishRelay+Signal.swift
[192/260] Compiling RxCocoa PublishRelay.swift
[193/260] Compiling RxCocoa RxCocoa.swift
[194/260] Compiling RxCocoa RxCocoaObjCRuntimeError+Extensions.swift
[195/260] Compiling RxCocoa RxCollectionViewDataSourceProxy.swift
[196/260] Compiling RxCocoa RxCollectionViewDataSourceType.swift
[197/260] Compiling RxCocoa RxCollectionViewDelegateProxy.swift
[198/260] Compiling RxCocoa RxCollectionViewReactiveArrayDataSource.swift
[199/260] Compiling RxCocoa Deprecated.swift
[200/260] Compiling RxCocoa DispatchQueue+Extensions.swift
[201/260] Compiling RxCocoa Driver+Subscription.swift
[202/260] Compiling RxCocoa Driver.swift
[203/260] Compiling RxCocoa ItemEvents.swift
[204/260] Compiling RxCocoa KVORepresentable+CoreGraphics.swift
[205/260] Compiling RxCocoa KVORepresentable+Swift.swift
[206/260] Compiling RxCocoa KVORepresentable.swift
[207/260] Compiling RxCocoa Logging.swift
[208/260] Compiling RxCocoa NSButton+Rx.swift
[209/260] Compiling RxCocoa NSControl+Rx.swift
[210/260] Compiling RxCocoa UIPickerView+Rx.swift
[211/260] Compiling RxCocoa UIProgressView+Rx.swift
[212/260] Compiling RxCocoa UIRefreshControl+Rx.swift
[213/260] Compiling RxCocoa UIScrollView+Rx.swift
[214/260] Compiling RxCocoa UISearchBar+Rx.swift
[215/260] Compiling RxCocoa UISearchController+Rx.swift
[216/260] Compiling RxCocoa UISegmentedControl+Rx.swift
[217/260] Compiling RxCocoa UISlider+Rx.swift
[218/260] Compiling RxCocoa UIStepper+Rx.swift
[219/260] Compiling RxCocoa UISwitch+Rx.swift
[220/260] Compiling RxCocoa RxNavigationControllerDelegateProxy.swift
[221/260] Compiling RxCocoa RxPickerViewAdapter.swift
[222/260] Compiling RxCocoa RxPickerViewDataSourceProxy.swift
[223/260] Compiling RxCocoa RxPickerViewDataSourceType.swift
[224/260] Compiling RxCocoa RxPickerViewDelegateProxy.swift
[225/260] Compiling RxCocoa RxScrollViewDelegateProxy.swift
[226/260] Compiling RxCocoa RxSearchBarDelegateProxy.swift
[227/260] Compiling RxCocoa RxSearchControllerDelegateProxy.swift
[228/260] Compiling RxCocoa RxTabBarControllerDelegateProxy.swift
[229/260] Compiling RxCocoa RxTabBarDelegateProxy.swift
[230/260] Compiling RxCocoa SharedSequence+Operators+arity.swift
[231/260] Compiling RxCocoa SharedSequence+Operators.swift
[232/260] Compiling RxCocoa SharedSequence.swift
[233/260] Compiling RxCocoa Signal+Subscription.swift
[234/260] Compiling RxCocoa Signal.swift
[235/260] Compiling RxCocoa TextInput.swift
[236/260] Compiling RxCocoa UIActivityIndicatorView+Rx.swift
[237/260] Compiling RxCocoa UIAlertAction+Rx.swift
[238/260] Compiling RxCocoa UIApplication+Rx.swift
[239/260] Compiling RxCocoa UIBarButtonItem+Rx.swift
[240/260] Compiling RxCocoa UITabBar+Rx.swift
[241/260] Compiling RxCocoa UITabBarController+Rx.swift
[242/260] Compiling RxCocoa UITabBarItem+Rx.swift
[243/260] Compiling RxCocoa UITableView+Rx.swift
[244/260] Compiling RxCocoa UITextField+Rx.swift
[245/260] Compiling RxCocoa UITextView+Rx.swift
[246/260] Compiling RxCocoa UIView+Rx.swift
[247/260] Compiling RxCocoa UIViewController+Rx.swift
[248/260] Compiling RxCocoa UIWebView+Rx.swift
[249/260] Compiling RxCocoa URLSession+Rx.swift
[250/260] Compiling RxCocoa NSImageView+Rx.swift
[251/260] Compiling RxCocoa NSLayoutConstraint+Rx.swift
[252/260] Compiling RxCocoa NSObject+Rx+KVORepresentable.swift
[253/260] Compiling RxCocoa NSObject+Rx+RawRepresentable.swift
[254/260] Compiling RxCocoa NSObject+Rx.swift
[255/260] Compiling RxCocoa NSSlider+Rx.swift
[256/260] Compiling RxCocoa NSTextField+Rx.swift
[257/260] Compiling RxCocoa NSTextStorage+Rx.swift
[258/260] Compiling RxCocoa NSView+Rx.swift
[259/260] Compiling RxCocoa NotificationCenter+Rx.swift
[260/260] Compiling RxCocoa Observable+Bind.swift
[261/267] Compiling RxRetroSwift RequestCaller.swift
[262/267] Compiling RxRetroSwift HasErrorInfo.swift
[263/267] Compiling RxRetroSwift URLRequest+Authentications.swift
[264/267] Compiling RxRetroSwift RawResponse.swift
[265/267] Compiling RxRetroSwift Result.swift
[266/267] Compiling RxRetroSwift RequestModel.swift
[267/267] Emitting module RxRetroSwift
Build complete! (5.64s)
Build complete.
{
"dependencies" : [
{
"identity" : "rxswift",
"requirement" : {
"range" : [
{
"lower_bound" : "4.0.0",
"upper_bound" : "5.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/ReactiveX/RxSwift.git"
}
],
"manifest_display_name" : "RxRetroSwift",
"name" : "RxRetroSwift",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "RxRetroSwift",
"targets" : [
"RxRetroSwift"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "RxRetroSwiftTests",
"module_type" : "SwiftTarget",
"name" : "RxRetroSwiftTests",
"path" : "Tests/RxRetroSwiftTests",
"sources" : [
"RxRetroSwiftTests.swift"
],
"target_dependencies" : [
"RxRetroSwift"
],
"type" : "test"
},
{
"c99name" : "RxRetroSwift",
"module_type" : "SwiftTarget",
"name" : "RxRetroSwift",
"path" : "Sources/RxRetroSwift",
"product_dependencies" : [
"RxSwift",
"RxCocoa"
],
"product_memberships" : [
"RxRetroSwift"
],
"sources" : [
"Extensions/URLRequest+Authentications.swift",
"Models/RawResponse.swift",
"Models/RequestModel.swift",
"Models/Result.swift",
"Protocols/HasErrorInfo.swift",
"Services/RequestCaller.swift"
],
"type" : "library"
}
],
"tools_version" : "4.0"
}
Done.