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 16ec337 commit 2cbe88fCopy full SHA for 2cbe88f
README.md
@@ -9,6 +9,14 @@ Property-Based Testing can be used as an alternative for (or in addition to) tes
9
10
This library uses [swift-gen by Point-Free](https://github.com/pointfreeco/swift-gen) for reproducible random generation.
11
12
+## Requirements
13
+
14
+* Swift 6.1 (or Xcode 16.3)
15
+* Any platform supported by Swift Testing
16
+ * macOS 10.15+
17
+ * iOS/tvOS 13.0+, watchOS 6.0+, visionOS 1.0+
18
+ * Linux, Windows, etc.
19
20
## Examples
21
22
Simple example:
0 commit comments