Ian Leitch
Ian Leitch
DerivedData dirs are now keyed with the Xcode version hash in 2.10.3, so this should now be resolved.
@ZeroOnet Your error is different than the original, you appear to be missing the `Index` directory entirely, which is very odd. Do you have `COMPILER_INDEX_STORE_ENABLE` disabled? I think some CI...
Implemented in https://github.com/peripheryapp/periphery/commit/e676e1abbfadbfea4b2206a5f8e3a3f7007543e3
> Edit: Looks like the original issue wasn't fully resolved after all. I'm still getting errors about fetching our private SPM dependencies, it just doesn't always happen. Are these errors...
Unfortunately, this appears to be caused by a Swift compiler bug.
https://github.com/peripheryapp/periphery#how-to-use > To get coherent results from Periphery, it's crucial to understand the implications of the build targets you choose to analyze. For example, imagine a project consisting of three...
@harrisonfriia Can you please provide a sample project that demonstrates the issue? It's very hard for me to implement a fix for this without being able to inspect the pbxproj.
@im-jersh Sorry, I missed your previous comment with the example project, thanks for providing this! The crux of the issue here is that in Xcode
Sorry for not updating the README and causing confusion. This was indeed an intentional change and `--retain-codable-properties` can be used to retain all Codable properties. > .periphery.yml: invalid key 'external-codable-protocols'...
Hey @maxwellE, I'm unable to reproduce using the example provided. Are you still seeing this with 2.18.0?