Offline experience of apps
In a world where constant connectivity is not guaranteed, ensuring your app works offline is vital. Users expect apps to function smoothly, whether they are on a plane, in a remote area, or facing a weak signal.
In a world where constant connectivity is not guaranteed, ensuring your app works offline is vital. Users expect apps to function smoothly, whether they are on a plane, in a remote area, or facing a weak signal.
Swift 5.8 introduces features to prepare for Swift 6, including the hasFeature directive and conditional attributes for incremental adoption, alongside enhancements like concise magic file names and regex literals.
In February I wanted to release an update for Quiet. There is a big update to the iOS app. Quiet can hide apps according to the rules active in Quiet. For example if you block TikTok in Quiet, the TikTok app will disappear from your iOS device.
Cloud computing has swept the business world, with many companies rushing to migrate their operations to cloud-based solutions or building new projects entirely in the cloud.
Apple has released two new open-source Swift packages, swift-certificates and swift-asn1, to provide a faster, safer implementation of X.509 certificates for TLS security.
The Vapor team has launched a monthly blog series to share updates on their work, increase transparency, and outline future plans for the framework.
The Swift Programming Language book (TSPL) is now published using Swift-DocC starting with Swift 5.8, enabling content contributions under the Swift Documentation Workgroup’s guidance.
Tutorials interrupt users, don’t necessarily improve task performance, and are quickly forgotten. Contextual help signals can avoid these pitfalls but require unintrusive ways to activate.
The Vapor team has launched a new design for their blog, marking the initial step in updating all Vapor websites to reflect the framework’s maturity and provide a consistent, modern look.
Apple announced a new open-source Foundation project, rewritten in Swift to eliminate C code wrapping, improve performance, and simplify contributions.
The Swift Core Team has shared a roadmap for the next year, highlighting plans across workgroups, though these are not tied to specific releases and may evolve.
System fonts used on this website...
A good user experience for a permission request is important, because often permission request are the first thing the user sees.
Swift 5.7, officially released, brings significant updates including shorthand syntax for optional unwrapping and closures, enhanced generics with a rewritten type checker for better performance, and improved data race safety with new concurrency annotations.
The Swift Server Workgroup introduced SwiftNIO IMAP, a new open-source package for parsing and encoding IMAPv4 messages, offering type-safe Swift data structures, high performance, and integration with SwiftNIO.
The Swift Server Workgroup has relocated its open-source guides for Swift on Server development to the now open-source swift.org website.
Vapor is updating its supported Swift versions to a minimum of Swift 5.6 to align with Swift 6 and prepare for Vapor 5, focusing on back-deploying async/await to older OSes, ensuring safety in a concurrent environment, and adopting Sendable for compile-time data race checks.
The Documentation Workgroup has been formed to enhance the Swift documentation experience, focusing on guiding tools like Swift-DocC and defining contribution processes for documentation tooling.
When deploying Vapor apps in Docker, omitting libcurl4 and libxml2 can reduce the image size from 233 MB to 189 MB.
The Swift Extension for Visual Studio Code offers a cross-platform development environment for Swift on macOS, Linux, and Windows, addressing the lack of a first-class IDE outside Apple’s ecosystem.
Fluent drivers, such as FluentPostgreSQL, log generated SQL at the debug level by default, aligning with Swift Server Workgroup (SSWG) guidelines to keep logs non-intrusive.
Swift 5.6 and 5.7 bring major updates to the type system, concurrency, and ecosystem, with 5.6 laying the groundwork and 5.7 introducing features like shorthand optional unwrapping, regex literals, and enhanced generics with primary associated types and existential type improvements.
The Swift.org website is now open source, inviting community contributions to enhance its role as a central hub for all Swift users, supported by the new Swift Website Workgroup (SWWG) to guide its development.
We've just released Vapor 4.61.1 which contains a fix for a security vulnerability in Vapor's URLEncodedFormDecoder.
We've just released Vapor 4.60.3 which contains a fix for a security vulnerability in Vapor's FileMiddleware.