Please try to change the NavigationBar title text color from black to white with the following code
let colorAttributes = [NSAttributedString.Key.foregroundColor: UIColor.white]
you will see that nothing happens in the device selection controller, I suppose that the framework set the title color to override the appearance. Tested on iPhone with iOS 15.2.1.