Kolos65 / Mockable

A Swift macro driven auto-mocking library.
MIT License
199 stars 14 forks source link

Cannot have a protocol named Service #44

Closed mihaicris-adoreme closed 2 months ago

mihaicris-adoreme commented 2 months ago

Hello,

I cant have a protocol named Service that I can apply Mockable macro, since the MockService generated will collide with an internal MockService symbol of the library.

If possible, consider renaming the internal symbol MockService to a name which is more library internal specific such that there will be smaller chances to have collisions with the clients protocols.

Thanks.