Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add information about versions and dependencies #57

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion process/incubation.md
Original file line number Diff line number Diff line change
Expand Up @@ -154,11 +154,15 @@ Changes to the Swift Server Ecosystem index page will be announced by the SSWG u
* Adopt [Swift API Design Guidelines](https://swift.org/documentation/api-design-guidelines/)
* Follow [SSWG Technical Best Practices](#technical-best-practices) when applicable.
* Prefer to adopt code formatting tools and integrate them into the CI
* Dependencies
* You are **not** required to only depend on packages in the incubation process
* Dependencies should only be included where necessary
* Package authors are responsible for ensuring the security of dependencies and must be able to fix any issues if dependency authors are unresponsive to security issues.

## Graduation Requirements

* [Minimal Requirements](#minimal-requirements)
* Have stable API (no pending/planned breaking API changes), with at least one published major release (e.g. 1.0.0)
* Have stable API (no pending/planned breaking API changes before graduation), with at least one published major release (e.g. 1.0.0). Breaking changes are allowed following semantic versioning rules, but major versions should not be released regularly to aid adoption.
* Support new GA versions of Swift within 30d
* CI setup for two latest Swift.org recommended versions of Swift
* CI setup for at least one of Swift.org recommended Linux distributions
Expand Down