Hacker News new | ask | show | jobs
by ori_b 3255 days ago
That's the case. Swift is currently not abi compatible, so libraries compiled with one Swift version only work with that version.
1 comments

Ah, I see. I assume you could compile to a C compatible library, but they you would have to deal with marshaling costs where the types mismatch, correct?