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 #101 from SwiftPackageIndex/supporting-visionOS
Browse files Browse the repository at this point in the history
Draft for visionOS compatibility testing announcement
  • Loading branch information
daveverwer committed Jun 29, 2023
2 parents 3b4a8b2 + 9e8abeb commit ac615aa
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ If you’ve been following [these tweets](https://twitter.com/daveverwer/status/

You can see a few of our final test runs in that graph, and then we started processing for real. Since then, we’ve kept the CPU completely pegged for more than two weeks. We’ve also had our staging Mac mini, a spare 2016 MacBook Pro, and a DTK working on builds too.

### Everyone loves badges
### <a id="badges"></a> Everyone loves badges

Providing compatibility information on this site is one thing, but everyone loves adorning their packages pages with [shields.io](https://shields.io) badges, don’t they? If you maintain an open-source project, wouldn’t you like to show off real compatibility status in your README file, like this?

Expand Down
18 changes: 18 additions & 0 deletions Content/posts/supporting-visionos.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
---
date: 2023-07-29 12:00
title: Supporting visionOS
description: We’ve added support for visionOS to our compatibility testing, showing it on the package pages and build badges.
---

Apple was quick to release the promised visionOS SDK only a week after WWDC 2023, and today we’re happy to announce that we have already started compatibility testing for this exciting new platform.

That means we’ve begun **building all packages in the Swift Package Index with the visionOS SDK** released earlier this week.

You can find visionOS compatibility information in both the build matrix on the package page and our [shields.io build badges](/posts/launching-language-and-platform-package-compatibility#badges).

<picture class="shadow">
<source srcset="/images/visionos-build-results~dark.png" media="(prefers-color-scheme: dark)">
<img src="/images/visionos-build-results~light.png" alt="A build compatibility matrix showing compatibility with visionOS.">
</picture>

**Note:** Just with the Swift 5.9 builds, it will take a short while for our build system to process the backlog of visionOS builds for all packages. Since we are only building visionOS for Swift 5.9, this backlog is much shorter, and we expect to fill in the question marks in the visionOS column of the build matrix swiftly over the coming days.
Binary file added Resources/images/visionos-build-results~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 ac615aa

Please sign in to comment.