The things I learn, even at my age, simply by reading documentation are WILD!
Today: #SQLite3
"In addition to reading and writing SQLite database files, the sqlite3 program will also read and write ZIP archives."
The things I learn, even at my age, simply by reading documentation are WILD!
Today: #SQLite3
"In addition to reading and writing SQLite database files, the sqlite3 program will also read and write ZIP archives."
Two obscure Swift changes I want to note:
ASCII String literals bridged to ObjC will produce a different type in the beta OSs. This generally has no impact (other than greatly improved performance), but code incorrectly treating `NSString *` as `char *` or `SEL` may need to change (e.g. %s format strings).
A message will be logged in any situation we're applying compatibility workarounds for this, and the workaround will be disabled if you use the latest SDK version.
This talk may be the highlight of this year's wwdc if you're interested in profiling and high performance code on apple platforms: https://developer.apple.com/videos/play/wwdc2025/308
It shows a new cpu profiler that collects *all* events, and gives exact traces, some hints about cpu counters too.
WWDC Session video for Track workouts with HealthKit on iOS and iPadOS is live! https://developer.apple.com/videos/play/wwdc2025/322