Oliver Drobnik
Systems Architect & Open-Source Maintainer | Author of SwiftMCP & DTCoreText
Verified Proof of Work Artifacts
2 items catalogedEach artifact below represents an authenticated research publication, production code repository, or technical architectural framework directly authored or co-created by Oliver Drobnik. Every entry undergoes editorial source verification.
DTCoreText: Open Source HTML and Rich Text Rendering Engine for Apple Platforms
A legendary open-source framework authored by Oliver Drobnik, providing high-performance parsing and rendering of HTML and rich text attributes into native iOS and macOS UI components, powering thousands of production applications.
CoreText parsing library; handles standard HTML tags and CSS styles while omitting complex JavaScript DOM manipulation.
SwiftMCP: Native Model Context Protocol Framework for Apple Platforms
Open-source implementation of the Model Context Protocol (MCP) in pure Swift, enabling macOS and iOS applications to securely host and connect tools to LLMs with strict memory-safety and sandboxing.
Platform-bound to Swift 6 and Darwin environments; streaming large payloads requires custom backpressure handlers.