Tag: #swift
Writing on GPUs, LLMs, MLOps, Kubernetes — and mindset · 7 posts
Swift 6.3's Official Android SDK — What Shipped, and What Was Deliberately Left Out
Swift 6.3, released March 24, 2026, includes the first official release of the Swift SDK for Android. After ten years of community forks and unofficial toolchains, you can now produce Android binaries with a cross-compil
2026-07-16 · 12 min read #swift#android-swift#cross-platform#kotlin-multiplatform#swift-package-managerKotlin Swift Export Reaches Alpha — It Is Tearing Down the Objective-C Bridge, but Do Not Cross Yet
The biggest tax Kotlin Multiplatform has paid on iOS has been the Objective-C bridge. Kotlin code could not reach Swift without passing through an Objective-C header, and in that crossing, Int? got boxed into KotlinInt,
2026-07-16 · 17 min read #kotlin#kotlin-multiplatform#swift#ios#compilerISO 20022 and SWIFT — The Great Migration of Financial Messaging Standards
From telex to SWIFT MT to ISO 20022 MX — the history and structure of financial messaging. We cover the pacs/pain/camt message families, field mapping between MT103 and pacs.008, the CBPR+ migration, message transformati
2026-06-13 · 15 min read #iso20022#swift#payments#financial-messaging#xmlTrading Back Office and Settlement Systems — The Data Journey Across Front, Middle, and Back
Follow a single trade through its full data journey from order to execution, clearing, and settlement. We map FO/MO/BO systems, position and PnL management, confirmation and reconciliation, DVP settlement, Korean market
2026-06-13 · 17 min read #back-office#settlement#trading#capital-markets#reconciliationModern Swift & Apple Development 2026 Deep Dive - Swift 6 Strict Concurrency, SwiftData, Foundation Models, SwiftUI 5, Vapor, TCA
Swift in 2026 is no longer just an iOS language. Swift 6.1 ships strict concurrency on by default, with region-based isolation catching data races at compile time. SwiftData, introduced with iOS 17, has nearly displaced
2026-05-16 · 21 min read #swift#swift-6#swiftdata#foundation-models#swiftuiModern Swift 2026 — Swift 6.1 / SwiftUI 6 / SwiftData / Vapor 4 / Hummingbird 2 / swift-testing / Android Swift Deep Dive
Swift, born in 2014 as the successor to Objective-C, has reached its biggest inflection point. Swift 6.0 (September 2024) flipped strict concurrency on by default and started catching data races at compile time. Swift 6.
2026-05-16 · 31 min read #swift#swift-6#swiftui#swiftdata#vaporMobile Native Development Complete Guide 2025: Swift, Kotlin, SwiftUI vs Jetpack Compose
Everything about mobile native development! Swift 6 vs Kotlin 2.0, SwiftUI vs Jetpack Compose comparison, MVVM/Clean Architecture, async (Swift Concurrency vs Coroutines), DI, testing, performance, release process.
2026-04-15 · 15 min read #mobile#ios#android#swift#kotlin