Matt Patenaude

166 Followers
22 Following
77 Posts
I manage the Xcode Intelligence Experience team at Apple 👨🏻‍💻 Sometimes I post pretty photos, but mostly I retoot people who are cooler than me. (he/him)
Websitehttps://mattpatenaude.com
Photoshttps://mattpatenaude.photography

If you want to learn more about the new agentic coding features in Xcode 26.3, here’s a short tech talk by Apple:
https://developer.apple.com/videos/play/tech-talks/111428/

#iOSDev #SwiftUI

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
new Xcode onboarding just dropped
@manolo Looks to me like Ivory hasn’t yet rebuilt with the iOS 26 SDK! For compatibility, apps built against older SDKs get the old keyboard.
Xcode’s Intelligence Experience team, which had a hand in launching the coding assistant in Xcode 26 this year, is hiring! https://jobs.apple.com/en-us/details/200627393/xcode-intelligence-experience-engineer
Xcode Intelligence Experience Engineer - Jobs - Careers at Apple

Apply for a Xcode Intelligence Experience Engineer job at Apple. Read about the role and find out if it’s right for you.

@manolo I actually talked with someone about this yesterday! The example you showed is indeed a bug, but it broke as part of an overall change to improve the ergonomics of that shortcut—the goal is if Opt+Arrow and Arrow would do the same thing, then Opt+Arrow should skip to the *next* boundary. Your bug is exactly the behavior they were trying to *avoid* with the change! 😅 But software is fun.
@manolo I am on vacation and not thinking at all about work, but if you remind me about this post in two weeks I’ll make sure it goes to the right person. 😂✌️
@ana Also someone made an open source AIM server that works with the real client, should I host one yes or yes?
@ana I would read your Tumblr or LiveJournal.
Xcode's build system just went open source!
https://github.com/swiftlang/swift-build
GitHub - swiftlang/swift-build: A high-level build system based on llbuild, used by Xcode, Swift Playground, and the Swift Package Manager

A high-level build system based on llbuild, used by Xcode, Swift Playground, and the Swift Package Manager - swiftlang/swift-build

GitHub
Kicking off our #FOSDEM #Swift devroom, @paris has some exciting news. Apple is open sourcing the Xcode build system, with cross-platform support, as swift-build.