I'm using 3rd party libraries which are not yet ready for Swift 4, i.e. break the exclusive memory access rule (SE-0176).
So, my console is flooded with these warnings:
Simultaneous accesses to 0xb1ab1ab1a, but modification requires exclusive access.
Previous access (a modification) started at MyTarget`That3rdPartyLib.func(_:args:) + 123 (0xb1ab1ab1a).
Current access (a read) started at:
<callstack...>
How to remove them?