-
At the moment objects coming in via the socket get decoded as `[String: Any]`, and to obtain a struct from a response one has to manually implement something along the lines of `init(dict: dataComingF…
-
The error content is as follows:
```
Building for debugging...
error: emit-module command failed with exit code 1 (use -v to see invocation)
D:\dev\windows-samples\.build\checkouts\swift-windowsfo…
-
**Describe the bug**
When making a type conform to the `Codable` protocol (and leveraging the compiler synthesised code gen), it brings with it a significant (and I guess unexpected, at least to me…
-
In some past SQLiteEncoder skips to update the column if the Codable's optional field is `nil`
Seems after https://github.com/stephencelis/SQLite.swift/issues/838 it starts to place `null` if the val…
-
### Feature proposal
* Firebase Component: Firestore
Currently Codable in Swift works for `setData(from: Codable)`, but there is no equivalent `updateData(from Codable)`.
This means that …
-
To learn how to write Swift Codable-decoders and use it for [swift-gir](https://git.janvhs/swift-gir)
-
As part of [Entity persistence](https://smartregister.atlassian.net/wiki/spaces/REV/pages/1491959809/Dynamic+Task+Generation+and+Entity+Persistence#Entity-Persistence) we need to test out Global task …
-
# Parsing Tricky JSON With Codable in Swift • Andy Ibanez
[https://www.andyibanez.com/posts/parsing-tricky-json-codable-swift/](https://www.andyibanez.com/posts/parsing-tricky-json-codable-swift/)
-
I recomend using Codable when dealing with network requests, and Alamofire actually has good support for it with `responseDecodable` instead of going through the keys one by one with SwiftyJson
-
### Description
I am currently writing a freestanding macro using version `600.0.1` which needs to read some information about its enclosing code. According to [this thread](https://forums.swift.or…