@calicoding

248 Followers
146 Following
2K Posts
iOS developer
LocationSan Francisco

This is pretty compelling! I’ve long thought that just generating source code is not using agents to the fullest. So it’s cool to see broader skills directly in #Xcode

https://developer.apple.com/videos/play/tech-talks/111428/

Meet agentic coding in Xcode - Tech Talks - Videos - Apple Developer

Discover how Xcode 26.3 seamlessly integrates coding agents like OpenAI Codex and Claude Agent to work together on complex, multi-step...

Apple Developer

A couple of interesting pitches to swift-async-algorithms for things that honestly should have been in the standard library years ago. Though I think for now, a package makes more sense.

Retry & Backoff

https://github.com/ph1ps/swift-async-algorithms/blob/retry/Evolution/NNNN-retry-backoff.md

Deadline

https://github.com/apple/swift-async-algorithms/blob/b4773447b5f1e35101be61f08ac6e89fc85703c3/Evolution/NNNN-deadline.md

swift-async-algorithms/Evolution/NNNN-retry-backoff.md at retry · ph1ps/swift-async-algorithms

Async Algorithms for Swift. Contribute to ph1ps/swift-async-algorithms development by creating an account on GitHub.

GitHub

RE: https://mastodon.social/@sdw/115974928989626806

Maybe there’s hope for things to improve

We’re pleased to announce that the Torment Nexus is NP-complete

I could suspend disbelief to the point of agreeing that yeah, ok, maybe Tim Cook needed to be at the inauguration.

But at the Melania documentary VIP screening while groups of government thugs roam the country, executing people? Yeah no, he’s just part of the gang now.

Tim Cook, Andy Jassy, and AMD CEO Lisa Su are at the White House for a VIP screening of the Melania doc.

The Verge

The audacity to ship this in an SDK and make it publicly available. Sheesh. Major footgun.

In case you're wondering init(uniqueKeysWithValues:) will trap on any duplicate keys.

Buildable folders in Xcode are such a game changer for medium sized teams. Most normal work (adding or removing source files) no longer requires modifying the project file. So you can use code ownership on the project file to avoid inadvertent changes. And I don’t have to switch to an alternative build system or something like XcodeGen.

Now if we could just get a modern file format that isn’t an OpenStep plist file