We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c94bde4 commit 1281215Copy full SHA for 1281215
CountriesSwiftUI/Utilities/CancelBag.swift
@@ -19,7 +19,7 @@ final class CancelBag {
19
subscriptions.formUnion(cancellables())
20
}
21
22
- @_functionBuilder
+ @resultBuilder
23
struct Builder {
24
static func buildBlock(_ cancellables: AnyCancellable...) -> [AnyCancellable] {
25
return cancellables
0 commit comments