WWDC 23 セッション「Meet SwiftData」メモ

セッションURL: https://developer.apple.com/videos/play/wwdc2023/10187/ (1) Using the model macro @Modelマクロ 1 2 3 4 5 6 7 8 9 10 11 12 13 import SwiftData @Model class Trip { var name: String var destination: String var endDate: Date var startDate: Date // relationshipを張