Skip to content
This repository has been archived by the owner on Jan 25, 2024. It is now read-only.

Commit

Permalink
Merge pull request #98 from SwiftPackageIndex/spi-manifest-validatati…
Browse files Browse the repository at this point in the history
…on-post

Blog post announcing SPI package manifest validation
  • Loading branch information
daveverwer committed Apr 24, 2023
2 parents 2faba9d + f39e125 commit 618f972
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions Content/posts/validating-spi-manifest-files.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
---
date: 2023-04-24 12:00
title: Validating Swift Package Index Manifest Files
description: Swift Package Index Manifest files are YAML files that configure how the package index processes your package. With our online validator you can now confirm the format is correct without having to wait for reprocessing.
---

The Swift Package Index file `.spi.yml` file allows package authors to configure some aspects of how we process your package. This file has become much more popular since we [launched hosted documentation](/posts/versioned-docc-documentation).

Everyone’s favourite config file format YAML of course, comes without any sharp edges and so it is entirely superfluous that we’ve added an online validation tool where you can verify your manifests:

[SPI Manifest validation](https://swiftpackageindex.com/validate-spi-manifest)

We hope this helps package authors successfully set up their Swift Package Index manifests!

<picture>
<source srcset="/images/spi-manifest-validation~dark.png" media="(prefers-color-scheme: dark)">
<img src="/images/spi-manifest-validation~light.png" alt="The Swift Package Index manifest validation page.">
</picture>
Binary file added Resources/images/spi-manifest-validation~dark.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 618f972

Please sign in to comment.