This module continues building Bull’s Eye while introducing SwiftUI data concepts. You will add button actions, use state and bindings, work with strings and variables, and move game logic into a model. Read more ›
These past few months, we had many conversations on the future of software development - as did everyone in our industry. The topic is, of course, „Agentic Engineering“ (AE), the use of LLM-based agents to directly translate requirements into code for softwarte systems. We‘ve thought about both the general question and what this development means for us at Active Group, and how we will deal with the changing landscape around us. Read more ›
Build iOS apps in Docker — works wherever Docker runs. Extract the iOS SDK from Xcode.xip, cross-compile Flutter projects with SwiftPM and ld64.lld, and produce unsigned .ipa files ready for signin... Read more ›
Your AI coding tool is powerful, but make sure you use it right. Read more ›
Swift 6.4 is now available in beta form with Xcode 27. The Swift Evolution proposals are listed here. What’s new in Swift: Discover the latest language advancements, including updates for everyday ergonomics, improved concurrency, and safer high-performance code. Explore workflow and language interoperability improvements and updates in embedded Swift. Build real-time apps and services with […] Read more ›
For long-time readers of iOS Dev Weekly, Dave Verwer’s announcement in issue 751 that he would be handing over the reins of the newsletter while continuing his community work on Swift Package Index (SPI) now feels especially significant. The formal announcement that Swift Package Index has joined Apple was published three days ago, and it marks a major moment for the Swift ecosystem. Read more ›
The official home of the Python Programming Language Read more ›
Apple has released Xcode 26.6, adding support for a third coding assistant to the company’s integrated development environment software. Starting... Read more ›
Actually hitting 120fps on a Photos app clone Read more ›
The software industry is still talking about AI mostly in terms of speed. Models and agents can now generate code The post appeared first on . Read more ›
The Swift Package Index is no longer independent as Apple has taken control, but it will remain an open source search engine for third-party code. Read more ›
KeyGhost turns Caps Lock into a launcher with a translucent keyboard cheatsheet. Hold the trigger, see your bound apps, press a letter to launch. Read more ›
Wiz Research found a critical Amazon Q vulnerability that enabled code execution and cloud credential theft through malicious MCP configurations. Read more ›
SPI co-creator Dave Verwer joins Apple, says 'We will be moving away from that model completely' Read more ›
My infrastructure analyst agent was stuck in a loop I didn’t have a name for yet. It would write a SQL query with a hallucinated column name. The query would fail with a Postgres error. My error handler would fire back the real column list from pg_attribute. The agent would read it, acknowledge the correction in its reasoning trace, and then write the exact same wrong column name on the next attempt. Not a different wrong column. The same one. I started calling it the confabulation cascade. H... Read more ›
It’s common for even the best programmers to make simple mistakes. And sometimes a refactoring which seems safe can leave behind code which will never do what’s intended. Read more ›
The new native Apple Watch port runs real Codename One UI on watchOS through a dedicated Core Graphics backend inside a SwiftUI shell, while Wear OS rides the existing Android pipeline. The same code base, branched with CN.isWatch(), reaches both platforms, seamlessly! Read more ›
When news broke that SpaceX would acquire Cursor’s parent company, Anysphere, in a reported $60 billion all-stock deal, most of the discussion centered around AI. This was another milestone and enormous valuation, and signal that AI is still bringing enormous disruption. Those reactions aren’t wrong but they can overshadow the bigger story. The real significance […] Read more ›
At WWDC 2026 Apple introduced Xcode 27 which has with improvements including new APIs for integrating AI models, and extended agentic coding. Read more ›