HeeJun Gwon

HeeJun Gwon

Co-founder Byteflow

Forums

HeeJun Gwon•

5d ago

PylibKit: Python as a Swift SDK - CPython + curated wheels, wrapped in Swift async APIs

PylibKit lets iOS/macOS apps use Python libraries—including C-extension and Rust-backed wheels—without exposing Python to app code. Everything is bundled into a single Swift XCFramework. You call generated Swift services with async/await, receive Swift types, and never touch PythonObject. We handle CPython, pinned wheels, asyncio safety, threading, signing, and reproducible builds—so app teams can focus on features, not toolchains.