depscope
Packages
IntegrateAPI DocsCuratorBenchmarkCoverage
Sign inGet API access
depscope/breaking/swift/RxSwift

RxSwift breaking changes

swift

7 curated breaking changes across major versions of RxSwift. Use this as a migration checklist before bumping dependencies.

View package health \u2192Known bugs \u2192
7
changes

Breaking changes by transition

  • 6.10.1 \u2192 6.10.2

    breaking

    CocoaPods support has been officially deprecated. This follows Cocoapods' [read-only trunk notice](https://blog.cocoapods.org/CocoaPods-Specs-Repo/). Please migrate to Swift Package Manager or Carthage.

  • 6.10.1 \u2192 6.10.2

    breaking

    `AsyncSequence.asObservable()` now uses `Task.detached` instead of `Task`, aligning with how other Rx/Async bridging works. This removes a subtle foot-gun where iteration could unexpectedly inherit the calling task's actor context, potentially causing deadlocks or unexpected serialization. You can now also optionally provide a `TaskPriority`: ```swift stream.asObservable(priority: .userInitiated) .observe(on: MainScheduler.instance) .subscribe(onNext: { ... }) ``` -------------------------------

  • 6.10.0 \u2192 6.10.1

    breaking

    CocoaPods support has been officially deprecated. This follows Cocoapods' [read-only trunk notice](https://blog.cocoapods.org/CocoaPods-Specs-Repo/). Please migrate to Swift Package Manager or Carthage.

  • 6.10.0 \u2192 6.10.1

    breaking

    `AsyncSequence.asObservable()` now uses `Task.detached` instead of `Task`, aligning with how other Rx/Async bridging works. This removes a subtle foot-gun where iteration could unexpectedly inherit the calling task's actor context, potentially causing deadlocks or unexpected serialization. You can now also optionally provide a `TaskPriority`: ```swift stream.asObservable(priority: .userInitiated) .observe(on: MainScheduler.instance) .subscribe(onNext: { ... }) ``` -------------------------------

  • 6.9.1 \u2192 6.10.0

    breaking

    CocoaPods support has been officially deprecated. This follows Cocoapods' [read-only trunk notice](https://blog.cocoapods.org/CocoaPods-Specs-Repo/). Please migrate to Swift Package Manager or Carthage.

  • 6.9.1 \u2192 6.10.0

    breaking

    `AsyncSequence.asObservable()` now uses `Task.detached` instead of `Task`, aligning with how other Rx/Async bridging works. This removes a subtle foot-gun where iteration could unexpectedly inherit the calling task's actor context, potentially causing deadlocks or unexpected serialization. You can now also optionally provide a `TaskPriority`: ```swift stream.asObservable(priority: .userInitiated) .observe(on: MainScheduler.instance) .subscribe(onNext: { ... }) ``` -------------------------------

  • 6.0.0 \u2192 6.1.0

    breaking

    **Deprecate withUnretained for `Driver`** > **Note**: It is extremely rare to ship a breaking change in a patch release, but this is a relatively fresh feature with unusual circumstances. For the full story, see #2290.

API access

Get this data programmatically \u2014 free, no authentication.

curl https://depscope.dev/api/breaking/swift/RxSwift
DepScope

Package intelligence for AI agents. 19 ecosystems.

Resources
API DocumentationHallucination BenchmarkFor EnterpriseSwagger / OpenAPIPopular PackagesCoverageAI Plugin SetupWatch the pitch (60s)
Legal
Legal hubPrivacy PolicyTerms of ServiceCookie PolicyAcceptable UseAttributionDPASub-processorsSecurityImprintContact中文
© 2026 Cuttalo srl — Italy · VAT IT03242390734Built for AI agents