RxSwiftCommunity / RxSwiftCommunity/RxController
[SPM] Update the RxSwift / RxFlow compatibility baseline
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 resolvesucceeds. - 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
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- 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