Monthly update #0403 • November 2023
Monthly update 403 • November 2023 • 2023-11-01 - 2023-11-30
Monthly update 403 • November 2023 • 2023-11-01 - 2023-11-30
The Secret, co-authored with Andrew Child, places Reacher on a 1992 task force hunting killers of scientists linked to a bioweapon project from the 1960s.
Swift 5.9 enhances debugging with an out-of-process crash handler that provides detailed backtraces, interactive inspection, and just-in-time debugging, improving on the limited crash messages of prior versions.
Monthly update 402 • October 2023 • 2023-10-01 - 2023-10-31
Swift.org now has a new top-level Packages page. This page helps users explore the Swift package ecosystem. It lists common categories such as server, networking, testing, and logging.
Swift’s design emphasises seamless interoperability with other languages, particularly C and C++, by embedding clang to avoid the performance and boilerplate costs of traditional C-based Foreign Function Interfaces (FFI) like libffi.
We've just released Vapor 4.84.2 which contains a fix for a security vulnerability in Vapor's error handling.
Monthly update 401 • September 2023 • 2023-09-01 - 2023-09-30
Swift 5.9 enhances debugging with three key improvements to the compiler and LLDB. The p
and po
commands now use the faster dwim-print
command, avoiding persistent result variables and enabling po
to print Swift objects from raw addresses.
Swift 5.9 introduces a powerful macro system for expressive libraries, parameter packs for flexible generic APIs, and ownership features like consume and noncopyable types to optimize low-level code performance.
Monthly update 400 • August 2023 • 2023-08-01 - 2023-08-31
The Swift Server Workgroup (SSWG) has released its 2023 annual update, reflecting on community progress and outlining priorities for the year.
Monthly update 399 • July 2023 • 2023-07-01 - 2023-07-31
Social media shapes how we connect, share ideas, and learn from each other. Yet, too often, these platforms feel like walled gardens, controlled by companies that put profit before people. I believe decentralised services, like email or websites, are the answer.
Apple announced Swift HTTP Types, a new open-source package providing shared, Swift-first currency types for HTTP operations, enhancing code sharing between clients and servers.
Monthly update 398 • June 2023 • 2023-06-01 - 2023-06-30
Creating 975 screenshots for the App Store is a daunting task if done manually. For my app, Quiet, I need screenshots for multiple devices and languages, and framing them nicely with labels adds even more work.
Apple released Swift OpenAPI Generator, a set of open-source libraries that automate HTTP communication for clients and servers using the OpenAPI specification.
This year, I watched four sessions totalling 1 hour and 15 minutes, and I’m excited to share a summary to save you the time. Here’s what’s new in Apple’s privacy landscape for 2023, built around their four core privacy pillars.
Over the years I became more convinced that onboarding flows were users are educated are not working. It is much better to educate people in context and when needed.
I loved how during the WWDC Keynote and The State of Union not once the term AI was used. AI is an hype word and could mean a lot of things. Love how Apple keeps saying “On Device Machine Learning”.
Monthly update 397 • May 2023 • 2023-05-01 - 2023-05-31
Swift 5.8 introduces a flexible mechanism to adopt upcoming features via the -enable-upcoming-feature compiler flag and the hasFeature() condition, allowing developers to incrementally prepare for Swift 6 while maintaining source compatibility.
The Vapor team is implementing Sendable annotations across its repositories, starting with a significant pull request, to enhance safety in Swift Concurrency, following a challenging but unsuccessful attempt to use actors for some internals.
Flutter, Google’s cross-platform framework, promises fast development for Android and iOS apps, but it comes with notable limitations.