Is your feature request related to a problem?
@testable imports in our tests allows us to access internal only fields and classes that users of the SDK would not be able to access. There are some spots in our tests where we are utilizing internal only properties that incorrectly demonstrate how to use the SDK. Removing @testable import of XMTPiOS from our tests will help us catch this in tests.
Describe the solution to the problem
No response
Describe the uses cases for the feature
No response
Additional details
No response