6 ms·
(Hi, I'm the author of the post) It turns out the bug fix has been released publicly, but only on newer OS versions.
by davedelong 4y ago
(Hi, I'm the author of the post)
It turns out the bug fix has been released publicly, but only on newer OS versions.
- mayoff 4y agoOr if you compile in release mode, in which case the fixed version is (maybe only sometimes?) inlined into your executable. I ran into the same bug, but since I'd included a `precondition` to verify that each elf-group had only one common item type, I discovered the bug immediately. I then needed about 5-10 minutes to convince myself that it really was a Swift bug and not a mayoff bug.