RunBot is written entirely in Swift 6.2 with SwiftUI, using strict concurrency throughout. UI runs on @MainActor; background work lives in dedicated actors coordinated via structured async/await. No ...