Swift’s Magic Behind Custom Operators

One special capability of the Swift language is to add new operators.

Similar

Forging Swift MT Payment Messages for Fun

TLDR: With a bit of research and support we were able to demonstrate a proof of concept for introducing a fraudulent payment message to move £0.5M from one account to another, by manually forging a raw SWIFT MT103 message, and leveraging specific system t... (more…)

Read more »

Swift Soars Ever Higher

A year ago, to the day, I posted A Swift Takes Flight. In it, there was the announcement that Foundation was possible to build on Windows. This was a pretty large milestone in supporting Windows as a platform. Foundation is a complex codebase that has ... (more…)

Read more »

Swift Logging

Developed by the Swift on Server community, its benefit isn’t limited to use on the server. Indeed, any Swift code intended to be run from the command line would benefit from adopting SwiftLog. (more…)

Read more »