Is there a way to get default "derivedDataPath"?

Hi,

How the derivedDataPath can be taken using a client (especially the Java) or by CLI?

Actually it is needed to automate the process of having derivedData up to date for parallel runs, but I was unable to find how to get the WDA built path.

We know Appium uses xcodebuild to find “Derived Data Directory” created by XCode after compilation.

Does, Appium also store it somewhere so client can access it?

Thanks,