Dimas Ashidiqi's Blog

Concurrency
Create Sendable Type for non-Sendable Types in Swift Concurrency
Learn how to create Sendable types from non-Sendable types when adopting Swift 6 concurrency. Discover strategies using actors, wrappers with locks, and the @unchecked Sendable attribute with code examples.

AppKit
How to pass References from Swift to C Functions with Unmanaged Type
Discover how to pass references from Swift to C functions in your Swift app using Unmanaged type

Animation
A Practical Guide to CAShapeLayer
Get started with CAShapeLayer by creating an animated checkmark icon

AppKit
How to Setup Xcode Project Programmatically with AppKit
A step by step on how to set up an AppKit project programmatically in Xcode