What's New in Vapor 4 We've been working on the fourth major release of Vapor for almost a year now. The first alpha version was tagged last May, with the first beta following in October. During that time, the community has done amazing work helping to te... (more…)
Read more »
`Mockirinha` is a Swift library that provides utilities for mocking responses during URLSession requests. - digoreis/mockirinha... (more…)
Read more »
This maintains proposals for changes and user-visible enhancements to the Swift Programming Language. - swift-evolution/0393-parameter-packs.md at main · apple/swift-evolution... (more…)
Read more »
From the onset of implementing libnnc, it meant to be a common ground for higher-level language bindings beyond Python. The underlying architecture has been stable for a year or so, and I have been using it for some personal projects for a while. But the ... (more…)
Read more »
Extensions in Swift are great. We can extend structs, classes, enums, etc., whether we own the code or not, in almost any way we need. This enables us to do easier initializations, mapping, convenience functions, protocol implementation (one of my favorit... (more…)
Read more »