# CombineCommunity/RxCombine

Bi-directional type bridging between RxSwift and Apple's Combine framework

Repository: https://github.com/CombineCommunity/RxCombine
Canonical: https://ross.abutalabs.com/products/rxcombine
Language: Swift
License: MIT
License Family: permissive
Topics: rxswift, applecombine, combine, swift, ios, macos, linux, watchos, reactive, frp, reactive-programming, reactive-streams
Last push: 2024-04-21T15:21:37+00:00

## Health v2 (maintenance only)
Score: 23/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 0, release rhythm 8, longevity 100
- inputs: {"age_days": 2640, "days_push": 864, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1047, forks 90 (observed 2026-08-28T04:03:21.869198+00:00)

## What it is
RxCombine is a Swift library providing bi-directional type bridging between RxSwift and Apple's Combine framework. It lets developers convert reactive streams between the two ecosystems with helper conversions.

## Use cases
- bridge rxswift observables to combine publishers
- use combine in existing rxswift codebase
- migrate an ios app from rxswift to combine gradually
- convert combine publishers back to rxswift observables
- mix reactive frameworks in a swift project

## When to choose
- you maintain a large RxSwift codebase and want to adopt Combine incrementally
- you need interop between libraries built on RxSwift and Combine
- you want a lightweight bridging layer rather than a full reactive rewrite

## When to avoid
- you are starting a new project and can pick a single reactive framework
- you need a production-hardened, stable library - it is described as an experimental PoC
- you don't use either RxSwift or Combine

## Facets
- artifact type: library
- maturity: experimental
- function: middleware
- domain: developer-tools, mobile-development, cross-platform
- platform: -
- tags: rxswift, combine, reactive-programming, frp, type-bridging, watchos, ios, macos, linux, swift

## Member repositories
- CombineCommunity/RxCombine (main) score 23

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:03:21.869198+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T07:01:03.669749+00:00, confidence not recorded.
  - readme: https://github.com/CombineCommunity/RxCombine (fetched 2026-08-28T04:03:21.869198+00:00, sha ba78f8336c69)
- Data as of 2026-08-30T08:39:29.467469+00:00.
