To contribute to this issue, simply leave a comment here. Please also review our contributing guidelines.
The current draft for this issue in _drafts/. If you want to contribute directly, feel free to open a pull request.
Great article how _CaseIterable_ works internally in Swift.
https://swiftrocks.com/how-caseiterable-works-internally-in-swift.html
229 in review
Apple has doubled Swift usage in iOS 12 apps
https://blog.timac.org/2018/0924-state-of-swift-ios12/
The Mojave Core Foundation merge https://github.com/apple/swift-corelibs-foundation/pull/1708
230 awaiting review
Yep, now swift-nio is fully compatible with Android. This PR is a part of making Vapor/WebSocket compatible with Android, also you can check working fork here 😊
Next step will be swift-nio-ssl, and vapor related packages.
231 in review
Sent with GitHawk
https://agostini.tech/2018/09/23/building-the-enigma-machine-in-swift/ This can be ending of the newsletter. Really cool small project. :)
Interesting case in macOS development where Obj-C can save the day. https://forums.swift.org/t/anyobject-parameter-cannot-assign-to-immutable-expression/16642
I actually had similar case quite recently with AVFoundation https://forums.swift.org/t/using-methods-marked-unavailable-in-swift-4-2/14949
Swift and Objective-C overview by JetBrains https://www.jetbrains.com/research/devecosystem-2018/swift-objc/
https://twitter.com/AirspeedSwift/status/1047647729323655168
The ABI checker is now checking my ABI-breaking shenanigans, forcing me to confess them on my PRs…
https://github.com/apple/swift/pull/19686/files#diff-143519487d510f4001fa035ff3d84088
https://twitter.com/slava_pestov/status/1047721728074547200
Nice performance improvements here, especially since for now the optimization is only enabled for the stdlib itself: https://github.com/apple/swift/pull/19690
Closed by #415
Most helpful comment
https://github.com/apple/swift-nio/pull/609