I updated to Xcode 14.0 Beta 3 and my code didn't compile anymore so I had to change .finished to .result and add @MainActor like yours. I tried your code and Siri worked once...I couldn't recreate it even after deleting all contents and settings. I guess it's just Xcode being funky so I'll give it some time. Thank you.
Apparently adding (spacing: 0) to the VStack solves the issue. But the text truncates so I have to use .fixedSize(horizontal: false, vertical: true) on it.
Should I chalk it up to iOS 15?
I updated to Xcode 14.0 Beta 3 and my code didn't compile anymore so I had to change .finished to .result and add @MainActor like yours. I tried your code and Siri worked once...I couldn't recreate it even after deleting all contents and settings. I guess it's just Xcode being funky so I'll give it some time. Thank you.
Apparently adding (spacing: 0) to the VStack solves the issue. But the text truncates so I have to use .fixedSize(horizontal: false, vertical: true) on it.
Should I chalk it up to iOS 15?