Replies: 2 comments 13 replies
-
This may be a bug in the Swift Package Index compatibility detection. I think that badge previously only said that the package supported macOS, but now (incorrectly) says it supports Linux. Would you be interested in filing a bug report on the Swift Package Index repo about this? Regarding actually supporting Linux for this tool -- I can look in to this next time I update the SwiftFormat binary that we use. |
Beta Was this translation helpful? Give feedback.
-
I fixed this issue for now for us by depending not on the binary of swiftformat but on the release. https://github.com/doozMen/swift/releases/tag/1.0.2 points to https://github.com/calda/SwiftFormat/releases/tag/0.51-beta-3. This is a workaround as now our ci pipeline is slower but at least it can run on linux ... |
Beta Was this translation helpful? Give feedback.
-
The build binary of swiftformat at url https://github.com/calda/SwiftFormat/releases/ has support only for apple platforms
Hence running the format tool on linux does not work but the Readme states it is compatible with linux, but unfortunately it is not.
Beta Was this translation helpful? Give feedback.
All reactions