in deployment/macos/diagnostic/SystemExtensionTester/SystemExtensionTester/ViewController.swift [278:285]
func registerWithProvider() {
IPCConnection.shared.register(withExtension: extensionBundle) { success in
DispatchQueue.main.async {
self.status = (success ? .running : .stopped)
}
}
}