Skip to content

Commit 701699d

Browse files
Add 5.10 release post
1 parent b8c248e commit 701699d

File tree

1 file changed

+43
-0
lines changed

1 file changed

+43
-0
lines changed

Content/posts/5-10-released.md

+43
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
---
2+
date: 2024-06-14 20:00
3+
description: SwiftWasm 5.10 has been released.
4+
---
5+
6+
# SwiftWasm 5.10 is now available
7+
8+
We're happy to announce the new release of SwiftWasm tracking upstream Swift 5.10!
9+
10+
[swift-wasm-5.10.0-RELEASE](https://github.com/swiftwasm/swift/releases/tag/swift-wasm-5.10.0-RELEASE)
11+
12+
This is a periodic release of SwiftWasm, which tracks the upstream Swift 5.10 release.
13+
As for changes in upstream Swift 5.10, we recommend referring [to the official
14+
changelog](https://github.com/apple/swift/blob/swift-5.10-RELEASE/CHANGELOG.md#swift-510).
15+
16+
For more information about SwiftWasm in general and for getting started, please visit [the project documentation](https://book.swiftwasm.org/).
17+
If you have any questions, please come and talk to us on [the SwiftWasm discussion forums](https://github.com/swiftwasm/swift/discussions)
18+
or [open an issue](https://github.com/swiftwasm/swift/issues/new)!
19+
20+
## Reduced differences with the upstream
21+
22+
In this release, we've worked on upstreaming our changes to the Swift project, and the number of patches we maintain has been significantly reduced (from 58 to 19!) compared to the previous 5.9 release.
23+
24+
Looking ahead to the 6.0 release, we've already completed all the upstreaming work, meaning that the compiler and standard library sources are now completely in sync with the official Swift repository. Stay tuned for the upcoming releases!
25+
26+
27+
## Acknowledgements
28+
29+
We'd like to thank [our GitHub sponsors](https://github.com/sponsors/swiftwasm) and [OpenCollective
30+
contributors](https://opencollective.com/swiftwasm) for their support, which allowed us to continue working on SwiftWasm
31+
and related projects. We are displaying our gold sponsors on the README of [swiftwasm/swift](https://github.com/swiftwasm/swift) repository.
32+
If you are already a gold sponsor and not yet listed, please [contact Yuta Saito](https://twitter.com/kateinoigakukun) to add your appropriate logo.
33+
34+
We're committed to publishing transparent and open finances, so all expenses and transactions can be
35+
viewed publicly on our [OpenCollective Transactions](https://opencollective.com/swiftwasm/transactions) page.
36+
37+
So far we've spent money on monthly CI bills that cover new `aarch64` CPU architecture and [community CI](https://ci-external.swift.org/job/oss-swift-RA-linux-ubuntu-20.04-webassembly),
38+
domain registration, email hosting, and development hardware for our maintainers.
39+
40+
Many thanks to [MacStadium](https://www.macstadium.com) for giving us access to Apple Silicon hardware.
41+
42+
Additionally, we'd like to thank everyone who contributed their work and helped us make this release
43+
happen. These new releases wouldn't be possible without the hard work of them and the Swift community as a whole.

0 commit comments

Comments
 (0)