Levi Brown

Results 13 comments of Levi Brown

Yep. I'm seeing this in our project using a pod with multiple sub-specs referenced from different targets. This is a show stopper... 1.6.0.beta.2. ``` error: Multiple commands produce '/Users/xcodeserver/Library/Caches/XCSBuilder/Bots/82a75fec2007332e806edaa27b01db63/DerivedData/Build/Intermediates.noindex/ArchiveIntermediates/MyProject/IntermediateBuildFilesPath/UninstalledProducts/iphoneos/CASComponentLibrary.framework': 1)...

I'm seeing this, or something similar, today... in 2023. Any updates?

Something to consider (just stumbled on this while searching for other things)... Looking at the [implementation](https://opensource.apple.com/source/Libc/Libc-1158.1.2/gen/clock_gettime.c.auto.html) of `clock_gettime_nsec_np`: ``` uint64_t clock_gettime_nsec_np(clockid_t clock_id) { switch(clock_id){ case CLOCK_REALTIME: { struct timeval tv;...