Skip to content

Speech iOS xcode27.0 b1

Alex Soto edited this page Jun 9, 2026 · 2 revisions

#Speech.framework

diff -ruN /Applications/Xcode_26.5.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/Speech.framework/Headers/SFErrors.h /Applications/Xcode_27.0.0-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/Speech.framework/Headers/SFErrors.h
--- /Applications/Xcode_26.5.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/Speech.framework/Headers/SFErrors.h	2026-04-18 21:18:09
+++ /Applications/Xcode_27.0.0-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/Speech.framework/Headers/SFErrors.h	2026-05-29 00:38:49
@@ -20,7 +20,7 @@
     /// There was an internal error.
     SFSpeechErrorCodeInternalServiceError = 1,
 
-    /// The audio file could not be read.
+    /// The audio source could not be read.
     SFSpeechErrorCodeAudioReadFailed = 2,
 
     // MARK: CustomLM data related errors

Clone this wiki locally