A new release of the Swift toolkit for SQLite databases. New: #1570 by @groue: Support single-value encoding New: Added QueryInterfaceRequest.deleteAndFetchIds(_:) which returns the set of deleted ids. New: Added Set methods union, formUnion, intersection and formIntersection that accept a cursor. New: DatabaseUUIDEncodingStrategy is Sendable.