Cannot find 'AsyncStream' in scope?

Anyone know what import statement to use, in order to use AsyncStream like in the session?

import SwiftUI
import Foundation
import Combine
import Dispatch
func foo() {
		AsyncStream()
}

This code produces Cannot find 'AsyncStream' in scope

Answered by florentmorin in 678371022

Currently in active review.

Will arrive with a future Xcode 13 seed.

Xcode Version 13.0 beta (13A5154h)

Accepted Answer

Currently in active review.

Will arrive with a future Xcode 13 seed.

Cannot find 'AsyncStream' in scope?
 
 
Q