Results 32 comments of Tamas Lustyik

As of now, SPM build seems to be unaffected but Carthage builds still fail. Workaround is to pin down the following dependencies in the `Cartfile`: ``` github "tomlokhorst/XcodeEdit" == 2.6.0...

OK actually Sourcery is laid back enough to not care about this 😎 However, it is still a problem to process the generated interface together with the files of a...

Good for you, but if you have a mixed codebase then the two must be processed at the same time for Sourcery to be able to resolve crossreferenced types properly....

Project patching is now supported in 0.1.0, the only issue yet to be resolved is that huge generated interfaces make Sourcery eat up all the resources and stall indefinitely (see...

I have a pending PR in SourceKitten (https://github.com/jpsim/SourceKitten/pull/495) that is one step to the right direction, although it is not sufficient. I haven't had time lately to further optimize Sourcery.

Yeah it would be interesting to try, let's see if I can find some time in the weekend

Well, when parsing a generated header of 500KB, Sourcery still inflates to ~15 GB but at least it now exits within a reasonable time. So this may make it feasible...

Hi, it's not possible because you'd need to pass all the compiler flags to the tool which is currently not supported. So you need at least a project file with...

The last time I checked, Homebrew required at least 50 stars on the repo to accept a package, so... bring your friends 🤷‍♂

ok I'll look into it possibly at the weekend