Xcode 12.5 error: Abort trap: 6

After update from 12.4 to 12.5 I have build error:
error: Abort trap: 6 (in target '"SomeModule"' from project 'Pods')
What's mean this error and what was changed in building process in 12.5?
It's not specific to Xcode 12.5.

There was a long discussion about this error: 'Abort trap: 6 (in target )'

https://developer.apple.com/forums/thread/107097

Problem: Abort Trap (In my case my code is working perfectly but when I trying to make an Archive for upload app on testFlight file I got the "Abort Trap")

Solution:- Just Select Your Project from project Navegater (most Left Pane) Select Project > Select Targets > Build Settings > Swift Compiler - Code Genration > Optimization Level > Debug and Realease make "No Optimization [-Onone]"

Xcode 12.5 error: Abort trap: 6
 
 
Q