As with previous iOS versions, let's analyze the built-in apps of iOS 18 to answer a few questions:
📈 How many binaries are in iOS 18?
🛠 Which programming languages are used to develop these apps?
🧐 How many apps are written with Swift?
🤓 What is the percentage of apps using SwiftUI versus UIKit?
🔒 Is the Secure Enclave using Swift?
As with previous iOS versions, let's analyze the built-in apps of iOS 18 to answer a few questions:
📈 How many binaries are in iOS 18?
🛠 Which programming languages are used to develop these apps?
🧐 How many apps are written with Swift?
🤓 What is the percentage of apps using SwiftUI versus UIKit?
🔒 Is the Secure Enclave using Swift?
@timac How are you detecting Swift in the Secure Enclave binaries? Those are nowadays using Embedded Swift, and there might not be the traditional "obvious" signs of Swift in those Mach-O binaries.
@timac C++ being used more than SwiftUI seems wild but it totally makes sense for performance critical stuff.
@timac How are you detecting Swift in the Secure Enclave binaries? Those are nowadays using Embedded Swift, and there might not be the traditional "obvious" signs of Swift in those Mach-O binaries.