pub async fn safe_execute_applescript(script: &str) -> Result<String>
Execute an AppleScript with error handling. Logs warnings on failure.