Apple brings agentic coding to Xcode 26.3, allowing developers to use Anthropic's Claude Agent and OpenAI's Codex, and integrates support for MCP (Sarah Perez/TechCrunch)
https://techcrunch.com/2026/02/03/agentic-codi…
If you use Swift Macros in a library, use this script to remove 50 megs of junk that Xcode forces into your binaries:
https://github.com/migueldeicaza/GodotApplePlugins/blob/main/relink_without_swiftsyntax.sh
This has been a public …
I'm back using Xcode after almost a year away and I truly don't know how y'all are coping with the new file open/tab behaviour.
Maybe you get used to it eventually, but you really shouldn't have to. What a mess.
#swift
@… I'm struggling to figure out how to build and debug WebKit in Xcode when consulting https://webkit.org/debugging-webkit/
> You can set the build products locat…
Apple Friends, Xcode is bundling 48 megs worth of SwiftSyntax code into my iOS libraries and binaries because I defined some @… on my code.
The library does not reference or consume SwiftSyntax. In fact, a test with SwiftPM shows that it works correctly for a standalone executable, but for iOS it just gratuitously bundles it
It is rendering my Godot A…