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 #97 from SwiftPackageIndex/58-support-post
Browse files Browse the repository at this point in the history
Added a “Supporting Swift 5.8” post
  • Loading branch information
finestructure committed Apr 3, 2023
2 parents c368b60 + 12cd9a2 commit 2faba9d
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions Content/posts/supporting-swift-58.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
---
date: 2023-04-03 12:00
title: Supporting Swift 5.8
description: Last Thursday, Apple released Swift 5.8, and today we are delighted to announce that the Swift Package Index already has full support for parsing and processing Swift packages using Xcode 14.3 and Swift 5.8 across all our supported platforms.
---

Last Thursday, [Apple released Swift 5.8](https://www.swift.org/blog/swift-5.8-released/), and today we are delighted to announce that the Swift Package Index already has full support for parsing and processing Swift packages using Xcode 14.3 and Swift 5.8 across all our supported platforms.

Please feel free to [add any packages](https://swiftpackageindex.com/add-a-package) that use Swift 5.8-specific features!

**Note:** For the next few days, you may see question mark icons against Swift 5.8 in the compatibility matrix. Please bear with us while our systems process the almost 67,000 builds needed to determine package compatibility with a new version of Swift!

<picture>
<source srcset="/images/swift58-build-results-pending~dark.png" media="(prefers-color-scheme: dark)">
<img src="/images/swift58-build-results-pending~light.png" alt="A build compatibility matrix showing an unknown compatibility state against Swift 5.8.">
</picture>
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 2faba9d

Please sign in to comment.