The ReownAppKitUI/Modifiers/Conditional.swift View Extension should be marked private
or internal
#26
Labels
bug
Something isn't working
private
or internal
#26
Describe the bug
The ReownAppKitUI/Modifiers/Conditional.swift View Extension conflicts with my own, this should not happen :)
SDK Version
To Reproduce
Create an application that imports the ReOwn SDK
In the main application target create an extension as follows
Add a view that uses the conditional extension
Xcode should throw a build error because if conflicts with the View+Extension in the
Sources/ReownAppKitUI/Modifiers
folderExpected behavior
Any extensions in your SDK should be made private / internal to ensure that they do not conflict with clients application
Screenshots
![image](https://private-user-images.githubusercontent.com/688771/373350129-90c47343-37b8-4799-b940-84b15dacd4dc.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzg3OTcxNDUsIm5iZiI6MTczODc5Njg0NSwicGF0aCI6Ii82ODg3NzEvMzczMzUwMTI5LTkwYzQ3MzQzLTM3YjgtNDc5OS1iOTQwLTg0YjE1ZGFjZDRkYy5wbmc_WC1BbXotQWxnb3JpdGhtPUFXUzQtSE1BQy1TSEEyNTYmWC1BbXotQ3JlZGVudGlhbD1BS0lBVkNPRFlMU0E1M1BRSzRaQSUyRjIwMjUwMjA1JTJGdXMtZWFzdC0xJTJGczMlMkZhd3M0X3JlcXVlc3QmWC1BbXotRGF0ZT0yMDI1MDIwNVQyMzA3MjVaJlgtQW16LUV4cGlyZXM9MzAwJlgtQW16LVNpZ25hdHVyZT1jZDVkNmE3MWRkMDQ1ZmQ4MjEyN2FmOGEyNTljZTczNjU1OWJjMjNjZmZlZThhYTAyYTUxNDRiMGZlZjdhNDA0JlgtQW16LVNpZ25lZEhlYWRlcnM9aG9zdCJ9.eV5juxpCzP3KE4w8gXJiSJT_V1yfq9GMSj5WwyoJiuo)
Device (please complete the following information):
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: