SKSayooj Krishnaninsayoojkrishnan.hashnode.dev·Mar 16 · 13 min readThe Swift Accessor Nobody Talks About: `_modify`A note on accuracy: _modify is an underscored, non-public Swift accessor with no official documentation. It has been part of Swift's internals for a long time, Ben Cohen pitched formalizing it back in00
SKSayooj Krishnaninsayoojkrishnan.hashnode.dev·Mar 15 · 10 min readA SwiftUI Surprise: Why Your View Reloads Even When Nothing ChangesSwift version used: Apple Swift 6.2.3 (swiftlang-6.2.3.3.21, clang-1700.6.3.2), Target: x86_64-apple-macosx26.0 iOS 26.2. The behavior described in this post was observed and verified on the Swift ver00