Looks like Xcode 26 beta 3 now has working .clear glassEffect and .containerRelative shape APIs. #xcode26 #ios26 #swiftui #iosdev
I pray that the new issue with my app will be resolved with each beta release of #iOS26 or #Xcode26 but it's still there. No clue why the main purpose of my app stops working in the new OS (what scares me the most is current App Store version on beta device doesn't work) and that the clock is ticking on figuring this out 😓 #devlife
Since WWDC25 I was able to build macOS apps with Xcode Cloud configured with Xcode 26 and macOS 26 and publish them to TestFlight Internal.
But not today: "This bundle is invalid. Apple is not currently accepting applications built with this version of Xcode."
Is that a glitch right now? Or was a glitch before that I was able to?
To my surprise as a tab hoarder, I'm really liking this no tabs by default #Xcode26 interface. The project navigator is my tabs UI now.
Does anyone know if #FoundationModels are unavailable in test targets?
Using NavigationStack with custom toolbar buttons? You might hit layout glitches.
In a details view with two buttons separated by ToolbarSpacer(.fixed), the buttons are misaligned to the left.
Worse: when navigating back to the root, even originally fine-aligned buttons break too.
Filed as: FB18375174
#SwiftUI #iOSDev #bugreport #Xcode26 #iOS26
Oh, #xcode26 beta 2 is available.I’ll give this one a try on an app to see what I might be in for in required changes. Hmmm, only a warning.
Stored property 'decodeType' of 'Sendable'-conforming generic struct 'Downloader' has non-sendable type 'T.Type'
Say what? #swiftlang
Xcode 26 Beta 2 Release Notes
https://developer.apple.com/documentation/xcode-release-notes/xcode-26-release-notes
Hmmm this is new: ("delete older xcode betas”)
#Xcode26
Coding for iOS betas? Reminder: <available(...)> only checks runtime availability.
To keep building in stable Xcode 16.x, you’ll need compile-time checks too.
Check for a framework in the new SDKs so older compilers skip it.
Repurpose this to code a generic modifier if you need reuse.
Illuminating read: @peterfriese's "Reverse-Engineering #Xcode's Coding Intelligence prompt: A look under the hood"
https://peterfriese.dev/blog/2025/reveng-xcode-coding-intelligence/
Illuminating read: @peterfriese.dev's "Reverse-Engineering #Xcode's Coding Intelligence prompt: A look under the hood"
peterfriese.dev/blog/2025/re...
#WWDC25 #Xcode26 #macOS26 #iOS26 #LLM
Reverse-Engineering Xcode’s Co...
Dopo una settimana di video, sessioni e (quasi) full immersion, #LiquidGlass ci ha dato l'impressione di essere già il futuro delle interfacce. #AppleIntelligence ha fatto un salto in avanti notevole e — forse — non è solo vaporware. Discutiamo anche dell’intervista del #WSJ a Federighi e Joswiak, che ha aggiunto qualche spunto interessante. #Xcode26 va in una bella direzione: l’integrazione con AI sembra finalmente utile. Buon ascolto!
Writing code with intelligence in #Xcode | Apple Developer
#WWDC25 #Xcode26 https://developer.apple.com/documentation/Xcode/writing-code-with-intelligence-in-xcode
It's absolutely crazy to me that @swiftlang Package Traits were proposed over a year ago and publicly released months ago and no version of Xcode has ever supported actually using them, and #Xcode26 is currently on track to also ship without support.
Curated list of post for #WWDC25 week from my blog.
How to create Liquid Glass Button in SwiftUI? - https://ashishkakkad.com/2025/06/how-to-create-liquid-glass-button-in-swiftui/
How to adopt Liquid Glass in UIButton in Swift? - https://ashishkakkad.com/2025/06/how-to-adopt-liquid-glass-in-uibutton-in-swift/
Which are the new frameworks in Xcode 26? - https://ashishkakkad.com/2025/06/which-are-the-new-frameworks-in-xcode-26/
How to create Liquid glass for custom view in Swift? - https://ashishkakkad.com/2025/06/how-to-create-liquid-glass-for-custom-view-in-swift/
I will keep posted, follow me for get more updates! Thank You.