Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Swift 6, SwiftUnicodeDataTables, Other Improvements (#106)
* Require Swift 6 and tools v6 * Fix build error * Remove pdc flag skip-unown * Add build flag for linking swiftUnicodeDataTables * Improve swift toolchain lookup * Use clang in swift toolchain * Improve product module lookup * Add documentation * Fix build errors * Chip away at deprecations * Remove merge conflict junk * Add hack for SwiftUnicodeDataTables * Use chosen Playdate SDK * Show built pdx path in build output * Improve build output * Add swiftUnicodeDataTables source as a module * Export so symbols are available * Remove linking hacks * Fix deprecations * Add support for C/C++ modules * Fix deprecation * Link compiled Clang libraries * Continue Add support for C/C++ modules * Remove unused var * Use Task * Remove explicit cxx language mode * Remove debug symbols from pdx * Verify file exists first * Fix flag order Flags were being ignored by the pdc cli * Increase output clarity * Remove trailing slash URL takes care of this. The previous Path type did not * Remove tmp debug output * Revert fix flag order * Add output note
- Loading branch information