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.
68: Opaque Result Types https://spec.fm/podcasts/swift-unwrapped/222525
https://forums.swift.org/t/string-s-abi-and-utf-8/17676
Thanks to @Ilseman's tireless work, Swift 5's String will use UTF-8 as its native representation, with great performance improvements!
The stdlib binary is around 13% smaller with this change
https://twitter.com/Catfish_Man/status/1059993229771235329
Not sure if anyone is able to process tech stuff right now, but here鈥檚 the results of my initial String bridging perf work
https://github.com/apple/swift/pull/20383 https://twitter.com/Catfish_Man/status/1059993229771235329/photo/1
229, 235 in review
233 accepted
Swift NIO has now Cocoapods support.
https://forums.swift.org/t/cant-experiment-swiftnio-in-playground/15020/9
https://cocoapods.org/pods/SwiftNIO
Vapor is splitting out two nice libraries out of their core.
https://forums.swift.org/t/niokit-codablekit/17706
NIOKit
This repo will contain useful conveniences for working with SwiftNIO. Some examples are things like mapping over a Future collection's items.
CodableKit
Vapor has accumulated a ton of useful code for working with Swift's Codable protocols. This includes things like Dummy decoders, basic CodingKey impls, and Encoder/Decoder conformance helpers.
https://twitter.com/johannesweiss/status/1060547908460863494
Plan for SwiftNIO 2 and Swift 5
https://forums.swift.org/t/plan-for-nio-2-and-swift-5/17791
馃殌
https://twitter.com/Ilseman/status/1060708476945555457
Sweet bridging improvements from @Catfish_Man for String.
Can add as funny thing. Relates to 0235 https://twitter.com/HarshilShah1910/status/1061528775337291776
Sent with GitHawk
Introducing SourceKit-LSP
Looks like the Chinese translation of the site is pretty much set. 馃帀
Big thanks to @wongzigii 馃檶
https://swiftweekly.github.io/cn/
readers can contribute here: https://github.com/SwiftWeekly/cn
Most helpful comment
Vapor is splitting out two nice libraries out of their core.
https://forums.swift.org/t/niokit-codablekit/17706
NIOKit
This repo will contain useful conveniences for working with SwiftNIO. Some examples are things like mapping over a Future collection's items.
CodableKit
Vapor has accumulated a ton of useful code for working with Swift's Codable protocols. This includes things like Dummy decoders, basic CodingKey impls, and Encoder/Decoder conformance helpers.