Skip to content

Commit 9801131

Browse files
cthielenfinestructuredaveverwershahmishal
authored
Add packages page post (#433)
Add packages page blog post --------- Co-authored-by: Sven A. Schmidt <[email protected]> Co-authored-by: Dave Verwer <[email protected]> Co-authored-by: Mishal Shah <[email protected]>
1 parent e00c7fb commit 9801131

File tree

2 files changed

+24
-0
lines changed

2 files changed

+24
-0
lines changed

_posts/2023-10-31-packages-page.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
---
2+
layout: post
3+
published: true
4+
date: 2023-11-01 10:30:00
5+
title: 'Introducing Packages on Swift.org'
6+
author: [daveverwer, svenaschmidt]
7+
---
8+
9+
Today, Swift.org gains a useful, new [top-level Packages page](/packages).
10+
11+
The page provides a streamlined entry to exploring the Swift package ecosystem. It has common categories like [server](/packages/server), [networking](/packages/networking), [testing](/packages/testing), and [logging](/packages/logging), as well as categories of interest like [packages containing macros](/packages/macros). When you select a category, it provides a sample of some widely-used packages for that category, with information to help you explore further. It’s a great way to get a sense of the variety of packages available for Swift.
12+
13+
![A screenshot of the packages page, showing four individual package cards in a grid](/assets/images/packages-page-blog/package-categories.png){:style="border: 1px solid #ddd;"}
14+
_The package lists give you relevant information at a glance._
15+
16+
The package lists are powered by the [Swift Package Index](https://swiftpackageindex.com/), thanks to the [sponsorship and support of Apple](/blog/swift-package-index-developer-spotlight/).
17+
18+
## Community Showcase
19+
20+
In addition to finding common categories of packages, you can also browse new and interesting work from across the Swift package ecosystem with the [Community Showcase](/packages/showcase).
21+
22+
The Community Showcase contains a rotating selection of packages being discussed by the Swift community. Anyone can nominate a package in [this forum thread](https://forums.swift.org/t/nominations-for-the-packages-community-showcase-on-swift-org/68168), and nominations will be reviewed monthly by the [Swift Website Workgroup](/website-workgroup/).
23+
24+
The new [Packages page](/packages) is an exciting step in growing a valuable and thriving package ecosystem for the benefit of all Swift developers.
130 KB
Loading

0 commit comments

Comments
 (0)