Reading List

Swift 6.2: Subprocess from Michael Tsai RSS feed.

Swift 6.2: Subprocess

Holly Borla: Swift 6.2 introduces a new Subprocess package that offers a streamlined, concurrency‑friendly API for launching and managing external processes. SF-0007: The existing Foundation API for spawning a process, NSTask, originated in Objective-C. It was subsequently renamed to Process in Swift. As the language has continued to evolve, Process has not kept up. It […]