Skip to content
This repository was archived by the owner on Mar 26, 2023. It is now read-only.

Update 2021-02-25-issue-179.md #599

Merged
merged 3 commits into from
Feb 25, 2021
Merged
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
24 changes: 12 additions & 12 deletions _drafts/2021-02-25-issue-179.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,15 @@ sponsor:
displaylink: TODO
---

This month we are [celebrating](https://swift.org/blog/black-history-month/) Black History Month, and in reason of that, there are a couple of Swift community members who have a tremendous impact on all of us. I want to thank them and everyone else who brings our community forward and enriches it.
This month we are [celebrating](https://swift.org/blog/black-history-month/) Black History Month, which makes this a good time to recognize those Swift community members who have had a tremendous impact on all of us. I want to thank them and everyone else who enriches and moves our community forward.

It is sad to see that [Swift for TensorFlow](https://github.com/tensorflow/swift) has been archived. On a good note, we now know that Swift can be used for tasks like machine learning.
It's sad to see that [Swift for TensorFlow](https://github.com/tensorflow/swift) has been archived. On a positive note, the project shows us that Swift can be used for advanced experiments in machine learning.

Lately, I have been enjoying meetings on Clubhouse drop-in audio chat. There is a large Swift community and having events like Ladies Who Code, daily get-togethers, and teaching Swift and beyond by [Paul Hudson](https://twitter.com/twostraws).
Lately, I have been enjoying discussions on [Clubhouse](https://www.joinclubhouse.com), the drop-in audio chat app. There is already a large Swift community putting on events like Ladies Who Code, daily get-togethers, interview coaching, even teaching Swift — thanks to [Stephanie Chiu](https://twitter.com/stephanielatte_), [Ting Becker](https://twitter.com/Teekachu1), [Vivian Phung](https://twitter.com/vivianphung), [Paul Hudson](https://twitter.com/twostraws), and [Majid Jabrayilov](https://twitter.com/mecid) for setting up some of these rooms.

We're looking for sponsors. There are free spots [available](/sponsorship). Please reach me out through email or any other platform.
We still have several [sponsorship slots](/sponsorship) available. Please reach out to me [through email](mailto:fassko@gmail.com), or [say hello on Twitter](https://twitter.com/swiftlybrief).

Thanks, now time for the news.
Thank you. Now it's time for the news!

<!--excerpt-->

Expand All @@ -32,7 +32,7 @@ Thanks, now time for the news.
[Holly Borla](https://twitter.com/hollyborla) and [Kristina Fox
](https://twitter.com/krstnfx/) wrote an [excellent article](https://swift.org/blog/black-history-month/) celebrating Black History Month. They have curated a handful of outstanding contributions from the Black Swift community to acknowledge and celebrate their impact on the Swift ecosystem.

Swift language has been included in [Google Summer of Code](https://summerofcode.withgoogle.com/) this year again. Currently collecting ideas, matching them with mentors, and slowly putting them up on the (work in progress) [Swift.org - Project Ideas for GSoC 2021](https://swift.org/gsoc2021/) site.
The Swift language has been included in the [Google Summer of Code](https://summerofcode.withgoogle.com/) this year again. The program is currently collecting ideas, matching them with mentors, and slowly putting them up on the (work in progress) [Swift.org - Project Ideas for GSoC 2021](https://swift.org/gsoc2021/) site.

Robert Pieta shared a great [article](https://www.advancedswift.com/typealias-examples/) explaining variable, tuple, closure, and generic typealias in Swift.

Expand Down Expand Up @@ -78,13 +78,13 @@ Robert Pieta shared a great [article](https://www.advancedswift.com/typealias-ex

### Swift Forums

[Zoe Carver](https://forums.swift.org/u/zoecarver) [updated](https://forums.swift.org/t/a-short-term-roadmap-for-c-interop/44768) about the short-term roadmap for C++ interop.
[Zoe Carver](https://forums.swift.org/u/zoecarver) [updated](https://forums.swift.org/t/a-short-term-roadmap-for-c-interop/44768) the short-term roadmap for C++ interop.

> My primary goal over the next few months will be to fully import libc++ headers, LLVM headers, and Swift headers without crashing. This doesn't mean we'll necessarily be able to use any of these APIs, just that we'll be able to load the headers without crashing or having other errors. Ideally, we won't regress in terms of what C++ programs we can accept.
>
> This should be mostly compiler bug fixes. However, there will be some larger projects, such as making all the headers we plan to use self-contained.

[Holly Borla](https://twitter.com/hollyborla) [informed](https://forums.swift.org/t/pitch-4-se-0293-extend-property-wrappers-to-function-and-closure-parameters/44858) about updates to [SE-0293](https://github.com/hborla/swift-evolution/blob/se-0293-revision-3/proposals/0293-extend-property-wrappers-to-function-and-closure-parameters.md).
[Holly Borla](https://twitter.com/hollyborla) [informed](https://forums.swift.org/t/pitch-4-se-0293-extend-property-wrappers-to-function-and-closure-parameters/44858) us about updates to [SE-0293](https://github.com/hborla/swift-evolution/blob/se-0293-revision-3/proposals/0293-extend-property-wrappers-to-function-and-closure-parameters.md).

> * The distinction between property wrappers that are API and property wrappers that are implementation detail is formalized via the `api` option in the `@propertyWrapper` attribute, i.e. `@propertyWrapper(api)`
> * Implementation-detail property wrappers on parameters are sugar for a local wrapped variable.
Expand All @@ -103,13 +103,13 @@ Robert Pieta shared a great [article](https://www.advancedswift.com/typealias-ex

[Johannes Weiss](https://twitter.com/johannesweiss/) shared Swift on the Server Workgroup [January 6, 2021 meeting notes](https://forums.swift.org/t/january-6-2021/44908).

[Xiaodi Wu](https://forums.swift.org/u/xwu) pitched [a proposal](https://forums.swift.org/t/exponentiation-operator-and-precedence-group/44895) to add exponentiation operator and precedence group.
[Xiaodi Wu](https://forums.swift.org/u/xwu) pitched [a proposal](https://forums.swift.org/t/exponentiation-operator-and-precedence-group/44895) to add an exponentiation operator and precedence group.

> We propose the addition of `**` as the exponentiation operator, assigned to a precedence group named `ExponentiationPrecedence` that is higher than `MultiplicationPrecedence`.

[Tim Condon](https://twitter.com/0xTim) shared news from Vapor team that they are [renaming the default branch](https://forums.swift.org/t/vapor-branch-renaming/45017) and update that they have [found and fixed](https://forums.swift.org/t/vapor-4-40-1-denial-of-service-vulnerability-in-the-metrics-integration/44985) a vulnerability in Vapor's Swift Metrics integration.
[Tim Condon](https://twitter.com/0xTim) shared news from the Vapor team that they are [renaming the default branch](https://forums.swift.org/t/vapor-branch-renaming/45017) and an update describing how they [found and fixed](https://forums.swift.org/t/vapor-4-40-1-denial-of-service-vulnerability-in-the-metrics-integration/44985) a vulnerability in Vapor's Swift Metrics integration.

[Holly Borla](https://twitter.com/hollyborla) informed that [Filip Sakel](https://forums.swift.org/u/filip-sakel) has revised the design of SE-0293 again, and the latest proposal draft is available [here](https://github.com/hborla/swift-evolution/blob/se-0293-revision-3/proposals/0293-extend-property-wrappers-to-function-and-closure-parameters.md).
[Holly Borla](https://twitter.com/hollyborla) informed us that [Filip Sakel](https://forums.swift.org/u/filip-sakel) has revised the design of SE-0293 again, and the latest proposal draft is available [here](https://github.com/hborla/swift-evolution/blob/se-0293-revision-3/proposals/0293-extend-property-wrappers-to-function-and-closure-parameters.md).

> Here is a list of changes to the design in this revision (compared to the last reviewed version):
>
Expand All @@ -121,4 +121,4 @@ Robert Pieta shared a great [article](https://www.advancedswift.com/typealias-ex
### Finally

* [`then`](https://twitter.com/jckarter/status/1359983768488955904)
* [souiphte](https://twitter.com/gregheo/status/1361589553463664640)
* [souiphte](https://twitter.com/gregheo/status/1361589553463664640)