Filip Bajaník

Results 14 comments of Filip Bajaník

I am not really sure how to replicate it on my machine. It is the issue on the remote one - running gitlab runner. It somehow tries to build the...

I know I’m not going to help by commenting, but what is the issue here or how could we make it happen? Is HomeKit Accessory Simulator’s output not sufficient or...

We are also using this library in SDK and we require `BUILD_LIBRARY_FOR_DISTRIBUTION` option to be enabled. Snippet to simulate this issue: ` xcodebuild archive -scheme swift-algorithms -destination "generic/platform=iOS" -configuration Release...

This might be a better temporary solution. Bumping support for watchOS v6 doesn't fix the issue. https://github.com/krzysztofzablocki/Inject/pull/88

Hello, is there any progress or intention to build that?

It is unusable for our project. I have a very similar configuration with `**/Directory` with wildcard and without the `excluded` rule the lining takes 0.1s. With the `excluded` config, it...

> @niorko is this with 0.54.0 that was released a few days ago? Yes it is with 0.54.0. But the same behavior with 0.53.0. Until it's resolved we will use...

> I don’t speak for other maintainers, but personally I wouldn’t recommend using the SwiftPM plugin, for this and other reasons. Right now our solution is not ideal, because the...

Any advancements in solving the time linting issue when using wildcard in path? It ruins the performance exponentially. ``` excluded: - "**/BackendClient" ```