Technologies›Area 14
This area provides the base layer of every Apple app: the core value types, collections, strings, dates, files, URLs, and networking that higher-level frameworks build on, together with the language and system primitives beneath them. Its frameworks define how work executes concurrently through actors, async/await, queues, and atomics, and how programs interact with the operating system via low-level system calls, logging, compression, and inter-process communication. Together they establish the data model, execution model, and system-services foundation shared across all platforms.