Make swap types public and exportable#15
Conversation
|
Hi Pablo 👋 Could you go into some more detail about what issues you are having with the current implementation and symbol export? I am not against making If you let me know your use case and requirements I will make sure to include fixes in that overhaul ASAP. |
|
Hey @zeugmaster ; I'm having a ton of issues with linking issues; I'm brutally new to all things Swift, but what I'm finding is that I can build just fine when building in Xcode in the context of iOS apps, but just swift for CLI tools gives me all kinds of trouble about (per claude)
|
These types are used by NDKSwift and need to be public to avoid linking errors.
- Rename Sources/cashu-swift to Sources/CashuSwift - Rename Tests/cashu-swiftTests to Tests/CashuSwiftTests - Update Package.swift test target name
This PR makes the swap types ( and ) public and exportable by:
This change allows external modules to properly access and use these swap types when importing the CashuSwift library.