• Stars
    star
    775
  • Rank 58,632 (Top 2 %)
  • Language
    Swift
  • License
    Apache License 2.0
  • Created over 5 years ago
  • Updated 28 days ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

The master list of repositories for the Swift Package Index.

Valid JSON

The Swift Package Index

Anyone can add a package to the Swift Package Index. Please feel free to submit any package repository to the index, whether it's a package written by you or someone else. There's also no quality threshold. As long as the packages are valid and meet the requirements below, we will accept them. If you're unsure about any of the requirements, please submit the package(s), and we'll happily provide help.

There are a few requirements for inclusion in the index, but they aren't onerous:

  • The package repositories must all be publicly accessible.
  • The packages must all contain a valid Package.swift file in the root folder.
  • The packages must be written in Swift 5.0 or later.
  • The packages should have at least one release tagged as a semantic version.
  • The packages must all output valid JSON when running swift package dump-package with the latest Swift toolchain.
  • The package URLs must include the protocol (usually https) and the .git extension.
  • The packages must all compile without errors.

Add Packages Button

Note: Our build system can now generate and host DocC documentation and make it available from your package’s page in the index. All we need is a little configuration data so that we know how best to build your docs.

More information here.

Note: If submitting your own packages, don't forget to add shields.io badges to your package's README to always have up to date swift version and platform compatibility information readily available. Once your package appears in the index, use the "Do you maintain this package?" link in the right-hand sidebar of your package page and use the provided markdown.

For example:

Removing a Package

You can request to have a package removed from the index with this GitHub workflow.

More Repositories

1

SwiftPackageIndex-Server

The Swift Package Index is the place to find Swift packages!
Swift
554
star
2

SemanticVersion

Represent semantic versions like "1.0.0" or "1.2.3-beta1" (SemVer) in Swift
Swift
48
star
3

ReleaseNotes

A utility to create a list of links to release notes for Swift package updates.
Swift
19
star
4

SPIManifest

Swift package to read `.spi.yml` files
Swift
7
star
5

PackageListTool

Swift
5
star
6

SwiftPackageIndex-Blog

The Swift Package Index Blog.
Swift
3
star
7

CanonicalPackageURL

A package to canonicalise package URLs
Swift
3
star
8

PackageList-Validator

A command-line tool which validates the entries in the Swift Package Index Package List.
Swift
3
star
9

UpdateCommunitySponsors

Command line tool for updating community sponsors in the Server source code.
Swift
2
star
10

SPI-Playgrounds-Releases

HTML
2
star
11

.github

GitHub profile and configuration for @SwiftPackageIndex.
2
star
12

spi-benchmark

Utility to run the SPI-Server tests as a benchmark
Swift
2
star
13

DocUploader

AWS Lambda to upload doc sets to S3
Swift
2
star
14

Retry

Swift
1
star
15

spi-package-importer

A script to fetch packages via Github search and diff them against SPI
Swift
1
star
16

OldBlogRedirects

Netlify site with the old blog URLs being redirected to the new ones.
1
star
17

DependencyResolution

Support package for SPI-Server, handling dependency resolution
Swift
1
star
18

UpdateImages

Swift
1
star
19

nio-dependency-analysis

Scripts and queries used for ad hoc NIO dependency analysis
Swift
1
star
20

SwiftPackageIndex.github.io

Deployment repository for the Swift Package Index Blog – Find the blog source code in SwiftPackageIndex-Blog.
HTML
1
star
21

ReadyForSwift6Test

Test package for the Ready for Swift 6 project
Swift
1
star
22

spi-s6-preview-analysis

Package to process the "Ready for Swift 6" preview results
Swift
1
star