In one of the WWDC talks, the devs used a struct called Form
(I can't remember which talk but if someone knows and comments the talk number, that would be nice). The link to Form
in the Apple Documentation is here, but when I tried to use one in a project, Xcode didn't recognize it:
Use of unresolved identifier 'Form'
I know that some features from the WWDC SwiftUI talks are not currently available, but I wanted to make sure it wasn't a bug or something I am missing, because it does have a page in the Apple SwiftUI Documentation.