We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d6986fd commit 7608fccCopy full SHA for 7608fcc
Package.swift
@@ -50,9 +50,3 @@ let package = Package(
50
url: "https://github.com/realm/SwiftLint/releases/download/0.55.1/SwiftLintBinary-macos.artifactbundle.zip",
51
checksum: "722a705de1cf4e0e07f2b7d2f9f631f3a8b2635a0c84cce99f9677b38aa4a1d6"),
52
])
53
-
54
-// Emit an error on Linux, so Swift Package Manager's platform support detection doesn't say this package supports Linux
55
-// https://github.com/airbnb/swift/discussions/197#discussioncomment-4055303
56
-#if os(Linux)
57
-#error("Linux is currently not supported")
58
-#endif
0 commit comments