FlareStart
HomeNewsHow ToSources
FlareStart

Where developers start their day. All the tech news & tutorials that matter, in one place.

Quick Links

  • Home
  • News
  • Tutorials
  • Sources
  • Privacy Policy

Connect

© 2026 FlareStart. All rights reserved.

Back to articles
swift 6, screencapturekit, and why my app worked in xcode but not as a .app
How-ToTools

swift 6, screencapturekit, and why my app worked in xcode but not as a .app

via Dev.toKimSejun3w ago

Swift 6, ScreenCaptureKit, and why my app worked in Xcode but not as a .app I created this post for the purposes of entering the Gemini Live Agent Challenge. I'm building VibeCat , a desktop AI companion that watches your screen and talks to you. The backend was done. Nine agents, WebSocket proxy, Gemini Live API integration — all working. Time to build the macOS client. Swift 6. SwiftUI. ScreenCaptureKit. How hard could it be? Three days. Three days of things silently not working, with zero error messages. the screen capture that captured nothing VibeCat needs to see your screen to be useful. The VisionAgent on the backend analyzes screenshots to detect errors, notice you're stuck, or see tests pass. So the client needs ScreenCaptureKit. The code itself is clean: @MainActor final class ScreenCaptureService { func captureAroundCursor () async -> CaptureResult { do { let image = try await performCapture ( fullWindow : false ) if ! ImageDiffer . hasSignificantChange ( from : lastImage ,

Continue reading on Dev.to

Opens in a new tab

Read Full Article
19 views

Related Articles

I Coded 3 Famous Trading Strategies in Pine Script and Backtested All of Them. None Passed.
How-To

I Coded 3 Famous Trading Strategies in Pine Script and Backtested All of Them. None Passed.

Medium Programming • 1d ago

Belkin’s battery-equipped Switch 2 case is more than 35 percent off right now
How-To

Belkin’s battery-equipped Switch 2 case is more than 35 percent off right now

The Verge • 1d ago

Why this Marshall is the first soundbar I've tested that truly challenges my Sonos Arc Ultra
How-To

Why this Marshall is the first soundbar I've tested that truly challenges my Sonos Arc Ultra

ZDNet • 1d ago

This App Makes Even the Sketchiest PDF or Word Doc Safe to Open
How-To

This App Makes Even the Sketchiest PDF or Word Doc Safe to Open

Wired • 1d ago

References: The Alias You Didn’t Know You Needed
How-To

References: The Alias You Didn’t Know You Needed

Medium Programming • 1d ago

Discover More Articles