Ian Leitch

Results 159 comments of Ian Leitch

@Sawka01 can you please confirm if #280 resolves your problem?

Unfortunately this appears to be caused by a bug in Swift that I cannot workaround: https://bugs.swift.org/browse/SR-14162

@ateliercw This appears to be due to a SourceKit bug, it doesn't include any reference to the constructor when using an array literal. You can workaround it with `Array(title: "Title")`....

Yep, I reported this issue in Feb 2018 here: https://bugs.swift.org/browse/SR-7093. Maybe it'll be fixed in Swift 6? 🤷‍♂️

Periphery does detect [redundant public accessibility](https://github.com/peripheryapp/periphery#redundant-public-accessibility), however it does not tell you whether the declaration should be `internal`, or `private` - that's up to you to decide. It sounds more...

This is due to a Swift bug, reported here: https://bugs.swift.org/browse/SR-14181