SwiftUI Previewでビューを作っている時、printデバッグがしにくくて困ったことはありませんか!?
これまでPreviewではprint()の中身が表示されなかったのですが、Xcode 14.3のリリースノートを眺めていたところ、これが改善されたようです!
Xcode 14.3 Release Notes | Apple Developer Documentation
print output now appears in the console for SwiftUI Previews by selecting “Preview” tab in the console. Currently output is limited to Swift’s print function. (96569171)
こんな感じで、コンソールに表示されます!便利ですね!
実行時と、プレビュー時での切り替えも実装されていて、めっちゃいい感じになっています!