Enable SQL Query Logging
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.
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.
Fluent, a Swift ORM, lacks native support for adding database table indexes during creation or migration due to complexities across supported databases, but you can achieve this using SQLKit.
The Swift Server Workgroup (SSWG) welcomed Adam Fowler, Fabian Fett, and Patrick Freed as new members on September 3, 2021, replacing Johannes Weiss after his three-year tenure.
The Swift Async Algorithms package, introduces algorithms tailored for AsyncSequence in Swift 5.5, focusing on seamless async/await integration, time-based operations like debounce and throttle, and cross-platform, open-source development.
The Swift.org website is now an open-source project, welcoming community contributions to enhance its role as a hub for all Swift users, not just contributors.
Swift 5.6 introduces type system enhancements like type placeholders and explicit existential types with the any keyword, improves pointer interactions with temporary buffers and relaxed diagnostics, and refines concurrency safety by suppressing Sendable diagnostics by default.
Vapor, a popular Swift web framework, is planning its next major release, Vapor 5, which will fully embrace Swift Concurrency by eliminating EventLoopFutures and leveraging AsyncSequences, actors, and Sendable conformances for improved performance and safety.
Apple announced Swift Distributed Actors, a new open-source package for server-side Swift that provides a complete cluster library for the experimental distributed actor language feature, released early to gather community feedback.
Apple introduced Swift-DocC at WWDC21 as a new documentation compiler for Swift frameworks and packages, now released as open source with support for macOS and Linux.
Swift 5.5 is a major release introducing powerful concurrency features like async/await, structured concurrency, and Actors, alongside other enhancements.
Swift 5.5 introduces package collections to the Swift Package Manager, enabling curated lists of packages to simplify discovery and adoption for specific tasks.
Swift 5.4 introduces new language features like multiple variadic parameters, extended implicit member syntax, result builders, and support for overloading local functions and property wrappers for local variables.
Swift Collections is a new open-source package that adds advanced data structures like Deque, OrderedSet, and OrderedDictionary to extend the Swift Standard Library’s offerings beyond Array, Set, and Dictionary.
SwiftNIO SSH is a new open-source Swift package for the Swift Server ecosystem, providing a programmatic implementation of the SSHv2 protocol for building custom SSH clients and servers.
Swift Service Discovery is a new open-source package for the Swift Server ecosystem, providing a standard API for service discovery backends like DNS or key-value stores, without implementing the functionality itself.
Swift Algorithms is a new open-source package offering a suite of generic sequence and collection algorithms, such as chunking, combinations, permutations, and random sampling, designed to replace error-prone loops with clear, performant code.
Swift Atomics is a new open-source package enabling low-level atomic operations in Swift, allowing systems programmers to build concurrent data structures safely.
Swift System is a new open-source library for Apple platforms and Linux, providing idiomatic, type-safe interfaces to system calls and low-level types, replacing error-prone C interfaces like the open function.
The Swift project now offers downloadable toolchain images for Windows, enabling developers to build and run Swift code on this platform.
Swift 5.3 enhances developer productivity with language refinements, better diagnostics, faster code completion, and improved build times.
Swift Cluster Membership is a new open-source Swift package for server applications, providing reusable, runtime agnostic implementations of cluster membership protocols for distributed systems like databases and key-value stores.