|
Publishable - synchronous observation of Observable changes through Combine
|
|
3
|
367
|
September 6, 2026
|
|
Combine and the road to Swift 6
|
|
7
|
9712
|
August 5, 2026
|
|
SendablePublishers: Combine for Swift 6 strict concurrency
|
|
0
|
171
|
August 5, 2026
|
|
Publishers.MakeConnectable leaks upstream publisher?
|
|
0
|
82
|
April 17, 2026
|
|
Got crashes while transitioning from NSLock to Mutex
|
|
1
|
276
|
February 12, 2026
|
|
Publishers.CombineLatest.values loses values
|
|
6
|
395
|
December 13, 2025
|
|
Testing an async subscriber for a Combine publisher
|
|
0
|
151
|
December 11, 2025
|
|
How cursed is my Type Erasing pattern?
|
|
4
|
613
|
November 30, 2025
|
|
Is @Published implemented using CurrentValueSubject
|
|
0
|
183
|
October 10, 2025
|
|
Is Combine Reactive?
|
|
2
|
452
|
October 6, 2025
|
|
Crash in Combine Related to Swift 6 Concurrency
|
|
5
|
1434
|
September 9, 2025
|
|
Combine Interop with Swift Concurrency
|
|
7
|
1459
|
July 26, 2025
|
|
Promise is non-sendable type
|
|
9
|
2836
|
July 24, 2025
|
|
Lack of SendableMetaType for Combine's Subscriber makes it impossible to use it in Swift 6.2
|
|
4
|
441
|
June 14, 2025
|
|
Adding Publisher conformance to a class breaks expected computed property getter calls
|
|
1
|
162
|
June 9, 2025
|
|
How to subscribe to an actor's publisher?
|
|
13
|
2812
|
April 24, 2025
|
|
Testing Publisher Value Updates with Async Tasks: How to Properly Wait for Changes in Tests?
|
|
5
|
1333
|
April 11, 2025
|
|
AsyncPublisher and Sendable
|
|
11
|
2370
|
April 2, 2025
|
|
'sink' never is called when using 'receive'
|
|
11
|
14009
|
March 28, 2025
|
|
[Combine] How to `debounce` specific events only?
|
|
6
|
3821
|
March 6, 2025
|
|
What is the correct way to observe the changes from within a nested `ObservableObject`?
|
|
15
|
15970
|
January 17, 2025
|
|
Move from Combine to Swift concurrency?
|
|
16
|
4671
|
January 1, 2025
|
|
Is it fair to declare Combine's AnyPublisher as unchecked sendable as long as output & error types are sendable?
|
|
12
|
3319
|
December 8, 2024
|
|
@Published properties and the main thread
|
|
6
|
2796
|
December 6, 2024
|
|
Why no compiler error for this Swift Concurrency/Combine code?
|
|
7
|
930
|
November 10, 2024
|
|
Is this a bug in @Published?
|
|
70
|
23281
|
November 7, 2024
|
|
Combine flatMap can result in values after failure - bug?
|
|
3
|
3144
|
October 23, 2024
|
|
Memory leak issue while asynchronously iterating over async sequence
|
|
4
|
3209
|
June 9, 2023
|
|
`.first()` and `.prefix(1)` different behaviors?
|
|
0
|
248
|
September 19, 2024
|
|
What is the correct way to use combine from within a nested `ObservableObject`?
|
|
0
|
128
|
September 10, 2024
|