As a test, I created two frameworks. Both frameworks contain this extension:
public extension UIDevice { var extraInfo: UIDeviceExtraInfo { return U
After doing a bit of experimentation, the only way I've found is to only import one of the frameworks into your source file.