Richard B.
Richard B.
As the warnings are still present, I dig to determine where they are coming from: https://developer.apple.com/documentation/security/app_sandbox/discovering_and_diagnosing_app_sandbox_violations To get the detail error: ``` swiftgen: warning: Unable to determine the Universal Type...
Your two links to your blog posts are broken in "Code design and loose coupling" section of README.
When creating: ```swift let qos = MQTTQoS(rawValue: header.flags & 0x06)! ``` this force unwrap crashes if QoS on a publish message is 2, to fix this crash: ```diff public enum...
All is in title :-)