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