Swift

13 articles about swift.

Managing Internal Swift Packages Across macOS Projects - Symlinks and Local Dependencies

·2 min read

When internal Swift packages are shared across several macOS projects, symlinking the packages into each project works better than versioned registries for

swiftmacospackagesspminternal-libraries

Building a macOS AI Agent with Accessibility APIs and ScreenCaptureKit

·2 min read

How we built a macOS AI agent using Accessibility APIs for UI control and ScreenCaptureKit for visual context - the technical stack behind a native desktop

macosaccessibility-apiscreencapturekitdesktop-agentswiftnative

Modular Architecture for Native macOS Apps: Frameworks, Actors, and File Provider

·7 min read

Building a native macOS app with file syncing and background services requires clean architecture from day one. Here's how to structure Swift frameworks, use actors for concurrency safety, and treat File Provider as a thin adapter.

macosswiftarchitecturemodularfile-providersyncopensource

The Most Important AI Coding Rule - Remove Verbosity and Blathering

·2 min read

When writing Swift and macOS code with AI, the 'remove verbosity and blathering' instruction does the most important work. Concise prompts produce better code.

ai-codingswiftmacospromptingdeveloper-toolsverbosity

SwiftUI on macOS 14+ Finally Works - NavigationSplitView and Beyond

·2 min read

macOS 14 is where SwiftUI clicked for desktop apps. NavigationSplitView works properly, performance is solid, and building native macOS apps with SwiftUI is

swiftuimacosnavigationswiftdesktop-app

Building a Desktop App 100% with Claude AI

·2 min read

What you learn the hard way building a native desktop email client entirely with Claude. Swift, Rust, and the real challenges no tutorial covers.

claudedesktop-appswiftrustai-codinglessons-learned

Codex vs Claude Code for macOS Desktop Development

·2 min read

Why Claude Code wins over OpenAI Codex for native macOS app development - from SwiftUI debugging to Xcode integration and local-first workflows.

codexclaude-codemacosswiftdesktop-development

Structuring a macOS Agent App with Modular Swift Frameworks

·2 min read

Split your Swift macOS agent into separate frameworks for UI, accessibility, networking, and models. AI agents can work on one framework without breaking

swiftmodularframeworkmacosarchitecture

Building Native macOS Apps with Claude Is a Different Beast Than Web Dev

·3 min read

Why Claude excels at web development but struggles with native macOS and Swift - smaller training data, AppKit quirks, and the importance of detailed

macosswiftclaudenative-developmentappkit

Native Swift Means Your AI Agent Launches Instantly

·2 min read

Electron apps take seconds to start. Native Swift apps launch in under a second. For an always-on agent activated by hotkey, that speed difference matters

swiftnativeperformancelaunch-speedelectron

Building a Production iOS App in 35 Hours with Claude Code

·3 min read

A real experience building a production-quality iOS app with Claude Code in 35 hours. The logic was easy - SwiftUI styling was the hardest part by far.

claude-codeiosswiftuiswiftapp-developmentproductionstyling

ScreenCaptureKit for macOS Screen Recording - Encoding Approaches and Lessons

·3 min read

Practical lessons from building with ScreenCaptureKit on macOS - encoding approaches, performance trade-offs, and what open source projects like Screenize

screencapturekitmacosscreen-recordingswiftencodingvideo

Why Native Swift Menu Bar Apps Are the Right UI for AI Agents

·3 min read

Nobody wants to switch to a separate window to talk to AI. A floating menu bar app with push-to-talk is the interaction model that actually works for

swiftmacosui-designmenu-bardesktop-agent

Browse by Topic

How did this page land for you?

React to reveal totals

Comments ()

Leave a comment to see what others are saying.

Public and anonymous. No signup.