Post marked as unsolved
Click to stop watching this post.
You have stopped watching this post. Click to start watching again.
Post marked as unsolved with 1 replies
176
Views
Enabling Thread Sanitizer causes build to fail
When I enabled Thread Sanitizer runtime checking, my macOS app fails to build - despite compiling successfully when this diagnostic is disabled.
I get several Uncategorized errors when compiling three Swift packages (AXSwift, Cryptor and Socket) that I have imported using SwiftPM.
Uncategorized: Command CompileSwift failed with a nonzero exit code.
Any ideas on what is going wrong?
I'm on macOS Catalina 10.15.7 (19H2) using Xcode 11.3.1 (11C505).