Can I build multiple Crystal files in parallel?

ls -1 examples/*.cr | xargs -P 16 -I{} crystal build --release {}

Sometimes this does not work well.
Could there be some kind of conflict?
Does anyone know about this?

Related: Two instances of the compiler cannot run in parallel · Issue #7868 · crystal-lang/crystal · GitHub