Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upcoming feature flag filter #284

Merged

Conversation

dempseyatgithub
Copy link
Contributor

@dempseyatgithub dempseyatgithub commented Apr 12, 2023

This PR implements a dedicated filter button for proposals with an upcoming feature flag as described in Issue #261.

From my testing everything is working as intended. The feature flag filter correctly interacts with the status/version filter. The per-status count values update correctly. The URL fragment that includes the search/filter settings now includes the feature flag filter state and is read and written as expected.

I have tested with multiple iOS devices and the tap targets of the filter buttons seem to be large enough to tap each easily.

  • Add click handler to flag filter button
  • Add method that filters out proposals without a UFF
  • Add a URL that links to info about upcoming feature flags
  • Add suffix to status string 'with upcoming feature flags'
    • Include link to info about UFFs
    • Use correct pluralization for status string
  • Add flag filter button element and SVG to _dashboard.html
  • Add element id to status filter and flag filter buttons
  • Add new CSS class for flag icon active state
  • Resolves Searching for "Feature Identifier" on swift.org/swift-evolution #261

With Upcoming Feature Flag Filter Off:

Screenshot 2023-04-11 at 6 44 25 PM

With Upcoming Feature Flag Filter On:

The text 'upcoming feature flag' links to info about upcoming feature flags, in this PR, the proposal that introduces them.
Screenshot 2023-04-11 at 6 44 41 PM

@dempseyatgithub
Copy link
Contributor Author

Even though this is still a draft PR, I'd appreciate if folks could take a look and give any high-level feedback or feedback on specifics in the original post.

@dempseyatgithub
Copy link
Contributor Author

@swift-ci test

@dempseyatgithub
Copy link
Contributor Author

I addressed the one known issue and removed it from the initial comment:

  1. On mobile devices the order of the elements rearrange and the flag filter button ends up next to the status text/link of the status filter button. This should be addressed before committing.

I still need to test tap targets for mobile and adjust if necessary. I think then the PR should be ready to come out of draft.

@dempseyatgithub
Copy link
Contributor Author

@swift-ci test

@dempseyatgithub
Copy link
Contributor Author

I tested the filter buttons on an iPhone SE (3rd gen) and iPhone 14 Pro.

The tap target sizes and spacing between the buttons seemed to be enough to tap each easily.

That was the last item I wanted to check before moving this from draft, so moving this to be ready to review.

@dempseyatgithub dempseyatgithub marked this pull request as ready for review April 14, 2023 01:46
@dempseyatgithub
Copy link
Contributor Author

@swift-ci test

1 similar comment
@dempseyatgithub
Copy link
Contributor Author

@swift-ci test

@dempseyatgithub dempseyatgithub requested review from 0xTim and removed request for 0xTim April 16, 2023 19:54
Refactoring to prep for filtering by upcoming feature flag
- Add click handler to flag filter button
- Add method that filters out proposals without a UFF
- Add a URL that links to info about upcoming feature flags
- Add suffix to status string 'with upcoming feature flags'
	- Include link to info about UFFs
	- Use correct pluralization for status string
- Add flag filter button element and SVG to _dashboard.html
- Add element id to status filter and flag filter buttons
- Add new CSS class for flag icon active state
- Implements 'Option 2' as described in Issue swiftlang#261
- Resolves swiftlang#261
With the addition of the upcoming feature flag filter button, the 'filter by' string can wrap to a second line on narrow mobile screens. The existing layout is not expecting multiple lines.

To address this the statuses 'Returned for Revision' and 'Scheduled for Review' are shortened to 'Returned' and 'Scheduled' in the 'filter by' string.

Note this only has an effect for screens less than 360 pixels wide and the status filter is of one and only one of those two statuses.
- Write 'flags=true' to fragment if filter is set
- Set filter if 'flags=true' is present in fragment
- Ensure flag fragment works with existing fragments
- Factor setting of proposal visibility into its own function
- Make both functions that apply filters return filtered results
- Update documentation comments
- Change variable name 'intersection' to 'matchingProposals'
@dempseyatgithub
Copy link
Contributor Author

@swift-ci test

Copy link
Member

@kaishin kaishin left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Really nice quality of life improvement. I found no issues with the code or the interaction/behavior.

I'm curious about the benefit of giving the upcoming feature flag filter its own toggle button as opposed to adding it as a filter option to the pre-existing filter list. Beside introducing the usability challenges that you had to work around in the PR, it will likely invite us to introduce more filter buttons in the future, which in turn will resurface these challenges and likely additional ones compared to a unified, label-only list.

Here is a mock-up of how it might look like, wording aside:
screenshot-2023-04-24-1

Since this is a user-facing feature that I assume we want to draw some attention to, I'd personally suggest we agree on the UX direction before merging the PR as opposed to merging it then changing course, but feel free to disagree!

assets/javascripts/swift-evolution.js Show resolved Hide resolved
@kaishin
Copy link
Member

kaishin commented Apr 24, 2023

Regarding the mock-up above, we can also apply a bit more progressive disclosure by only showing the UFF toggle once the Implemented filter is selected, similar to Swift version filters. This would eliminate all invalid status-UFF combinations. The tradeoff of course being less discoverability.

@dempseyatgithub
Copy link
Contributor Author

dempseyatgithub commented Apr 24, 2023

@kaishin Thank you very much for the feedback!

In the Issue that this PR addresses, I suggested three different ways of exposing this feature, including my own thoughts of the pros and cons for each approach:

Three Options For Adding Upcoming Feature Flag Filter

I did a few different mockups that included Upcoming Feature Flags in the existing status filtering UI.

At least for me, to keep with the style of the existing status filtering UI, any option seems to be an extremely heavyweight UI addition for what is essentially an on-off button.

I don't think people will ever be searching for proposals without an upcoming feature flag, so in my mockups I used a single on-off toggle or checkbox.

Beside introducing the usability challenges that you had to work around in the PR

I'm not sure which usability challenges you mean, I think there were two:

  • Making sure the tap targets were suitable on mobile devices, which didn't require any changes
  • Shortening the names of the statuses for the status filter status string in very small screen widths.

I think the second usability challenge becomes even more of a challenge if the flag filter is combined with the status filter and a single status string needs to report the settings of both the status filter and the flag filter.

it will likely invite us to introduce more filter buttons in the future, which in turn will resurface these challenges and likely additional ones compared to a unified, label-only list.

The Swift Evolution dashboard has been around for a seven or eight years now. I have been a heavy user of it and this is the first time I've thought that it needed an additional filter. It is also the first time one has been requested in a year of the site being open source.

I suspect that there won't be much call for adding additional filter buttons, unless another important piece of information is included in the Swift Evolution proposals themselves. The Swift Evolution process has been very stable over a period of years and does not have a major change often, which makes that unlikely.

If we do need to add additional filter buttons beyond this one, then we likely would want to redo a number of things about the existing user interface, including the filter status string.

I have already seen two blog posts telling people to grep through source files in the Swift compiler project to find a list of upcoming feature flags.

So, it was also my hope that we could provide the community a way to find upcoming feature flags sooner rather than later. I believe this approach introduces the least number of implementation changes, the smallest number of filter status string challenges, avoids the need to do serious rework and rewriting of existing pieces of the page and also gives upcoming feature flags the most discoverability.

Regarding the mock-up above, we can also apply a bit more progressive disclosure by only showing the UFF toggle once the Implemented filter is selected, similar to Swift version filters. This would eliminate all invalid status-UFF combinations. The tradeoff of course being less discoverability.

I think that because the version filters are also only visible when Implemented is selected, it makes for a very complicated, heavy user interface. (Come to think of it, this is true whether there is progressive disclosure or not.)

Also note that proposals that are going through review or that have been accepted can have an Upcoming Feature Flag if one is included in the evolution proposal. Seeing a proposal in review with one of these flags is a signal the proposal includes source-breaking changes.

Here is a mock-up of how it might look like, wording aside:

When I was doing the mockups I linked to above, I also found that since these are called "upcoming feature flags" that having actual named buttons also does make for a naming challenge. Matching the style of the existing status / version toggle buttons makes the 'Has Upcoming Feature Flag' button an enormous button.

To stay with the existing filter panel style, it also seems incredibly heavyweight to need a section title for a single toggle.

Since this is a user-facing feature that I assume we want to draw some attention to, I'd personally suggest we agree on the UX direction before merging the PR as opposed to merging it then changing course, but feel free to disagree!

I agree, I began investigating what it would take to add the filter and it was a short hop to implement it instead of just experimenting.

I encourage folks to read the different options I proposed in the reported issue: Three Options For Adding Upcoming Feature Flag Filter.

That post has mockups for each option and my list of pros and cons for each option.

One additional point that makes me lean in favor of the dedicated filter button is the implementation in this PR provides an opportunity to educate the community about upcoming feature flags. I think most people have an intuitive sense of what statuses like "Accepted", "Implemented", and "Rejected" are, or what filter buttons labeled "Swift 5.7", "Swift 5.8" will do.

On the other hand "Upcoming Feature Flags" are something new and unique to Swift that need explanation. When the filter is turned on, the phrase 'upcoming feature flags' currently links to the evolution proposal about it. I have posted a draft blog post 'Using Upcoming Feature Flags' to the website workgroup forum which covers what upcoming feature flags are, the problem they solve, their benefits and how to to use them. I think that will be a useful blog post on its own, but also a good destination to link to as a more practical guide than the evolution proposal, which is a design document, not a user-facing guide.

One other data point: the community member who filed the issue also preferred the separate flag filter button option. We could potentially post the options to the Swift Website forum to get additional community feedback.

But again, one of the things that struck me is the number of people already recommending grepping through Swift source code to find identifiers that we have already added to the dashboard, so time also seemed to be of the essence.

@kaishin
Copy link
Member

kaishin commented Apr 25, 2023

@dempseyatgithub I somehow missed the original discussion around the various options, apologies for that. Thank you for spending the time exploring the alternatives, it makes discussing and taking these decisions much easier.

At least for me, to keep with the style of the existing status filtering UI, any option seems to be an extremely heavyweight UI addition for what is essentially an on-off button.

I don't think people will ever be searching for proposals without an upcoming feature flag, so in my mockups I used a single on-off toggle or checkbox.

That's a very good point and a route I considered as well. My feedback mostly concerns extracting the new toggle out of the filter list, not how it presents itself.

I'm not sure which usability challenges you mean, I think there were two:

Tap target size and spacing on touch devices is the one I was mainly referring to.

I think the second usability challenge becomes even more of a challenge if the flag filter is combined with the status filter and a single status string needs to report the settings of both the status filter and the flag filter.

I thought about the status string indeed. One common solution is to display the number of filters applied instead of what the actual filters are.

I suspect that there won't be much call for adding additional filter buttons, unless another important piece of information is included in the Swift Evolution proposals themselves. The Swift Evolution process has been very stable over a period of years and does not have a major change often, which makes that unlikely.
If we do need to add additional filter buttons beyond this one, then we likely would want to redo a number of things about the existing user interface, including the filter status string.

These are all fair points.

I think that because the version filters are also only visible when Implemented is selected, it makes for a very complicated, heavy user interface. (Come to think of it, this is true whether there is progressive disclosure or not.)

No doubt it complicates the UI and the front-end implementation, but it makes sense if we consider Swift versions a property that is exclusive to implemented features. One thing we can explore is disabling Swift versions instead of hiding them altogether.

Also note that proposals that are going through review or that have been accepted can have an Upcoming Feature Flag if one is included in the evolution proposal. Seeing a proposal in review with one of these flags is a signal the proposal includes source-breaking changes.

Word. This sounds quite useful indeed.

To stay with the existing filter panel style, it also seems incredibly heavyweight to need a section title for a single toggle.

I am not sure I share this opinion, but I can see it feeling overkill.

One additional point that makes me lean in favor of the dedicated filter button is the implementation in this PR provides an opportunity to educate the community about upcoming feature flags.

The discussion in the original issue and the reply above perfectly answer the question regarding the benefit of using a standalone button. That being said doing that while leaving the previous one intact is the main source of my reluctance around this particular implementation. Specifically:

  • The two toggle buttons function differently even though they share the same visual and spacial grouping; The existing one serves as a filter display toggle, whereas the new one is a top-level filter toggle.
  • The textual representation of the active filters in now split between the filter area ("Filtered by:...") and the list header ("...with an upcoming feature flag").

We can probably address both if we:

  • Move the "Filtered by:..." to the header as well, and
  • update the new toggle button to use the same style as the status buttons with a spelled-out label (see mockup below).

screenshot-2023-04-25-1

Spelling it out would also help with clarity as the flag icon is more associated with the action of flagging than the action of filtering. In the mockup above I also used the line variant instead of the filled variant, but that's only relevant if we keep the current line-variant filter icon, which leads me to my next point:

  • The status filter icon is a generic filter icon even though it no longer exclusively represents the action of filtering.

To address that we could perhaps swap it out with an ellipsis that would expand the status filters immediately instead of it being a two-step interaction like it is the case today.

screenshot-2023-04-25-2


Individually these details don't amount to much, but as a whole they risk introducing a level of inconsistency and confusion around the filtering mental model, especially for people who don't use this UI frequently enough. This new addition presents an opportunity to rethink some of the earlier decisions around how filtering works, even if this is not the main focus of this PR. As it is often the case with visual design, changing tiny details often inadvertently affects the whole.

@dempseyatgithub Curious to hear your thoughts on all of the above! If time and effort required to address these is a concern, I'm happy to make whatever changes we agree on as part of this PR or even a separate one if that would make things easier.

@kaishin
Copy link
Member

kaishin commented Apr 25, 2023

cc @krilnon @benrimmington if you have any input or insights you can share.

@dempseyatgithub
Copy link
Contributor Author

dempseyatgithub commented Apr 25, 2023

@dempseyatgithub Curious to hear your thoughts on all of the above!

Thanks @kaishin! I really appreciate your thoughts and feedback. It's good to be able to think and talk through these issues.

The discussion in the original issue and the reply above perfectly answer the question regarding the benefit of using a standalone button. That being said doing that while leaving the previous one intact is the main source of my reluctance around this particular implementation. Specifically:

I hope I can address at least some of your reluctance.

The two toggle buttons function differently even though they share the same visual and spacial grouping;
The existing one serves as a filter display toggle, whereas the new one is a top-level filter toggle.

I may be misunderstanding what you mean by top-level toggle, but the existing filter button doesn't toggle the filter panel, it is a toggle that turns whatever status filter is set on and off.

To get the status filter panel to appear, the user needs to click the status text link next to "Filtered by:".

So, to me both buttons behave like top-level filter on/off toggles, but I may be misunderstanding your meaning.

The textual representation of the active filters in now split between the filter area ("Filtered by:...") and the list header ("...with an upcoming feature flag").

We can probably address both if we:

Move the "Filtered by:..." to the header as well

I could definitely see moving the current status filter info to the list header.

The "Filtered by: Status String" could become a link next to the filter button, something like Edit Status Filter. The words "Filtered by:" would be dropped from there and the active state of the filter button and the status text in the list header would indicate the status filter is active.

I think that could work really well.

update the new toggle button to use the same style as the status buttons with a spelled-out label (see mockup below).

Spelling it out would also help with clarity as the flag icon is more associated with the action of flagging than the action of filtering. In the mockup above I also used the line variant instead of the filled variant, but that's only relevant if we keep the current line-variant filter icon

I think we have an awkward name to try to put into a user interface, since the filter is for proposals with an Upcoming Feature Flag. I think "Feature-Flagged" ends up being not very meaningful and imprecise. Why are these features flagged? Well, the features aren't flagged, they are proposals that have flags that identify upcoming features.

Although we haven't done user testing, I think if a user clicks the flag button, and sees "5 proposals with an upcoming feature flag" in the list heading, they will know what the flag button does. That text has a link to an explanation of upcoming feature flags. The user will also see that each of those proposals has an Upcoming Feature Flag field.

So I think a single click makes it very clear what the button in the existing PR does.

In terms of using the flag icon, I think it tends to be used in two ways. One is for the user to add a flag to an item and the second is to show all items that have a flag (the second use is often in an app sidebar). In this case, the user can't add a flag to items, so only the second use applies.

So I think being precise and correct with a text button leads to an ungainly interface [Has Upcoming Feature Flag] which I don't think we should use. But I also think that any shortening makes the meaning of the text imprecise and ultimately not much more clear than the flag button.

which leads me to my next point:

The status filter icon is a generic filter icon even though it no longer exclusively represents the action of filtering.

To address that we could perhaps swap it out with an ellipsis that would expand the status filters immediately instead of it being a two-step interaction like it is the case today.

I think there are a number of examples where the filter button / icon acts on whatever is displayed at the time, even if some other narrowing has happened.

For instance, in Mail, I can click Flagged or VIP in the sidebar and then turn on the Filter button and show unread messages. In Numbers, you can hide rows in a table separately from applying a filter, so not all narrowing needs to happen in a single filter UI. I also noticed that in Numbers the Filter icon we are using is more generically called "Organize" so even it being strictly a "filter" icon is not universal.

So, I don't think it needs to be a different icon. I think the ellipsis usually means that you are going to get a menu, which wouldn't be the case.

A final concern I have with the text button is that it gives Upcoming Feature Flags a lot of emphasis in the user interface. The main con I had originally listed to the smaller flag button option was that it might give too much emphasis for UFFs.

Looking at the two options, I don't know that one is particularly more clear than the other. I think in both mockups, the user will need to click to know exactly what each button does.

For me, the two round buttons side by side are a cleaner interface, that I don't think will cause confusion.

I also think, as @kaishin suggested, that we should move the 'status string' that is currently part of the "Filtered by" element into the list header and turn that element into something like an "Edit Status Filter" link.

234147339-02eddae8-4328-4d3e-bb98-7d5eb9f8716e


Screenshot 2023-04-24 at 7 48 53 PM

The count appearing on the status filter buttons should only take
search string and flag filter matches into account. The refactored
code accidentally used the fully filtered list of proposals.
@dempseyatgithub
Copy link
Contributor Author

@swift-ci test

@benrimmington
Copy link
Contributor

Using swift-argument-parser terminology, it should be Upcoming Feature Option (🛸)!

Can I test this PR without running locally or in docker?
Otherwise, my feedback is only based on your screenshots and commits.

  • Each filter button has an aria-label, but can you also add a tooltip?
  • When the new filter is enabled, what is the page URL fragment?
  • (The existing filter options are too tall for smaller screens.)

@dempseyatgithub
Copy link
Contributor Author

dempseyatgithub commented Apr 25, 2023

Using swift-argument-parser terminology, it should be Upcoming Feature Option (🛸)!

Can I test this PR without running locally or in docker? Otherwise, my feedback is only based on your screenshots and commits.

I just put up a test copy.

You should be able to reach it at https://swift-test-site.xyz/swift-evolution/

  • Each filter button has an aria-label, but can you also add a tooltip?

I had been wondering why the existing top-level filter button didn't have one. I had some vague recollection that tooltips were out of favor because they require hover which doesn't translate well to mobile. But yes, at least on the desktop I think they would be helpful.

The filter buttons should now have tooltips on the test version of the site.

  • When the new filter is enabled, what is the page URL fragment?

It adds flags=true to the fragment. From my testing, the new fragment item interacts correctly with the existing fragments.

  • (The existing filter options are too tall for smaller screens.)

That is great feedback, but would probably be a separate issue / PR.

@dempseyatgithub
Copy link
Contributor Author

@swift-ci test

@benrimmington
Copy link
Contributor

I just put up a test copy.

Thanks. I'm guessing there isn't an official staging site yet.

It adds flags=true to the fragment.

Would upcoming=true (or upcoming) be more self-explanatory?
Is it possible that "experimental" features may be included later?

From my testing, the new fragment item interacts correctly with the existing fragments.

However, search field text is ignored. For example:
https://swift-test-site.xyz/swift-evolution/#?flags=true&search=regex

@dempseyatgithub
Copy link
Contributor Author

I just put up a test copy.

Thanks. I'm guessing there isn't an official staging site yet.

No, not yet.

It adds flags=true to the fragment.

Would upcoming=true (or upcoming) be more self-explanatory?

I think upcoming would be fine for the fragment. It definitely would be the single word in 'upcoming feature flag' that has the most meaning.

Is it possible that "experimental" features may be included later?

One dependency would be on what can be reliably parsed from Swift evolution proposals. The 'Upcoming Feature Flag' field was added to the header of the template and existing proposals updated.

I do think the audience for experimental feature flags is much smaller than for upcoming feature flags, since any Swift developer may want to adopt upcoming features and begin migrating their code immediately.

I would imagine those using an experimental feature flags would also likely be following a pitch or proposal thread in the forums. I would also imagine that once a proposal reaches review stage and appears on the dashboard, it will have its 'Upcoming Feature Flag' as part of its proposal.

From my testing, the new fragment item interacts correctly with the existing fragments.

However, search field text is ignored. For example: https://swift-test-site.xyz/swift-evolution/#?flags=true&search=regex

Thank you for catching that. I thought I had tested that. Let me see what the issue is and fix it.

Copy link
Member

@0xTim 0xTim left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great QoL improvement!

Copy link
Member

@shahmishal shahmishal left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM! Thanks

@dempseyatgithub
Copy link
Contributor Author

@swift-ci test

1 similar comment
@dempseyatgithub
Copy link
Contributor Author

@swift-ci test

@dempseyatgithub
Copy link
Contributor Author

The test site on https://swift-test-site.xyz/swift-evolution now reflects the latest commits:

  • Filter issue fixed, the search string is no longer ignored when the UFF filter is on
  • The fragment is now 'upcoming' instead of 'flags'
  • Tooltips are added to the top-level filter buttons using the title attribute

After the positive feedback at the website workgroup meeting, I am going to merge the PR.

I think we should look at @kaishin's suggestion of moving the status filter string to the list header, but I think we can do that as a separate, smaller, more focused follow-on PR. I think we can also make any other additional adjustments as follow-on changes.

@dempseyatgithub dempseyatgithub merged commit 049c830 into swiftlang:main Apr 25, 2023
@kaishin
Copy link
Member

kaishin commented Apr 27, 2023

I may be misunderstanding what you mean by top-level toggle, but the existing filter button doesn't toggle the filter panel, it is a toggle that turns whatever status filter is set on and off.
To get the status filter panel to appear, the user needs to click the status text link next to "Filtered by:".
So, to me both buttons behave like top-level filter on/off toggles, but I may be misunderstanding your meaning.

I failed to clarify what I meant by top-level, but essentially I was referring to a toggle that both applies the filter and changes its underlying value. The current button only toggles the filters—to change their value one has to click on the anchor to its left.

So I think a single click makes it very clear what the button in the existing PR does.

The feedback is immediate so it should be less of a usability issue indeed.

Regarding the choice of the icons and the presence or absence of a label, I can see now what you're going for. My only remark with regards to the example you gave is that on macOS Mail the flagged "filter" is presented as a navigation item in the sidebar, a pre-filter of sort, and not side-by-side with the filter button that acts on a list of emails. But that's not a major deal either way.

From my side, if we can address the following two items that would be ideal:

  • Moving filter status to the list header and replacing the current filter text with something like "1 filter (Edit)" or similar.
  • Using the outline variant of the flag icon to remain consistent with the other icon (note that macOS Mail also uses the outline version in the sidebar).

@dempseyatgithub
Copy link
Contributor Author

dempseyatgithub commented Apr 27, 2023

From my side, if we can address the following two items that would be ideal:

  • Moving filter status to the list header and replacing the current filter text with something like "1 filter (Edit)" or similar.
  • Using the outline variant of the flag icon to remain consistent with the other icon (note that macOS Mail also uses the outline version in the sidebar).

I think both would be good changes.

If you have an outline variant of the flag icon ready to go or close to ready to go, that would be great.

For the filter status / filter edit link changes, maybe we should create an issue and propose specifics there?

One approach I was thinking about was listing the status in second line subhead, which would give a good amount of space. We could possible also include the version filters, since there would be a lot more breathing room.

Something like:

ListHeaderStatus-1

and

ListHeaderStatus-2

Note that those screenshots don't have any changes of the existing 'Filtered by:' link.

But again, there are a lot of possible options.

alexandersandberg added a commit to alexandersandberg/swift-org-website that referenced this pull request Apr 28, 2023
commit 9d95df10228e895e8963aec38686b4639abbf15e
Author: swift Jenkins <swift_jenkins@apple.com>
Date:   Fri Apr 28 09:04:47 2023 -0700

    Add Windows swift-DEVELOPMENT-SNAPSHOT-2023-04-20-a

commit e57f78fb77c54d984fc61b0496b7386804d5f93c
Author: swift Jenkins <swift_jenkins@apple.com>
Date:   Fri Apr 28 02:49:27 2023 -0700

    Add Nightly swift-DEVELOPMENT-SNAPSHOT-2023-04-27-a

commit 181013d0c3ef461c7292f241d3da93df31bd868c
Author: swift Jenkins <swift_jenkins@apple.com>
Date:   Fri Apr 28 00:55:04 2023 -0700

    Add Nightly swift-5.9-DEVELOPMENT-SNAPSHOT-2023-04-27-a

commit 12117e697ea041d8313fe7e40ac1ebab3dd6f775
Author: swift Jenkins <swift_jenkins@apple.com>
Date:   Thu Apr 27 00:55:08 2023 -0700

    Add Nightly swift-5.9-DEVELOPMENT-SNAPSHOT-2023-04-26-a

commit 16dcc6faf9f63ef7f4dbec458a5d39bb78e10a33
Author: Ted Kremenek <kremenek@apple.com>
Date:   Wed Apr 26 14:25:17 2023 -0700

    Adjust spelling of markdown file

commit c79b7459733561ee97a0c359adf26b94138e9eb2
Author: Ted Kremenek <kremenek@apple.com>
Date:   Wed Apr 26 14:21:12 2023 -0700

    Publish Foundation blog post.

commit f83f148e62896e31f6ecd761bf5d3ff6cbc2cbd2
Author: swift Jenkins <swift_jenkins@apple.com>
Date:   Wed Apr 26 02:50:21 2023 -0700

    Add Nightly swift-DEVELOPMENT-SNAPSHOT-2023-04-25-a

commit 570f937d6769cca12decf8813cb1838ea153d9ba
Author: swift Jenkins <swift_jenkins@apple.com>
Date:   Wed Apr 26 00:55:53 2023 -0700

    Add Nightly swift-5.9-DEVELOPMENT-SNAPSHOT-2023-04-25-a

commit 049c8306e24e705ba88f31b0dcb5e71467f322e5
Author: James Dempsey <dempsey@tapas-software.net>
Date:   Tue Apr 25 12:50:56 2023 -0700

    Upcoming feature flag filter (#284)

    Add upcoming feature flag filter to Swift Evolution dashboard

    - Add click handler to flag filter button
    - Add method that filters out proposals without a UFF
    - Add a URL that links to info about upcoming feature flags
    - Add suffix to status string 'with upcoming feature flags'
    	- Include link to info about UFFs
    	- Use correct pluralization for status string
    - Add flag filter button element and SVG to _dashboard.html
    - Add element id to status filter and flag filter buttons
    - Add new CSS class for flag icon active state
    - Implements 'Option 2' as described in Issue #261
    - Keep 'Filtered by' to the left of filter button on small screen sizes

    - Include upcoming feature flag filter in URL fragment
        - Write 'upcoming =true' to fragment if filter is set
        - Set filter if 'upcoming =true' is present in fragment
        - Ensure flag fragment works with existing fragments

    - Refactor filtering code
        - Factor setting of proposal visibility into its own function
        - Make both functions that apply filters return filtered results
        - Update documentation comments
        - Change variable names to better reflect array contents
        - Rename toggleFiltering to toggleStatusFiltering

    - Add title attribute to top-level filter buttons for tool tips

    - On very narrow screens, shorten long status names for 'filter by' string
    With the addition of the upcoming feature flag filter button, the 'filter by' string can wrap to a second line on narrow mobile screens. The existing layout is not expecting multiple lines.

    To address this the statuses 'Returned for Revision' and 'Scheduled for Review' are shortened to 'Returned' and 'Scheduled' in the 'filter by' string.

    Note this only has an effect for screens less than 360 pixels wide and the status filter is of one and only one of those two statuses.

    - Resolves #261

commit 835bffbec82a72b3110d0d7cdb26b78b604a2c20
Author: swift Jenkins <swift_jenkins@apple.com>
Date:   Tue Apr 25 03:07:44 2023 -0700

    Add Nightly swift-DEVELOPMENT-SNAPSHOT-2023-04-24-a

commit 86edbfce61edd829c084fa06c84fb3847c3fd2ab
Author: swift Jenkins <swift_jenkins@apple.com>
Date:   Tue Apr 25 00:55:15 2023 -0700

    Add Nightly swift-5.9-DEVELOPMENT-SNAPSHOT-2023-04-24-a

commit c71d992de98a99349c378497fc2cd167e6d596aa
Author: swift Jenkins <swift_jenkins@apple.com>
Date:   Mon Apr 24 02:50:12 2023 -0700

    Add Nightly swift-DEVELOPMENT-SNAPSHOT-2023-04-23-a

commit a7f81dfc0b03111d3d153d4a2049e36fa9fdbef6
Author: swift Jenkins <swift_jenkins@apple.com>
Date:   Sun Apr 23 02:50:00 2023 -0700

    Add Nightly swift-DEVELOPMENT-SNAPSHOT-2023-04-22-a

commit 0f25658cb31699c7c3c9a889cf4c08a63676ce1a
Author: swift Jenkins <swift_jenkins@apple.com>
Date:   Sun Apr 23 00:54:14 2023 -0700

    Add Nightly swift-5.9-DEVELOPMENT-SNAPSHOT-2023-04-22-a

commit 543f8c13217dbf840f7cf60ef0de4bcb4e9c54ca
Author: swift Jenkins <swift_jenkins@apple.com>
Date:   Sat Apr 22 02:50:56 2023 -0700

    Add Nightly swift-DEVELOPMENT-SNAPSHOT-2023-04-21-a

commit c11e945442dec88e6d2769505bbaededa777ed19
Author: swift Jenkins <swift_jenkins@apple.com>
Date:   Fri Apr 21 02:50:27 2023 -0700

    Add Nightly swift-DEVELOPMENT-SNAPSHOT-2023-04-20-a

commit 0f29e7f20b7850a239070f55bc29e026dc270aff
Author: swift Jenkins <swift_jenkins@apple.com>
Date:   Fri Apr 21 00:57:19 2023 -0700

    Add Nightly swift-5.9-DEVELOPMENT-SNAPSHOT-2023-04-20-a

commit b1ae78989ce1fc12e73654552ea325f7560a50ea
Author: swift Jenkins <swift_jenkins@apple.com>
Date:   Thu Apr 20 00:55:01 2023 -0700

    Add Nightly swift-5.9-DEVELOPMENT-SNAPSHOT-2023-04-19-a

commit 96ec9e80fd529fe9a7ba89efce15ff190f1daf1b
Author: swift Jenkins <swift_jenkins@apple.com>
Date:   Mon Apr 17 10:17:12 2023 -0700

    Add Windows swift-5.9-DEVELOPMENT-SNAPSHOT-2023-04-10-a

commit 5a2cfc7eaa548943fe1b9b2ced4b69314ad2a8dd
Author: swift Jenkins <swift_jenkins@apple.com>
Date:   Thu Apr 13 00:57:46 2023 -0700

    Add Nightly swift-5.9-DEVELOPMENT-SNAPSHOT-2023-04-12-a

commit d49e792e4103ae8c2b96c691960ae374fb3d4c58
Author: swift Jenkins <swift_jenkins@apple.com>
Date:   Wed Apr 12 02:50:50 2023 -0700

    Add Nightly swift-DEVELOPMENT-SNAPSHOT-2023-04-11-a

commit 63e73044c533d0795c9032d835db2a5b111a64f3
Author: swift Jenkins <swift_jenkins@apple.com>
Date:   Wed Apr 12 00:54:57 2023 -0700

    Add Nightly swift-5.9-DEVELOPMENT-SNAPSHOT-2023-04-11-a

commit 396149ac9a6853aaf149588a1412c5cdb87cbcae
Author: Ty Hopp <tyhopp@users.noreply.github.com>
Date:   Wed Apr 12 06:13:20 2023 +0800

    Fix atom feed sort and limit (#278)

commit b0f6426d0a5630b09b8c3018a48ee9648f4c3c2a
Author: James Dempsey <dempsey@tapas-software.net>
Date:   Tue Apr 11 12:22:03 2023 -0700

    Add support for feature identifier field on Swift Evolution page (#268)

    Add support for upcoming feature flag field on Swift evolution page
    - Read and display upcomingFeatureFlag field if present
    - Enable search on that field
    - Add map from proposal id to upcoming feature flags
    - Set upcomingFeatureFlag property in proposals until backing JSON adds the field
    - Part of Issue #261

commit 25936ce91e4feac410af1327385c0a2ebd93503c
Author: Danny Mösch <danny.moesch@icloud.com>
Date:   Tue Apr 11 20:54:45 2023 +0200

    Use headlines with correct level instead of emphasis (#282)

commit 4b41b7daaebdddf6f0f6e446255a0603621d24b9
Author: Adam Fowler <adamfowler71@gmail.com>
Date:   Tue Apr 11 19:35:03 2023 +0100

    Fix Python install version (#283)

commit d8156391cd568c619abec73e4620324dd021d023
Author: swift Jenkins <swift_jenkins@apple.com>
Date:   Tue Apr 11 00:54:40 2023 -0700

    Add Nightly swift-5.9-DEVELOPMENT-SNAPSHOT-2023-04-10-a

commit bc721e8cadf39e0899108612f2e69e59a908466d
Author: swift Jenkins <swift_jenkins@apple.com>
Date:   Mon Apr 10 02:53:17 2023 -0700

    Add Nightly swift-DEVELOPMENT-SNAPSHOT-2023-04-09-a

commit a3a09932d21f5065422b332a6122345388291e6b
Author: swift Jenkins <swift_jenkins@apple.com>
Date:   Mon Apr 10 00:55:50 2023 -0700

    Add Nightly swift-5.9-DEVELOPMENT-SNAPSHOT-2023-04-09-a

commit 3090937c1a392d475cb443fa3039d2ac214704de
Author: swift Jenkins <swift_jenkins@apple.com>
Date:   Sun Apr 9 02:51:01 2023 -0700

    Add Nightly swift-DEVELOPMENT-SNAPSHOT-2023-04-08-a

commit 603383a40de6a98ad62154ec49c82560be214b2b
Author: swift Jenkins <swift_jenkins@apple.com>
Date:   Sun Apr 9 00:53:51 2023 -0700

    Add Nightly swift-5.9-DEVELOPMENT-SNAPSHOT-2023-04-08-a

commit a32598a5ec5da647ed18d753174ab3ba99b3bfa6
Author: swift Jenkins <swift_jenkins@apple.com>
Date:   Sat Apr 8 02:49:38 2023 -0700

    Add Nightly swift-DEVELOPMENT-SNAPSHOT-2023-04-07-a

commit 34b95b3fa47b1cdbfdf8499c82daacf16bd2be02
Author: swift Jenkins <swift_jenkins@apple.com>
Date:   Fri Apr 7 02:50:32 2023 -0700

    Add Nightly swift-DEVELOPMENT-SNAPSHOT-2023-04-06-a

commit 297e047bed4d63270a4be8576b05b0b79010abaf
Author: swift Jenkins <swift_jenkins@apple.com>
Date:   Thu Apr 6 02:50:34 2023 -0700

    Add Nightly swift-DEVELOPMENT-SNAPSHOT-2023-04-05-a

commit 4f1d2376fbe486490ca00e4dbc60fb72d6711a93
Author: swift Jenkins <swift_jenkins@apple.com>
Date:   Thu Apr 6 00:55:11 2023 -0700

    Add Nightly swift-5.9-DEVELOPMENT-SNAPSHOT-2023-04-05-a

commit af77980c9d6358c8d690e6ab871264fb00b6d884
Author: swift Jenkins <swift_jenkins@apple.com>
Date:   Wed Apr 5 02:51:19 2023 -0700

    Add Nightly swift-DEVELOPMENT-SNAPSHOT-2023-04-04-a

commit 196fca5da01acefe8fdc80184059a732b611eb3d
Author: swift Jenkins <swift_jenkins@apple.com>
Date:   Wed Apr 5 00:53:05 2023 -0700

    Add Nightly swift-5.9-DEVELOPMENT-SNAPSHOT-2023-04-04-a

commit 36cc0a55576576003b46457ce0dc5ab3daacceb8
Author: swift Jenkins <swift_jenkins@apple.com>
Date:   Tue Apr 4 15:43:07 2023 -0700

    Add Windows swift-DEVELOPMENT-SNAPSHOT-2023-04-01-a

commit 0b65d5f86f88f51aac48561d687dbf92f7ae0df2
Author: swift Jenkins <swift_jenkins@apple.com>
Date:   Tue Apr 4 10:01:12 2023 -0700

    Add Windows swift-DEVELOPMENT-SNAPSHOT-2023-03-30-a

commit 31dd909d77550239653c78ae1408970d0a5673b5
Author: swift Jenkins <swift_jenkins@apple.com>
Date:   Tue Apr 4 02:50:29 2023 -0700

    Add Nightly swift-DEVELOPMENT-SNAPSHOT-2023-04-03-a

commit f2d35eace9fdd3e7f655bd60bfc903d6227a1f41
Author: swift Jenkins <swift_jenkins@apple.com>
Date:   Tue Apr 4 00:53:22 2023 -0700

    Add Nightly swift-5.9-DEVELOPMENT-SNAPSHOT-2023-04-03-a

commit db1ba8308b638ddd33a1c44af04bc92d29437cc0
Author: Joannis Orlandos <joannis@orlandos.nl>
Date:   Mon Apr 3 18:59:47 2023 +0200

    Add Joannis Orlandos as SSWG member (#279)

    * Add myself as a SSWG member

commit 1069e001ebccad8dfb742a98efda7855b1b1374d
Author: swift Jenkins <swift_jenkins@apple.com>
Date:   Sun Apr 2 02:49:42 2023 -0700

    Add Nightly swift-DEVELOPMENT-SNAPSHOT-2023-04-01-a

commit 428fa1c682eafa92dc44c6f88944f378718b4f5f
Author: swift Jenkins <swift_jenkins@apple.com>
Date:   Sun Apr 2 00:54:10 2023 -0700

    Add Nightly swift-5.9-DEVELOPMENT-SNAPSHOT-2023-04-01-a

commit d6764d0bd0b5bcdfefc50f7f73b152ff73ebe025
Author: James Dempsey <dempsey@tapas-software.net>
Date:   Sat Apr 1 18:20:39 2023 -0400

    Fix typo in the 'BareSlashRegexLiterals' upcoming feature flag (#280)

commit 011040613ee45e2582b93f4093d74b06c59794cd
Author: swift Jenkins <swift_jenkins@apple.com>
Date:   Sat Apr 1 02:53:11 2023 -0700

    Add Nightly swift-DEVELOPMENT-SNAPSHOT-2023-03-31-a

commit cca753ea820435ace199c7e72586dc3fd6f45509
Author: swift Jenkins <swift_jenkins@apple.com>
Date:   Sat Apr 1 00:54:24 2023 -0700

    Add Nightly swift-5.9-DEVELOPMENT-SNAPSHOT-2023-03-31-a

commit 200329abe063c6c8d689a6e020b747cc326f8f2e
Author: Mishal Shah <shahmishal@users.noreply.github.com>
Date:   Fri Mar 31 17:39:00 2023 -0700

    Add Swift 5.8 Docker image links to download page (#277)

commit 781bf2bc1b0b5848bdfe9cc1ff296c6764baea10
Author: James Dempsey <dempsey@tapas-software.net>
Date:   Fri Mar 31 09:53:36 2023 -0400

    Remove SE-0374 from Swift 5.8 post (#276)

    - The proposal is now listed as being implemented in 5.9

commit 583eb4d102fb38b407455e7e407f86adeefa29fe
Author: swift Jenkins <swift_jenkins@apple.com>
Date:   Fri Mar 31 02:50:59 2023 -0700

    Add Nightly swift-DEVELOPMENT-SNAPSHOT-2023-03-30-a

commit d5ebe48512faae872f386c10d7c1bc59ec15b33c
Author: Mishal Shah <shahmishal@users.noreply.github.com>
Date:   Fri Mar 31 02:08:05 2023 -0700

    [5.8] Add support for UBI 9 and Windows toolchain (#275)

commit f368ad170fff8c5eac2bed3e5c806b7d15acbf28
Author: swift Jenkins <swift_jenkins@apple.com>
Date:   Fri Mar 31 00:55:29 2023 -0700

    Add Nightly swift-5.9-DEVELOPMENT-SNAPSHOT-2023-03-30-a

commit cfc50dc88b97fafb6afa1f24828390ad8c606b7a
Author: Alexander Sandberg <hi@alexandersandberg.com>
Date:   Fri Mar 31 01:42:52 2023 +0200

    Swift 5.8 release blog post (#257)

    * add first draft of 5.8 blog post

    * remove SE-0380

    * remove SE-0381

    * apply suggestion from code review

    * add windows platform section content

    Co-Authored-By: Saleem Abdulrasool <63311+compnerd@users.noreply.github.com>

    * Update _posts/2023-03-17-swift-5.8-released.md

    Co-authored-by: Saleem Abdulrasool <compnerd@compnerd.org>

    * Update _posts/2023-03-17-swift-5.8-released.md

    Co-authored-by: Saleem Abdulrasool <compnerd@compnerd.org>

    * add language and standard library section content

    Co-Authored-By: Holly Borla <hborla@apple.com>

    * Update _posts/2023-03-17-swift-5.8-released.md

    Co-authored-by: tomer doron <tomer@apple.com>

    * add release summary to introduction

    * fix missing hyphen in flag

    Co-Authored-By: James Dempsey <470139+dempseyatgithub@users.noreply.github.com>

    * add downloads section content

    * add link that explains using feature identifiers in source code

    * Update 2023-03-17-swift-5.8-released.md

    Co-Authored-By: Alex Martini <15617351+amartini51@users.noreply.github.com>

    * Update 2023-03-17-swift-5.8-released.md

    Co-Authored-By: buttaface <48358669+buttaface@users.noreply.github.com>
    Co-Authored-By: Xiaodi Wu <13952+xwu@users.noreply.github.com>

    * Update 2023-03-17-swift-5.8-released.md

    Co-Authored-By: buttaface <48358669+buttaface@users.noreply.github.com>

    * link out to more info about upcoming feature usage

    * Update _posts/2023-03-17-swift-5.8-released.md

    Co-authored-by: Xiaodi Wu <13952+xwu@users.noreply.github.com>

    * Update 2023-03-17-swift-5.8-released.md

    Co-Authored-By: Xiaodi Wu <13952+xwu@users.noreply.github.com>

    * smaller grammatical fixes and improvements

    * Update 2023-03-17-swift-5.8-released.md

    Co-Authored-By: Xiaodi Wu <13952+xwu@users.noreply.github.com>

    * Keep SE-0376 only in the evolution appendix of 5.8 blog post

    * Rename blog post file

    * Update 2023-03-30-swift-5.8-released.md

    Remove hasFeature example, as getting a real-world one was too tortured.

    * Minor language tweaks

    * Update timestamp

    ---------

    Co-authored-by: Saleem Abdulrasool <63311+compnerd@users.noreply.github.com>
    Co-authored-by: Saleem Abdulrasool <compnerd@compnerd.org>
    Co-authored-by: Holly Borla <hborla@apple.com>
    Co-authored-by: tomer doron <tomer@apple.com>
    Co-authored-by: James Dempsey <470139+dempseyatgithub@users.noreply.github.com>
    Co-authored-by: Alex Martini <15617351+amartini51@users.noreply.github.com>
    Co-authored-by: buttaface <48358669+buttaface@users.noreply.github.com>
    Co-authored-by: Xiaodi Wu <13952+xwu@users.noreply.github.com>
    Co-authored-by: Ted Kremenek <kremenek@apple.com>
    Co-authored-by: Ben Cohen <airspeedswift@users.noreply.github.com>
    Co-authored-by: Christopher Thielen <77445+cthielen@users.noreply.github.com>

commit 642e8273ce0e56bebfeca199330a4368e3138c98
Author: Mishal Shah <shahmishal@users.noreply.github.com>
Date:   Thu Mar 30 16:42:10 2023 -0700

    [Download] Swift 5.8 Release (#273)

commit 74f4b012de94c357fcb1fb8cca79cb0143f376aa
Author: swift Jenkins <swift_jenkins@apple.com>
Date:   Thu Mar 30 11:19:58 2023 -0700

    Add Windows swift-DEVELOPMENT-SNAPSHOT-2023-03-28-a

commit 36aa0a331475ece3a67e8d0c69c53c9692cda6d4
Author: Mishal Shah <shahmishal@users.noreply.github.com>
Date:   Thu Mar 30 00:35:11 2023 -0700

    Update the Docker tag for Swift 5.9 nightly UBI 9 (#272)

commit fbcdd6578c1787f315c80cfa0f1544bf579add49
Author: Mishal Shah <shahmishal@users.noreply.github.com>
Date:   Wed Mar 29 22:30:23 2023 -0700

    [Download] Add Swift 5.9 nightly toolchains (#271)

    * Drop the nightly Swift 5.7 toolchains

    * [Download] Add Swift 5.9 Development (nightly) snapshots

commit f84dd06c85b952e8242bd08edfd23efa81dd4eda
Author: swift Jenkins <swift_jenkins@apple.com>
Date:   Wed Mar 29 11:08:04 2023 -0700

    Add Windows swift-DEVELOPMENT-SNAPSHOT-2023-03-27-a

commit 0f379c612253e6bca3ed5247dd67c8433e45fbf5
Author: swift Jenkins <swift_jenkins@apple.com>
Date:   Wed Mar 29 02:52:09 2023 -0700

    Add Nightly swift-DEVELOPMENT-SNAPSHOT-2023-03-28-a

commit 580adc6fd488389ed8f7fe75bbdc754938acd5e4
Author: swift Jenkins <swift_jenkins@apple.com>
Date:   Wed Mar 29 00:57:30 2023 -0700

    Add Nightly swift-5.9-DEVELOPMENT-SNAPSHOT-2023-03-28-a

commit f1617e35013b806413ffeb95eadd881688366d28
Author: swift Jenkins <swift_jenkins@apple.com>
Date:   Tue Mar 28 02:52:06 2023 -0700

    Add Nightly swift-DEVELOPMENT-SNAPSHOT-2023-03-27-a

commit 6521463bdde4b15dbe9274b89f88c2bf0190191d
Author: swift Jenkins <swift_jenkins@apple.com>
Date:   Tue Mar 28 00:59:42 2023 -0700

    Add Nightly swift-5.9-DEVELOPMENT-SNAPSHOT-2023-03-27-a

commit c1807a891332bf4d45e4554e15d0da3569707246
Author: swift Jenkins <swift_jenkins@apple.com>
Date:   Mon Mar 27 02:52:19 2023 -0700

    Add Nightly swift-DEVELOPMENT-SNAPSHOT-2023-03-26-a

commit 4cfddcbf7d58d94f3588973c99c4ca94f54607f8
Author: Max Desiatov <m_desiatov@apple.com>
Date:   Sun Mar 26 14:34:54 2023 +0100

    Update LLVM bug tracker link in `contributing/_llvm.md` (#266)

    LLVM Bugzilla is read-only and represents the historical archive of all LLVM issues filled before November 26, 2021. We should use a link to GitHub to point to the actual LLVM bug tracker.

commit 4b0028124566c1726f4d646dc93a91f7b6c5012d
Author: James Dempsey <dempsey@tapas-software.net>
Date:   Sat Mar 25 08:53:49 2023 -0700

    Use default Gravatar when needed for consistent author layout

    If an author does not have a Gravatar use the default shilouette image. This provides consistent layout with multiple authors and removes awkward layout spacing for authors without a Gravatar.

commit 3d4decf6f228373ac246413fd0e9efa276e532fb
Author: James Dempsey <dempsey@tapas-software.net>
Date:   Sat Mar 25 08:51:14 2023 -0700

    Fix possible author name layout overlap

    Ensures that if an author has no 'about' info that the next author's name appears below the first author's name instead of next to it.

commit 0f7dbdf1750fdab59c8934344f4dda8e94a6c395
Author: James Dempsey <dempsey@tapas-software.net>
Date:   Sat Mar 25 08:46:37 2023 -0700

    Layout first author below post date

    Makes author layout consistent for posts with multiple authors and consistent across all posts. Makes the first author layout below the date, not next to it. Also adjusts the bottom margin and padding to give a little more space between authors and post.

commit 4a233547057cfa0d354cb5a7ba85ded3fe8a8bb9
Author: swift Jenkins <swift_jenkins@apple.com>
Date:   Sat Mar 25 02:53:51 2023 -0700

    Add Nightly swift-DEVELOPMENT-SNAPSHOT-2023-03-24-a

commit b361e89f5d01e42969fd122aca1a13ed4493b2fb
Author: swift Jenkins <swift_jenkins@apple.com>
Date:   Sat Mar 25 00:58:29 2023 -0700

    Add Nightly swift-5.9-DEVELOPMENT-SNAPSHOT-2023-03-24-a

commit 414aec32c8eafdf892f1b16de515a24fa1e4d802
Author: Christopher Thielen <77445+cthielen@users.noreply.github.com>
Date:   Fri Mar 24 08:03:39 2023 -0700

    Blog/spotlight spi (#264)

    * Add SPI Developer Spotlight blog post

    * Wording cleanup for SPI blog post

    * Update Developer Spotlight SPI post to 8:00am

commit dc9753519b82322d5fafbe9c46591a63be367f98
Author: swift Jenkins <swift_jenkins@apple.com>
Date:   Fri Mar 24 02:59:48 2023 -0700

    Add Nightly swift-DEVELOPMENT-SNAPSHOT-2023-03-23-a

commit 61b59c0fb328dec3f01bca749c3d84987ac3c73d
Author: swift Jenkins <swift_jenkins@apple.com>
Date:   Fri Mar 24 02:06:01 2023 -0700

    Add Nightly swift-5.9-DEVELOPMENT-SNAPSHOT-2023-03-23-a

commit 1d5873558d86abfba18299306d112ce3ed04959a
Author: swift Jenkins <swift_jenkins@apple.com>
Date:   Thu Mar 23 02:53:15 2023 -0700

    Add Nightly swift-DEVELOPMENT-SNAPSHOT-2023-03-22-a

commit 49f14e17ee4a12e06fa758b63e62ae15804f7ded
Author: Ben Langmuir <blangmuir@apple.com>
Date:   Wed Mar 22 10:14:48 2023 -0700

    [downloads] Update 5.7.2 -> 5.7.3 in RPM warning (#263)

commit eb785a5a84526d286912338ff4aec0eeedc8e114
Author: Reda Lemeden <git@redalemeden.com>
Date:   Wed Mar 22 11:27:28 2023 +0100

    Fix project heading levels in GSoC 23 page (#262)

commit cdf3fe666e3d704adba00a17d4d02669cfeeb6d2
Author: David Rönnqvist <david.ronnqvist@gmail.com>
Date:   Wed Mar 22 03:18:40 2023 -0700

    Add project idea for Swift-DocC localization support (#260)

    Co-authored-by: binamaniar <bmaniar@apple.com>

commit 160a4cf6100bc22f59036ea75c3aa63c88e3d9e4
Author: Mishal Shah <shahmishal@users.noreply.github.com>
Date:   Mon Mar 20 13:06:47 2023 -0700

    [Key] Update the GPG for Swift Release 5.x (#259)

commit aea4074bae67cac3921e9bc6fe15179616f1a5db
Author: James Dempsey <dempsey@tapas-software.net>
Date:   Mon Mar 20 07:36:26 2023 -0700

    With some evolution proposals now being listed as implemented in Swift 5.9, add languageVersion / filter button for 5.9. (#258)

commit 0447922fd9c0dc231773a54cd1d484dc3d4f3013
Author: SHILPEE GUPTA <78029920+shilpeegupta14@users.noreply.github.com>
Date:   Mon Mar 20 18:50:51 2023 +0530

    Update memcached client project details (#256)

    * Update memcached client project details

    As per discussed here: https://forums.swift.org/t/interested-in-memcached-client-project/63549/5
    Fixes: #255

    * Update index.md

commit f1d151c933e1117865aae4a990d7fffc21af59f8
Author: Kris Schneider <101912712+Zliced13@users.noreply.github.com>
Date:   Mon Mar 20 06:41:37 2023 -0600

    Add Scoop installation methods for Windows (#230)

    Co-authored-by: Saleem Abdulrasool <compnerd@compnerd.org>

commit 78f6fea51d616bb8604276844866d6b2977c4c56
Author: swift Jenkins <swift_jenkins@apple.com>
Date:   Mon Mar 20 00:54:31 2023 -0700

    Add Nightly swift-5.8-DEVELOPMENT-SNAPSHOT-2023-03-17-a

commit 82ae001638ff66ce0ed079c1801e52bee1a0cf4a
Author: swift Jenkins <swift_jenkins@apple.com>
Date:   Sat Mar 18 02:52:06 2023 -0700

    Add Nightly swift-DEVELOPMENT-SNAPSHOT-2023-03-17-a

commit 9c25737fb2d3fbce15260d2401d1270c55c39aaf
Author: swift Jenkins <swift_jenkins@apple.com>
Date:   Fri Mar 17 02:51:42 2023 -0700

    Add Nightly swift-DEVELOPMENT-SNAPSHOT-2023-03-16-a

commit c4e6bb6156cfeac0e6d5d741d1175183a734e61f
Author: Mishal Shah <shahmishal@users.noreply.github.com>
Date:   Wed Mar 15 23:36:13 2023 -0700

    [Download] Add UBI9 aarch64 for Swift 5.8 (#253)

    * [Download] Add UBI9 aarch64 for Swift 5.8

    * Update the UBI9 name to Red Hat Universal Base Image 9

commit ddf2c329a00b882cb03c6ac2069d6e8c182425b3
Author: swift Jenkins <swift_jenkins@apple.com>
Date:   Tue Mar 14 02:51:06 2023 -0700

    Add Nightly swift-DEVELOPMENT-SNAPSHOT-2023-03-13-a

commit 8b05984a61584a2d8f283905c70d3c2e42bf4a78
Author: swift Jenkins <swift_jenkins@apple.com>
Date:   Sat Mar 11 02:52:01 2023 -0800

    Add Nightly swift-DEVELOPMENT-SNAPSHOT-2023-03-10-a

commit 0b37823742c911ceeed9000cd81b47a626a91ccd
Author: swift Jenkins <swift_jenkins@apple.com>
Date:   Fri Mar 10 10:37:20 2023 -0800

    Add Nightly swift-5.8-DEVELOPMENT-SNAPSHOT-2023-03-07-a

commit 5f6af6d331a3746e702948c50af859e3af12d74b
Author: swift Jenkins <swift_jenkins@apple.com>
Date:   Fri Mar 10 02:53:03 2023 -0800

    Add Nightly swift-DEVELOPMENT-SNAPSHOT-2023-03-09-a

commit 5805da3fc9f00da79edff2a41bd3af547bad625c
Author: swift Jenkins <swift_jenkins@apple.com>
Date:   Thu Mar 9 10:52:50 2023 -0800

    Add Nightly swift-DEVELOPMENT-SNAPSHOT-2023-03-08-a

commit d6e01969de2551b6c4404a9caec1ca1acba75d44
Author: swift Jenkins <swift_jenkins@apple.com>
Date:   Wed Mar 8 02:53:21 2023 -0800

    Add Nightly swift-DEVELOPMENT-SNAPSHOT-2023-03-07-a

commit a7e6c7887568f3fc267405e9b0d2498b42573913
Author: swift Jenkins <swift_jenkins@apple.com>
Date:   Tue Mar 7 10:33:26 2023 -0800

    Add Nightly swift-DEVELOPMENT-SNAPSHOT-2023-03-06-a

commit 20a15b27ffdeabbc2d9c9900b747e395f561efcc
Author: tomer doron <tomer@apple.com>
Date:   Tue Mar 7 08:00:14 2023 -0800

    Update 2023-03-02-swift-certificates-and-asn1.md

commit 89bb4b83afdcd124570e1423b04b1214d36bf1f0
Author: Cory Benfield <lukasa@apple.com>
Date:   Tue Mar 7 15:42:36 2023 +0000

    Certificates and ASN1 (#250)

    * Certificates and ASN1

    * Add markdown file extension to Swift certificates blog post

    * Editing pass

    ---------

    Co-authored-by: Christopher Thielen <77445+cthielen@users.noreply.github.com>

commit a09c14493f812ea80118d4baeb2894586c3e5351
Author: neilhamilton <neil@offshootinc.com>
Date:   Sat Mar 4 07:58:44 2023 -0500

    Fix typo (#251)

    Changed "you" to "your".

commit 6e8da01787cdd683031d7db49303ba0873f1660c
Author: swift Jenkins <swift_jenkins@apple.com>
Date:   Fri Mar 3 02:53:25 2023 -0800

    Add Nightly swift-DEVELOPMENT-SNAPSHOT-2023-03-02-a

commit f3d7eaa12fd287abdcf7676ba6911ed2695e42df
Author: swift Jenkins <swift_jenkins@apple.com>
Date:   Thu Mar 2 02:51:58 2023 -0800

    Add Nightly swift-DEVELOPMENT-SNAPSHOT-2023-03-01-a

commit 07e45bb7ccf2c83bb5ee9548c9457116ebc5cf82
Author: swift Jenkins <swift_jenkins@apple.com>
Date:   Wed Mar 1 02:50:47 2023 -0800

    Add Nightly swift-DEVELOPMENT-SNAPSHOT-2023-02-28-a

commit 72aa58f45125873778be00e79368ef47a7fef2ac
Author: swift Jenkins <swift_jenkins@apple.com>
Date:   Tue Feb 28 17:42:10 2023 -0800

    Add Windows swift-DEVELOPMENT-SNAPSHOT-2023-02-27-a

commit 0baf1c62b8f919e026b52f3396594e1f42db43c5
Author: Tim Condon <0xTim@users.noreply.github.com>
Date:   Tue Feb 28 20:47:04 2023 +0000

    Migrate SSWG process and security guides from GH (#249)

commit 85fe7cc8a49a38498d42dcc22f9e97584730cd7e
Author: swift Jenkins <swift_jenkins@apple.com>
Date:   Tue Feb 28 02:51:40 2023 -0800

    Add Nightly swift-DEVELOPMENT-SNAPSHOT-2023-02-27-a

commit 93771215693343289787a84c449def3e5db9eabc
Author: swift Jenkins <swift_jenkins@apple.com>
Date:   Mon Feb 27 14:42:36 2023 -0800

    Add Windows swift-DEVELOPMENT-SNAPSHOT-2023-02-23-a

commit 341f98c4c33e089a44634b4d455a65c081329252
Author: swift Jenkins <swift_jenkins@apple.com>
Date:   Sun Feb 26 02:49:27 2023 -0800

    Add Nightly swift-DEVELOPMENT-SNAPSHOT-2023-02-25-a

commit 329b1e1640c93551d04ef1284826d0dce153009b
Author: swift Jenkins <swift_jenkins@apple.com>
Date:   Fri Feb 24 02:49:58 2023 -0800

    Add Nightly swift-DEVELOPMENT-SNAPSHOT-2023-02-23-a

commit d55943ad1fbdb9bd8aff248f288c79313e548221
Author: swift Jenkins <swift_jenkins@apple.com>
Date:   Fri Feb 24 00:55:11 2023 -0800

    Add Nightly swift-5.8-DEVELOPMENT-SNAPSHOT-2023-02-23-a

commit 7a5b6b929fd4ef3ac9ec85749b6e4766f49b02fa
Author: swift Jenkins <swift_jenkins@apple.com>
Date:   Wed Feb 22 02:51:56 2023 -0800

    Add Nightly swift-DEVELOPMENT-SNAPSHOT-2023-02-21-a

commit 1e85be4755d47af6400aa06e3a1b99bebe52a2b2
Author: swift Jenkins <swift_jenkins@apple.com>
Date:   Tue Feb 21 00:51:56 2023 -0800

    Add Nightly swift-5.8-DEVELOPMENT-SNAPSHOT-2023-02-20-a

commit 7b0dd7efd02600a92758b5da991b2bc8b2024b38
Author: Mishal Shah <shahmishal@users.noreply.github.com>
Date:   Mon Feb 20 23:28:09 2023 -0800

    Fix typo in the CODEOWNERS file (#248)

    * _post -> _posts
    * Update Mishal's info

commit 6a0b322f2328f835139f6ab888958be5b2068e70
Author: Konrad `ktoso` Malawski <ktoso@apple.com>
Date:   Tue Feb 21 10:35:22 2023 +0900

    GSoC 2023: Add memcached client project (#246)

commit b04d55b9ea5faa69eabf2560ff4e9302a788abf1
Author: swift Jenkins <swift_jenkins@apple.com>
Date:   Mon Feb 20 02:49:30 2023 -0800

    Add Nightly swift-DEVELOPMENT-SNAPSHOT-2023-02-19-a

commit 6684dd46ff6412a3fbb4cf061e317a3e33207ddb
Author: Konrad `ktoso` Malawski <ktoso@apple.com>
Date:   Sun Feb 19 21:07:19 2023 +0900

    [GSoC 2023] Two more proposals (#245)

commit 2a76f7ca4eb018487ac6481c7604f83d0aab711d
Author: swift Jenkins <swift_jenkins@apple.com>
Date:   Sun Feb 19 02:54:56 2023 -0800

    Add Nightly swift-DEVELOPMENT-SNAPSHOT-2023-02-18-a

commit b16ada1310908df26abc55dc8c49cd503e440a43
Author: swift Jenkins <swift_jenkins@apple.com>
Date:   Sat Feb 18 02:49:05 2023 -0800

    Add Nightly swift-DEVELOPMENT-SNAPSHOT-2023-02-17-a

commit d868477672c53b01acad8ebe831ac71ee95f818e
Author: Alex Martini <amartini@apple.com>
Date:   Fri Feb 17 12:03:36 2023 -0800

    Update links to TSPL to avoid multiple redirects. (#243)

commit fa2ab85a546510e8e72d41b661c531d1fff0cc75
Author: Alex Martini <amartini@apple.com>
Date:   Fri Feb 17 10:05:58 2023 -0800

    Fix minor wording issues. (#242)

    Co-authored-by: Christopher Thielen <c_thielen@apple.com>

commit 83dfe991112fbc7d96d250c7e5bd90846ab861f0
Author: swift Jenkins <swift_jenkins@apple.com>
Date:   Fri Feb 17 02:50:40 2023 -0800

    Add Nightly swift-DEVELOPMENT-SNAPSHOT-2023-02-16-a

commit a2412ae083debd21e52194bcfcb0fdbe1e8d1561
Author: Alex Martini <amartini@apple.com>
Date:   Thu Feb 16 16:27:21 2023 -0800

    Add a blog post for TSPL on DocC, and update links (#241)

commit fff46c7fd4f1fa200d90a37cac04b6560169dbb7
Author: swift Jenkins <swift_jenkins@apple.com>
Date:   Thu Feb 16 02:48:48 2023 -0800

    Add Nightly swift-DEVELOPMENT-SNAPSHOT-2023-02-15-a

commit fe62205e6ed1a25d10528ab6bccbb07c850c7d26
Author: swift Jenkins <swift_jenkins@apple.com>
Date:   Wed Feb 15 22:12:07 2023 -0800

    Add Windows swift-DEVELOPMENT-SNAPSHOT-2023-02-14-a

commit 4553cb5650577b316c4b5176dc0795d9e33d0b23
Author: Anthony Latsis <aqamoss3fan2010@gmail.com>
Date:   Wed Feb 15 16:31:05 2023 +0300

    Contributing: Add a section about good first issues (#237)

    * Contributing: Rename `_good_first_issues.md` to use kebab case rather than snake case for consistency

    * Contributing: Add a section about good first issues

commit 1793b3dba9c8e2d89b81a8799bb49c662c5beda3
Author: swift Jenkins <swift_jenkins@apple.com>
Date:   Wed Feb 15 02:51:31 2023 -0800

    Add Nightly swift-DEVELOPMENT-SNAPSHOT-2023-02-14-a

commit 81a3c8e95a10aff033bd5c6059fe7f5f3235e1c5
Author: swift Jenkins <swift_jenkins@apple.com>
Date:   Tue Feb 14 09:41:22 2023 -0800

    Add Windows swift-DEVELOPMENT-SNAPSHOT-2023-02-11-a

commit 7bab93517e97fc184565b7fa842f822499dc5778
Author: swift Jenkins <swift_jenkins@apple.com>
Date:   Tue Feb 14 02:49:26 2023 -0800

    Add Nightly swift-DEVELOPMENT-SNAPSHOT-2023-02-13-a

commit 50750347784487793684576f91e1d2176fadb471
Author: swift Jenkins <swift_jenkins@apple.com>
Date:   Sun Feb 12 02:53:10 2023 -0800

    Add Nightly swift-DEVELOPMENT-SNAPSHOT-2023-02-11-a

commit b195a11ae6b422902dd619b14168af0c10852c84
Author: swift Jenkins <swift_jenkins@apple.com>
Date:   Fri Feb 10 08:07:06 2023 -0800

    Add Nightly swift-5.8-DEVELOPMENT-SNAPSHOT-2023-02-09-a

commit 254f1c3920eada8bd76c6f53644797deabc7e8da
Author: swift Jenkins <swift_jenkins@apple.com>
Date:   Fri Feb 10 02:50:28 2023 -0800

    Add Nightly swift-DEVELOPMENT-SNAPSHOT-2023-02-09-a

commit 7062b0c929368bda4dcfcc42e4d648d69741e36e
Author: swift Jenkins <swift_jenkins@apple.com>
Date:   Thu Feb 9 00:53:25 2023 -0800

    Add Nightly swift-5.8-DEVELOPMENT-SNAPSHOT-2023-02-08-a

commit 74e3c75c8f28f8ea5433ba07f127280ff2b260b6
Author: David Moser <54151448+dave-moser@users.noreply.github.com>
Date:   Wed Feb 8 02:15:37 2023 -0800

    add new Server guide for deploying to AWS Lambda (#235)

    * add new Server guide for deploying to AWS Lambda

    * Update server/guides/deploying/aws-sam-lambda.md

    good catch. thanks.

    Co-authored-by: Tim Condon <0xTim@users.noreply.github.com>

    ---------

    Co-authored-by: Tim Condon <0xTim@users.noreply.github.com>

commit 46c0b4296153e56c5892148217919cd70872211d
Author: Konrad `ktoso` Malawski <ktoso@apple.com>
Date:   Wed Feb 8 14:14:24 2023 +0900

    Add a few initial proposal ideas, more to come (#236)

commit 45f2ce2dccba6af4367c56583a0443b03bd8ffc4
Author: swift Jenkins <swift_jenkins@apple.com>
Date:   Tue Feb 7 02:53:13 2023 -0800

    Add Nightly swift-DEVELOPMENT-SNAPSHOT-2023-02-06-a

commit 70c23427a449f67121a11bb00c3b6af0b5fdadc5
Author: swift Jenkins <swift_jenkins@apple.com>
Date:   Tue Feb 7 00:50:55 2023 -0800

    Add Nightly swift-5.8-DEVELOPMENT-SNAPSHOT-2023-02-06-a

commit e1439632804d1e66cb3b268032330fbcb332301d
Author: swift Jenkins <swift_jenkins@apple.com>
Date:   Mon Feb 6 08:26:35 2023 -0800

    Add Windows swift-DEVELOPMENT-SNAPSHOT-2023-02-02-a

commit 43c15b41e4fc999856fdb4fcaff56a24d033eacf
Author: swift Jenkins <swift_jenkins@apple.com>
Date:   Mon Feb 6 02:47:53 2023 -0800

    Add Nightly swift-DEVELOPMENT-SNAPSHOT-2023-02-05-a

commit ddd23a3f68b1b8a81273bf50285927093acf09cc
Author: Ishaan Bedi <bediishaan6@gmail.com>
Date:   Mon Feb 6 02:42:24 2023 +0530

    Fixed typographical error on /gsoc/2023.md (#234)

    Fixed a small typo in the index.md file where the date 2022 was mistakenly written instead of 2023 while mentioning the tag.
    The corrected year has been updated in the file.

    This change will ensure that the index.md file accurately reflects the correct date, improving the overall accuracy and readability for the potential contributors on the site.

commit b5c6096339a09314271360e0e2470390165861bb
Author: swift Jenkins <swift_jenkins@apple.com>
Date:   Sun Feb 5 02:47:57 2023 -0800

    Add Nightly swift-DEVELOPMENT-SNAPSHOT-2023-02-04-a

commit 0019996fd75ae05921adee006f0d2dada664f2fb
Author: swift Jenkins <swift_jenkins@apple.com>
Date:   Sun Feb 5 00:50:28 2023 -0800

    Add Nightly swift-5.8-DEVELOPMENT-SNAPSHOT-2023-02-04-a

commit d5446cb5f1d8bfa75e2510900e4e850e082d0b92
Author: swift Jenkins <swift_jenkins@apple.com>
Date:   Sat Feb 4 02:47:57 2023 -0800

    Add Nightly swift-DEVELOPMENT-SNAPSHOT-2023-02-03-a

commit 2ae06e3977f0754b2c89d87b00de18b93995fbf0
Author: swift Jenkins <swift_jenkins@apple.com>
Date:   Sat Feb 4 00:55:19 2023 -0800

    Add Nightly swift-5.8-DEVELOPMENT-SNAPSHOT-2023-02-03-a

commit da56f932f8bf08672b86c3ff32d935ca0f051d7c
Author: Mishal Shah <shahmishal@users.noreply.github.com>
Date:   Fri Feb 3 23:01:36 2023 -0800

    Add support for UBI 9 AArch64 (#233)

commit 96b68030719b43f870e06fbbcc47e98a24263c17
Author: Alexander Sandberg <hi@alexandersandberg.com>
Date:   Fri Feb 3 23:43:20 2023 +0100

    Generate Projects list on Swift on Server page with data file (#232)

    * update sswg projects data file

    * use data file instead of static table on sswg page

    * linting

commit 775398254840edc75547b00c1c4a950f618b5de0
Author: swift Jenkins <swift_jenkins@apple.com>
Date:   Fri Feb 3 03:15:22 2023 -0800

    Add Nightly swift-DEVELOPMENT-SNAPSHOT-2023-02-02-a

commit 34da9459fdbb558a41330dbd57ebdd05dea28966
Author: swift Jenkins <swift_jenkins@apple.com>
Date:   Thu Feb 2 15:16:51 2023 -0800

    Add Nightly swift-DEVELOPMENT-SNAPSHOT-2023-02-01-a

commit a8c5e6e9d17f752b2896bfce6d874d224ff3351c
Author: swift Jenkins <swift_jenkins@apple.com>
Date:   Thu Feb 2 00:53:15 2023 -0800

    Add Nightly swift-5.8-DEVELOPMENT-SNAPSHOT-2023-02-01-a

commit 5ef47ff4f980beebb90e12186f19ec9ca53a7260
Author: Konrad `ktoso` Malawski <ktoso@apple.com>
Date:   Thu Feb 2 14:51:00 2023 +0900

    SSWG: Cassandra client is accepted (#231)

commit 105bb8ca5cf1a0162061c5b92556178976fdc105
Author: swift Jenkins <swift_jenkins@apple.com>
Date:   Tue Jan 31 02:47:49 2023 -0800

    Add Nightly swift-DEVELOPMENT-SNAPSHOT-2023-01-30-a

commit d18972777de501ce3f38c2745d0d4bdc2a0e9842
Author: Konrad `ktoso` Malawski <ktoso@apple.com>
Date:   Tue Jan 31 19:33:08 2023 +0900

    Prepare GSoC23 projects page (#225)

commit 83dea1670746c9caddb93cd341d0a0fbd0a50a14
Author: swift Jenkins <swift_jenkins@apple.com>
Date:   Tue Jan 31 00:53:03 2023 -0800

    Add Nightly swift-5.8-DEVELOPMENT-SNAPSHOT-2023-01-30-a

commit 4db430765dd5ec582e1f3c3597e9ea629693d999
Author: Max Desiatov <m_desiatov@apple.com>
Date:   Mon Jan 30 19:28:22 2023 +0000

    swift-compiler/_compiler-architecture.md: fix typo (#224)

    `The parser [...] emit warnings` -> `The parser [...] emits warnings`

    Resolves https://github.com/apple/swift-org-website/issues/222

commit 8455b970833b3a76048478748ecc562e1974bb19
Author: swift Jenkins <swift_jenkins@apple.com>
Date:   Sun Jan 29 02:52:17 2023 -0800

    Add Nightly swift-DEVELOPMENT-SNAPSHOT-2023-01-28-a

commit b99570b39645cd78bcf9252c6473933edd0871c0
Author: swift Jenkins <swift_jenkins@apple.com>
Date:   Sat Jan 28 02:47:49 2023 -0800

    Add Nightly swift-DEVELOPMENT-SNAPSHOT-2023-01-27-a

commit 2239cf0908bacab7c972993a5aa2a5b92b24b03d
Author: swift Jenkins <swift_jenkins@apple.com>
Date:   Sat Jan 28 00:51:42 2023 -0800

    Add Nightly swift-5.8-DEVELOPMENT-SNAPSHOT-2023-01-27-a

commit 66885cb859d224127840573e409ffd2e11ef5d96
Author: Anthony Latsis <aqamoss3fan2010@gmail.com>
Date:   Fri Jan 27 19:12:37 2023 +0300

    download: Misc improvements to package installation steps on Apple platforms (#201)

commit 98245d9d14488bbaccce0ec9072b628bb3492a71
Author: Ishaan Bedi <bediishaan6@gmail.com>
Date:   Thu Jan 26 22:09:34 2023 +0530

    Fix #212: Dropped usage of gumshoe.min.js (#215)

    - Dropped usage of gumshoe.min.js and implemented vanilla JavaScript logic for smooth toggling of navbar.
    - Deleted gumshoe.min.js file from assets/javascripts/vendor folder as it is no longer needed.

commit 604243c204a88ec69006d159224de08a7c72031e
Author: Anthony Latsis <aqamoss3fan2010@gmail.com>
Date:   Thu Jan 26 19:11:10 2023 +0300

    Supplant the "stater bug" term by "good first issue" (#207)

commit 8bbb8932a0435d091f6155e5c6cd5e96dab7c3aa
Author: swift Jenkins <swift_jenkins@apple.com>
Date:   Thu Jan 26 02:45:33 2023 -0800

    Add Nightly swift-DEVELOPMENT-SNAPSHOT-2023-01-25-a

commit 1a0e48970486976b8121f30961cffd3d087ceca9
Author: swift Jenkins <swift_jenkins@apple.com>
Date:   Thu Jan 26 00:50:27 2023 -0800

    Add Nightly swift-5.8-DEVELOPMENT-SNAPSHOT-2023-01-25-a

commit a29c9f89133ec5713c3ab4f7d34b8d6ca3c405fe
Author: swift Jenkins <swift_jenkins@apple.com>
Date:   Wed Jan 25 02:47:35 2023 -0800

    Add Nightly swift-DEVELOPMENT-SNAPSHOT-2023-01-24-a

commit f015f20bfb63be024ca641258ba4f1726cbe6598
Author: swift Jenkins <swift_jenkins@apple.com>
Date:   Wed Jan 25 00:52:51 2023 -0800

    Add Nightly swift-5.8-DEVELOPMENT-SNAPSHOT-2023-01-24-a

commit 0e3961e7b142d16a4d4ced127b20c799db232c56
Author: swift Jenkins <swift_jenkins@apple.com>
Date:   Tue Jan 24 02:48:20 2023 -0800

    Add Nightly swift-DEVELOPMENT-SNAPSHOT-2023-01-23-a

commit 5a7ff40190045384ede2236da38a2eeb869e31e5
Author: swift Jenkins <swift_jenkins@apple.com>
Date:   Mon Jan 23 10:48:07 2023 -0800

    Add Windows swift-5.8-DEVELOPMENT-SNAPSHOT-2023-01-09-a

commit efc182db5d92e362b2a8acf27c8b497200d8525b
Author: Max Desiatov <m_desiatov@apple.com>
Date:   Mon Jan 23 18:30:08 2023 +0000

    Fix navigation link in `navigation.yml` (#216)

    The order of links https://www.swift.org/contributing page is currently wrong, as "Website and Blog Post Contributions" section on the page comes before "Swift Evolution". The link itself to `#blog-post-contributions` is not working, since the actual anchor id is `website-and-blog-post-contributions`.

commit 6c025379b0dc7ae484b2fcf0bba9660846ffc54a
Author: tomer doron <tomer@apple.com>
Date:   Sat Jan 21 11:48:26 2023 -0800

    update recent CVEs (#213)

commit b55e8592d99e6c76fa512e48001318521f5f72b3
Author: swift Jenkins <swift_jenkins@apple.com>
Date:   Sat Jan 21 03:19:36 2023 -0800

    Add Nightly swift-DEVELOPMENT-SNAPSHOT-2023-01-20-a

commit 5dfc0568ba5ed984953f877da3e9484449f8c64d
Author: swift Jenkins <swift_jenkins@apple.com>
Date:   Sat Jan 21 00:53:07 2023 -0800

    Add Nightly swift-5.8-DEVELOPMENT-SNAPSHOT-2023-01-20-a

commit e934f5847df542f289d62c4b0bb963cfc099f4f3
Author: swift Jenkins <swift_jenkins@apple.com>
Date:   Fri Jan 20 08:42:50 2023 -0800

    Add Nightly swift-5.8-DEVELOPMENT-SNAPSHOT-2023-01-19-a

commit 5e42d39d77ac0c440f5693a0a7511260243b5371
Author: swift Jenkins <swift_jenkins@apple.com>
Date:   Fri Jan 20 02:46:12 2023 -0800

    Add Nightly swift-DEVELOPMENT-SNAPSHOT-2023-01-19-a

commit 9abf25db2e583cb0b9016bb6d3d3205dca31cb25
Author: Mishal Shah <shahmishal@users.noreply.github.com>
Date:   Thu Jan 19 17:45:36 2023 -0800

    Update the Docker image links for Swift 5.7.3 (#211)

commit 0145ec9055544d44b44653463054cc94f9f96dea
Author: swift Jenkins <swift_jenkins@apple.com>
Date:   Thu Jan 19 02:46:15 2023 -0800

    Add Nightly swift-DEVELOPMENT-SNAPSHOT-2023-01-18-a

commit 0aee8aa6136ca012bbe78d128bc9ecaf0e966317
Author: Mishal Shah <shahmishal@users.noreply.github.com>
Date:   Wed Jan 18 20:09:18 2023 -0800

    [Download] Release Swift 5.7.3 (#210)

commit 86093d40347cc5e6d4f476851d056566acb1ad97
Author: swift Jenkins <swift_jenkins@apple.com>
Date:   Wed Jan 18 02:45:47 2023 -0800

    Add Nightly swift-DEVELOPMENT-SNAPSHOT-2023-01-17-a

commit a95c2e8e1eb108cf5b73cd2e47fe274f55d85adf
Author: Alexander Sandberg <hi@alexandersandberg.com>
Date:   Wed Jan 18 09:55:58 2023 +0100

    make absolute swift.org links relative to base URL (#205)

commit 5e2cb95c15278460365177a45c072f735b4021ed
Author: Ben Rimmington <me@benrimmington.com>
Date:   Wed Jan 18 08:52:48 2023 +0000

    Update _swift-evolution.scss (#206)

commit 144449f558edcf91a1d9831690aef91831980dcc
Author: Jakub Cabak <jakubcabak@gmail.com>
Date:   Tue Jan 17 20:18:44 2023 +0100

    SEO improvement (#162)

    * SEO improvement

    * fix

commit 5b08f809e97849a12bedce465c187f079d5988db
Author: swift Jenkins <swift_jenkins@apple.com>
Date:   Tue Jan 17 02:45:55 2023 -0800

    Add Nightly swift-DEVELOPMENT-SNAPSHOT-2023-01-16-a

commit 2aafc5c23d1832d0d2ab4226eae333944c23e81e
Author: swift Jenkins <swift_jenkins@apple.com>
Date:   Sun Jan 15 02:45:50 2023 -0800

    Add Nightly swift-DEVELOPMENT-SNAPSHOT-2023-01-14-a

commit 886525cba7af8a7af46162f4f8b9ac954762c8f9
Author: Dave Verwer <dave.verwer@gmail.com>
Date:   Sat Jan 14 17:16:53 2023 +0000

    Community blog post submission process changes (#190)

    * First draft of the community blog post submission process changes.

    * Removed mention of the release schedule after PR feedback.

commit 9b418b1f5346291aee4483e8b92fd2d2afd28b12
Author: swift Jenkins <swift_jenkins@apple.com>
Date:   Sat Jan 14 00:56:59 2023 -0800

    Add Nightly swift-5.8-DEVELOPMENT-SNAPSHOT-2023-01-13-a

commit 93f8731530fedda794273bb14115efcb396fadf1
Author: swift Jenkins <swift_jenkins@apple.com>
Date:   Fri Jan 13 02:45:52 2023 -0800

    Add Nightly swift-DEVELOPMENT-SNAPSHOT-2023-01-12-a

commit 7b054ee022f4a3a03aeaef994517de42cf9dbb4d
Author: swift Jenkins <swift_jenkins@apple.com>
Date:   Thu Jan 12 02:45:14 2023 -0800

    Add Nightly swift-DEVELOPMENT-SNAPSHOT-2023-01-11-a

commit 22894bc0d764ea0be23fe56aef37d058b71b5bae
Author: swift Jenkins <swift_jenkins@apple.com>
Date:   Thu Jan 12 00:52:27 2023 -0800

    Add Nightly swift-5.8-DEVELOPMENT-SNAPSHOT-2023-01-11-a

commit eae3f27537972f9792d2a15363df42fa7d269f55
Author: Anthony Latsis <aqamoss3fan2010@gmail.com>
Date:   Wed Jan 11 20:58:27 2023 +0300

    download: Revise footnotes (#202)

    * download: Fix footnote numeration in release tables

    * [Gardening] download: Use numeric superscripts for footnotes consistently

commit af34753f4140a550556c06af2f56baad19ab7a57
Author: swift Jenkins <swift_jenkins@apple.com>
Date:   Wed Jan 11 02:45:02 2023 -0800

    Add Nightly swift-DEVELOPMENT-SNAPSHOT-2023-01-10-a

commit d75cf74108273276086da00cd9d96bb44275c396
Author: swift Jenkins <swift_jenkins@apple.com>
Date:   Wed Jan 11 00:51:04 2023 -0800

    Add Nightly swift-5.8-DEVELOPMENT-SNAPSHOT-2023-01-10-a

commit bd0d0770f02aa55d0691ad502c8b5ed0afe41abe
Author: swift Jenkins <swift_jenkins@apple.com>
Date:   Tue Jan 10 02:46:46 2023 -0800

    Add Nightly swift-DEVELOPMENT-SNAPSHOT-2023-01-09-a

commit 5ecd4721f6bd8febfd80da144bd82630c191fe1f
Author: swift Jenkins <swift_jenkins@apple.com>
Date:   Tue Jan 10 00:51:51 2023 -0800

    Add Nightly swift-5.8-DEVELOPMENT-SNAPSHOT-2023-01-09-a

commit 5f6461d5547133dc9b590afbb61fc2c016a73036
Author: Mishal Shah <shahmishal@users.noreply.github.com>
Date:   Mon Jan 9 23:30:44 2023 -0800

    Update the steps to select toolchain in Xcode (#200)

commit 36607bbfc99bc1afb54e0232b1848ad1621c3117
Author: Max Desiatov <m_desiatov@apple.com>
Date:   Tue Jan 10 07:15:24 2023 +0000

    swift-evolution: update search text input (#198)

commit e0e02139e3e2c8aef14c67a7c99eb3f666077b3c
Author: Max Desiatov <m_desiatov@apple.com>
Date:   Mon Jan 9 14:12:18 2023 +0000

    Gardening: remove trailing whitespaces (#197)

commit 5d4c00746eb908db31b01c4e402d4385de39d778
Author: swift Jenkins <swift_jenkins@apple.com>
Date:   Mon Jan 9 02:45:22 2023 -0800

    Add Nightly swift-DEVELOPMENT-SNAPSHOT-2023-01-08-a

commit 0292c88eb11e8a79f3da18e7058a3effb4f5db60
Author: swift Jenkins <swift_jenkins@apple.com>
Date:   Sun Jan 8 16:45:42 2023 -0800

    Add Nightly swift-5.8-DEVELOPMENT-SNAPSHOT-2023-01-06-a

commit 18963e6051185e556d82e9925d6bdd6c89418e45
Author: swift Jenkins <swift_jenkins@apple.com>
Date:   Sun Jan 8 11:35:50 2023 -0800

    Add Nightly swift-DEVELOPMENT-SNAPSHOT-2023-01-07-a

commit 0a2e1c964d84c9e7875428e003e67764645c4387
Author: Mishal Shah <shahmishal@users.noreply.github.com>
Date:   Fri Jan 6 07:44:58 2023 -0800

    [Download] Add Windows toolchain for Swift 5.8 nightly (#195)

commit 9de9f5d399831f407133abb16a734f512da62c1c
Author: swift Jenkins <swift_jenkins@apple.com>
Date:   Fri Jan 6 00:08:27 2023 -0800

    Add Windows swift-DEVELOPMENT-SNAPSHOT-2023-01-02-a

commit b0059f1c3f6bce504307156fc58ed8bf1e0944db
Author: swift Jenkins <swift_jenkins@apple.com>
Date:   Thu Jan 5 23:58:00 2023 -0800

    Add Windows swift-5.8-DEVELOPMENT-SNAPSHOT-2022-12-29-a

commit 53492759e2ffa5408e38e642496b61e24ca1e322
Author: tomer doron <tomer@apple.com>
Date:   Thu Jan 5 10:41:04 2023 -0800

    Add Swift Distributed Actors (#193)

commit 71e30f433ed8ee542df7eacb6ecff0eefe119ae1
Author: tomer doron <tomer@apple.com>
Date:   Thu Jan 5 10:40:44 2023 -0800

    Update SSWG membership (#194)

commit c830051e030c3b4f1beb1f9d29d837a3ac1c907c
Author: Dave Verwer <dave.verwer@gmail.com>
Date:   Tue Jan 3 20:59:22 2023 +0000

    Fix Jekyll warning in the “The Future of Foundation” blog post. (#191)

commit f7f0aa7fbdce4ccb17b1294678287ec98db13748
Author: swift Jenkins <swift_jenkins@apple.com>
Date:   Tue Jan 3 02:24:46 2023 -0800

    Add Nightly swift-DEVELOPMENT-SNAPSHOT-2023-01-02-a

commit 1ea7af9e2f15a8065244ea36103d0d312270e106
Author: Mishal Shah <shahmishal@users.noreply.github.com>
Date:   Mon Jan 2 13:41:24 2023 -0800

    [5.8] Add support for UBI 9 (#189)

commit d339234bf44c003cd10211a43fe9ea1b78442514
Author: Mishal Shah <shahmishal@users.noreply.github.com>
Date:   Mon Jan 2 12:20:28 2023 -0800

    Add UBI 9 support to main Development snapshots (#188)

commit 82a1a9729c0afa30e8ac8c28676a5f3d26b89243
Author: Mishal Shah <shahmishal@users.noreply.github.com>
Date:   Mon Jan 2 12:20:09 2023 -0800

    Drop CentOS 8 and Ubuntu 16.04 tables from download page. (#187)

    * Drop CentOS 8 and Ubuntu 16.04 tables from download page.

    * Update the CI page with platform info

commit 5322b6b4bf12eb165fd4448c745e3320296a25d2
Author: Mishal Shah <shahmishal@users.noreply.github.com>
Date:   Mon Jan 2 12:19:34 2023 -0800

    Add Swift 5.8 nightly snapshots and remove Swift 5.6 nightly snapshots (#186)

    * Add Swift 5.8 nightly snapshots and remove Swift 5.6 nightly snapshots

commit f0c840006c207cb724071954c67080304d782228
Author: swift Jenkins <swift_jenkins@apple.com>
Date:   Sat Dec 31 12:43:04 2022 -0800

    Add Nightly swift-5.8-DEVELOPMENT-SNAPSHOT-2022-12-29-a

commit c027e37cdf6e3bb1163c165a76bce6658c4a56de
Author: swift Jenkins <swift_jenkins@apple.com>
Date:   Fri Dec 30 20:48:20 2022 -0800

    Add Nightly swift-DEVELOPMENT-SNAPSHOT-2022-12-29-a

commit 1845b97087672acf57c91e5a9ff112083fa51446
Author: swift Jenkins <swift_jenkins@apple.com>
Date:   Thu Dec 22 10:22:58 2022 -0800

    Add Nightly swift-DEVELOPMENT-SNAPSHOT-2022-12-21-a

commit 7634ece082757ad0554e78a91a586dc93e2501bb
Author: swift Jenkins <swift_jenkins@apple.com>
Date:   Thu Dec 22 09:47:34 2022 -0800

    Add Windows swift-DEVELOPMENT-SNAPSHOT-2022-12-19-a

commit b8a39767b2c98d794d18f0985a98bb4d1772f33c
Author: swift Jenkins <swift_jenkins@apple.com>
Date:   Wed Dec 21 02:41:01 2022 -0800

    Add Nightly swift-5.8-DEVELOPMENT-SNAPSHOT-2022-12-20-a

commit 3d6cb4c622ddafbcc7eb19597239806e23c90109
Author: swift Jenkins <swift_jenkins@apple.com>
Date:   Tue Dec 20 23:18:57 2022 -0800

    Add Nightly swift-DEVELOPMENT-SNAPSHOT-2022-12-19-a

commit cfdb381e40f03f113a9f5bc914eddced70836701
Author: swift Jenkins <swift_jenkins@apple.com>
Date:   Tue Dec 20 09:54:05 2022 -0800

    Add Nightly swift-DEVELOPMENT-SNAPSHOT-2022-12-18-a

commit aa0a48fe099300c17619005f0d6e9515a90e10f0
Author: Ben Rimmington <me@benrimmington.com>
Date:   Mon Dec 19 20:09:30 2022 +0000

    Remove "(Unassigned, N/A)" from SE Dashboard bugs (#175)

    The `assignee` and `status` properties are always empty
    (after migrating from JIRA to GitHub Issues).

commit 96423091c5bd9210c22bc183b2a4bf118095d875
Author: swift Jenkins <swift_jenkins@apple.com>
Date:   Sun Dec 18 23:35:36 2022 -0800

    Add Nightly swift-DEVELOPMENT-SNAPSHOT-2022-12-17-a

commit 688f54418b390fd362aa34b8785e0720f6395db2
Author: swift Jenkins <swift_jenkins@apple.com>
Date:   Sun Dec 18 22:02:47 2022 -0800

    Add Nightly swift-DEVELOPMENT-SNAPSHOT-2022-12-16-a

commit b49ead92562c496f5d634db5caaf348ff7fc8476
Author: Mishal Shah <shahmishal@users.noreply.github.com>
Date:   Fri Dec 16 16:48:16 2022 -0800

    Add links to Swift 5.7.2 Docker images (#183)

commit c5109a0fb952479c4a3e86a4f4b752f2aa5863bd
Author: swift Jenkins <swift_jenkins@apple.com>
Date:   Fri Dec 16 11:05:51 2022 -0800

    Add Nightly swift-DEVELOPMENT-SNAPSHOT-2022-12-15-a

commit 002735eb7dda1653090585d020ffb97e3fff16c4
Author: Ole Begemann <ole@oleb.net>
Date:   Fri Dec 16 19:54:49 2022 +0100

    Add missing word in "Swift project in 2023" (#182)

commit 7a3a94ee8a78e8de4a05ca3b3c86a7a5d185f584
Author: swift Jenkins <swift_jenkins@apple.com>
Date:   Fri Dec 16 10:18:58 2022 -0800

    Add Windows swift-DEVELOPMENT-SNAPSHOT-2022-12-12-a

commit 53ed80d15d16fb6883d51dba619e7f4c7d7a3977
Author: swift Jenkins <swift_jenkins@apple.com>
Date:   Fri Dec 16 00:56:04 2022 -0800

    Add Nightly swift-DEVELOPMENT-SNAPSHOT-2022-12-14-a

commit 9886f7c80ee7e44952d2b2e5ccce0e354a6281cc
Author: Benjamin Barnard <44757473+barnard-b@users.noreply.github.com>
Date:   Thu Dec 15 02:26:19 2022 -0500

    Fix visibility of detail controls in Firefox. (#179)

    Resolves #178

commit 16844f0ccf0326c873d061c69fe7f9abe1fd2a48
Author: Mishal Shah <shahmishal@users.noreply.github.com>
Date:   Wed Dec 14 21:56:54 2022 -0800

    [Release] Swift 5.7.2 for Windows 10 (#181)

commit ca95469fb28460bc8ded387ace99efc49513bb7d
Author: swift Jenkins <swift_jenkins@apple.com>
Date:   Wed Dec 14 10:01:16 2022 -0800

    Add Nightly swift-DEVELOPMENT-SNAPSHOT-2022-12-13-a

commit bd8dbb15d4de23025378aab3caf9ab87b9cb5b3c
Author: Mishal Shah <shahmishal@users.noreply.github.com>
Date:   Wed Dec 14 08:49:46 2022 -0800

    [Release] Swift 5.7.2 on Download page (#180)

commit 3138a07192c37d9730e3cc219276881738f44b26
Author: swift Jenkins <swift_jenkins@apple.com>
Date:   Tue Dec 13 18:17:41 2022 -0800

    Add Nightly swift-DEVELOPMENT-SNAPSHOT-2022-12-12-a

commit 691faa5d1b7a7e407bc11c45205153e7570bc739
Author: swift Jenkins <swift_jenkins@apple.com>
Date:   Mon Dec 12 00:13:07 2022 -0800

    Add Nightly swift-DEVELOPMENT-SNAPSHOT-2022-12-10-a

commit ebf164cf231e948047ae17bcdac68bb3db8b3892
Author: swift Jenkins <swift_jenkins@apple.com>
Date:   Sun Dec 11 22:47:07 2022 -0800

    Add Nightly swift-DEVELOPMENT-SNAPSHOT-2022-12-09-a

commit 7379c25213d740c8b82752c97738a495ad05392d
Author: swift Jenkins <swift_jenkins@apple.com>
Date:   Fri Dec 9 12:31:45 2022 -0800

    Add Nightly swift-DEVELOPMENT-SNAPSHOT-2022-12-08-a

commit 11c1e285802b8b35c27a5868d4a42d2e5e0305d3
Author: Christopher Thielen <77445+cthielen@users.noreply.github.com>
Date:   Fri Dec 9 10:10:39 2022 -0800

    Add forum link to Foundation blog post (#177)

commit d2940ac068fcc21900e2fbda0fb4974df8ef31d0
Author: Christopher Thielen <77445+cthielen@users.noreply.github.com>
Date:   Fri Dec 9 08:18:35 2022 -0800

    Add blog post on Foundation announcement

commit c0039a2ae5412450ba8af647fab2cf521c80645d
Author: swift Jenkins <swift_jenkins@apple.com>
Date:   Fri Dec 9 00:47:46 2022 -0800

    Add Nightly swift-DEVELOPMENT-SNAPSHOT-2022-12-07-a

commit bed01f6d327dc129fffd71e03d5dc01157801bf8
Author: swift Jenkins <swift_jenkins@apple.com>
Date:   Tue Dec 6 01:03:35 2022 -0800

    Add Nightly swift-DEVELOPMENT-SNAPSHOT-2022-12-05-a

commit 003a27c99794bfe927c64205f6ca6ba91709a3cc
Author: swift Jenkins <swift_jenkins@apple.com>
Date:   Mon Dec 5 19:47:48 2022 -0800

    Add Nightly swift-DEVELOPMENT-SNAPSHOT-2022-12-04-a

commit 6d0fcb1800c3146fc9cdb50fb23445f3d6e79da9
Author: Konrad `ktoso` Malawski <ktoso@apple.com>
Date:   Tue Dec 6 03:14:49 2022 +0900

    +blog summer of code 2022 summary post (#171)

    * +blog summer of code 2022 summary post

    Hi everyone,
    we finalized all summer of code projects and would like to propose the following blog post to celebrate the successful year and their authors :-)

    I'll add a few more screenshots and details in a moment.

    * +blog add image for quick-navigation

    * also include mentor names

    * Formatting of author/mentor

    * Apply suggestions from code review

    Co-authored-by: Alexander Sandberg <hi@alexandersandberg.com>
    Co-authored-by: Ethan Kusters <ekusters@apple.com>

    * address feedback; profile links, rewordings, more clear about the
    writeups being by the authors

    * explain more explicitly that the following snippets are by authors

    * Copy edit pass

    * Update timestamp

    Co-authored-by: Alexander Sandberg <hi@alexandersandberg.com>
    Co-authored-by: Ethan Kusters <ekusters@apple.com>
    Co-authored-by: Christopher Thielen <77445+cthielen@users.noreply.github.com>

commit 8265987390f045854a0e36aeaf9ad98c80c1ed76
Author: swift Jenkins <swift_jenkins@apple.com>
Date:   Fri Dec 2 02:29:01 2022 -0800

    Add Nightly swift-DEVELOPMENT-SNAPSHOT-2022-12-01-a

commit df98ea799bcbac387b447a605845684a3e59365f
Author: Mishal Shah <shahmishal@users.noreply.github.com>
Date:   Thu Dec 1 14:12:43 2022 -0800

    Update the workgroups info in Community Structure area (#173)

commit 3386da6126acc97a3dedf7ef54c9de81e6169dd3
Author: swift Jenkins <swift_jenkins@apple.com>
Date:   Sat Nov 19 17:36:51 2022 -0800

    Add Nightly swift-DEVELOPMENT-SNAPSHOT-2022-11-19-a

commit f66519ff8b486e95602f73c666c14b0a2df811db
Author: Ted Kremenek <kremenek@apple.com>
Date:   Fri Nov 18 09:25:06 2022 -0800

    Add forum thread link

commit 58805b908ec408888ea753b555cf33611232ebb7
Author: Ted Kremenek <kremenek@apple.com>
Date:   Fri Nov 18 09:22:35 2022 -0800

    Adjust publication time

commit 2111fe0f63f1aace75f862e60b4d6e9b007b22df
Author: John McCall <rjmccall@gmail.com>
Date:   Fri Nov 18 09:17:34 2022 -0800

    Add a blog post talking about the development focus areas for the next year (#172)

    * Add a blog post talking about the development focus areas for the next year.
    * Add John to authors file.
    * Add Mishal Shah to core team list.

commit 0d45fdf8ace8338b8036bfb24437e2adfa90b713
Author: swift Jenkins <swift_jenkins@apple.com>
Date:   Tue Nov 15 14:18:07 2022 -0800

    Add Nightly swift-DEVELOPMENT-SNAPSHOT-2022-11-14-a

commit c0158314ab690142cde75d5bc25675dabab8c0c3
Author: swift Jenkins <swift_jenkins@apple.com>
Date:   Mon Nov 14 09:38:47 2022 -0800

    Add Nightly swift-DEVELOPMENT-SNAPSHOT-2022-11-12-a

commit 55f32cb5778ecb8a807cf07b61c1b2d6e72526ee
Author: swift Jenkins <swift_jenkins@apple.com>
Date:   Fri Nov 11 03:48:31 2022 -0800

    Add Nightly swift-DEVELOPMENT-SNAPSHOT-2022-11-11-a

commit 1bf94d9d37f3feefa91a1fd95be52087048f7804
Author: Mishal Shah <shahmishal@users.noreply.github.com>
Date:   Tue Nov 8 23:10:15 2022 -0800

    Move swift.svg from data.swift.org to swift.org for swift-evolution (#170)

commit 465aa546414addeb9b0205e9ed0997cf234c13c2
Author: swift Jenkins <swift_jenkins@apple.com>
Date:   Fri Nov 4 10:41:07 2022 -0700

    Add Nightly swift-DEVELOPMENT-SNAPSHOT-2022-11-03-a

commit 00a7784800e7af846c6f10a7b087c7838104f864
Author: Boris Bügling <bbuegling@apple.com>
Date:   Fri Nov 4 10:04:53 2022 -0700

    Add reference to plugin getting started guide (#169)

commit 0861ee681ba7062d05b016c884020e01c5739ec0
Author: swift Jenkins <swift_jenkins@apple.com>
Date:   Thu Nov 3 18:11:44 2022 -0700

    Add Nightly swift-DEVELOPMENT-SNAPSHOT-2022-11-02-a

commit 1f233988befb3c1e066fb6371dfe985d22ea25c0
Author: Mishal Shah <shahmishal@users.noreply.github.com>
Date:   Thu Nov 3 01:21:48 2022 -0700

    [Download] Add Swift 5.7.1 Docker images (#168)

commit 2dac3e2764a63fbb7b56d59dc7d18ce41d302667
Author: swift Jenkins <swift_jenkins@apple.com>
Date:   Thu Nov 3 00:49:53 2022 -0700

    Add Nightly swift-DEVELOPMENT-SNAPSHOT-2022-11-01-a

commit 192420d0e9660b5f856f76c0c7008bd00f2c6975
Author: Mishal Shah <shahmishal@users.noreply.github.com>
Date:   Wed Nov 2 04:36:42 2022 -0700

    [Download] Swift 5.7.1 Release (#167)

commit 5910327fecf011af89770b21aa46ce2bc2ee9835
Author: swift Jenkins <swift_jenkins@apple.com>
Date:   Tue Nov 1 03:45:54 2022 -0700

    Add Nightly swift-DEVELOPMENT-SNAPSHOT-2022-10-31-a
@dempseyatgithub dempseyatgithub deleted the upcoming-feature-flag-filter branch April 30, 2023 18:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Searching for "Feature Identifier" on swift.org/swift-evolution
5 participants