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.
Development
Upcoming changes to Vapor with Sendable
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.
Development
Why not Flutter?
Flutter, Google’s cross-platform framework, promises fast development for Android and iOS apps, but it comes with notable limitations.
Development
Penny Update
The Vapor team announced a new update for Penny, their Discord bot, enhancing it to post Swift Evolution proposal updates in the #swift-evolution channel, with an option for users to follow these updates on their own servers.
Development
PostgresNIO Security Vulnerability
We released PostgresNIO 1.14.2 last week, which contains a security fix for a vulnerability in PostgresNIO's TLS support. This has been designated as CVE-2023-31136.
Development
Updating Vapor's Templates for Swift 5.8
The Vapor team has updated its project templates to support Swift 5.8, adopting a unified target with the @main syntax for application entry points, aligning with Swift’s modern features and enabling asynchronous setup functions.
Development
Do not Run Servers
I listen for a few years now to the podcast Under the Radar. It is about developing apps as an indie developer. Highly recommended to add to your podcast app if you have any interest in developing apps.
Development
Foundation Package Preview Now Available
The Swift Core Team is restructuring the Swift project by organising workgroups into steering groups and workgroups to enhance community contributions and focus.
Development
Foundation Package Preview Now Available
The preview of a new, unified Foundation package, written in Swift, is now available on GitHub, offering faster, safer, and more approachable implementations for types like AttributedString, JSONEncoder, and Calendar, with more to be added.
Development
Moving away from building Prettified JSON Viewers
System fonts used on this website...
Development
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.
Development
Swift 5.8 Released!
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.
Development
Getting an entitlement for Family Controls (Distribution)
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.
Development
Case against the cloud
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.
Development
Introducing Swift Certificates and Swift ASN.1
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.
Development
What We're Working On: March 2023
The Vapor team has launched a monthly blog series to share updates on their work, increase transparency, and outline future plans for the framework.
Development
The Swift Programming Language book now published with DocC
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.
Development
Onboarding Tutorials vs. Contextual Help
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.
Development
New Year, New Me
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.
Development
The Future of Foundation
Apple announced a new open-source Foundation project, rewritten in Swift to eliminate C code wrapping, improve performance, and simplify contributions.
Development
Swift project in 2023
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.
Development
System Fonts CSS
System fonts used on this website...
Development
Permission request guidelines
A good user experience for a permission request is important, because often permission request are the first thing the user sees.
Development
Swift 5.7 Released!
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.
Development
Announcing SwiftNIO IMAP
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.