You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Sources/SPIManifest/Documentation.docc/ManifestValidation.md
-34Lines changed: 0 additions & 34 deletions
Original file line number
Diff line number
Diff line change
@@ -6,44 +6,10 @@ How to validate `.spi.yml` files.
6
6
7
7
The easiest way to validate a `.spi.yml` is via the [Online Validator](https://swiftpackageindex.com/validate-spi-manifest) on the [Swift Package Index website](https://swiftpackageindex.com).
8
8
9
-
You can also use the `validate-spi-manifest` executable to validate your `.spi.yml` file.
10
-
11
9
### Online Validator
12
10
13
11
The [Online Validator](https://swiftpackageindex.com/validate-spi-manifest) is a simple web form where you can submit your sample `.spi.yml` file and it will run the exact same parser as during package processing.
14
12
15
13
The validator will display the parsed result or error messages if it fails.
16
14
17
15

18
-
19
-
### Validation Executable
20
-
21
-
#### Installation
22
-
23
-
You can build and install the validation executable by cloning this package and running `make install`:
Copy file name to clipboardExpand all lines: Sources/SPIManifest/Documentation.docc/SPIManifest.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,7 @@ Here are some examples of things that can be configured by this file:
18
18
19
19
### Validation
20
20
21
-
Swift Package Index manifests can be validated for correctness via the [Online Validator](https://swiftpackageindex.com/validate-spi-manifest) or via an executable that comes with this package. See
21
+
Swift Package Index manifests can be validated for correctness via the [Online Validator](https://swiftpackageindex.com/validate-spi-manifest). See
0 commit comments