Welcome to my WWDC26 repository! In this repository, I share the source codes and demo projects from my technical article series about WWDC26. Here, you can find practical examples of new Swift features, performance updates, and modern iOS development techniques.
The main goal of this project is to explore how new Apple technologies work in real production code, not just in theoretical slides.
Here is the index of all articles and projects, organized by technology categories:
| # | Article | Code | Topic |
|---|---|---|---|
| 1 | Swift 6.4 Just Eliminated a Hidden Performance Cost | Swift/BorrowMutate |
get/set vs borrow/mutate |
| 2 | A First Look at Ref and MutableRef in Swift 6.4 | β | Ref & MutableRef |
| 3 | WWDC26: Iterable β Solving the Sequence Problem | β | Iterable Protocol |
| 4 | WWDC26: Powerful New Addition to Swift Dictionaries β mapKeyedValues | β | mapKeyedValues from Dictionaries |
Made with π» and β by Okan Orkun.
If you find this repository helpful, please give it a Star βοΈ!