Hacker News with Generative AI: Xcode

How to create a closed source Objective-C++ framework for Swift Package Manager (stytch.com)
The Swift Package Manager (SPM) is a simple dependency manager, and unlike its predecessors and alternatives like Cocapods, it’s integrated directly in Xcode. With it you can easily add dependencies to your app or own Swift Package.
Xcode now supports Processor Trace profiling on M4/A18 (apple.com)
Xcode constantly phones home (lapcatsoftware.com)
Building StopTheMadness Pro in Xcode is usually very fast, because my project doesn't use any Swift. It's a combination of Objective-C, which compiles much more quickly than Swift, and JavaScript, which doesn't need to be compiled. However, sometimes the builds were very slow for some strange reason.
Xcode Constantly Phones Home (lapcatsoftware.com)
Building StopTheMadness Pro in Xcode is usually very fast, because my project doesn't use any Swift. It's a combination of Objective-C, which compiles much more quickly than Swift, and JavaScript, which doesn't need to be compiled. However, sometimes the builds were very slow for some strange reason. Checking the Xcode build transcripts, I found that the delay was in the "Gather provisioning inputs" build phase.
Xcode Constantly Phones Home (lapcatsoftware.com)
Building StopTheMadness Pro in Xcode is usually very fast, because my project doesn't use any Swift. It's a combination of Objective-C, which compiles much more quickly than Swift, and JavaScript, which doesn't need to be compiled. However, sometimes the builds were very slow for some strange reason.
Using 2 Editors Because Xcode Is Dumb (christiantietze.de)
So I am working on auto-completion in NSTextView in a package called TextKitAutoCompletion.
OpenAI's ChatGPT for Mac Now Works with Xcode (macrumors.com)
The ChatGPT app for Mac is now able to integrate with coding apps like Xcode, VS Code, TextEdit, and Terminal, simplifying workflows where developers copy and paste their code from a coding app into ChatGPT.
Show HN: Free Xcode Extension for GitHub Copilot and Codeium (ycombinator.com)
Hey everyone! We just released CoderKit, a new FREE Xcode extension for GitHub Copilot and Codeium.
RocketSim enhances and records Xcode Simulators (rocketsim.app)
What's new in Xcode 16 [video] (apple.com)