You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@
6
6
<br />
7
7
<ahref="https://cocoapods.org/pods/RxSwift"alt="RxSwift on CocoaPods"title="RxSwift on CocoaPods"><imgsrc="https://img.shields.io/cocoapods/v/RxSwift.svg" /></a>
8
8
<ahref="https://github.com/Carthage/Carthage"alt="RxSwift on Carthage"title="RxSwift on Carthage"><imgsrc="https://img.shields.io/badge/Carthage-compatible-4BC51D.svg?style=flat" /></a>
9
-
<ahref="https://github.com/apple/swift-package-manager"alt="RxSwift on Swift Package Manager"title="RxSwift on Swift Package Manager"><imgsrc="https://img.shields.io/badge/Swift%20Package%20Manager-compatible-brightgreen.svg" /></a>
9
+
<ahref="https://github.com/swiftlang/swift-package-manager"alt="RxSwift on Swift Package Manager"title="RxSwift on Swift Package Manager"><imgsrc="https://img.shields.io/badge/Swift%20Package%20Manager-compatible-brightgreen.svg" /></a>
10
10
</p>
11
11
12
12
Rx is a [generic abstraction of computation](https://youtu.be/looJcaeboBY) expressed through `Observable<Element>` interface, which lets you broadcast and subscribe to values and other events from an `Observable` stream.
> **Note**: There is a critical cross-dependency bug affecting many projects including RxSwift in Swift Package Manager. We've [filed a bug (SR-12303)](https://bugs.swift.org/browse/SR-12303) in early 2020 but have no answer yet. Your mileage may vary. A partial workaround can be found [here](https://github.com/ReactiveX/RxSwift/issues/2127#issuecomment-717830502).
0 commit comments