previously this worked just fine. Now I have to set "Swift Compiler - Code Generation" to "None [-Onone] or else I get this error:
Invalid bit cast
%1138 = bitcast i64 %1137 to i8*, !dbg !5051
Invalid bitcast
%1738 = bitcast i64 %1737 to i8*, !dbg !5263
LLVM ERROR: Broken function found, compilation aborted!thats with either "Fast, Whole Module Optimization" or just "Fast". Debug builds work fine since ithat defaults to None
First, this is this my code causing this? I have no idea how I would track that down if its especially since I'm not doing any bitwise operations. This did work just fine in the last beta an hour ago.
Second, what is the impact of this setting? Can I submit it this way?