Skip to content

Commit 7608fcc

Browse files
authoredJul 22, 2024··
Remove Linux #error from Package.swift (#278)
1 parent d6986fd commit 7608fcc

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed
 

‎Package.swift

-6
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,3 @@ let package = Package(
5050
url: "https://github.com/realm/SwiftLint/releases/download/0.55.1/SwiftLintBinary-macos.artifactbundle.zip",
5151
checksum: "722a705de1cf4e0e07f2b7d2f9f631f3a8b2635a0c84cce99f9677b38aa4a1d6"),
5252
])
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

Comments
 (0)
Please sign in to comment.