SwiftLint icon indicating copy to clipboard operation
SwiftLint copied to clipboard

Windows Port

Open compnerd opened this issue 1 year ago • 3 comments

This is currently not possible to build on Windows. It requires that SourceKitten changes are merged (https://github.com/jpsim/SourceKitten/pull/769) and some changes to the toolchain that are still in the process of getting merged upstream (https://github.com/apple/swift-package-manager/pull/6573) which depends on a toolchain that is not yet tagged.

It is not possible to build the tests on Windows due to the use of the executable target as a dependency for the tests which results in multiple definitions of main.

This will require a fix for libdispatch (apple/swift-corelibs-libdispatch#791) as well. With that, it seems that I can now swiftlint on Windows as well!

compnerd avatar May 22 '23 21:05 compnerd