Reply to AVSpeechSynthesizer not working in iOS 16 Beta Someone else suggested that the Speech synthesizer was going out of scope. So I added : @State var synthesizer = AVSpeechSynthesizer() Now it works fine in 16.2. I just use synthesizer.speak(utteramce) as before. App & System Services Core OS Jan ’23