Hi all, In Embedded Swift, we've found that it can be pretty hard to make sure that your code reliably stays within the subset of the standard library that avoids use of the large (50kb-500kb+) Unicode tables. Specifically, accidentally using one of those APIs results in an obscure linker failure about missing "swift_stdlib" symbols that can b...