PoC: Noncopyable DisposeBag #617
Annotations
5 errors and 11 warnings
Tests/RxCocoaTests/KVOObservableTests.swift#L33
noncopyable type 'DisposeBag' cannot be used with generic type 'Optional<Wrapped>' yet
|
Tests/RxSwiftTests/DisposeBagTest.swift#L29
noncopyable type 'DisposeBag' cannot be used with generic type 'Optional<Wrapped>' yet
|
Tests/RxSwiftTests/DisposeBagTest.swift#L49
noncopyable type 'DisposeBag' cannot be used with generic type 'Optional<Wrapped>' yet
|
Tests/RxSwiftTests/DisposeBagTest.swift#L64
noncopyable type 'DisposeBag' cannot be used with generic type 'Optional<Wrapped>' yet
|
|
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
|
RxSwift/Traits/PrimitiveSequence/PrimitiveSequence+Concurrency.swift#L37
converting non-sendable function value to '@sendable () async throws -> Void' may introduce data races
|
RxSwift/Traits/PrimitiveSequence/PrimitiveSequence+Concurrency.swift#L39
converting non-sendable function value to '@sendable () async throws -> Void' may introduce data races
|
|
|
|
|
RxCocoa/iOS/Proxies/RxTableViewDelegateProxy.swift#L15
main actor-isolated class 'RxTableViewDelegateProxy' has different actor isolation from nonisolated superclass 'RxScrollViewDelegateProxy'; this is an error in Swift 6
|
RxCocoa/iOS/Proxies/RxCollectionViewDelegateProxy.swift#L15
main actor-isolated class 'RxCollectionViewDelegateProxy' has different actor isolation from nonisolated superclass 'RxScrollViewDelegateProxy'; this is an error in Swift 6
|
RxCocoa/iOS/Proxies/RxTextViewDelegateProxy.swift#L15
main actor-isolated class 'RxTextViewDelegateProxy' has different actor isolation from nonisolated superclass 'RxScrollViewDelegateProxy'; this is an error in Swift 6
|
This job failed
Loading