Cannot find type Content in scope

I am trying to follow along in the SwiftUI containers session and I am getting the error Cannot find type Content in scope when using a line like:

@ViewBuilder var content: Content

I am using Xcode 16 beta and the project is set for iOS 18 as a minimum. Is there more I need to do?

Cannot find type Content in scope
 
 
Q