Really sorry about this. I made a mistake and removed public accessibility for swift files before since I thought I didn't want SwiftySyft library users to access syft-proto files.
I forgot that SwiftSyft is compiled as a different module from SyftProto even though they're released as the same library so I still need SyftProto structs to be public to be accessible inSwiftSyft.
Really sorry about this. I made a mistake and removed
public
accessibility for swift files before since I thought I didn't wantSwiftySyft
library users to accesssyft-proto
files.I forgot that
SwiftSyft
is compiled as a different module fromSyftProto
even though they're released as the same library so I still needSyftProto
structs to bepublic
to be accessible inSwiftSyft
.