I’ve narrowed the illegal instruction 4 error to the usage of enums, whether or not they are public, inside or outside the scope of my main classes, and whether or not they have ///comments
Removing the enum allows me to parse the file. The issue is consistent with several different files.
Any advice on a workaround? I am on 0.31.0
Was testing with sourcekitten doc —single-file command in terminal.
I’ve narrowed the illegal instruction 4 error to the usage of enums, whether or not they are public, inside or outside the scope of my main classes, and whether or not they have ///comments
Removing the enum allows me to parse the file. The issue is consistent with several different files.
Any advice on a workaround? I am on 0.31.0
Was testing with
sourcekitten doc —single-filecommand in terminal.