How Swift.org optimizes iOS performance
Showing 20 of 33 articles (Page 1 of 2)
The January 2026 Swift community digest opens with a guest contribution from Studioworks, sharing their success using Swift for web application development with Hummingbird and Elementary. The post also covers ...
The December 2025 Swift digest reflects on a landmark year for the open-source Swift project, highlighting milestones including the Swift 6.2 release with WebAssembly support and approachable concurrency, rapid...
This post details the significant improvements coming to Embedded Swift in the Swift 6.3 release, including new floating-point description APIs, the EmbeddedRestrictions diagnostic group, and the Swift MMIO 0.1...
Covers new features and improvements in Swift language that impact mobile and server development.
Apple open-sources Swift Profile Recorder, an in-process sampling profiler for Swift services that requires no special OS privileges or system dependencies. The tool has been used internally at Apple at scale f...
Announces new Swift language version with improvements relevant to mobile and server development.
Details a production migration to Swift demonstrating best practices for performance-critical services.
A recap of the Swift community's presence at FOSDEM 2025, featuring a main-track talk by Doug Gregor on incremental memory safety in Swift and Swift's first-ever dedicated DevRoom with 12 talks covering Linux, ...
Swift 6.1 is now available, bringing extended nonisolated support for types and extensions, improved task group type inference, and a new @implementation attribute for bridging Objective-C declarations. The rel...
Discusses advancements in Swift build systems that impact mobile app compilation and performance.
Introduces major Swift language version with improvements to concurrency and performance for mobile development.
Provides guidance on adopting Swift 6 features and best practices for mobile development.
Apple introduces a new open-source repository of Embedded Swift example projects targeting ARM and RISC-V microcontrollers, including STM32 boards, Raspberry Pi Pico, Nordic Semiconductor boards, and ESP32. The...
Discusses performance benchmarking methodologies and results for Swift language implementations.
Explores optimization techniques for iteration patterns in Swift, relevant to code performance.
Introduces improved backtrace functionality in Swift 5.9 for better debugging and crash analysis.
Details new debugging features and improvements in Swift 5.9 for mobile and desktop development.
Overview of Swift language improvements and features announced at WWDC22 that impact iOS app development practices.
Introduction to Swift's async/await algorithms and concurrency patterns for improving app responsiveness and performance.
Apple announces the open-source release of the Swift Distributed Actors library, a complete server-oriented cluster framework built on top of Swift's experimental distributed actor language feature and SwiftNIO...