If I try to compile a blank project created from the iOS > App > SwiftUI template, the project doesn't build, due to: cannot find type 'AttributeScopes' in scope
errors, eg:
/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator15.0.sdk/usr/lib/swift/UIKit.swiftmodule/x86_64-apple-ios-simulator.swiftinterface:481:11: error: cannot find type 'AttributeScopes' in scope
extension AttributeScopes {
This happens whether the min target is set to iOS 14 (the default from the template) or iOS 15.