How did you reproduce the bug? Your post seems to say it's crashing after a certains amount of speeches.
I'm trying something like
_for i in 0...1000 {
DispatchQueue.main.asyncAfter(deadline: .now() + 0.33) {
SpeechSynthesizer.shared.speak("(i)")
}
}_
But it's not crashing on my side
How did you reproduce the bug? Your post seems to say it's crashing after a certains amount of speeches.
I'm trying something like
_for i in 0...1000 {
DispatchQueue.main.asyncAfter(deadline: .now() + 0.33) {
SpeechSynthesizer.shared.speak("(i)")
}
}_
But it's not crashing on my side