We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 77d7071 commit 48fc400Copy full SHA for 48fc400
assets/test/targets/Plugins/BuildToolPlugin/BuildToolPlugin.swift
@@ -7,7 +7,7 @@ struct SimpleBuildToolPlugin: BuildToolPlugin {
7
guard let sourceFiles = target.sourceModule?.sourceFiles else { return [] }
8
9
// Build tool plugins are not being called on Windows with Swift < 6.0.
10
- #if os(Windows) && swift(<6.0)
+ #if os(Windows) && !compiler(>=6.0)
11
return []
12
#endif
13
0 commit comments