Apple’s use of Swift in iOS 11.1 and macOS 10.13.1

A year ago I analyzed how many built-in apps in iOS 10.1 and macOS 10.12 were using Swift: Apple’s use of Swift in iOS 10.1 and macOS 10.12. Read more

Similar

Using Swift Combine with AWS Amplify

This article was written by Kyle Lee, Senior Developer Advocate, AWS Amplify While there may be a lot of great things that are included in the AWS Amplify 1.1 release for iOS, one of the most exciting is support for Combine. Combine is a first party react... (more…)

Read more »

Swift type checking is undecidable

More precisely, the introduction of SE-0142 and SE-0157 has made canonical type computation into an undecidable problem. I'll begin with the necessary background information before presenting my argument, and then outlining the next steps. Canonical type... (more…)

Read more »