@jdhealy

32 Followers
77 Following
129 Posts

Formerly Zillow, Apple, Wayfair. Xcode Stuff. Was releasing Carthage for a while there.

Views expressed do not represent those of said (prior) employers.

Another on my list of small niceties in macOS 27 beta: we have decoupled Show Borders from Increase Contrast for apps using the new design. This is great for people who just want a little more edge definition on UI elements, but don't want to jump all the way to the weighty color changes of Increase Contrast.
Now streaming: My teammate Evan and I show you what’s new in Swift this year. #wwdc26 https://developer.apple.com/videos/play/wwdc2026/262
What’s new in Swift - WWDC26 - Videos - Apple Developer

Join us for an update on Swift. Discover the latest language advancements, including updates for everyday ergonomics, improved...

Apple Developer

Happy #WWDC26 to those who celebrate! Don't miss the What's new in Shortcuts session that covers our new automation types, additions to the Use Model action, and new Storage actions presented by @duraid 🥣

https://developer.apple.com/videos/play/wwdc2026/310

What’s new in Shortcuts - WWDC26 - Videos - Apple Developer

Explore techniques to build powerful shortcuts using your app's content. New automations unlock additional ways to integrate your app...

Apple Developer

We’re bringing Xogot, our styled version of Godot, to macOS.

Xogot for Mac brings a native Mac experience, Xcode-inspired project navigation, and easier deployment to Mac, iPhone, iPad, and the iOS Simulator without the usual friction.

The beta is open today:
https://blog.xogot.com/xogot-on-mac/

Xogot on Mac.

We are bringing Xogot, our styled version of Godot, to the Mac. The Xogot for Mac beta is open today. If you want to try it, join the beta on our Xogot for Mac sign up page and we’ll email you a download link. Xogot was born as a

Xogot Blog
Swift 6.3.2 is available! 🛠️ This maintenance release includes updates to Swift Package Manager and Swift Build, making it easier to load package resources on background threads. More here:
https://forums.swift.org/t/announcing-swift-6-3-2/86698
Announcing Swift 6.3.2

We are happy to announce the release of Swift 6.3.2. Install Swift Toolchain Install via Swiftly swiftly install 6.3.2 or swiftly install latest Download toolchain directly from Install Swift | Swift.org Docker images will be available on hub.docker.com/_/swift soon (PR#21458) Swift toolchain will be available on WinGet soon (PR#373862) Xcode 26.5 contains Swift 6.3.2 Release Notes Swift When using C++ interoperability on Linux, allow importing C++ libraries that use C++23 headers such a...

Swift Forums
I am seeing a bug involving keyboard shortcuts for menu items that have no modifier keys on macOS 26.5. I wrote it up at:
https://www.virtualsanity.com/202605/bug-involving-keyboard-shortcuts-for-menu-items-that-have-no-modifier-keys-on-macos-265/
Bug Involving Keyboard Shortcuts for Menu Items That Have No Modifier Keys on macOS 26.5

fastlane 2.333.1 is out!

- Fixes regression that caused app previews to run on deliver no matter what.

We were also approved on OpenCollective! As fastlane lost funding in 2021 we are now moving to community donations to help fund the maintainers!

https://opencollective.com/fastlane

fastlane - Open Collective

The easiest way to automate building and releasing your iOS and Android apps

Congratulations on TidBITS 36th year of continuous publication. Wow!

fastlane 2.33.0 is out!

- fixes for scan, match and more
- patches for vulnerabilities
- sirp fixes
- initial support for app preview videos

https://github.com/fastlane/fastlane/releases/tag/2.233.0

Release 2.233.0 Improvements · fastlane/fastlane

[scan] Fix default_os_version when xcodebuild sdkVersion differs from simctl sdkVersion (#29977) via Felix Lisczyk (@FelixLisczyk) [core] build: move to fastlane-sirp 1.1.0 (#29973) via Connor Tumb...

GitHub
Fun fact: the "EnablePasteboardPrivacyDeveloperPreview" defaults flag on macOS doesn't just enable confirmation for accessing the clipboard, it moves the responsibility for an app's main menu from the app's own process into a separate system process (TrustedUIService). This means that the contents of the menus have to be serialized to be sent over XPC to that system process, breaking things such as custom SF Symbols in menu icons. I guess that's part of why it's still just a developer preview.