When updating my project to version 4.0, I'm seeing several instances of this issue:
‘PurchaserInfo’ is unavailable in iOS: ‘PurchaserInfo’ has been renamed to ‘RCCustomerInfo’
That should say CustomerInfo when compiling from Swift.
I decided to do a quick test, and this is what I saw. This technique works within the same module:

But it produces the wrong error when using the API from outside the module:

When updating my project to version 4.0, I'm seeing several instances of this issue:
That should say
CustomerInfowhen compiling from Swift.I decided to do a quick test, and this is what I saw. This technique works within the same module:

But it produces the wrong error when using the API from outside the module:
