Skip to content
archive

swift-evolution-commits-2026-05-15

Swift · · 4 min read

Title: Commits · swiftlang/swift-evolution

URL Source: http://github.com/swiftlang/swift-evolution/commits/main

Markdown Content:

Commits · swiftlang/swift-evolution · GitHub

Skip to content

Navigation Menu

Toggle navigation

Sign in

Appearance settings

Platform

*   

AI CODE CREATION * GitHub Copilot Write better code with AI * GitHub Spark Build and deploy intelligent apps * GitHub Models Manage and compare prompts * MCP Registry New Integrate external tools

*   

DEVELOPER WORKFLOWS * Actions Automate any workflow * Codespaces Instant dev environments * Issues Plan and track work * Code Review Manage code changes

*   

APPLICATION SECURITY * GitHub Advanced Security Find and fix vulnerabilities * Code security Secure your code as you build * Secret protection Stop leaks before they start

*   

EXPLORE * Why GitHub * Documentation * Blog * Changelog * Marketplace

View all features

Solutions

*   

BY COMPANY SIZE * Enterprises * Small and medium teams * Startups * Nonprofits

*   

BY USE CASE * App Modernization * DevSecOps * DevOps * CI/CD * View all use cases

*   

BY INDUSTRY * Healthcare * Financial services * Manufacturing * Government * View all industries

View all solutions

Resources

*   

EXPLORE BY TOPIC * AI * Software Development * DevOps * Security * View all topics

*   

EXPLORE BY TYPE * Customer stories * Events & webinars * Ebooks & reports * Business insights * GitHub Skills

*   

SUPPORT & SERVICES * Documentation * Customer support * Community forum * Trust center * Partners

View all resources

Open Source

*   

COMMUNITY * GitHub Sponsors Fund open source developers

*   

PROGRAMS * Security Lab * Maintainer Community * Accelerator * GitHub Stars * Archive Program

*   

REPOSITORIES * Topics * Trending * Collections

Enterprise

*   

ENTERPRISE SOLUTIONS * Enterprise platform AI-powered developer platform

*   

AVAILABLE ADD-ONS * GitHub Advanced Security Enterprise-grade security features * Copilot for Business Enterprise-grade AI features * Premium Support Enterprise-grade 24/7 support

Search or jump to...

Search code, repositories, users, issues, pull requests...

Search

Clear

Search syntax tips

Provide feedback

We read every piece of feedback, and take your input very seriously.

  • [x] Include my email address so I can be contacted

Cancel Submit feedback

Saved searches

Use saved searches to filter your results more quickly

Name

Query

To see all available qualifiers, see our documentation.

Cancel Create saved search

Sign in

Sign up

Appearance settings

Resetting focus

You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert

{{ message }}

swiftlang/**swift-evolution**Public

Additional navigation options

Commits

Branch selector

main

User selector

All users

Datepicker

All time

Commit History

Commits on May 14, 2026

  • [Merge pull request](http://github.com/swiftlang/swift-evolution/commit/d1cee0a700c9949da09d9363350f2caf6932d6be "Merge pull request #3294 from DougGregor/se-0530-extra-space

SE-0530: remove extraneous space")#3294[from DougGregor/se-0530-extra-space](http://github.com/swiftlang/swift-evolution/commit/d1cee0a700c9949da09d9363350f2caf6932d6be "Merge pull request #3294 from DougGregor/se-0530-extra-space

SE-0530: remove extraneous space")

Show description for d1cee0a Image 1: DougGregorDougGregor authored May 14, 2026 d1cee0aCopy full SHA for d1cee0a More actions

  • SE-0530: remove extraneous space Image 2: DougGregorDougGregor committed May 14, 2026 c12f0d5Copy full SHA for c12f0d5 More actions

  • [Merge pull request](http://github.com/swiftlang/swift-evolution/commit/6fc7e28a9ace233778ef5cfce478fc64bc4a0605 "Merge pull request #3293 from DougGregor/accept-0530

Accept SE-0530")#3293[from DougGregor/accept-0530](http://github.com/swiftlang/swift-evolution/commit/6fc7e28a9ace233778ef5cfce478fc64bc4a0605 "Merge pull request #3293 from DougGregor/accept-0530

Accept SE-0530")

Show description for 6fc7e28 Image 3: DougGregorDougGregor authored May 14, 2026 6fc7e28Copy full SHA for 6fc7e28 More actions

Commits on May 12, 2026

  • Accept SE-0525 (#3291) Image 5: xwuxwu authored May 12, 2026 78ee3ebCopy full SHA for 78ee3eb More actions

  • [[SE-0525] remove default parameters from load and storeBytes (](http://github.com/swiftlang/swift-evolution/commit/f10e562a495e2c49018aaa5e1a05e7f6c822d850 "[SE-0525] remove default parameters from load and storeBytes (#3260)

  • [SE-0525] remove default parameters from load and storeBytes

  • Add an “alternatives considered” paragraph
  • [SE-0525] remove more mentions of a default value

  • [SE-0525] fix typos and inconsistencies

  • [SE-0525] fix more typos

  • [SE-0525] add missing “Implications on adoption” section

  • [SE-0525] harmonize doc-comments and declarations

  • [SE-0525] move constraints to function where clauses

  • [SE-0525] fix some more inconsistencies

  • [SE-0525] fix doc-comment formatting

  • grammar fix

  • [SE-0525] improve consistency of introductory sections

  • [SE-0525] fix references to another RawSpan property

  • [SE-0525] add omitted lifetime declarations

  • [SE-0525] use the usual words for comparative expressions

  • [SE-0525] fix a few more doc-comment issues

  • [SE-0525] remove “public”, as proposals propose public api

  • [SE-0525] grammar and consistency fixes

  • [SE-0525] more doc-comment improvements

  • [SE-0525] “unchecked conformance”, not “unsafe conformance”

  • [SE-0525] rename parameter to elementCount

The original label “elements” seems like it’s a container, rather than a count. elementCount is obviously a count of elements.

  • [SE-0525] Add note about availability of ByteOrder

  • [SE-0525] further fix argument label

It was bytes by mistake, but the fix disappeared the argument label when it should be the same as the parameter label.

  • [SE-0525] fix more punctuation.

  • [SE-0525] doc-comment improvements