RxSwiftCommunity / RxSwiftCommunity/RxController

[SPM] Update the RxSwift / RxFlow compatibility baseline

Open Beginner friendly
#15 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
Swift
Stars
45
Forks
8
Avg merge
2h 44m
Merged PRs (30d)
3

Description

Context

The current SwiftPM manifest starts RxSwift at 6.0.0 and RxFlow at 2.12.0. RxSwift 6.10.x contains current Xcode 26 / Swift 6.x compatibility work, while RxFlow's latest release is 2.13.0.

Proposed changes

  • Raise the SwiftPM dependency floor to RxSwift 6.10.2.
  • Raise the SwiftPM dependency floor to RxFlow 2.13.0.
  • Replace target-name string dependencies with explicit .product(...) declarations.
  • Keep Swift 5 language mode for a low-risk compiler migration.
  • Validate resolution and build with the current Xcode 26 toolchain.

Acceptance criteria

  • swift package resolve succeeds.
  • RxController builds against RxSwift 6.10.x and RxFlow 2.13.x.
  • No public RxController API changes are required for dependency compatibility.
  • README compatibility information is updated.

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start with the SwiftPM manifest and inspect the current RxSwift and RxFlow dependency declarations and RxController target dependencies. Run swift package resolve and build with the current Xcode 26 toolchain, then update the README compatibility information. Done means the requested versions resolve, RxController builds without public API changes, and the acceptance criteria are met.

Written by the indexing model from the issue text.

Assessment

Tech stack
ios, swift
Domain
build-system, mobile
Issue type
Refactor
Difficulty
2/5
Estimated time
1-2 days
Activity status
Active
Clarity
Mostly clear
Newbie friendliness
74/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.