SwiftUI TextField First Responder (Show Keyboard Automatically)

Is it now possible in the recent release of swift to set textfield to be first responder or show the keyboard when they are loaded?

I see something similar to what I'm looking for has been done on tvOS and WatchOS with the .prefersDefaultFocus
modifier
Unfortunately it does look like, they won't do it.
https://developer.apple.com/forums/thread/650263

But please fill in a feedback. The more people the better. Maybe they will add it in the beta phase.
SwiftUI TextField First Responder (Show Keyboard Automatically)
 
 
Q