Difficulty Using Internal or Private Types in Swift Protocol Conformance
I’m encountering issues while trying to use internal or private types in Swift protocol conformance. Here’s a simplified version of my code:
I’m encountering issues while trying to use internal or private types in Swift protocol conformance. Here’s a simplified version of my code: