Crash on launch with beta 5 (SwiftUI)

Seeing the following error when trying to launch the macOS target of my SwiftUI app.

This launched fine with Xcode 12 beta 4 but with beta 5 this error is new.

Code Block log
dyld: Symbol not found: _$s7SwiftUI11ToolbarItemVyxq_GAA0C7ContentAAMc
  Referenced from: /Users/<user>/Library/Developer/Xcode/DerivedData/DreamStream-grkkdqtyjblsklcucztvkmmlbvce/Build/Products/Debug/DreamStream.app/Contents/MacOS/DreamStream
  Expected in: /System/Library/Frameworks/SwiftUI.framework/Versions/A/SwiftUI
 in /Users/<user>/Library/Developer/Xcode/DerivedData/DreamStream-grkkdqtyjblsklcucztvkmmlbvce/Build/Products/Debug/DreamStream.app/Contents/MacOS/DreamStream
(lldb) 


I tried clean build, deleting derived data and re-created the whole project, but get the same.

Can confirm this. None of my apps is working on macOS. Hope this is fixed when running on macOS 11 Beta 5.
Using Big Sur 11.0 Beta (20A5343i)
Ok thanks so I guess the release notes are not showing the correct required version:

"Intel-based Mac running macOS Catalina 10.15.4 or later."
I'm having the same issue. Updated to the latest Big Sur beta last night and it did not fix it. :(
Crash on launch with beta 5 (SwiftUI)
 
 
Q