https://github.com/stackotter/type-casting-issue-demo
https://github.com/stackotter/type-casting-issue-demo
Last synced: 12 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/stackotter/type-casting-issue-demo
- Owner: stackotter
- Created: 2023-12-07T11:36:16.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-07T11:36:37.000Z (over 2 years ago)
- Last Synced: 2025-02-06T05:17:55.686Z (about 1 year ago)
- Language: Swift
- Size: 1000 Bytes
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Type casting issue demo
When using dynamically linked products in a SwiftPM package you can end up with broken.
Check out the code and then run `cd App; swift run` to see one such issue for yourself.