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 1759033 commit e169545Copy full SHA for e169545
1 file changed
Tests/TextFormationTests/TextualIndenterTests.swift
@@ -3,8 +3,7 @@ import Testing
3
4
import TextFormation
5
6
-import Rearrange
7
-
+#if compiler(>=6.1) && (os(macOS) || os(iOS) || os(tvOS) || os(visionOS))
8
extension TextualContext where TextRange == NSRange {
9
init<R: RangeExpression>(
10
preceding: R,
@@ -214,3 +213,5 @@ struct TextualIndenterTests {
214
213
// XCTAssertTrue(predicate(interface, NSRange(10..<15)))
215
// }
216
//}
+
217
+#endif
0 commit comments