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 95d5741 commit d1cc3fdCopy full SHA for d1cc3fd
Tests/ArgumentEncodingTests/ArgumentGroupTests.swift
@@ -250,7 +250,7 @@ final class ArgumentGroupTests: XCTestCase {
250
}
251
252
253
-#if swift(>=6)
+#if swift(>=6) && swift(<6.0.2)
254
extension Array: @retroactive ArgumentGroup, @retroactive FormatterNode {
255
public var flagFormatter: ArgumentEncoding.FlagFormatter { FlagFormatter(prefix: .doubleDash) }
256
0 commit comments