We're seeing intermittent failures in our Jenkins CI pipeline,
when using 2 executors to run 2 builds in parallel.
errSecInternalComponent
Command CodeSign failed with a nonzero exit code
We're using: fastlane 2.171.0
match+gym
separate temporary keychains
but same account to build with
So I'm suspecting some interaction between the builds,
but we've tried very hard not to use anything shared
(except still using the same build user).
Any ideas much appreciated.