diff --git a/README.md b/README.md
index c581d7b..b6eb4e2 100644
--- a/README.md
+++ b/README.md
@@ -3,9 +3,74 @@
Bietet einen einfachen und effektiven Weg, um Gewohnheiten zu verfolgen
und den Fortschritt zu messen.
-## Funktionen
+
+
+
+## Features
- Hinzufügen/Löschen/Bearbeiten von Gewohnheiten: Neue Gewohnheiten erstellen, bestehende bearbeiten oder entfernen
- Speicherung in MySQL-Datenbank: Alle Daten werden in einer MySQL-Datenbank gespeichert, um die Persistenz zu gewährleisten.
- Zählfunktion: Die App zählt die Gesamtzahl der erstellten Gewohnheiten und zeigt diese an
- Progressanzeige: Zeigt an, wie viele Gewohnheiten abgeschlossen wurden
-- Icon-Auswahl: Zu jeder Gewohnheit kann ein Icon ausgewählt werden
\ No newline at end of file
+- Icon-Auswahl: Zu jeder Gewohnheit kann ein Icon ausgewählt werden
+
+
+Drückt man auf Plus, öffnet sich ein Popup wo man einen Titel, Untertitel und ein Icon eingeben kann. Bei Titel und Untertitel ist die Eingabe erforderlich, bei Icon wird ein Herz als Defaultwert gesetzt
+
+
+
+
+
+Beim Drücken auf "select icon" öffnet sich eine Iconpage mit einer kleinen Auswahl an Icons.
+
+
+
+
+
+Die Liste an Gewohnheiten ist scrollbar, diese lassen sich als erledigt
+markieren und bleiben weiterhin sichtbar. Die Progressanzeige berechnet den
+Fortschirtt bzw. wie viele Gewohnheiten als erledigt markiert wurden. Außerdem
+wird die Gesamtanzahl an Gewohnheiten angezeigt
+
+
+
+
+
+Zum Löschen nach links, zum Bearbeiten nach rechts swipen
+
+
+
+
+
+## Plattformen
+Die App soll auf macOS uns IOS laufen, auf diesen Plattformen wurde sie auch getestet
+
+
+## Build- und Testanweisungen
+
+### Build
+* Macos
+```
+flutter build macos --no-tree-shake-icons
+```
+
+* IOS
+```
+flutter build ios --no-tree-shake-icons
+```
+
+### Run
+
+* Macos
+```
+flutter run -d macos
+```
+
+* IOS
+```
+flutter run -d
+```
+
+### Testen
+```
+flutter test
+```
diff --git a/addhabit_popup.png b/addhabit_popup.png
new file mode 100644
index 0000000..ec60ed1
Binary files /dev/null and b/addhabit_popup.png differ
diff --git a/build/ios/Debug-iphoneos/App.framework/App b/build/ios/Debug-iphoneos/App.framework/App
index 5bbc5c1..d509526 100755
Binary files a/build/ios/Debug-iphoneos/App.framework/App and b/build/ios/Debug-iphoneos/App.framework/App differ
diff --git a/build/ios/Debug-iphoneos/App.framework/_CodeSignature/CodeResources b/build/ios/Debug-iphoneos/App.framework/_CodeSignature/CodeResources
index 6476e15..f521fcc 100644
--- a/build/ios/Debug-iphoneos/App.framework/_CodeSignature/CodeResources
+++ b/build/ios/Debug-iphoneos/App.framework/_CodeSignature/CodeResources
@@ -42,7 +42,7 @@
flutter_assets/kernel_blob.bin
- 8pJHuFpZyjTGiMT9NoyZxnsTrvY=
+ 2S861NjVoBUyLZO/rAR+4BdQj3A=
flutter_assets/packages/cupertino_icons/assets/CupertinoIcons.ttf
@@ -119,7 +119,7 @@
hash2
- pldCF+PJDgMQ/TsPnlF1Gs7Fh0QDhziLdQ7461+7z+Y=
+ GQB/lHoxNUJcA5CBiQBdyBuX3jr7Tfbc7Ubr79pH6iM=
flutter_assets/packages/cupertino_icons/assets/CupertinoIcons.ttf
diff --git a/build/ios/Debug-iphoneos/App.framework/flutter_assets/kernel_blob.bin b/build/ios/Debug-iphoneos/App.framework/flutter_assets/kernel_blob.bin
index 7e58c67..d6f6e9a 100644
Binary files a/build/ios/Debug-iphoneos/App.framework/flutter_assets/kernel_blob.bin and b/build/ios/Debug-iphoneos/App.framework/flutter_assets/kernel_blob.bin differ
diff --git a/build/ios/Debug-iphoneos/Runner.app/Frameworks/App.framework/App b/build/ios/Debug-iphoneos/Runner.app/Frameworks/App.framework/App
index 5bbc5c1..d509526 100755
Binary files a/build/ios/Debug-iphoneos/Runner.app/Frameworks/App.framework/App and b/build/ios/Debug-iphoneos/Runner.app/Frameworks/App.framework/App differ
diff --git a/build/ios/Debug-iphoneos/Runner.app/Frameworks/App.framework/_CodeSignature/CodeResources b/build/ios/Debug-iphoneos/Runner.app/Frameworks/App.framework/_CodeSignature/CodeResources
index 6476e15..f521fcc 100644
--- a/build/ios/Debug-iphoneos/Runner.app/Frameworks/App.framework/_CodeSignature/CodeResources
+++ b/build/ios/Debug-iphoneos/Runner.app/Frameworks/App.framework/_CodeSignature/CodeResources
@@ -42,7 +42,7 @@
flutter_assets/kernel_blob.bin
- 8pJHuFpZyjTGiMT9NoyZxnsTrvY=
+ 2S861NjVoBUyLZO/rAR+4BdQj3A=
flutter_assets/packages/cupertino_icons/assets/CupertinoIcons.ttf
@@ -119,7 +119,7 @@
hash2
- pldCF+PJDgMQ/TsPnlF1Gs7Fh0QDhziLdQ7461+7z+Y=
+ GQB/lHoxNUJcA5CBiQBdyBuX3jr7Tfbc7Ubr79pH6iM=
flutter_assets/packages/cupertino_icons/assets/CupertinoIcons.ttf
diff --git a/build/ios/Debug-iphoneos/Runner.app/Frameworks/App.framework/flutter_assets/kernel_blob.bin b/build/ios/Debug-iphoneos/Runner.app/Frameworks/App.framework/flutter_assets/kernel_blob.bin
index 7e58c67..d6f6e9a 100644
Binary files a/build/ios/Debug-iphoneos/Runner.app/Frameworks/App.framework/flutter_assets/kernel_blob.bin and b/build/ios/Debug-iphoneos/Runner.app/Frameworks/App.framework/flutter_assets/kernel_blob.bin differ
diff --git a/build/ios/Debug-iphoneos/Runner.app/Frameworks/integration_test.framework/integration_test b/build/ios/Debug-iphoneos/Runner.app/Frameworks/integration_test.framework/integration_test
index 84ab4c8..c5b1047 100755
Binary files a/build/ios/Debug-iphoneos/Runner.app/Frameworks/integration_test.framework/integration_test and b/build/ios/Debug-iphoneos/Runner.app/Frameworks/integration_test.framework/integration_test differ
diff --git a/build/ios/Debug-iphoneos/Runner.app/Frameworks/path_provider_foundation.framework/path_provider_foundation b/build/ios/Debug-iphoneos/Runner.app/Frameworks/path_provider_foundation.framework/path_provider_foundation
index 9d9a356..b16cd8e 100755
Binary files a/build/ios/Debug-iphoneos/Runner.app/Frameworks/path_provider_foundation.framework/path_provider_foundation and b/build/ios/Debug-iphoneos/Runner.app/Frameworks/path_provider_foundation.framework/path_provider_foundation differ
diff --git a/build/ios/Debug-iphoneos/Runner.app/Frameworks/sqflite.framework/sqflite b/build/ios/Debug-iphoneos/Runner.app/Frameworks/sqflite.framework/sqflite
index 87145c2..e13fd7d 100755
Binary files a/build/ios/Debug-iphoneos/Runner.app/Frameworks/sqflite.framework/sqflite and b/build/ios/Debug-iphoneos/Runner.app/Frameworks/sqflite.framework/sqflite differ
diff --git a/build/ios/Debug-iphoneos/Runner.app/Runner b/build/ios/Debug-iphoneos/Runner.app/Runner
index 85317d4..66f5dc5 100755
Binary files a/build/ios/Debug-iphoneos/Runner.app/Runner and b/build/ios/Debug-iphoneos/Runner.app/Runner differ
diff --git a/build/ios/Debug-iphoneos/Runner.app/_CodeSignature/CodeResources b/build/ios/Debug-iphoneos/Runner.app/_CodeSignature/CodeResources
index 6fd70ff..a8b214e 100644
--- a/build/ios/Debug-iphoneos/Runner.app/_CodeSignature/CodeResources
+++ b/build/ios/Debug-iphoneos/Runner.app/_CodeSignature/CodeResources
@@ -46,7 +46,7 @@
Frameworks/App.framework/App
- 6WMEdKdfakVPiXvcmdvyfFNtCj8=
+ ykILQkW04qXT+xSfCdwyN8PL9dc=
Frameworks/App.framework/Info.plist
@@ -54,7 +54,7 @@
Frameworks/App.framework/_CodeSignature/CodeResources
- dxpvnb4h8YzK1r9A0mN5pRqFmyc=
+ 7hVUutFslkMKfekSH6CDIU7Hj2c=
Frameworks/App.framework/flutter_assets/AssetManifest.bin
@@ -90,7 +90,7 @@
Frameworks/App.framework/flutter_assets/kernel_blob.bin
- 8pJHuFpZyjTGiMT9NoyZxnsTrvY=
+ 2S861NjVoBUyLZO/rAR+4BdQj3A=
Frameworks/App.framework/flutter_assets/packages/cupertino_icons/assets/CupertinoIcons.ttf
@@ -202,7 +202,7 @@
Frameworks/integration_test.framework/integration_test
- E21dZq96mnideeprsb1XVMhP4pI=
+ qDsEYzU9pyn3YGbGn6uu/OdxNEc=
Frameworks/path_provider_foundation.framework/Info.plist
@@ -214,7 +214,7 @@
Frameworks/path_provider_foundation.framework/path_provider_foundation
- dcJ2EHLnpPi2WYSVnxW+P4RfWJo=
+ TSpOpn/14LG1SrT9PcSAblNK1Bs=
Frameworks/path_provider_foundation.framework/path_provider_foundation_privacy.bundle/Info.plist
@@ -234,7 +234,7 @@
Frameworks/sqflite.framework/sqflite
- 6OsGIom1fouC23IWC0DBQMavtW8=
+ nRkq6sH9PoFYmyYCT8Oup1E7zG0=
Frameworks/sqflite.framework/sqflite_darwin_privacy.bundle/Info.plist
@@ -333,7 +333,7 @@
hash2
- f0yOzt3M0bgy6VYN8Is3Rae9a2wESkppWWa/si+bH8A=
+ OAxPaQttSuhjik2KVa37Ute3S67xIH0AIrDEn9qepI8=
Frameworks/App.framework/Info.plist
@@ -347,7 +347,7 @@
hash2
- 0FTBTuDHNj/mBhjos1Eo7AFo00bvBUwmaNRlCWtNwOk=
+ YF/JmwmRZa9xKNanFx5tlSUVFBuDCz/KahKKJY7kAUE=
Frameworks/App.framework/flutter_assets/AssetManifest.bin
@@ -410,7 +410,7 @@
hash2
- pldCF+PJDgMQ/TsPnlF1Gs7Fh0QDhziLdQ7461+7z+Y=
+ GQB/lHoxNUJcA5CBiQBdyBuX3jr7Tfbc7Ubr79pH6iM=
Frameworks/App.framework/flutter_assets/packages/cupertino_icons/assets/CupertinoIcons.ttf
@@ -606,7 +606,7 @@
hash2
- Uls5wi6fIqyEP1RDmiGU+B7Hp+1Tpa3unaeOb29+jG0=
+ S+36xJErtMfgukWhFGRdVjK3cCIwEAUKvSsJqkUxfzM=
Frameworks/path_provider_foundation.framework/Info.plist
@@ -627,7 +627,7 @@
hash2
- sJiGirr+lcuzZP/NdGbk86U6eiME/pQYsEzI3m0XYNE=
+ LzOqSbwAgr+JGOX1C8vluWDT8Da9qPkDtiitcPDJ6Xw=
Frameworks/path_provider_foundation.framework/path_provider_foundation_privacy.bundle/Info.plist
@@ -662,7 +662,7 @@
hash2
- oFEcmqOkzLO3oxYOaxxjACzI4O2k63yVFvxg6+QQyF4=
+ XTg88i3lKqYcX7Llxaq6hjvFh4UEZYwwfTFBCmPtp+I=
Frameworks/sqflite.framework/sqflite_darwin_privacy.bundle/Info.plist
diff --git a/build/ios/Release-iphoneos/App.framework.dSYM/Contents/Resources/DWARF/App b/build/ios/Release-iphoneos/App.framework.dSYM/Contents/Resources/DWARF/App
index 2a06512..2ef2b32 100644
Binary files a/build/ios/Release-iphoneos/App.framework.dSYM/Contents/Resources/DWARF/App and b/build/ios/Release-iphoneos/App.framework.dSYM/Contents/Resources/DWARF/App differ
diff --git a/build/ios/Release-iphoneos/App.framework/App b/build/ios/Release-iphoneos/App.framework/App
index 64054e4..ffedbb7 100755
Binary files a/build/ios/Release-iphoneos/App.framework/App and b/build/ios/Release-iphoneos/App.framework/App differ
diff --git a/build/ios/Release-iphoneos/Runner.app/Frameworks/App.framework/App b/build/ios/Release-iphoneos/Runner.app/Frameworks/App.framework/App
index 64054e4..ffedbb7 100755
Binary files a/build/ios/Release-iphoneos/Runner.app/Frameworks/App.framework/App and b/build/ios/Release-iphoneos/Runner.app/Frameworks/App.framework/App differ
diff --git a/build/ios/Release-iphoneos/Runner.app/Frameworks/integration_test.framework/integration_test b/build/ios/Release-iphoneos/Runner.app/Frameworks/integration_test.framework/integration_test
index 94f0436..20d2527 100755
Binary files a/build/ios/Release-iphoneos/Runner.app/Frameworks/integration_test.framework/integration_test and b/build/ios/Release-iphoneos/Runner.app/Frameworks/integration_test.framework/integration_test differ
diff --git a/build/ios/Release-iphoneos/Runner.app/Frameworks/path_provider_foundation.framework/path_provider_foundation b/build/ios/Release-iphoneos/Runner.app/Frameworks/path_provider_foundation.framework/path_provider_foundation
index 7150bf4..6632f24 100755
Binary files a/build/ios/Release-iphoneos/Runner.app/Frameworks/path_provider_foundation.framework/path_provider_foundation and b/build/ios/Release-iphoneos/Runner.app/Frameworks/path_provider_foundation.framework/path_provider_foundation differ
diff --git a/build/ios/Release-iphoneos/Runner.app/Frameworks/sqflite.framework/sqflite b/build/ios/Release-iphoneos/Runner.app/Frameworks/sqflite.framework/sqflite
index 888f0fa..f3b85c2 100755
Binary files a/build/ios/Release-iphoneos/Runner.app/Frameworks/sqflite.framework/sqflite and b/build/ios/Release-iphoneos/Runner.app/Frameworks/sqflite.framework/sqflite differ
diff --git a/build/ios/Release-iphoneos/Runner.app/Runner b/build/ios/Release-iphoneos/Runner.app/Runner
index 63726e7..6a90a9a 100755
Binary files a/build/ios/Release-iphoneos/Runner.app/Runner and b/build/ios/Release-iphoneos/Runner.app/Runner differ
diff --git a/build/ios/Release-iphoneos/Runner.app/_CodeSignature/CodeResources b/build/ios/Release-iphoneos/Runner.app/_CodeSignature/CodeResources
index 712211f..ca491df 100644
--- a/build/ios/Release-iphoneos/Runner.app/_CodeSignature/CodeResources
+++ b/build/ios/Release-iphoneos/Runner.app/_CodeSignature/CodeResources
@@ -46,7 +46,7 @@
Frameworks/App.framework/App
- IlsQlbJEchNA0Ry0mtyz8CLMeLs=
+ TxE/DdhNnbJwX0IZESNHX/OKS/o=
Frameworks/App.framework/Info.plist
@@ -190,7 +190,7 @@
Frameworks/integration_test.framework/integration_test
- 4WGfz0YwCpzPYJyCH1WE+wajji8=
+ SsK+w2DhvVKJcSnqo7knFpuum14=
Frameworks/libswiftCore.dylib
@@ -258,7 +258,7 @@
Frameworks/path_provider_foundation.framework/path_provider_foundation
- /9x9DUun6OWInWkH2PBoAOPbrXk=
+ CHse5jxIgdvrzkHzqbL2BbmeXxg=
Frameworks/path_provider_foundation.framework/path_provider_foundation_privacy.bundle/Info.plist
@@ -278,7 +278,7 @@
Frameworks/sqflite.framework/sqflite
- 64wdLFh4MYvAhXjJcQmDlg+DM3Y=
+ EsriFTDyFnV7ODVT36s0JGDYJIM=
Frameworks/sqflite.framework/sqflite_darwin_privacy.bundle/Info.plist
@@ -377,7 +377,7 @@
hash2
- B+zDywiHJKHOdiHsgPRCCXj2K06W3KllWw9PidoIzKA=
+ +ul0s/zK/iaWSU2blCIRykLuGTfLRMBzKo2yFAe66go=
Frameworks/App.framework/Info.plist
@@ -629,7 +629,7 @@
hash2
- qVFgBH87tMZmn7WyNyVqOfTlLjaUIrlmKl4GuqxTJUE=
+ ZJ8vPwX7lKdFTEQ4wqVgl7ySKoxH8wnfuxBDlv46om8=
Frameworks/libswiftCore.dylib
@@ -748,7 +748,7 @@
hash2
- 2SJIiUYNa02eHIjzCfuJdsLVHLv60KlKuCdYRkUqWQw=
+ eLB3R9X4pGq1VkVSsimb+x6XoCPtcg8riViEeXeDuyU=
Frameworks/path_provider_foundation.framework/path_provider_foundation_privacy.bundle/Info.plist
@@ -783,7 +783,7 @@
hash2
- Uh4hddYppagLM1F1mfwMTk/JsAKkoTHwe59f2BeJXX0=
+ gqCN21dDcDY4ePA5KCK/szqT0/kqTYFOV34LKccrkPQ=
Frameworks/sqflite.framework/sqflite_darwin_privacy.bundle/Info.plist
diff --git a/build/ios/iphoneos/Runner.app/Frameworks/App.framework/App b/build/ios/iphoneos/Runner.app/Frameworks/App.framework/App
index 5bbc5c1..d509526 100755
Binary files a/build/ios/iphoneos/Runner.app/Frameworks/App.framework/App and b/build/ios/iphoneos/Runner.app/Frameworks/App.framework/App differ
diff --git a/build/ios/iphoneos/Runner.app/Frameworks/App.framework/_CodeSignature/CodeResources b/build/ios/iphoneos/Runner.app/Frameworks/App.framework/_CodeSignature/CodeResources
index 6476e15..f521fcc 100644
--- a/build/ios/iphoneos/Runner.app/Frameworks/App.framework/_CodeSignature/CodeResources
+++ b/build/ios/iphoneos/Runner.app/Frameworks/App.framework/_CodeSignature/CodeResources
@@ -42,7 +42,7 @@
flutter_assets/kernel_blob.bin
- 8pJHuFpZyjTGiMT9NoyZxnsTrvY=
+ 2S861NjVoBUyLZO/rAR+4BdQj3A=
flutter_assets/packages/cupertino_icons/assets/CupertinoIcons.ttf
@@ -119,7 +119,7 @@
hash2
- pldCF+PJDgMQ/TsPnlF1Gs7Fh0QDhziLdQ7461+7z+Y=
+ GQB/lHoxNUJcA5CBiQBdyBuX3jr7Tfbc7Ubr79pH6iM=
flutter_assets/packages/cupertino_icons/assets/CupertinoIcons.ttf
diff --git a/build/ios/iphoneos/Runner.app/Frameworks/App.framework/flutter_assets/kernel_blob.bin b/build/ios/iphoneos/Runner.app/Frameworks/App.framework/flutter_assets/kernel_blob.bin
index 7e58c67..d6f6e9a 100644
Binary files a/build/ios/iphoneos/Runner.app/Frameworks/App.framework/flutter_assets/kernel_blob.bin and b/build/ios/iphoneos/Runner.app/Frameworks/App.framework/flutter_assets/kernel_blob.bin differ
diff --git a/build/ios/iphoneos/Runner.app/Frameworks/integration_test.framework/integration_test b/build/ios/iphoneos/Runner.app/Frameworks/integration_test.framework/integration_test
index 84ab4c8..c5b1047 100755
Binary files a/build/ios/iphoneos/Runner.app/Frameworks/integration_test.framework/integration_test and b/build/ios/iphoneos/Runner.app/Frameworks/integration_test.framework/integration_test differ
diff --git a/build/ios/iphoneos/Runner.app/Frameworks/path_provider_foundation.framework/path_provider_foundation b/build/ios/iphoneos/Runner.app/Frameworks/path_provider_foundation.framework/path_provider_foundation
index 9d9a356..b16cd8e 100755
Binary files a/build/ios/iphoneos/Runner.app/Frameworks/path_provider_foundation.framework/path_provider_foundation and b/build/ios/iphoneos/Runner.app/Frameworks/path_provider_foundation.framework/path_provider_foundation differ
diff --git a/build/ios/iphoneos/Runner.app/Frameworks/sqflite.framework/sqflite b/build/ios/iphoneos/Runner.app/Frameworks/sqflite.framework/sqflite
index 87145c2..e13fd7d 100755
Binary files a/build/ios/iphoneos/Runner.app/Frameworks/sqflite.framework/sqflite and b/build/ios/iphoneos/Runner.app/Frameworks/sqflite.framework/sqflite differ
diff --git a/build/ios/iphoneos/Runner.app/Runner b/build/ios/iphoneos/Runner.app/Runner
index 85317d4..66f5dc5 100755
Binary files a/build/ios/iphoneos/Runner.app/Runner and b/build/ios/iphoneos/Runner.app/Runner differ
diff --git a/build/ios/iphoneos/Runner.app/_CodeSignature/CodeResources b/build/ios/iphoneos/Runner.app/_CodeSignature/CodeResources
index 6fd70ff..a8b214e 100644
--- a/build/ios/iphoneos/Runner.app/_CodeSignature/CodeResources
+++ b/build/ios/iphoneos/Runner.app/_CodeSignature/CodeResources
@@ -46,7 +46,7 @@
Frameworks/App.framework/App
- 6WMEdKdfakVPiXvcmdvyfFNtCj8=
+ ykILQkW04qXT+xSfCdwyN8PL9dc=
Frameworks/App.framework/Info.plist
@@ -54,7 +54,7 @@
Frameworks/App.framework/_CodeSignature/CodeResources
- dxpvnb4h8YzK1r9A0mN5pRqFmyc=
+ 7hVUutFslkMKfekSH6CDIU7Hj2c=
Frameworks/App.framework/flutter_assets/AssetManifest.bin
@@ -90,7 +90,7 @@
Frameworks/App.framework/flutter_assets/kernel_blob.bin
- 8pJHuFpZyjTGiMT9NoyZxnsTrvY=
+ 2S861NjVoBUyLZO/rAR+4BdQj3A=
Frameworks/App.framework/flutter_assets/packages/cupertino_icons/assets/CupertinoIcons.ttf
@@ -202,7 +202,7 @@
Frameworks/integration_test.framework/integration_test
- E21dZq96mnideeprsb1XVMhP4pI=
+ qDsEYzU9pyn3YGbGn6uu/OdxNEc=
Frameworks/path_provider_foundation.framework/Info.plist
@@ -214,7 +214,7 @@
Frameworks/path_provider_foundation.framework/path_provider_foundation
- dcJ2EHLnpPi2WYSVnxW+P4RfWJo=
+ TSpOpn/14LG1SrT9PcSAblNK1Bs=
Frameworks/path_provider_foundation.framework/path_provider_foundation_privacy.bundle/Info.plist
@@ -234,7 +234,7 @@
Frameworks/sqflite.framework/sqflite
- 6OsGIom1fouC23IWC0DBQMavtW8=
+ nRkq6sH9PoFYmyYCT8Oup1E7zG0=
Frameworks/sqflite.framework/sqflite_darwin_privacy.bundle/Info.plist
@@ -333,7 +333,7 @@
hash2
- f0yOzt3M0bgy6VYN8Is3Rae9a2wESkppWWa/si+bH8A=
+ OAxPaQttSuhjik2KVa37Ute3S67xIH0AIrDEn9qepI8=
Frameworks/App.framework/Info.plist
@@ -347,7 +347,7 @@
hash2
- 0FTBTuDHNj/mBhjos1Eo7AFo00bvBUwmaNRlCWtNwOk=
+ YF/JmwmRZa9xKNanFx5tlSUVFBuDCz/KahKKJY7kAUE=
Frameworks/App.framework/flutter_assets/AssetManifest.bin
@@ -410,7 +410,7 @@
hash2
- pldCF+PJDgMQ/TsPnlF1Gs7Fh0QDhziLdQ7461+7z+Y=
+ GQB/lHoxNUJcA5CBiQBdyBuX3jr7Tfbc7Ubr79pH6iM=
Frameworks/App.framework/flutter_assets/packages/cupertino_icons/assets/CupertinoIcons.ttf
@@ -606,7 +606,7 @@
hash2
- Uls5wi6fIqyEP1RDmiGU+B7Hp+1Tpa3unaeOb29+jG0=
+ S+36xJErtMfgukWhFGRdVjK3cCIwEAUKvSsJqkUxfzM=
Frameworks/path_provider_foundation.framework/Info.plist
@@ -627,7 +627,7 @@
hash2
- sJiGirr+lcuzZP/NdGbk86U6eiME/pQYsEzI3m0XYNE=
+ LzOqSbwAgr+JGOX1C8vluWDT8Da9qPkDtiitcPDJ6Xw=
Frameworks/path_provider_foundation.framework/path_provider_foundation_privacy.bundle/Info.plist
@@ -662,7 +662,7 @@
hash2
- oFEcmqOkzLO3oxYOaxxjACzI4O2k63yVFvxg6+QQyF4=
+ XTg88i3lKqYcX7Llxaq6hjvFh4UEZYwwfTFBCmPtp+I=
Frameworks/sqflite.framework/sqflite_darwin_privacy.bundle/Info.plist
diff --git a/build/ios/pod_inputs.fingerprint b/build/ios/pod_inputs.fingerprint
new file mode 100644
index 0000000..300e5d6
--- /dev/null
+++ b/build/ios/pod_inputs.fingerprint
@@ -0,0 +1 @@
+{"files":{"/Users/yuliyarudenko/cpd/ios/Runner.xcodeproj/project.pbxproj":"098e43b7cffa35fccdaa20674a48ffd7","/Users/yuliyarudenko/cpd/ios/Podfile":"7f3dd28f8ac765a921da7dc56bc05fd2","/Users/yuliyarudenko/flutter/packages/flutter_tools/bin/podhelper.rb":"7a2030c7e7ce38379104ef51da2db685"}}
\ No newline at end of file
diff --git a/build/macos/Build/Intermediates.noindex/Runner.build/Debug/Flutter Assemble.build/OutputFileList-33CC111E2044C6BF0003C045-FlutterOutputs-6e70a7180f4a92e3873cece6343c50b5-resolved.xcfilelist b/build/macos/Build/Intermediates.noindex/Runner.build/Debug/Flutter Assemble.build/OutputFileList-33CC111E2044C6BF0003C045-FlutterOutputs-6e70a7180f4a92e3873cece6343c50b5-resolved.xcfilelist
index 970bc6d..9195ecc 100755
--- a/build/macos/Build/Intermediates.noindex/Runner.build/Debug/Flutter Assemble.build/OutputFileList-33CC111E2044C6BF0003C045-FlutterOutputs-6e70a7180f4a92e3873cece6343c50b5-resolved.xcfilelist
+++ b/build/macos/Build/Intermediates.noindex/Runner.build/Debug/Flutter Assemble.build/OutputFileList-33CC111E2044C6BF0003C045-FlutterOutputs-6e70a7180f4a92e3873cece6343c50b5-resolved.xcfilelist
@@ -1,13 +1,15 @@
-/Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/App.framework.dSYM/Contents/Resources/DWARF/App
-/Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/App.framework/Versions/A/App
-/Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/App.framework/Versions/A/Resources/Info.plist
-/Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/App.framework/Versions/A/Resources/flutter_assets/AssetManifest.bin
-/Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/App.framework/Versions/A/Resources/flutter_assets/AssetManifest.json
-/Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/App.framework/Versions/A/Resources/flutter_assets/FontManifest.json
-/Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/App.framework/Versions/A/Resources/flutter_assets/NOTICES.Z
-/Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/App.framework/Versions/A/Resources/flutter_assets/assets/appbar_background.png
-/Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/App.framework/Versions/A/Resources/flutter_assets/assets/logo.png
-/Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/App.framework/Versions/A/Resources/flutter_assets/fonts/MaterialIcons-Regular.otf
-/Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/App.framework/Versions/A/Resources/flutter_assets/packages/cupertino_icons/assets/CupertinoIcons.ttf
-/Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/App.framework/Versions/A/Resources/flutter_assets/shaders/ink_sparkle.frag
-/Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/FlutterMacOS.framework/Versions/A/FlutterMacOS
+/Users/yuliyarudenko/cpd/build/macos/Build/Products/Debug/App.framework/Versions/A/App
+/Users/yuliyarudenko/cpd/build/macos/Build/Products/Debug/App.framework/Versions/A/Resources/Info.plist
+/Users/yuliyarudenko/cpd/build/macos/Build/Products/Debug/App.framework/Versions/A/Resources/flutter_assets/AssetManifest.bin
+/Users/yuliyarudenko/cpd/build/macos/Build/Products/Debug/App.framework/Versions/A/Resources/flutter_assets/AssetManifest.json
+/Users/yuliyarudenko/cpd/build/macos/Build/Products/Debug/App.framework/Versions/A/Resources/flutter_assets/FontManifest.json
+/Users/yuliyarudenko/cpd/build/macos/Build/Products/Debug/App.framework/Versions/A/Resources/flutter_assets/NOTICES.Z
+/Users/yuliyarudenko/cpd/build/macos/Build/Products/Debug/App.framework/Versions/A/Resources/flutter_assets/assets/appbar_background.png
+/Users/yuliyarudenko/cpd/build/macos/Build/Products/Debug/App.framework/Versions/A/Resources/flutter_assets/assets/logo.png
+/Users/yuliyarudenko/cpd/build/macos/Build/Products/Debug/App.framework/Versions/A/Resources/flutter_assets/fonts/MaterialIcons-Regular.otf
+/Users/yuliyarudenko/cpd/build/macos/Build/Products/Debug/App.framework/Versions/A/Resources/flutter_assets/isolate_snapshot_data
+/Users/yuliyarudenko/cpd/build/macos/Build/Products/Debug/App.framework/Versions/A/Resources/flutter_assets/kernel_blob.bin
+/Users/yuliyarudenko/cpd/build/macos/Build/Products/Debug/App.framework/Versions/A/Resources/flutter_assets/packages/cupertino_icons/assets/CupertinoIcons.ttf
+/Users/yuliyarudenko/cpd/build/macos/Build/Products/Debug/App.framework/Versions/A/Resources/flutter_assets/shaders/ink_sparkle.frag
+/Users/yuliyarudenko/cpd/build/macos/Build/Products/Debug/App.framework/Versions/A/Resources/flutter_assets/vm_snapshot_data
+/Users/yuliyarudenko/cpd/build/macos/Build/Products/Debug/FlutterMacOS.framework/Versions/A/FlutterMacOS
diff --git a/build/macos/Build/Intermediates.noindex/Runner.build/Debug/Runner.build/Objects-normal/arm64/GeneratedPluginRegistrant.swiftdeps b/build/macos/Build/Intermediates.noindex/Runner.build/Debug/Runner.build/Objects-normal/arm64/GeneratedPluginRegistrant.swiftdeps
index ae2c893..507da92 100644
Binary files a/build/macos/Build/Intermediates.noindex/Runner.build/Debug/Runner.build/Objects-normal/arm64/GeneratedPluginRegistrant.swiftdeps and b/build/macos/Build/Intermediates.noindex/Runner.build/Debug/Runner.build/Objects-normal/arm64/GeneratedPluginRegistrant.swiftdeps differ
diff --git a/build/macos/Build/Intermediates.noindex/Runner.build/Debug/Runner.build/Objects-normal/arm64/GeneratedPluginRegistrant.swiftdeps~ b/build/macos/Build/Intermediates.noindex/Runner.build/Debug/Runner.build/Objects-normal/arm64/GeneratedPluginRegistrant.swiftdeps~
new file mode 100644
index 0000000..ebff568
Binary files /dev/null and b/build/macos/Build/Intermediates.noindex/Runner.build/Debug/Runner.build/Objects-normal/arm64/GeneratedPluginRegistrant.swiftdeps~ differ
diff --git a/build/macos/Build/Intermediates.noindex/Runner.build/Debug/Runner.build/Objects-normal/arm64/Runner-master.priors b/build/macos/Build/Intermediates.noindex/Runner.build/Debug/Runner.build/Objects-normal/arm64/Runner-master.priors
index c61a0af..711adef 100644
Binary files a/build/macos/Build/Intermediates.noindex/Runner.build/Debug/Runner.build/Objects-normal/arm64/Runner-master.priors and b/build/macos/Build/Intermediates.noindex/Runner.build/Debug/Runner.build/Objects-normal/arm64/Runner-master.priors differ
diff --git a/build/macos/Build/Intermediates.noindex/Runner.build/Debug/Runner.build/Objects-normal/arm64/cpd.swiftsourceinfo b/build/macos/Build/Intermediates.noindex/Runner.build/Debug/Runner.build/Objects-normal/arm64/cpd.swiftsourceinfo
index 616ba63..2dc7039 100644
Binary files a/build/macos/Build/Intermediates.noindex/Runner.build/Debug/Runner.build/Objects-normal/arm64/cpd.swiftsourceinfo and b/build/macos/Build/Intermediates.noindex/Runner.build/Debug/Runner.build/Objects-normal/arm64/cpd.swiftsourceinfo differ
diff --git a/build/macos/Build/Intermediates.noindex/Runner.build/Debug/Runner.build/SwiftStdLibToolInputDependencies.dep b/build/macos/Build/Intermediates.noindex/Runner.build/Debug/Runner.build/SwiftStdLibToolInputDependencies.dep
index c2938a2..ff411ab 100644
Binary files a/build/macos/Build/Intermediates.noindex/Runner.build/Debug/Runner.build/SwiftStdLibToolInputDependencies.dep and b/build/macos/Build/Intermediates.noindex/Runner.build/Debug/Runner.build/SwiftStdLibToolInputDependencies.dep differ
diff --git a/build/macos/Build/Intermediates.noindex/Runner.build/Release/Flutter Assemble.build/InputFileList-33CC111E2044C6BF0003C045-FlutterInputs-8e98ff16e5f292a9228a17bd62b339ba-resolved.xcfilelist b/build/macos/Build/Intermediates.noindex/Runner.build/Release/Flutter Assemble.build/InputFileList-33CC111E2044C6BF0003C045-FlutterInputs-8e98ff16e5f292a9228a17bd62b339ba-resolved.xcfilelist
index e69de29..8c5d696 100755
--- a/build/macos/Build/Intermediates.noindex/Runner.build/Release/Flutter Assemble.build/InputFileList-33CC111E2044C6BF0003C045-FlutterInputs-8e98ff16e5f292a9228a17bd62b339ba-resolved.xcfilelist
+++ b/build/macos/Build/Intermediates.noindex/Runner.build/Release/Flutter Assemble.build/InputFileList-33CC111E2044C6BF0003C045-FlutterInputs-8e98ff16e5f292a9228a17bd62b339ba-resolved.xcfilelist
@@ -0,0 +1,1262 @@
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/_fe_analyzer_shared-67.0.0/LICENSE
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/analyzer-6.4.1/LICENSE
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/archive-3.6.1/LICENSE
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/args-2.5.0/LICENSE
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/async-2.11.0/LICENSE
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/boolean_selector-2.1.1/LICENSE
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/build-2.4.1/LICENSE
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/build_config-1.1.1/LICENSE
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/build_daemon-4.0.1/LICENSE
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/build_resolvers-2.4.2/LICENSE
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/build_runner-2.4.9/LICENSE
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/build_runner_core-7.3.0/LICENSE
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/built_collection-5.1.1/LICENSE
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/built_value-8.9.2/LICENSE
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/characters-1.3.0/LICENSE
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/characters-1.3.0/lib/characters.dart
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/characters-1.3.0/lib/src/characters.dart
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/characters-1.3.0/lib/src/characters_impl.dart
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/characters-1.3.0/lib/src/extensions.dart
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/characters-1.3.0/lib/src/grapheme_clusters/breaks.dart
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/characters-1.3.0/lib/src/grapheme_clusters/constants.dart
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/characters-1.3.0/lib/src/grapheme_clusters/table.dart
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/checked_yaml-2.0.3/LICENSE
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/cli_util-0.4.1/LICENSE
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/clock-1.1.1/LICENSE
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/code_builder-4.10.0/LICENSE
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/collection-1.18.0/LICENSE
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/collection-1.18.0/lib/collection.dart
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/collection-1.18.0/lib/src/algorithms.dart
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/collection-1.18.0/lib/src/boollist.dart
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/collection-1.18.0/lib/src/canonicalized_map.dart
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/collection-1.18.0/lib/src/combined_wrappers/combined_iterable.dart
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/collection-1.18.0/lib/src/combined_wrappers/combined_iterator.dart
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/collection-1.18.0/lib/src/combined_wrappers/combined_list.dart
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/collection-1.18.0/lib/src/combined_wrappers/combined_map.dart
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/collection-1.18.0/lib/src/comparators.dart
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/collection-1.18.0/lib/src/empty_unmodifiable_set.dart
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/collection-1.18.0/lib/src/equality.dart
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/collection-1.18.0/lib/src/equality_map.dart
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/collection-1.18.0/lib/src/equality_set.dart
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/collection-1.18.0/lib/src/functions.dart
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/collection-1.18.0/lib/src/iterable_extensions.dart
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/collection-1.18.0/lib/src/iterable_zip.dart
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/collection-1.18.0/lib/src/list_extensions.dart
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/collection-1.18.0/lib/src/priority_queue.dart
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/collection-1.18.0/lib/src/queue_list.dart
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/collection-1.18.0/lib/src/union_set.dart
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/collection-1.18.0/lib/src/union_set_controller.dart
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/collection-1.18.0/lib/src/unmodifiable_wrappers.dart
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/collection-1.18.0/lib/src/utils.dart
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/collection-1.18.0/lib/src/wrappers.dart
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/convert-3.1.1/LICENSE
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/coverage-1.8.0/LICENSE
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/crypto-3.0.3/LICENSE
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/cupertino_icons-1.0.8/LICENSE
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/cupertino_icons-1.0.8/assets/CupertinoIcons.ttf
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/dart_style-2.3.6/LICENSE
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/fake_async-1.3.1/LICENSE
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/ffi-2.1.2/LICENSE
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/ffi-2.1.2/lib/ffi.dart
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/ffi-2.1.2/lib/src/allocation.dart
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/ffi-2.1.2/lib/src/arena.dart
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/ffi-2.1.2/lib/src/utf16.dart
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/ffi-2.1.2/lib/src/utf8.dart
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/file-7.0.0/LICENSE
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/fixnum-1.1.0/LICENSE
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/flutter_chart-0.1.6/LICENSE
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/flutter_launcher_icons-0.13.1/LICENSE
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/flutter_lints-4.0.0/LICENSE
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/frontend_server_client-3.2.0/LICENSE
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/glob-2.1.2/LICENSE
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/graphs-2.3.1/LICENSE
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/http_multi_server-3.2.1/LICENSE
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/http_parser-4.0.2/LICENSE
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/idb_shim-2.4.1+1/LICENSE
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/image-4.2.0/LICENSE
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/intl-0.19.0/LICENSE
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/io-1.0.4/LICENSE
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/js-0.6.7/LICENSE
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/json_annotation-4.9.0/LICENSE
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/leak_tracker-10.0.0/LICENSE
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/leak_tracker_flutter_testing-2.0.1/LICENSE
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/leak_tracker_testing-2.0.1/LICENSE
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/lints-4.0.0/LICENSE
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/logging-1.2.0/LICENSE
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/logging-1.2.0/lib/logging.dart
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/logging-1.2.0/lib/src/level.dart
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/logging-1.2.0/lib/src/log_record.dart
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/logging-1.2.0/lib/src/logger.dart
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/matcher-0.12.16+1/LICENSE
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/material_color_utilities-0.8.0/LICENSE
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/material_color_utilities-0.8.0/lib/blend/blend.dart
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/material_color_utilities-0.8.0/lib/contrast/contrast.dart
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/material_color_utilities-0.8.0/lib/dislike/dislike_analyzer.dart
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/material_color_utilities-0.8.0/lib/dynamiccolor/dynamic_color.dart
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/material_color_utilities-0.8.0/lib/dynamiccolor/material_dynamic_colors.dart
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/material_color_utilities-0.8.0/lib/dynamiccolor/src/contrast_curve.dart
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/material_color_utilities-0.8.0/lib/dynamiccolor/src/tone_delta_pair.dart
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/material_color_utilities-0.8.0/lib/hct/cam16.dart
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/material_color_utilities-0.8.0/lib/hct/hct.dart
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/material_color_utilities-0.8.0/lib/hct/src/hct_solver.dart
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/material_color_utilities-0.8.0/lib/hct/viewing_conditions.dart
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/material_color_utilities-0.8.0/lib/material_color_utilities.dart
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/material_color_utilities-0.8.0/lib/palettes/core_palette.dart
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/material_color_utilities-0.8.0/lib/palettes/tonal_palette.dart
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/material_color_utilities-0.8.0/lib/quantize/quantizer.dart
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/material_color_utilities-0.8.0/lib/quantize/quantizer_celebi.dart
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/material_color_utilities-0.8.0/lib/quantize/quantizer_map.dart
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/material_color_utilities-0.8.0/lib/quantize/quantizer_wsmeans.dart
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/material_color_utilities-0.8.0/lib/quantize/quantizer_wu.dart
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/material_color_utilities-0.8.0/lib/quantize/src/point_provider.dart
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/material_color_utilities-0.8.0/lib/quantize/src/point_provider_lab.dart
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/material_color_utilities-0.8.0/lib/scheme/dynamic_scheme.dart
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/material_color_utilities-0.8.0/lib/scheme/scheme.dart
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/material_color_utilities-0.8.0/lib/scheme/scheme_content.dart
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/material_color_utilities-0.8.0/lib/scheme/scheme_expressive.dart
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/material_color_utilities-0.8.0/lib/scheme/scheme_fidelity.dart
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/material_color_utilities-0.8.0/lib/scheme/scheme_monochrome.dart
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/material_color_utilities-0.8.0/lib/scheme/scheme_neutral.dart
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/material_color_utilities-0.8.0/lib/scheme/scheme_tonal_spot.dart
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/material_color_utilities-0.8.0/lib/scheme/scheme_vibrant.dart
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/material_color_utilities-0.8.0/lib/scheme/variant.dart
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/material_color_utilities-0.8.0/lib/score/score.dart
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/material_color_utilities-0.8.0/lib/temperature/temperature_cache.dart
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/material_color_utilities-0.8.0/lib/utils/color_utils.dart
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/material_color_utilities-0.8.0/lib/utils/math_utils.dart
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/material_color_utilities-0.8.0/lib/utils/string_utils.dart
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/meta-1.11.0/LICENSE
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/meta-1.11.0/lib/meta.dart
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/meta-1.11.0/lib/meta_meta.dart
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/mime-1.0.5/LICENSE
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/mockito-5.4.4/LICENSE
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/node_preamble-2.0.2/LICENSE
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/package_config-2.1.0/LICENSE
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/path-1.9.0/LICENSE
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/path-1.9.0/lib/path.dart
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/path-1.9.0/lib/src/characters.dart
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/path-1.9.0/lib/src/context.dart
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/path-1.9.0/lib/src/internal_style.dart
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/path-1.9.0/lib/src/parsed_path.dart
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/path-1.9.0/lib/src/path_exception.dart
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/path-1.9.0/lib/src/path_map.dart
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/path-1.9.0/lib/src/path_set.dart
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/path-1.9.0/lib/src/style.dart
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/path-1.9.0/lib/src/style/posix.dart
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/path-1.9.0/lib/src/style/url.dart
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/path-1.9.0/lib/src/style/windows.dart
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/path-1.9.0/lib/src/utils.dart
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/path_provider-2.1.3/LICENSE
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/path_provider_android-2.2.4/LICENSE
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/path_provider_android-2.2.4/lib/messages.g.dart
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/path_provider_android-2.2.4/lib/path_provider_android.dart
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/path_provider_foundation-2.4.0/LICENSE
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/path_provider_foundation-2.4.0/lib/messages.g.dart
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/path_provider_foundation-2.4.0/lib/path_provider_foundation.dart
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/path_provider_linux-2.2.1/LICENSE
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/path_provider_linux-2.2.1/lib/path_provider_linux.dart
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/path_provider_linux-2.2.1/lib/src/get_application_id.dart
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/path_provider_linux-2.2.1/lib/src/get_application_id_real.dart
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/path_provider_linux-2.2.1/lib/src/path_provider_linux.dart
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/path_provider_platform_interface-2.1.2/LICENSE
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/path_provider_platform_interface-2.1.2/lib/path_provider_platform_interface.dart
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/path_provider_platform_interface-2.1.2/lib/src/enums.dart
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/path_provider_platform_interface-2.1.2/lib/src/method_channel_path_provider.dart
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/path_provider_windows-2.2.1/LICENSE
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/path_provider_windows-2.2.1/lib/path_provider_windows.dart
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/path_provider_windows-2.2.1/lib/src/folders.dart
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/path_provider_windows-2.2.1/lib/src/path_provider_windows_real.dart
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/petitparser-6.0.2/LICENSE
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/platform-3.1.4/LICENSE
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/platform-3.1.4/lib/platform.dart
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/platform-3.1.4/lib/src/interface/local_platform.dart
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/platform-3.1.4/lib/src/interface/platform.dart
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/platform-3.1.4/lib/src/testing/fake_platform.dart
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/plugin_platform_interface-2.1.8/LICENSE
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/plugin_platform_interface-2.1.8/lib/plugin_platform_interface.dart
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/pool-1.5.1/LICENSE
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/process-5.0.2/LICENSE
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/pub_semver-2.1.4/LICENSE
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/pubspec_parse-1.3.0/LICENSE
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/sembast-3.7.1/LICENSE
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/shelf-1.4.1/LICENSE
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/shelf_packages_handler-3.0.2/LICENSE
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/shelf_static-1.1.2/LICENSE
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/shelf_web_socket-1.0.4/LICENSE
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/source_gen-1.5.0/LICENSE
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/source_map_stack_trace-2.1.1/LICENSE
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/source_maps-0.10.12/LICENSE
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/source_span-1.10.0/LICENSE
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/sqflite-2.3.3+1/LICENSE
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/sqflite-2.3.3+1/lib/sqflite.dart
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/sqflite-2.3.3+1/lib/sql.dart
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/sqflite-2.3.3+1/lib/sqlite_api.dart
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/sqflite-2.3.3+1/lib/src/compat.dart
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/sqflite-2.3.3+1/lib/src/constant.dart
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/sqflite-2.3.3+1/lib/src/dev_utils.dart
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/sqflite-2.3.3+1/lib/src/exception_impl.dart
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/sqflite-2.3.3+1/lib/src/factory_impl.dart
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/sqflite-2.3.3+1/lib/src/services_impl.dart
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/sqflite-2.3.3+1/lib/src/sqflite_android.dart
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/sqflite-2.3.3+1/lib/src/sqflite_impl.dart
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/sqflite-2.3.3+1/lib/src/sqflite_import.dart
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/sqflite-2.3.3+1/lib/src/sqflite_plugin.dart
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/sqflite-2.3.3+1/lib/src/sql_builder.dart
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/sqflite-2.3.3+1/lib/src/utils.dart
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/sqflite-2.3.3+1/lib/utils/utils.dart
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/sqflite_common-2.5.4/LICENSE
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/sqflite_common-2.5.4/lib/sqflite.dart
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/sqflite_common-2.5.4/lib/sqflite_logger.dart
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/sqflite_common-2.5.4/lib/sql.dart
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/sqflite_common-2.5.4/lib/sqlite_api.dart
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/sqflite_common-2.5.4/lib/src/arg_utils.dart
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/sqflite_common-2.5.4/lib/src/batch.dart
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/sqflite_common-2.5.4/lib/src/collection_utils.dart
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/sqflite_common-2.5.4/lib/src/compat.dart
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/sqflite_common-2.5.4/lib/src/constant.dart
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/sqflite_common-2.5.4/lib/src/cursor.dart
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/sqflite_common-2.5.4/lib/src/database.dart
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/sqflite_common-2.5.4/lib/src/database_file_system.dart
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/sqflite_common-2.5.4/lib/src/database_file_system_io.dart
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/sqflite_common-2.5.4/lib/src/database_mixin.dart
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/sqflite_common-2.5.4/lib/src/dev_utils.dart
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/sqflite_common-2.5.4/lib/src/env_utils.dart
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/sqflite_common-2.5.4/lib/src/exception.dart
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/sqflite_common-2.5.4/lib/src/factory.dart
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/sqflite_common-2.5.4/lib/src/factory_mixin.dart
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/sqflite_common-2.5.4/lib/src/logger/sqflite_logger.dart
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/sqflite_common-2.5.4/lib/src/mixin/constant.dart
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/sqflite_common-2.5.4/lib/src/mixin/factory.dart
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/sqflite_common-2.5.4/lib/src/mixin/import_mixin.dart
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/sqflite_common-2.5.4/lib/src/mixin/platform.dart
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/sqflite_common-2.5.4/lib/src/open_options.dart
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/sqflite_common-2.5.4/lib/src/path_utils.dart
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/sqflite_common-2.5.4/lib/src/platform/platform.dart
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/sqflite_common-2.5.4/lib/src/platform/platform_io.dart
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/sqflite_common-2.5.4/lib/src/sqflite_database_factory.dart
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/sqflite_common-2.5.4/lib/src/sqflite_debug.dart
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/sqflite_common-2.5.4/lib/src/sql_builder.dart
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/sqflite_common-2.5.4/lib/src/sql_command.dart
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/sqflite_common-2.5.4/lib/src/transaction.dart
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/sqflite_common-2.5.4/lib/src/utils.dart
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/sqflite_common-2.5.4/lib/src/value_utils.dart
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/sqflite_common-2.5.4/lib/utils/utils.dart
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/sqflite_common_ffi-2.3.3/LICENSE
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/sqflite_common_ffi-2.3.3/lib/sqflite_ffi.dart
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/sqflite_common_ffi-2.3.3/lib/src/constant.dart
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/sqflite_common_ffi-2.3.3/lib/src/database_factory_ffi.dart
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/sqflite_common_ffi-2.3.3/lib/src/database_factory_ffi_io.dart
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/sqflite_common_ffi-2.3.3/lib/src/database_tracker.dart
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/sqflite_common_ffi-2.3.3/lib/src/env_utils.dart
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/sqflite_common_ffi-2.3.3/lib/src/import.dart
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/sqflite_common_ffi-2.3.3/lib/src/isolate.dart
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/sqflite_common_ffi-2.3.3/lib/src/method_call.dart
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/sqflite_common_ffi-2.3.3/lib/src/mixin/handler_mixin.dart
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/sqflite_common_ffi-2.3.3/lib/src/sqflite_ffi.dart
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/sqflite_common_ffi-2.3.3/lib/src/sqflite_ffi_exception.dart
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/sqflite_common_ffi-2.3.3/lib/src/sqflite_ffi_handler.dart
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/sqflite_common_ffi-2.3.3/lib/src/sqflite_ffi_impl.dart
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/sqflite_common_ffi-2.3.3/lib/src/sqflite_ffi_impl_io.dart
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/sqflite_common_ffi-2.3.3/lib/src/sqflite_ffi_io.dart
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/sqflite_common_ffi-2.3.3/lib/src/sqflite_import.dart
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/sqflite_common_ffi-2.3.3/lib/src/windows/setup.dart
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/sqflite_common_ffi-2.3.3/lib/src/windows/setup_impl.dart
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/sqlite3-2.4.3/LICENSE
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/sqlite3-2.4.3/lib/common.dart
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/sqlite3-2.4.3/lib/open.dart
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/sqlite3-2.4.3/lib/sqlite3.dart
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/sqlite3-2.4.3/lib/src/constants.dart
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/sqlite3-2.4.3/lib/src/database.dart
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/sqlite3-2.4.3/lib/src/exception.dart
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/sqlite3-2.4.3/lib/src/ffi/api.dart
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/sqlite3-2.4.3/lib/src/ffi/bindings.dart
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/sqlite3-2.4.3/lib/src/ffi/implementation.dart
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/sqlite3-2.4.3/lib/src/ffi/load_library.dart
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/sqlite3-2.4.3/lib/src/ffi/memory.dart
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/sqlite3-2.4.3/lib/src/ffi/sqlite3.g.dart
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/sqlite3-2.4.3/lib/src/functions.dart
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/sqlite3-2.4.3/lib/src/implementation/bindings.dart
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/sqlite3-2.4.3/lib/src/implementation/database.dart
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/sqlite3-2.4.3/lib/src/implementation/exception.dart
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/sqlite3-2.4.3/lib/src/implementation/finalizer.dart
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/sqlite3-2.4.3/lib/src/implementation/sqlite3.dart
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/sqlite3-2.4.3/lib/src/implementation/statement.dart
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/sqlite3-2.4.3/lib/src/implementation/utils.dart
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/sqlite3-2.4.3/lib/src/result_set.dart
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/sqlite3-2.4.3/lib/src/sqlite3.dart
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/sqlite3-2.4.3/lib/src/statement.dart
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/sqlite3-2.4.3/lib/src/vfs.dart
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/stack_trace-1.11.1/LICENSE
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/stream_channel-2.1.2/LICENSE
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/stream_transform-2.1.0/LICENSE
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/string_scanner-1.2.0/LICENSE
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/sync_http-0.3.1/LICENSE
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/synchronized-3.1.0+1/LICENSE
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/synchronized-3.1.0+1/lib/src/basic_lock.dart
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/synchronized-3.1.0+1/lib/src/reentrant_lock.dart
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/synchronized-3.1.0+1/lib/src/utils.dart
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/synchronized-3.1.0+1/lib/synchronized.dart
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/term_glyph-1.2.1/LICENSE
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/test-1.24.9/LICENSE
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/test_api-0.6.1/LICENSE
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/test_core-0.5.9/LICENSE
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/timing-1.0.1/LICENSE
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/typed_data-1.3.2/LICENSE
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/vector_math-2.1.4/LICENSE
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/vector_math-2.1.4/lib/src/vector_math_64/aabb2.dart
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/vector_math-2.1.4/lib/src/vector_math_64/aabb3.dart
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/vector_math-2.1.4/lib/src/vector_math_64/colors.dart
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/vector_math-2.1.4/lib/src/vector_math_64/constants.dart
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/vector_math-2.1.4/lib/src/vector_math_64/error_helpers.dart
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/vector_math-2.1.4/lib/src/vector_math_64/frustum.dart
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/vector_math-2.1.4/lib/src/vector_math_64/intersection_result.dart
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/vector_math-2.1.4/lib/src/vector_math_64/matrix2.dart
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/vector_math-2.1.4/lib/src/vector_math_64/matrix3.dart
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/vector_math-2.1.4/lib/src/vector_math_64/matrix4.dart
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/vector_math-2.1.4/lib/src/vector_math_64/noise.dart
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/vector_math-2.1.4/lib/src/vector_math_64/obb3.dart
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/vector_math-2.1.4/lib/src/vector_math_64/opengl.dart
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/vector_math-2.1.4/lib/src/vector_math_64/plane.dart
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/vector_math-2.1.4/lib/src/vector_math_64/quad.dart
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/vector_math-2.1.4/lib/src/vector_math_64/quaternion.dart
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/vector_math-2.1.4/lib/src/vector_math_64/ray.dart
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/vector_math-2.1.4/lib/src/vector_math_64/sphere.dart
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/vector_math-2.1.4/lib/src/vector_math_64/triangle.dart
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/vector_math-2.1.4/lib/src/vector_math_64/utilities.dart
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/vector_math-2.1.4/lib/src/vector_math_64/vector.dart
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/vector_math-2.1.4/lib/src/vector_math_64/vector2.dart
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/vector_math-2.1.4/lib/src/vector_math_64/vector3.dart
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/vector_math-2.1.4/lib/src/vector_math_64/vector4.dart
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/vector_math-2.1.4/lib/vector_math_64.dart
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/vm_service-13.0.0/LICENSE
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/watcher-1.1.0/LICENSE
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/web-0.5.1/LICENSE
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/web_socket_channel-2.4.5/LICENSE
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/webdriver-3.0.3/LICENSE
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/webkit_inspection_protocol-1.2.1/LICENSE
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/win32-5.5.0/LICENSE
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/win32-5.5.0/lib/src/bstr.dart
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/win32-5.5.0/lib/src/callbacks.dart
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/win32-5.5.0/lib/src/com/iagileobject.dart
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/win32-5.5.0/lib/src/com/iapplicationactivationmanager.dart
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/win32-5.5.0/lib/src/com/iappxfactory.dart
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/win32-5.5.0/lib/src/com/iappxfile.dart
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/win32-5.5.0/lib/src/com/iappxfilesenumerator.dart
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/win32-5.5.0/lib/src/com/iappxmanifestapplication.dart
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/win32-5.5.0/lib/src/com/iappxmanifestapplicationsenumerator.dart
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/win32-5.5.0/lib/src/com/iappxmanifestospackagedependency.dart
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/win32-5.5.0/lib/src/com/iappxmanifestpackagedependenciesenumerator.dart
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/win32-5.5.0/lib/src/com/iappxmanifestpackagedependency.dart
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/win32-5.5.0/lib/src/com/iappxmanifestpackageid.dart
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/win32-5.5.0/lib/src/com/iappxmanifestproperties.dart
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/win32-5.5.0/lib/src/com/iappxmanifestreader.dart
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/win32-5.5.0/lib/src/com/iappxmanifestreader2.dart
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/win32-5.5.0/lib/src/com/iappxmanifestreader3.dart
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/win32-5.5.0/lib/src/com/iappxmanifestreader4.dart
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/win32-5.5.0/lib/src/com/iappxmanifestreader5.dart
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/win32-5.5.0/lib/src/com/iappxmanifestreader6.dart
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/win32-5.5.0/lib/src/com/iappxmanifestreader7.dart
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/win32-5.5.0/lib/src/com/iappxpackagereader.dart
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/win32-5.5.0/lib/src/com/iaudiocaptureclient.dart
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/win32-5.5.0/lib/src/com/iaudioclient.dart
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/win32-5.5.0/lib/src/com/iaudioclient2.dart
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/win32-5.5.0/lib/src/com/iaudioclient3.dart
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/win32-5.5.0/lib/src/com/iaudioclientduckingcontrol.dart
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/win32-5.5.0/lib/src/com/iaudioclock.dart
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/win32-5.5.0/lib/src/com/iaudioclock2.dart
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/win32-5.5.0/lib/src/com/iaudioclockadjustment.dart
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/win32-5.5.0/lib/src/com/iaudiorenderclient.dart
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/win32-5.5.0/lib/src/com/iaudiosessioncontrol.dart
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/win32-5.5.0/lib/src/com/iaudiosessionmanager.dart
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/win32-5.5.0/lib/src/com/iaudiostreamvolume.dart
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/win32-5.5.0/lib/src/com/ibindctx.dart
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/win32-5.5.0/lib/src/com/ichannelaudiovolume.dart
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/win32-5.5.0/lib/src/com/iclassfactory.dart
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/win32-5.5.0/lib/src/com/iconnectionpoint.dart
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/win32-5.5.0/lib/src/com/iconnectionpointcontainer.dart
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/win32-5.5.0/lib/src/com/idesktopwallpaper.dart
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/win32-5.5.0/lib/src/com/idispatch.dart
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/win32-5.5.0/lib/src/com/ienumidlist.dart
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/win32-5.5.0/lib/src/com/ienummoniker.dart
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/win32-5.5.0/lib/src/com/ienumnetworkconnections.dart
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/win32-5.5.0/lib/src/com/ienumnetworks.dart
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/win32-5.5.0/lib/src/com/ienumresources.dart
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/win32-5.5.0/lib/src/com/ienumspellingerror.dart
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/win32-5.5.0/lib/src/com/ienumstring.dart
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/win32-5.5.0/lib/src/com/ienumvariant.dart
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/win32-5.5.0/lib/src/com/ienumwbemclassobject.dart
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/win32-5.5.0/lib/src/com/ierrorinfo.dart
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/win32-5.5.0/lib/src/com/ifiledialog.dart
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/win32-5.5.0/lib/src/com/ifiledialog2.dart
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/win32-5.5.0/lib/src/com/ifiledialogcustomize.dart
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/win32-5.5.0/lib/src/com/ifileisinuse.dart
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/win32-5.5.0/lib/src/com/ifileopendialog.dart
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/win32-5.5.0/lib/src/com/ifilesavedialog.dart
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/win32-5.5.0/lib/src/com/iinitializewithwindow.dart
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/win32-5.5.0/lib/src/com/iinspectable.dart
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/win32-5.5.0/lib/src/com/iknownfolder.dart
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/win32-5.5.0/lib/src/com/iknownfoldermanager.dart
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/win32-5.5.0/lib/src/com/imetadataassemblyimport.dart
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/win32-5.5.0/lib/src/com/imetadatadispenser.dart
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/win32-5.5.0/lib/src/com/imetadatadispenserex.dart
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/win32-5.5.0/lib/src/com/imetadataimport.dart
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/win32-5.5.0/lib/src/com/imetadataimport2.dart
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/win32-5.5.0/lib/src/com/imetadatatables.dart
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/win32-5.5.0/lib/src/com/imetadatatables2.dart
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/win32-5.5.0/lib/src/com/immdevice.dart
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/win32-5.5.0/lib/src/com/immdevicecollection.dart
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/win32-5.5.0/lib/src/com/immdeviceenumerator.dart
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/win32-5.5.0/lib/src/com/immendpoint.dart
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/win32-5.5.0/lib/src/com/immnotificationclient.dart
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/win32-5.5.0/lib/src/com/imodalwindow.dart
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/win32-5.5.0/lib/src/com/imoniker.dart
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/win32-5.5.0/lib/src/com/inetwork.dart
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/win32-5.5.0/lib/src/com/inetworkconnection.dart
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/win32-5.5.0/lib/src/com/inetworklistmanager.dart
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/win32-5.5.0/lib/src/com/inetworklistmanagerevents.dart
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/win32-5.5.0/lib/src/com/ipersist.dart
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/win32-5.5.0/lib/src/com/ipersistfile.dart
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/win32-5.5.0/lib/src/com/ipersistmemory.dart
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/win32-5.5.0/lib/src/com/ipersiststream.dart
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/win32-5.5.0/lib/src/com/ipropertystore.dart
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/win32-5.5.0/lib/src/com/iprovideclassinfo.dart
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/win32-5.5.0/lib/src/com/irestrictederrorinfo.dart
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/win32-5.5.0/lib/src/com/irunningobjecttable.dart
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/win32-5.5.0/lib/src/com/isensor.dart
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/win32-5.5.0/lib/src/com/isensorcollection.dart
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/win32-5.5.0/lib/src/com/isensordatareport.dart
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/win32-5.5.0/lib/src/com/isensormanager.dart
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/win32-5.5.0/lib/src/com/isequentialstream.dart
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/win32-5.5.0/lib/src/com/ishellfolder.dart
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/win32-5.5.0/lib/src/com/ishellitem.dart
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/win32-5.5.0/lib/src/com/ishellitem2.dart
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/win32-5.5.0/lib/src/com/ishellitemarray.dart
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/win32-5.5.0/lib/src/com/ishellitemfilter.dart
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/win32-5.5.0/lib/src/com/ishellitemimagefactory.dart
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/win32-5.5.0/lib/src/com/ishellitemresources.dart
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/win32-5.5.0/lib/src/com/ishelllink.dart
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/win32-5.5.0/lib/src/com/ishelllinkdatalist.dart
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/win32-5.5.0/lib/src/com/ishelllinkdual.dart
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/win32-5.5.0/lib/src/com/ishellservice.dart
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/win32-5.5.0/lib/src/com/isimpleaudiovolume.dart
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/win32-5.5.0/lib/src/com/ispeechaudioformat.dart
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/win32-5.5.0/lib/src/com/ispeechbasestream.dart
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/win32-5.5.0/lib/src/com/ispeechobjecttoken.dart
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/win32-5.5.0/lib/src/com/ispeechobjecttokens.dart
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/win32-5.5.0/lib/src/com/ispeechvoice.dart
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/win32-5.5.0/lib/src/com/ispeechvoicestatus.dart
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/win32-5.5.0/lib/src/com/ispeechwaveformatex.dart
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/win32-5.5.0/lib/src/com/ispellchecker.dart
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/win32-5.5.0/lib/src/com/ispellchecker2.dart
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/win32-5.5.0/lib/src/com/ispellcheckerchangedeventhandler.dart
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/win32-5.5.0/lib/src/com/ispellcheckerfactory.dart
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/win32-5.5.0/lib/src/com/ispellingerror.dart
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/win32-5.5.0/lib/src/com/ispeventsource.dart
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/win32-5.5.0/lib/src/com/ispnotifysource.dart
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/win32-5.5.0/lib/src/com/ispvoice.dart
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/win32-5.5.0/lib/src/com/istream.dart
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/win32-5.5.0/lib/src/com/isupporterrorinfo.dart
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/win32-5.5.0/lib/src/com/itypeinfo.dart
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/win32-5.5.0/lib/src/com/iuiautomation.dart
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/win32-5.5.0/lib/src/com/iuiautomation2.dart
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/win32-5.5.0/lib/src/com/iuiautomation3.dart
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/win32-5.5.0/lib/src/com/iuiautomation4.dart
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/win32-5.5.0/lib/src/com/iuiautomation5.dart
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/win32-5.5.0/lib/src/com/iuiautomation6.dart
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/win32-5.5.0/lib/src/com/iuiautomationandcondition.dart
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/win32-5.5.0/lib/src/com/iuiautomationannotationpattern.dart
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/win32-5.5.0/lib/src/com/iuiautomationboolcondition.dart
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/win32-5.5.0/lib/src/com/iuiautomationcacherequest.dart
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/win32-5.5.0/lib/src/com/iuiautomationcondition.dart
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/win32-5.5.0/lib/src/com/iuiautomationcustomnavigationpattern.dart
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/win32-5.5.0/lib/src/com/iuiautomationdockpattern.dart
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/win32-5.5.0/lib/src/com/iuiautomationdragpattern.dart
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/win32-5.5.0/lib/src/com/iuiautomationdroptargetpattern.dart
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/win32-5.5.0/lib/src/com/iuiautomationelement.dart
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/win32-5.5.0/lib/src/com/iuiautomationelement2.dart
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/win32-5.5.0/lib/src/com/iuiautomationelement3.dart
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/win32-5.5.0/lib/src/com/iuiautomationelement4.dart
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/win32-5.5.0/lib/src/com/iuiautomationelement5.dart
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/win32-5.5.0/lib/src/com/iuiautomationelement6.dart
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/win32-5.5.0/lib/src/com/iuiautomationelement7.dart
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/win32-5.5.0/lib/src/com/iuiautomationelement8.dart
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/win32-5.5.0/lib/src/com/iuiautomationelement9.dart
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/win32-5.5.0/lib/src/com/iuiautomationelementarray.dart
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/win32-5.5.0/lib/src/com/iuiautomationexpandcollapsepattern.dart
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/win32-5.5.0/lib/src/com/iuiautomationgriditempattern.dart
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/win32-5.5.0/lib/src/com/iuiautomationgridpattern.dart
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/win32-5.5.0/lib/src/com/iuiautomationinvokepattern.dart
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/win32-5.5.0/lib/src/com/iuiautomationitemcontainerpattern.dart
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/win32-5.5.0/lib/src/com/iuiautomationlegacyiaccessiblepattern.dart
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/win32-5.5.0/lib/src/com/iuiautomationmultipleviewpattern.dart
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/win32-5.5.0/lib/src/com/iuiautomationnotcondition.dart
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/win32-5.5.0/lib/src/com/iuiautomationobjectmodelpattern.dart
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/win32-5.5.0/lib/src/com/iuiautomationorcondition.dart
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/win32-5.5.0/lib/src/com/iuiautomationpropertycondition.dart
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/win32-5.5.0/lib/src/com/iuiautomationproxyfactory.dart
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/win32-5.5.0/lib/src/com/iuiautomationproxyfactoryentry.dart
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/win32-5.5.0/lib/src/com/iuiautomationproxyfactorymapping.dart
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/win32-5.5.0/lib/src/com/iuiautomationrangevaluepattern.dart
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/win32-5.5.0/lib/src/com/iuiautomationscrollitempattern.dart
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/win32-5.5.0/lib/src/com/iuiautomationscrollpattern.dart
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/win32-5.5.0/lib/src/com/iuiautomationselectionitempattern.dart
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/win32-5.5.0/lib/src/com/iuiautomationselectionpattern.dart
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/win32-5.5.0/lib/src/com/iuiautomationselectionpattern2.dart
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/win32-5.5.0/lib/src/com/iuiautomationspreadsheetitempattern.dart
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/win32-5.5.0/lib/src/com/iuiautomationspreadsheetpattern.dart
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/win32-5.5.0/lib/src/com/iuiautomationstylespattern.dart
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/win32-5.5.0/lib/src/com/iuiautomationsynchronizedinputpattern.dart
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/win32-5.5.0/lib/src/com/iuiautomationtableitempattern.dart
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/win32-5.5.0/lib/src/com/iuiautomationtablepattern.dart
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/win32-5.5.0/lib/src/com/iuiautomationtextchildpattern.dart
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/win32-5.5.0/lib/src/com/iuiautomationtexteditpattern.dart
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/win32-5.5.0/lib/src/com/iuiautomationtextpattern.dart
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/win32-5.5.0/lib/src/com/iuiautomationtextpattern2.dart
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/win32-5.5.0/lib/src/com/iuiautomationtextrange.dart
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/win32-5.5.0/lib/src/com/iuiautomationtextrange2.dart
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/win32-5.5.0/lib/src/com/iuiautomationtextrange3.dart
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/win32-5.5.0/lib/src/com/iuiautomationtextrangearray.dart
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/win32-5.5.0/lib/src/com/iuiautomationtogglepattern.dart
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/win32-5.5.0/lib/src/com/iuiautomationtransformpattern.dart
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/win32-5.5.0/lib/src/com/iuiautomationtransformpattern2.dart
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/win32-5.5.0/lib/src/com/iuiautomationtreewalker.dart
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/win32-5.5.0/lib/src/com/iuiautomationvaluepattern.dart
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/win32-5.5.0/lib/src/com/iuiautomationvirtualizeditempattern.dart
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/win32-5.5.0/lib/src/com/iuiautomationwindowpattern.dart
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/win32-5.5.0/lib/src/com/iunknown.dart
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/win32-5.5.0/lib/src/com/iuri.dart
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/win32-5.5.0/lib/src/com/ivirtualdesktopmanager.dart
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/win32-5.5.0/lib/src/com/iwbemclassobject.dart
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/win32-5.5.0/lib/src/com/iwbemconfigurerefresher.dart
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/win32-5.5.0/lib/src/com/iwbemcontext.dart
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/win32-5.5.0/lib/src/com/iwbemhiperfenum.dart
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/win32-5.5.0/lib/src/com/iwbemlocator.dart
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/win32-5.5.0/lib/src/com/iwbemobjectaccess.dart
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/win32-5.5.0/lib/src/com/iwbemrefresher.dart
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/win32-5.5.0/lib/src/com/iwbemservices.dart
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/win32-5.5.0/lib/src/com/iwebauthenticationcoremanagerinterop.dart
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/win32-5.5.0/lib/src/com/iwinhttprequest.dart
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/win32-5.5.0/lib/src/combase.dart
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/win32-5.5.0/lib/src/constants.dart
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/win32-5.5.0/lib/src/constants_metadata.dart
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/win32-5.5.0/lib/src/constants_nodoc.dart
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/win32-5.5.0/lib/src/enums.dart
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/win32-5.5.0/lib/src/enums.g.dart
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/win32-5.5.0/lib/src/exceptions.dart
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/win32-5.5.0/lib/src/extensions/dialogs.dart
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/win32-5.5.0/lib/src/extensions/int_to_hexstring.dart
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/win32-5.5.0/lib/src/extensions/list_to_blob.dart
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/win32-5.5.0/lib/src/extensions/set_ansi.dart
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/win32-5.5.0/lib/src/extensions/set_string.dart
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/win32-5.5.0/lib/src/extensions/set_string_array.dart
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/win32-5.5.0/lib/src/extensions/unpack_utf16.dart
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/win32-5.5.0/lib/src/guid.dart
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/win32-5.5.0/lib/src/inline.dart
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/win32-5.5.0/lib/src/macros.dart
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/win32-5.5.0/lib/src/propertykey.dart
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/win32-5.5.0/lib/src/structs.g.dart
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/win32-5.5.0/lib/src/types.dart
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/win32-5.5.0/lib/src/utils.dart
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/win32-5.5.0/lib/src/variant.dart
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/win32-5.5.0/lib/src/win32/advapi32.g.dart
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/win32-5.5.0/lib/src/win32/api_ms_win_core_apiquery_l2_1_0.g.dart
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/win32-5.5.0/lib/src/win32/api_ms_win_core_comm_l1_1_1.g.dart
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/win32-5.5.0/lib/src/win32/api_ms_win_core_comm_l1_1_2.g.dart
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/win32-5.5.0/lib/src/win32/api_ms_win_core_handle_l1_1_0.g.dart
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/win32-5.5.0/lib/src/win32/api_ms_win_core_sysinfo_l1_2_3.g.dart
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/win32-5.5.0/lib/src/win32/api_ms_win_core_winrt_error_l1_1_0.g.dart
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/win32-5.5.0/lib/src/win32/api_ms_win_core_winrt_l1_1_0.g.dart
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/win32-5.5.0/lib/src/win32/api_ms_win_core_winrt_string_l1_1_0.g.dart
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/win32-5.5.0/lib/src/win32/api_ms_win_ro_typeresolution_l1_1_0.g.dart
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/win32-5.5.0/lib/src/win32/api_ms_win_ro_typeresolution_l1_1_1.g.dart
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/win32-5.5.0/lib/src/win32/api_ms_win_shcore_scaling_l1_1_1.g.dart
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/win32-5.5.0/lib/src/win32/api_ms_win_wsl_api_l1_1_0.g.dart
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/win32-5.5.0/lib/src/win32/bluetoothapis.g.dart
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/win32-5.5.0/lib/src/win32/bthprops.g.dart
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/win32-5.5.0/lib/src/win32/comctl32.g.dart
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/win32-5.5.0/lib/src/win32/comdlg32.g.dart
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/win32-5.5.0/lib/src/win32/crypt32.g.dart
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/win32-5.5.0/lib/src/win32/dbghelp.g.dart
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/win32-5.5.0/lib/src/win32/dwmapi.g.dart
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/win32-5.5.0/lib/src/win32/dxva2.g.dart
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/win32-5.5.0/lib/src/win32/gdi32.g.dart
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/win32-5.5.0/lib/src/win32/iphlpapi.g.dart
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/win32-5.5.0/lib/src/win32/kernel32.g.dart
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/win32-5.5.0/lib/src/win32/magnification.g.dart
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/win32-5.5.0/lib/src/win32/netapi32.g.dart
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/win32-5.5.0/lib/src/win32/ntdll.g.dart
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/win32-5.5.0/lib/src/win32/ole32.g.dart
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/win32-5.5.0/lib/src/win32/oleaut32.g.dart
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/win32-5.5.0/lib/src/win32/powrprof.g.dart
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/win32-5.5.0/lib/src/win32/rometadata.g.dart
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/win32-5.5.0/lib/src/win32/scarddlg.g.dart
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/win32-5.5.0/lib/src/win32/setupapi.g.dart
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/win32-5.5.0/lib/src/win32/shell32.g.dart
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/win32-5.5.0/lib/src/win32/shlwapi.g.dart
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/win32-5.5.0/lib/src/win32/user32.g.dart
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/win32-5.5.0/lib/src/win32/uxtheme.g.dart
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/win32-5.5.0/lib/src/win32/version.g.dart
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/win32-5.5.0/lib/src/win32/winmm.g.dart
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/win32-5.5.0/lib/src/win32/winscard.g.dart
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/win32-5.5.0/lib/src/win32/winspool.g.dart
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/win32-5.5.0/lib/src/win32/wlanapi.g.dart
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/win32-5.5.0/lib/src/win32/xinput1_4.g.dart
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/win32-5.5.0/lib/src/winmd_constants.dart
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/win32-5.5.0/lib/src/winrt_helpers.dart
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/win32-5.5.0/lib/win32.dart
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/xdg_directories-1.0.4/LICENSE
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/xdg_directories-1.0.4/lib/xdg_directories.dart
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/xml-6.5.0/LICENSE
+/Users/yuliyarudenko/.pub-cache/hosted/pub.dev/yaml-3.1.2/LICENSE
+/Users/yuliyarudenko/cpd/assets/appbar_background.png
+/Users/yuliyarudenko/cpd/assets/logo.png
+/Users/yuliyarudenko/cpd/lib/database/db.dart
+/Users/yuliyarudenko/cpd/lib/database/db_interface.dart
+/Users/yuliyarudenko/cpd/lib/database/habit.dart
+/Users/yuliyarudenko/cpd/lib/database/todo_db.dart
+/Users/yuliyarudenko/cpd/lib/database/todo_interface.dart
+/Users/yuliyarudenko/cpd/lib/main.dart
+/Users/yuliyarudenko/cpd/lib/pages/homepage.dart
+/Users/yuliyarudenko/cpd/lib/pages/iconpage.dart
+/Users/yuliyarudenko/cpd/lib/widgets/addhabit_popup.dart
+/Users/yuliyarudenko/cpd/lib/widgets/edithabit_dialog.dart
+/Users/yuliyarudenko/cpd/lib/widgets/listview.dart
+/Users/yuliyarudenko/cpd/pubspec.yaml
+/Users/yuliyarudenko/flutter/bin/cache/artifacts/material_fonts/MaterialIcons-Regular.otf
+/Users/yuliyarudenko/flutter/bin/cache/pkg/sky_engine/LICENSE
+/Users/yuliyarudenko/flutter/bin/internal/engine.version
+/Users/yuliyarudenko/flutter/packages/flutter/LICENSE
+/Users/yuliyarudenko/flutter/packages/flutter/lib/animation.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/cupertino.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/foundation.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/gestures.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/material.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/painting.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/physics.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/rendering.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/scheduler.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/semantics.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/services.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/animation/animation.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/animation/animation_controller.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/animation/animation_style.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/animation/animations.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/animation/curves.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/animation/listener_helpers.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/animation/tween.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/animation/tween_sequence.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/cupertino/activity_indicator.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/cupertino/adaptive_text_selection_toolbar.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/cupertino/app.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/cupertino/bottom_tab_bar.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/cupertino/button.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/cupertino/checkbox.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/cupertino/colors.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/cupertino/constants.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/cupertino/context_menu.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/cupertino/context_menu_action.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/cupertino/date_picker.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/cupertino/debug.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/cupertino/desktop_text_selection.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/cupertino/desktop_text_selection_toolbar.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/cupertino/desktop_text_selection_toolbar_button.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/cupertino/dialog.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/cupertino/form_row.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/cupertino/form_section.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/cupertino/icon_theme_data.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/cupertino/icons.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/cupertino/interface_level.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/cupertino/list_section.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/cupertino/list_tile.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/cupertino/localizations.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/cupertino/magnifier.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/cupertino/nav_bar.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/cupertino/page_scaffold.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/cupertino/picker.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/cupertino/radio.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/cupertino/refresh.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/cupertino/route.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/cupertino/scrollbar.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/cupertino/search_field.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/cupertino/segmented_control.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/cupertino/slider.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/cupertino/sliding_segmented_control.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/cupertino/spell_check_suggestions_toolbar.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/cupertino/switch.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/cupertino/tab_scaffold.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/cupertino/tab_view.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/cupertino/text_field.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/cupertino/text_form_field_row.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/cupertino/text_selection.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/cupertino/text_selection_toolbar.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/cupertino/text_selection_toolbar_button.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/cupertino/text_theme.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/cupertino/theme.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/cupertino/thumb_painter.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/cupertino/toggleable.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/dart_plugin_registrant.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/foundation/_bitfield_io.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/foundation/_capabilities_io.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/foundation/_isolates_io.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/foundation/_platform_io.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/foundation/_timeline_io.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/foundation/annotations.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/foundation/assertions.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/foundation/basic_types.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/foundation/binding.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/foundation/bitfield.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/foundation/capabilities.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/foundation/change_notifier.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/foundation/collections.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/foundation/consolidate_response.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/foundation/constants.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/foundation/debug.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/foundation/diagnostics.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/foundation/isolates.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/foundation/key.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/foundation/licenses.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/foundation/memory_allocations.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/foundation/node.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/foundation/object.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/foundation/observer_list.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/foundation/persistent_hash_map.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/foundation/platform.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/foundation/print.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/foundation/serialization.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/foundation/service_extensions.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/foundation/stack_frame.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/foundation/synchronous_future.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/foundation/timeline.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/foundation/unicode.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/gestures/arena.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/gestures/binding.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/gestures/constants.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/gestures/converter.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/gestures/debug.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/gestures/drag.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/gestures/drag_details.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/gestures/eager.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/gestures/events.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/gestures/force_press.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/gestures/gesture_settings.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/gestures/hit_test.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/gestures/long_press.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/gestures/lsq_solver.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/gestures/monodrag.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/gestures/multidrag.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/gestures/multitap.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/gestures/pointer_router.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/gestures/pointer_signal_resolver.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/gestures/recognizer.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/gestures/resampler.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/gestures/scale.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/gestures/tap.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/gestures/tap_and_drag.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/gestures/team.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/gestures/velocity_tracker.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/material/about.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/material/action_buttons.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/material/action_chip.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/material/action_icons_theme.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/material/adaptive_text_selection_toolbar.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/material/animated_icons.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/material/animated_icons/animated_icons.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/material/animated_icons/animated_icons_data.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/material/animated_icons/data/add_event.g.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/material/animated_icons/data/arrow_menu.g.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/material/animated_icons/data/close_menu.g.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/material/animated_icons/data/ellipsis_search.g.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/material/animated_icons/data/event_add.g.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/material/animated_icons/data/home_menu.g.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/material/animated_icons/data/list_view.g.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/material/animated_icons/data/menu_arrow.g.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/material/animated_icons/data/menu_close.g.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/material/animated_icons/data/menu_home.g.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/material/animated_icons/data/pause_play.g.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/material/animated_icons/data/play_pause.g.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/material/animated_icons/data/search_ellipsis.g.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/material/animated_icons/data/view_list.g.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/material/app.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/material/app_bar.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/material/app_bar_theme.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/material/arc.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/material/autocomplete.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/material/back_button.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/material/badge.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/material/badge_theme.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/material/banner.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/material/banner_theme.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/material/bottom_app_bar.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/material/bottom_app_bar_theme.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/material/bottom_navigation_bar.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/material/bottom_navigation_bar_theme.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/material/bottom_sheet.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/material/bottom_sheet_theme.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/material/button.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/material/button_bar.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/material/button_bar_theme.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/material/button_style.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/material/button_style_button.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/material/button_theme.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/material/calendar_date_picker.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/material/card.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/material/card_theme.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/material/checkbox.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/material/checkbox_list_tile.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/material/checkbox_theme.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/material/chip.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/material/chip_theme.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/material/choice_chip.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/material/circle_avatar.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/material/color_scheme.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/material/colors.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/material/constants.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/material/curves.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/material/data_table.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/material/data_table_source.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/material/data_table_theme.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/material/date.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/material/date_picker.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/material/date_picker_theme.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/material/debug.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/material/desktop_text_selection.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/material/desktop_text_selection_toolbar.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/material/desktop_text_selection_toolbar_button.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/material/dialog.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/material/dialog_theme.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/material/divider.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/material/divider_theme.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/material/drawer.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/material/drawer_header.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/material/drawer_theme.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/material/dropdown.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/material/dropdown_menu.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/material/dropdown_menu_theme.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/material/elevated_button.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/material/elevated_button_theme.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/material/elevation_overlay.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/material/expand_icon.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/material/expansion_panel.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/material/expansion_tile.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/material/expansion_tile_theme.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/material/feedback.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/material/filled_button.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/material/filled_button_theme.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/material/filter_chip.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/material/flexible_space_bar.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/material/floating_action_button.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/material/floating_action_button_location.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/material/floating_action_button_theme.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/material/flutter_logo.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/material/grid_tile.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/material/grid_tile_bar.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/material/icon_button.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/material/icon_button_theme.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/material/icons.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/material/ink_decoration.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/material/ink_highlight.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/material/ink_ripple.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/material/ink_sparkle.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/material/ink_splash.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/material/ink_well.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/material/input_border.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/material/input_chip.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/material/input_date_picker_form_field.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/material/input_decorator.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/material/list_tile.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/material/list_tile_theme.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/material/magnifier.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/material/material.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/material/material_button.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/material/material_localizations.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/material/material_state.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/material/material_state_mixin.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/material/menu_anchor.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/material/menu_bar_theme.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/material/menu_button_theme.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/material/menu_style.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/material/menu_theme.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/material/mergeable_material.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/material/motion.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/material/navigation_bar.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/material/navigation_bar_theme.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/material/navigation_drawer.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/material/navigation_drawer_theme.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/material/navigation_rail.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/material/navigation_rail_theme.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/material/no_splash.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/material/outlined_button.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/material/outlined_button_theme.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/material/page.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/material/page_transitions_theme.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/material/paginated_data_table.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/material/popup_menu.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/material/popup_menu_theme.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/material/progress_indicator.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/material/progress_indicator_theme.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/material/radio.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/material/radio_list_tile.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/material/radio_theme.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/material/range_slider.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/material/refresh_indicator.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/material/reorderable_list.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/material/scaffold.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/material/scrollbar.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/material/scrollbar_theme.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/material/search.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/material/search_anchor.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/material/search_bar_theme.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/material/search_view_theme.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/material/segmented_button.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/material/segmented_button_theme.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/material/selectable_text.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/material/selection_area.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/material/shaders/ink_sparkle.frag
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/material/shadows.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/material/slider.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/material/slider_theme.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/material/snack_bar.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/material/snack_bar_theme.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/material/spell_check_suggestions_toolbar.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/material/spell_check_suggestions_toolbar_layout_delegate.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/material/stepper.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/material/switch.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/material/switch_list_tile.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/material/switch_theme.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/material/tab_bar_theme.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/material/tab_controller.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/material/tab_indicator.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/material/tabs.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/material/text_button.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/material/text_button_theme.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/material/text_field.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/material/text_form_field.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/material/text_selection.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/material/text_selection_theme.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/material/text_selection_toolbar.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/material/text_selection_toolbar_text_button.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/material/text_theme.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/material/theme.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/material/theme_data.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/material/time.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/material/time_picker.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/material/time_picker_theme.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/material/toggle_buttons.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/material/toggle_buttons_theme.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/material/toggleable.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/material/tooltip.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/material/tooltip_theme.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/material/tooltip_visibility.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/material/typography.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/material/user_accounts_drawer_header.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/painting/_network_image_io.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/painting/alignment.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/painting/basic_types.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/painting/beveled_rectangle_border.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/painting/binding.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/painting/border_radius.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/painting/borders.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/painting/box_border.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/painting/box_decoration.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/painting/box_fit.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/painting/box_shadow.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/painting/circle_border.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/painting/clip.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/painting/colors.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/painting/continuous_rectangle_border.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/painting/debug.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/painting/decoration.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/painting/decoration_image.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/painting/edge_insets.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/painting/flutter_logo.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/painting/fractional_offset.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/painting/geometry.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/painting/gradient.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/painting/image_cache.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/painting/image_decoder.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/painting/image_provider.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/painting/image_resolution.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/painting/image_stream.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/painting/inline_span.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/painting/linear_border.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/painting/matrix_utils.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/painting/notched_shapes.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/painting/oval_border.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/painting/paint_utilities.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/painting/placeholder_span.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/painting/rounded_rectangle_border.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/painting/shader_warm_up.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/painting/shape_decoration.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/painting/stadium_border.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/painting/star_border.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/painting/strut_style.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/painting/text_painter.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/painting/text_scaler.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/painting/text_span.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/painting/text_style.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/physics/clamped_simulation.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/physics/friction_simulation.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/physics/gravity_simulation.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/physics/simulation.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/physics/spring_simulation.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/physics/tolerance.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/physics/utils.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/rendering/animated_size.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/rendering/binding.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/rendering/box.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/rendering/custom_layout.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/rendering/custom_paint.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/rendering/debug.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/rendering/debug_overflow_indicator.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/rendering/decorated_sliver.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/rendering/editable.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/rendering/error.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/rendering/flex.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/rendering/flow.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/rendering/image.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/rendering/layer.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/rendering/layout_helper.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/rendering/list_body.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/rendering/list_wheel_viewport.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/rendering/mouse_tracker.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/rendering/object.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/rendering/paragraph.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/rendering/performance_overlay.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/rendering/platform_view.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/rendering/proxy_box.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/rendering/proxy_sliver.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/rendering/rotated_box.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/rendering/selection.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/rendering/service_extensions.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/rendering/shifted_box.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/rendering/sliver.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/rendering/sliver_fill.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/rendering/sliver_fixed_extent_list.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/rendering/sliver_grid.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/rendering/sliver_group.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/rendering/sliver_list.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/rendering/sliver_multi_box_adaptor.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/rendering/sliver_padding.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/rendering/sliver_persistent_header.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/rendering/stack.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/rendering/table.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/rendering/table_border.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/rendering/texture.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/rendering/tweens.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/rendering/view.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/rendering/viewport.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/rendering/viewport_offset.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/rendering/wrap.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/scheduler/binding.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/scheduler/debug.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/scheduler/priority.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/scheduler/service_extensions.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/scheduler/ticker.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/semantics/binding.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/semantics/debug.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/semantics/semantics.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/semantics/semantics_event.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/semantics/semantics_service.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/services/_background_isolate_binary_messenger_io.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/services/asset_bundle.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/services/asset_manifest.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/services/autofill.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/services/binary_messenger.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/services/binding.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/services/browser_context_menu.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/services/clipboard.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/services/debug.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/services/deferred_component.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/services/flavor.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/services/font_loader.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/services/haptic_feedback.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/services/hardware_keyboard.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/services/keyboard_inserted_content.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/services/keyboard_key.g.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/services/keyboard_maps.g.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/services/live_text.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/services/message_codec.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/services/message_codecs.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/services/mouse_cursor.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/services/mouse_tracking.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/services/platform_channel.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/services/platform_views.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/services/process_text.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/services/raw_keyboard.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/services/raw_keyboard_android.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/services/raw_keyboard_fuchsia.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/services/raw_keyboard_ios.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/services/raw_keyboard_linux.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/services/raw_keyboard_macos.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/services/raw_keyboard_web.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/services/raw_keyboard_windows.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/services/restoration.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/services/service_extensions.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/services/spell_check.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/services/system_channels.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/services/system_chrome.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/services/system_navigator.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/services/system_sound.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/services/text_boundary.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/services/text_editing.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/services/text_editing_delta.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/services/text_formatter.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/services/text_input.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/services/text_layout_metrics.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/services/undo_manager.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/widgets/_html_element_view_io.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/widgets/_platform_selectable_region_context_menu_io.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/widgets/actions.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/widgets/adapter.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/widgets/animated_cross_fade.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/widgets/animated_scroll_view.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/widgets/animated_size.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/widgets/animated_switcher.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/widgets/annotated_region.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/widgets/app.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/widgets/app_lifecycle_listener.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/widgets/async.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/widgets/autocomplete.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/widgets/autofill.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/widgets/automatic_keep_alive.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/widgets/banner.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/widgets/basic.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/widgets/binding.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/widgets/bottom_navigation_bar_item.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/widgets/color_filter.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/widgets/constants.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/widgets/container.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/widgets/context_menu_button_item.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/widgets/context_menu_controller.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/widgets/debug.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/widgets/decorated_sliver.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/widgets/default_selection_style.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/widgets/default_text_editing_shortcuts.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/widgets/desktop_text_selection_toolbar_layout_delegate.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/widgets/dismissible.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/widgets/display_feature_sub_screen.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/widgets/disposable_build_context.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/widgets/drag_target.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/widgets/draggable_scrollable_sheet.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/widgets/dual_transition_builder.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/widgets/editable_text.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/widgets/fade_in_image.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/widgets/focus_manager.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/widgets/focus_scope.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/widgets/focus_traversal.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/widgets/form.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/widgets/framework.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/widgets/gesture_detector.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/widgets/grid_paper.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/widgets/heroes.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/widgets/icon.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/widgets/icon_data.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/widgets/icon_theme.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/widgets/icon_theme_data.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/widgets/image.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/widgets/image_filter.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/widgets/image_icon.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/widgets/implicit_animations.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/widgets/inherited_model.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/widgets/inherited_notifier.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/widgets/inherited_theme.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/widgets/interactive_viewer.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/widgets/keyboard_listener.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/widgets/layout_builder.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/widgets/list_wheel_scroll_view.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/widgets/localizations.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/widgets/lookup_boundary.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/widgets/magnifier.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/widgets/media_query.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/widgets/modal_barrier.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/widgets/navigation_toolbar.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/widgets/navigator.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/widgets/navigator_pop_handler.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/widgets/nested_scroll_view.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/widgets/notification_listener.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/widgets/orientation_builder.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/widgets/overflow_bar.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/widgets/overlay.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/widgets/overscroll_indicator.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/widgets/page_storage.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/widgets/page_view.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/widgets/pages.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/widgets/performance_overlay.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/widgets/placeholder.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/widgets/platform_menu_bar.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/widgets/platform_selectable_region_context_menu.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/widgets/platform_view.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/widgets/pop_scope.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/widgets/preferred_size.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/widgets/primary_scroll_controller.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/widgets/raw_keyboard_listener.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/widgets/reorderable_list.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/widgets/restoration.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/widgets/restoration_properties.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/widgets/router.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/widgets/routes.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/widgets/safe_area.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/widgets/scroll_activity.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/widgets/scroll_aware_image_provider.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/widgets/scroll_configuration.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/widgets/scroll_context.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/widgets/scroll_controller.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/widgets/scroll_delegate.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/widgets/scroll_metrics.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/widgets/scroll_notification.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/widgets/scroll_notification_observer.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/widgets/scroll_physics.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/widgets/scroll_position.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/widgets/scroll_position_with_single_context.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/widgets/scroll_simulation.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/widgets/scroll_view.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/widgets/scrollable.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/widgets/scrollable_helpers.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/widgets/scrollbar.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/widgets/selectable_region.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/widgets/selection_container.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/widgets/semantics_debugger.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/widgets/service_extensions.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/widgets/shared_app_data.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/widgets/shortcuts.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/widgets/single_child_scroll_view.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/widgets/size_changed_layout_notifier.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/widgets/sliver.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/widgets/sliver_fill.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/widgets/sliver_layout_builder.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/widgets/sliver_persistent_header.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/widgets/sliver_prototype_extent_list.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/widgets/sliver_varied_extent_list.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/widgets/slotted_render_object_widget.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/widgets/snapshot_widget.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/widgets/spacer.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/widgets/spell_check.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/widgets/status_transitions.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/widgets/table.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/widgets/tap_region.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/widgets/text.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/widgets/text_editing_intents.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/widgets/text_selection.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/widgets/text_selection_toolbar_anchors.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/widgets/text_selection_toolbar_layout_delegate.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/widgets/texture.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/widgets/ticker_provider.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/widgets/title.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/widgets/transitions.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/widgets/tween_animation_builder.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/widgets/two_dimensional_scroll_view.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/widgets/two_dimensional_viewport.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/widgets/undo_history.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/widgets/unique_widget.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/widgets/value_listenable_builder.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/widgets/view.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/widgets/viewport.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/widgets/visibility.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/widgets/widget_inspector.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/widgets/widget_span.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/src/widgets/will_pop_scope.dart
+/Users/yuliyarudenko/flutter/packages/flutter/lib/widgets.dart
+/Users/yuliyarudenko/flutter/packages/flutter_tools/lib/src/build_system/targets/common.dart
+/Users/yuliyarudenko/flutter/packages/flutter_tools/lib/src/build_system/targets/icon_tree_shaker.dart
+/Users/yuliyarudenko/flutter/packages/flutter_tools/lib/src/build_system/targets/macos.dart
+/Users/yuliyarudenko/flutter/packages/flutter_tools/lib/src/build_system/targets/native_assets.dart
diff --git a/build/macos/Build/Intermediates.noindex/Runner.build/Release/Flutter Assemble.build/OutputFileList-33CC111E2044C6BF0003C045-FlutterOutputs-6e70a7180f4a92e3873cece6343c50b5-resolved.xcfilelist b/build/macos/Build/Intermediates.noindex/Runner.build/Release/Flutter Assemble.build/OutputFileList-33CC111E2044C6BF0003C045-FlutterOutputs-6e70a7180f4a92e3873cece6343c50b5-resolved.xcfilelist
index e69de29..9195ecc 100755
--- a/build/macos/Build/Intermediates.noindex/Runner.build/Release/Flutter Assemble.build/OutputFileList-33CC111E2044C6BF0003C045-FlutterOutputs-6e70a7180f4a92e3873cece6343c50b5-resolved.xcfilelist
+++ b/build/macos/Build/Intermediates.noindex/Runner.build/Release/Flutter Assemble.build/OutputFileList-33CC111E2044C6BF0003C045-FlutterOutputs-6e70a7180f4a92e3873cece6343c50b5-resolved.xcfilelist
@@ -0,0 +1,15 @@
+/Users/yuliyarudenko/cpd/build/macos/Build/Products/Debug/App.framework/Versions/A/App
+/Users/yuliyarudenko/cpd/build/macos/Build/Products/Debug/App.framework/Versions/A/Resources/Info.plist
+/Users/yuliyarudenko/cpd/build/macos/Build/Products/Debug/App.framework/Versions/A/Resources/flutter_assets/AssetManifest.bin
+/Users/yuliyarudenko/cpd/build/macos/Build/Products/Debug/App.framework/Versions/A/Resources/flutter_assets/AssetManifest.json
+/Users/yuliyarudenko/cpd/build/macos/Build/Products/Debug/App.framework/Versions/A/Resources/flutter_assets/FontManifest.json
+/Users/yuliyarudenko/cpd/build/macos/Build/Products/Debug/App.framework/Versions/A/Resources/flutter_assets/NOTICES.Z
+/Users/yuliyarudenko/cpd/build/macos/Build/Products/Debug/App.framework/Versions/A/Resources/flutter_assets/assets/appbar_background.png
+/Users/yuliyarudenko/cpd/build/macos/Build/Products/Debug/App.framework/Versions/A/Resources/flutter_assets/assets/logo.png
+/Users/yuliyarudenko/cpd/build/macos/Build/Products/Debug/App.framework/Versions/A/Resources/flutter_assets/fonts/MaterialIcons-Regular.otf
+/Users/yuliyarudenko/cpd/build/macos/Build/Products/Debug/App.framework/Versions/A/Resources/flutter_assets/isolate_snapshot_data
+/Users/yuliyarudenko/cpd/build/macos/Build/Products/Debug/App.framework/Versions/A/Resources/flutter_assets/kernel_blob.bin
+/Users/yuliyarudenko/cpd/build/macos/Build/Products/Debug/App.framework/Versions/A/Resources/flutter_assets/packages/cupertino_icons/assets/CupertinoIcons.ttf
+/Users/yuliyarudenko/cpd/build/macos/Build/Products/Debug/App.framework/Versions/A/Resources/flutter_assets/shaders/ink_sparkle.frag
+/Users/yuliyarudenko/cpd/build/macos/Build/Products/Debug/App.framework/Versions/A/Resources/flutter_assets/vm_snapshot_data
+/Users/yuliyarudenko/cpd/build/macos/Build/Products/Debug/FlutterMacOS.framework/Versions/A/FlutterMacOS
diff --git a/build/macos/Build/Intermediates.noindex/Runner.build/Release/Runner.build/Objects-normal/arm64/Runner-master.d b/build/macos/Build/Intermediates.noindex/Runner.build/Release/Runner.build/Objects-normal/arm64/Runner-master.d
index fdc7389..8ee461d 100644
--- a/build/macos/Build/Intermediates.noindex/Runner.build/Release/Runner.build/Objects-normal/arm64/Runner-master.d
+++ b/build/macos/Build/Intermediates.noindex/Runner.build/Release/Runner.build/Objects-normal/arm64/Runner-master.d
@@ -1,8 +1,8 @@
-/Users/yuliyarudenko/cpd/build/macos/Build/Intermediates.noindex/Runner.build/Release/Runner.build/Objects-normal/arm64/MainFlutterWindow.o : /Users/yuliyarudenko/cpd/macos/Runner/AppDelegate.swift /Users/yuliyarudenko/cpd/build/macos/Build/Intermediates.noindex/Runner.build/Release/Runner.build/DerivedSources/GeneratedAssetSymbols.swift /Users/yuliyarudenko/cpd/macos/Flutter/GeneratedPluginRegistrant.swift /Users/yuliyarudenko/cpd/macos/Runner/MainFlutterWindow.swift /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/XPC.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/ObjectiveC.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/SwiftUI.framework/Modules/SwiftUI.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/CoreMedia.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/CoreData.framework/Modules/CoreData.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/CoreImage.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/CoreTransferable.framework/Modules/CoreTransferable.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/Combine.framework/Modules/Combine.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/QuartzCore.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/_StringProcessing.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/OSLog.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/Dispatch.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/Metal.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/Darwin.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/Foundation.framework/Modules/Foundation.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/CoreFoundation.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/Observation.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/CoreAudio.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/CoreGraphics.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/Symbols.framework/Modules/Symbols.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/os.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/UniformTypeIdentifiers.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/Swift.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/IOKit.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/AppKit.framework/Modules/AppKit.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/DeveloperToolsSupport.framework/Modules/DeveloperToolsSupport.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/_Concurrency.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/Accessibility.framework/Modules/Accessibility.swiftmodule/arm64e-apple-macos.swiftinterface /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/path_provider_foundation/path_provider_foundation.framework/Modules/path_provider_foundation.swiftmodule/arm64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/XPC.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/ObjectiveC.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/CoreMedia.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/CoreData.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/CoreImage.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/CoreTransferable.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/Combine.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/QuartzCore.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/_StringProcessing.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/Dispatch.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/Metal.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/Darwin.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/Foundation.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/CoreFoundation.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/Observation.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/CoreAudio.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/CoreGraphics.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/Symbols.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/os.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/UniformTypeIdentifiers.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/Swift.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/IOKit.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/AppKit.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/DeveloperToolsSupport.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/_Concurrency.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/Accessibility.swiftmodule/arm64e-apple-macos.swiftmodule /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/sqflite/sqflite.framework/Headers/SqfliteDarwinDB.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/FlutterMacOS.framework/Headers/FlutterPluginMacOS.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/FlutterMacOS.framework/Headers/FlutterPluginRegistrarMacOS.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/FlutterMacOS.framework/Headers/FlutterMacOS.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/sqflite/sqflite.framework/Headers/sqflite-umbrella.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/path_provider_foundation/path_provider_foundation.framework/Headers/path_provider_foundation-umbrella.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/FlutterMacOS.framework/Headers/FlutterEngine.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/FlutterMacOS.framework/Headers/FlutterTexture.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/sqflite/sqflite.framework/Headers/SqfliteDatabase.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/sqflite/sqflite.framework/Headers/SqfliteDarwinDatabase.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/FlutterMacOS.framework/Headers/FlutterAppLifecycleDelegate.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/FlutterMacOS.framework/Headers/FlutterAppDelegate.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/sqflite/sqflite.framework/Headers/SqfliteDarwinDatabaseQueue.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/sqflite/sqflite.framework/Headers/SqflitePlugin.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/sqflite/sqflite.framework/Headers/SqfliteOperation.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/FlutterMacOS.framework/Headers/FlutterBinaryMessenger.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/FlutterMacOS.framework/Headers/FlutterViewController.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/sqflite/sqflite.framework/Headers/SqfliteCursor.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/FlutterMacOS.framework/Headers/FlutterCodecs.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/FlutterMacOS.framework/Headers/FlutterChannels.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/sqflite/sqflite.framework/Headers/SqfliteDarwinDatabaseAdditions.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/FlutterMacOS.framework/Headers/FlutterMacros.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/FlutterMacOS.framework/Headers/FlutterPlatformViews.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/FlutterMacOS.framework/Headers/FlutterDartProject.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/sqflite/sqflite.framework/Headers/SqfliteDarwinResultSet.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/path_provider_foundation/path_provider_foundation.framework/Headers/path_provider_foundation-Swift.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/sqflite/sqflite.framework/Headers/SqfliteImport.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/sqflite/sqflite.framework/Headers/SqfliteDarwinImport.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/FlutterMacOS.framework/Modules/module.modulemap /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/sqflite/sqflite.framework/Modules/module.modulemap /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/path_provider_foundation/path_provider_foundation.framework/Modules/module.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/include/objc/ObjectiveC.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/CoreMedia.framework/Headers/CoreMedia.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/CoreData.framework/Headers/CoreData.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CoreImage.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/QuartzCore.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/include/dispatch/Dispatch.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/Metal.framework/Headers/Metal.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/include/Darwin.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/CoreGraphics.framework/Headers/CoreGraphics.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/ApplicationServices.framework/Headers/ApplicationServices.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/CoreAudioTypes.framework/Headers/CoreAudioTypes.apinotes /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/apinotes/os.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/UniformTypeIdentifiers.framework/Headers/UniformTypeIdentifiers.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/AppKit.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/CoreText.framework/Headers/CoreText.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/Security.framework/Headers/Security.apinotes
-/Users/yuliyarudenko/cpd/build/macos/Build/Intermediates.noindex/Runner.build/Release/Runner.build/Objects-normal/arm64/AppDelegate.o : /Users/yuliyarudenko/cpd/macos/Runner/AppDelegate.swift /Users/yuliyarudenko/cpd/build/macos/Build/Intermediates.noindex/Runner.build/Release/Runner.build/DerivedSources/GeneratedAssetSymbols.swift /Users/yuliyarudenko/cpd/macos/Flutter/GeneratedPluginRegistrant.swift /Users/yuliyarudenko/cpd/macos/Runner/MainFlutterWindow.swift /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/XPC.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/ObjectiveC.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/SwiftUI.framework/Modules/SwiftUI.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/CoreMedia.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/CoreData.framework/Modules/CoreData.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/CoreImage.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/CoreTransferable.framework/Modules/CoreTransferable.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/Combine.framework/Modules/Combine.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/QuartzCore.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/_StringProcessing.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/OSLog.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/Dispatch.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/Metal.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/Darwin.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/Foundation.framework/Modules/Foundation.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/CoreFoundation.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/Observation.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/CoreAudio.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/CoreGraphics.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/Symbols.framework/Modules/Symbols.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/os.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/UniformTypeIdentifiers.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/Swift.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/IOKit.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/AppKit.framework/Modules/AppKit.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/DeveloperToolsSupport.framework/Modules/DeveloperToolsSupport.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/_Concurrency.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/Accessibility.framework/Modules/Accessibility.swiftmodule/arm64e-apple-macos.swiftinterface /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/path_provider_foundation/path_provider_foundation.framework/Modules/path_provider_foundation.swiftmodule/arm64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/XPC.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/ObjectiveC.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/CoreMedia.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/CoreData.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/CoreImage.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/CoreTransferable.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/Combine.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/QuartzCore.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/_StringProcessing.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/Dispatch.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/Metal.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/Darwin.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/Foundation.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/CoreFoundation.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/Observation.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/CoreAudio.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/CoreGraphics.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/Symbols.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/os.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/UniformTypeIdentifiers.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/Swift.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/IOKit.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/AppKit.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/DeveloperToolsSupport.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/_Concurrency.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/Accessibility.swiftmodule/arm64e-apple-macos.swiftmodule /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/sqflite/sqflite.framework/Headers/SqfliteDarwinDB.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/FlutterMacOS.framework/Headers/FlutterPluginMacOS.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/FlutterMacOS.framework/Headers/FlutterPluginRegistrarMacOS.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/FlutterMacOS.framework/Headers/FlutterMacOS.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/sqflite/sqflite.framework/Headers/sqflite-umbrella.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/path_provider_foundation/path_provider_foundation.framework/Headers/path_provider_foundation-umbrella.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/FlutterMacOS.framework/Headers/FlutterEngine.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/FlutterMacOS.framework/Headers/FlutterTexture.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/sqflite/sqflite.framework/Headers/SqfliteDatabase.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/sqflite/sqflite.framework/Headers/SqfliteDarwinDatabase.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/FlutterMacOS.framework/Headers/FlutterAppLifecycleDelegate.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/FlutterMacOS.framework/Headers/FlutterAppDelegate.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/sqflite/sqflite.framework/Headers/SqfliteDarwinDatabaseQueue.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/sqflite/sqflite.framework/Headers/SqflitePlugin.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/sqflite/sqflite.framework/Headers/SqfliteOperation.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/FlutterMacOS.framework/Headers/FlutterBinaryMessenger.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/FlutterMacOS.framework/Headers/FlutterViewController.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/sqflite/sqflite.framework/Headers/SqfliteCursor.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/FlutterMacOS.framework/Headers/FlutterCodecs.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/FlutterMacOS.framework/Headers/FlutterChannels.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/sqflite/sqflite.framework/Headers/SqfliteDarwinDatabaseAdditions.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/FlutterMacOS.framework/Headers/FlutterMacros.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/FlutterMacOS.framework/Headers/FlutterPlatformViews.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/FlutterMacOS.framework/Headers/FlutterDartProject.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/sqflite/sqflite.framework/Headers/SqfliteDarwinResultSet.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/path_provider_foundation/path_provider_foundation.framework/Headers/path_provider_foundation-Swift.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/sqflite/sqflite.framework/Headers/SqfliteImport.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/sqflite/sqflite.framework/Headers/SqfliteDarwinImport.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/FlutterMacOS.framework/Modules/module.modulemap /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/sqflite/sqflite.framework/Modules/module.modulemap /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/path_provider_foundation/path_provider_foundation.framework/Modules/module.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/include/objc/ObjectiveC.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/CoreMedia.framework/Headers/CoreMedia.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/CoreData.framework/Headers/CoreData.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CoreImage.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/QuartzCore.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/include/dispatch/Dispatch.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/Metal.framework/Headers/Metal.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/include/Darwin.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/CoreGraphics.framework/Headers/CoreGraphics.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/ApplicationServices.framework/Headers/ApplicationServices.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/CoreAudioTypes.framework/Headers/CoreAudioTypes.apinotes /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/apinotes/os.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/UniformTypeIdentifiers.framework/Headers/UniformTypeIdentifiers.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/AppKit.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/CoreText.framework/Headers/CoreText.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/Security.framework/Headers/Security.apinotes
-/Users/yuliyarudenko/cpd/build/macos/Build/Intermediates.noindex/Runner.build/Release/Runner.build/Objects-normal/arm64/GeneratedPluginRegistrant.o : /Users/yuliyarudenko/cpd/macos/Runner/AppDelegate.swift /Users/yuliyarudenko/cpd/build/macos/Build/Intermediates.noindex/Runner.build/Release/Runner.build/DerivedSources/GeneratedAssetSymbols.swift /Users/yuliyarudenko/cpd/macos/Flutter/GeneratedPluginRegistrant.swift /Users/yuliyarudenko/cpd/macos/Runner/MainFlutterWindow.swift /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/XPC.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/ObjectiveC.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/SwiftUI.framework/Modules/SwiftUI.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/CoreMedia.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/CoreData.framework/Modules/CoreData.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/CoreImage.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/CoreTransferable.framework/Modules/CoreTransferable.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/Combine.framework/Modules/Combine.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/QuartzCore.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/_StringProcessing.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/OSLog.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/Dispatch.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/Metal.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/Darwin.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/Foundation.framework/Modules/Foundation.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/CoreFoundation.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/Observation.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/CoreAudio.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/CoreGraphics.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/Symbols.framework/Modules/Symbols.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/os.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/UniformTypeIdentifiers.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/Swift.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/IOKit.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/AppKit.framework/Modules/AppKit.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/DeveloperToolsSupport.framework/Modules/DeveloperToolsSupport.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/_Concurrency.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/Accessibility.framework/Modules/Accessibility.swiftmodule/arm64e-apple-macos.swiftinterface /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/path_provider_foundation/path_provider_foundation.framework/Modules/path_provider_foundation.swiftmodule/arm64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/XPC.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/ObjectiveC.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/CoreMedia.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/CoreData.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/CoreImage.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/CoreTransferable.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/Combine.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/QuartzCore.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/_StringProcessing.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/Dispatch.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/Metal.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/Darwin.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/Foundation.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/CoreFoundation.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/Observation.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/CoreAudio.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/CoreGraphics.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/Symbols.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/os.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/UniformTypeIdentifiers.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/Swift.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/IOKit.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/AppKit.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/DeveloperToolsSupport.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/_Concurrency.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/Accessibility.swiftmodule/arm64e-apple-macos.swiftmodule /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/sqflite/sqflite.framework/Headers/SqfliteDarwinDB.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/FlutterMacOS.framework/Headers/FlutterPluginMacOS.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/FlutterMacOS.framework/Headers/FlutterPluginRegistrarMacOS.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/FlutterMacOS.framework/Headers/FlutterMacOS.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/sqflite/sqflite.framework/Headers/sqflite-umbrella.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/path_provider_foundation/path_provider_foundation.framework/Headers/path_provider_foundation-umbrella.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/FlutterMacOS.framework/Headers/FlutterEngine.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/FlutterMacOS.framework/Headers/FlutterTexture.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/sqflite/sqflite.framework/Headers/SqfliteDatabase.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/sqflite/sqflite.framework/Headers/SqfliteDarwinDatabase.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/FlutterMacOS.framework/Headers/FlutterAppLifecycleDelegate.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/FlutterMacOS.framework/Headers/FlutterAppDelegate.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/sqflite/sqflite.framework/Headers/SqfliteDarwinDatabaseQueue.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/sqflite/sqflite.framework/Headers/SqflitePlugin.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/sqflite/sqflite.framework/Headers/SqfliteOperation.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/FlutterMacOS.framework/Headers/FlutterBinaryMessenger.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/FlutterMacOS.framework/Headers/FlutterViewController.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/sqflite/sqflite.framework/Headers/SqfliteCursor.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/FlutterMacOS.framework/Headers/FlutterCodecs.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/FlutterMacOS.framework/Headers/FlutterChannels.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/sqflite/sqflite.framework/Headers/SqfliteDarwinDatabaseAdditions.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/FlutterMacOS.framework/Headers/FlutterMacros.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/FlutterMacOS.framework/Headers/FlutterPlatformViews.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/FlutterMacOS.framework/Headers/FlutterDartProject.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/sqflite/sqflite.framework/Headers/SqfliteDarwinResultSet.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/path_provider_foundation/path_provider_foundation.framework/Headers/path_provider_foundation-Swift.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/sqflite/sqflite.framework/Headers/SqfliteImport.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/sqflite/sqflite.framework/Headers/SqfliteDarwinImport.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/FlutterMacOS.framework/Modules/module.modulemap /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/sqflite/sqflite.framework/Modules/module.modulemap /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/path_provider_foundation/path_provider_foundation.framework/Modules/module.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/include/objc/ObjectiveC.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/CoreMedia.framework/Headers/CoreMedia.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/CoreData.framework/Headers/CoreData.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CoreImage.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/QuartzCore.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/include/dispatch/Dispatch.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/Metal.framework/Headers/Metal.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/include/Darwin.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/CoreGraphics.framework/Headers/CoreGraphics.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/ApplicationServices.framework/Headers/ApplicationServices.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/CoreAudioTypes.framework/Headers/CoreAudioTypes.apinotes /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/apinotes/os.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/UniformTypeIdentifiers.framework/Headers/UniformTypeIdentifiers.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/AppKit.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/CoreText.framework/Headers/CoreText.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/Security.framework/Headers/Security.apinotes
-/Users/yuliyarudenko/cpd/build/macos/Build/Intermediates.noindex/Runner.build/Release/Runner.build/Objects-normal/arm64/GeneratedAssetSymbols.o : /Users/yuliyarudenko/cpd/macos/Runner/AppDelegate.swift /Users/yuliyarudenko/cpd/build/macos/Build/Intermediates.noindex/Runner.build/Release/Runner.build/DerivedSources/GeneratedAssetSymbols.swift /Users/yuliyarudenko/cpd/macos/Flutter/GeneratedPluginRegistrant.swift /Users/yuliyarudenko/cpd/macos/Runner/MainFlutterWindow.swift /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/XPC.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/ObjectiveC.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/SwiftUI.framework/Modules/SwiftUI.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/CoreMedia.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/CoreData.framework/Modules/CoreData.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/CoreImage.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/CoreTransferable.framework/Modules/CoreTransferable.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/Combine.framework/Modules/Combine.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/QuartzCore.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/_StringProcessing.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/OSLog.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/Dispatch.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/Metal.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/Darwin.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/Foundation.framework/Modules/Foundation.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/CoreFoundation.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/Observation.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/CoreAudio.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/CoreGraphics.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/Symbols.framework/Modules/Symbols.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/os.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/UniformTypeIdentifiers.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/Swift.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/IOKit.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/AppKit.framework/Modules/AppKit.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/DeveloperToolsSupport.framework/Modules/DeveloperToolsSupport.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/_Concurrency.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/Accessibility.framework/Modules/Accessibility.swiftmodule/arm64e-apple-macos.swiftinterface /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/path_provider_foundation/path_provider_foundation.framework/Modules/path_provider_foundation.swiftmodule/arm64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/XPC.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/ObjectiveC.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/CoreMedia.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/CoreData.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/CoreImage.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/CoreTransferable.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/Combine.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/QuartzCore.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/_StringProcessing.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/Dispatch.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/Metal.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/Darwin.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/Foundation.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/CoreFoundation.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/Observation.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/CoreAudio.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/CoreGraphics.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/Symbols.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/os.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/UniformTypeIdentifiers.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/Swift.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/IOKit.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/AppKit.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/DeveloperToolsSupport.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/_Concurrency.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/Accessibility.swiftmodule/arm64e-apple-macos.swiftmodule /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/sqflite/sqflite.framework/Headers/SqfliteDarwinDB.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/FlutterMacOS.framework/Headers/FlutterPluginMacOS.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/FlutterMacOS.framework/Headers/FlutterPluginRegistrarMacOS.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/FlutterMacOS.framework/Headers/FlutterMacOS.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/sqflite/sqflite.framework/Headers/sqflite-umbrella.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/path_provider_foundation/path_provider_foundation.framework/Headers/path_provider_foundation-umbrella.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/FlutterMacOS.framework/Headers/FlutterEngine.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/FlutterMacOS.framework/Headers/FlutterTexture.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/sqflite/sqflite.framework/Headers/SqfliteDatabase.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/sqflite/sqflite.framework/Headers/SqfliteDarwinDatabase.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/FlutterMacOS.framework/Headers/FlutterAppLifecycleDelegate.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/FlutterMacOS.framework/Headers/FlutterAppDelegate.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/sqflite/sqflite.framework/Headers/SqfliteDarwinDatabaseQueue.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/sqflite/sqflite.framework/Headers/SqflitePlugin.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/sqflite/sqflite.framework/Headers/SqfliteOperation.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/FlutterMacOS.framework/Headers/FlutterBinaryMessenger.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/FlutterMacOS.framework/Headers/FlutterViewController.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/sqflite/sqflite.framework/Headers/SqfliteCursor.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/FlutterMacOS.framework/Headers/FlutterCodecs.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/FlutterMacOS.framework/Headers/FlutterChannels.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/sqflite/sqflite.framework/Headers/SqfliteDarwinDatabaseAdditions.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/FlutterMacOS.framework/Headers/FlutterMacros.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/FlutterMacOS.framework/Headers/FlutterPlatformViews.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/FlutterMacOS.framework/Headers/FlutterDartProject.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/sqflite/sqflite.framework/Headers/SqfliteDarwinResultSet.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/path_provider_foundation/path_provider_foundation.framework/Headers/path_provider_foundation-Swift.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/sqflite/sqflite.framework/Headers/SqfliteImport.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/sqflite/sqflite.framework/Headers/SqfliteDarwinImport.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/FlutterMacOS.framework/Modules/module.modulemap /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/sqflite/sqflite.framework/Modules/module.modulemap /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/path_provider_foundation/path_provider_foundation.framework/Modules/module.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/include/objc/ObjectiveC.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/CoreMedia.framework/Headers/CoreMedia.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/CoreData.framework/Headers/CoreData.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CoreImage.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/QuartzCore.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/include/dispatch/Dispatch.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/Metal.framework/Headers/Metal.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/include/Darwin.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/CoreGraphics.framework/Headers/CoreGraphics.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/ApplicationServices.framework/Headers/ApplicationServices.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/CoreAudioTypes.framework/Headers/CoreAudioTypes.apinotes /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/apinotes/os.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/UniformTypeIdentifiers.framework/Headers/UniformTypeIdentifiers.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/AppKit.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/CoreText.framework/Headers/CoreText.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/Security.framework/Headers/Security.apinotes
-/Users/yuliyarudenko/cpd/build/macos/Build/Intermediates.noindex/Runner.build/Release/Runner.build/Objects-normal/arm64/cpd.swiftmodule : /Users/yuliyarudenko/cpd/macos/Runner/AppDelegate.swift /Users/yuliyarudenko/cpd/build/macos/Build/Intermediates.noindex/Runner.build/Release/Runner.build/DerivedSources/GeneratedAssetSymbols.swift /Users/yuliyarudenko/cpd/macos/Flutter/GeneratedPluginRegistrant.swift /Users/yuliyarudenko/cpd/macos/Runner/MainFlutterWindow.swift /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/XPC.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/ObjectiveC.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/SwiftUI.framework/Modules/SwiftUI.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/CoreMedia.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/CoreData.framework/Modules/CoreData.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/CoreImage.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/CoreTransferable.framework/Modules/CoreTransferable.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/Combine.framework/Modules/Combine.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/QuartzCore.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/_StringProcessing.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/OSLog.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/Dispatch.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/Metal.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/Darwin.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/Foundation.framework/Modules/Foundation.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/CoreFoundation.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/Observation.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/CoreAudio.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/CoreGraphics.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/Symbols.framework/Modules/Symbols.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/os.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/UniformTypeIdentifiers.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/Swift.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/IOKit.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/AppKit.framework/Modules/AppKit.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/DeveloperToolsSupport.framework/Modules/DeveloperToolsSupport.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/_Concurrency.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/Accessibility.framework/Modules/Accessibility.swiftmodule/arm64e-apple-macos.swiftinterface /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/path_provider_foundation/path_provider_foundation.framework/Modules/path_provider_foundation.swiftmodule/arm64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/XPC.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/ObjectiveC.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/CoreMedia.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/CoreData.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/CoreImage.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/CoreTransferable.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/Combine.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/QuartzCore.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/_StringProcessing.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/Dispatch.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/Metal.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/Darwin.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/Foundation.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/CoreFoundation.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/Observation.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/CoreAudio.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/CoreGraphics.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/Symbols.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/os.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/UniformTypeIdentifiers.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/Swift.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/IOKit.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/AppKit.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/DeveloperToolsSupport.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/_Concurrency.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/Accessibility.swiftmodule/arm64e-apple-macos.swiftmodule /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/sqflite/sqflite.framework/Headers/SqfliteDarwinDB.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/FlutterMacOS.framework/Headers/FlutterPluginMacOS.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/FlutterMacOS.framework/Headers/FlutterPluginRegistrarMacOS.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/FlutterMacOS.framework/Headers/FlutterMacOS.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/sqflite/sqflite.framework/Headers/sqflite-umbrella.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/path_provider_foundation/path_provider_foundation.framework/Headers/path_provider_foundation-umbrella.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/FlutterMacOS.framework/Headers/FlutterEngine.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/FlutterMacOS.framework/Headers/FlutterTexture.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/sqflite/sqflite.framework/Headers/SqfliteDatabase.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/sqflite/sqflite.framework/Headers/SqfliteDarwinDatabase.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/FlutterMacOS.framework/Headers/FlutterAppLifecycleDelegate.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/FlutterMacOS.framework/Headers/FlutterAppDelegate.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/sqflite/sqflite.framework/Headers/SqfliteDarwinDatabaseQueue.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/sqflite/sqflite.framework/Headers/SqflitePlugin.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/sqflite/sqflite.framework/Headers/SqfliteOperation.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/FlutterMacOS.framework/Headers/FlutterBinaryMessenger.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/FlutterMacOS.framework/Headers/FlutterViewController.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/sqflite/sqflite.framework/Headers/SqfliteCursor.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/FlutterMacOS.framework/Headers/FlutterCodecs.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/FlutterMacOS.framework/Headers/FlutterChannels.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/sqflite/sqflite.framework/Headers/SqfliteDarwinDatabaseAdditions.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/FlutterMacOS.framework/Headers/FlutterMacros.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/FlutterMacOS.framework/Headers/FlutterPlatformViews.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/FlutterMacOS.framework/Headers/FlutterDartProject.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/sqflite/sqflite.framework/Headers/SqfliteDarwinResultSet.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/path_provider_foundation/path_provider_foundation.framework/Headers/path_provider_foundation-Swift.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/sqflite/sqflite.framework/Headers/SqfliteImport.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/sqflite/sqflite.framework/Headers/SqfliteDarwinImport.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/FlutterMacOS.framework/Modules/module.modulemap /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/sqflite/sqflite.framework/Modules/module.modulemap /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/path_provider_foundation/path_provider_foundation.framework/Modules/module.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/include/objc/ObjectiveC.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/CoreMedia.framework/Headers/CoreMedia.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/CoreData.framework/Headers/CoreData.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CoreImage.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/QuartzCore.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/include/dispatch/Dispatch.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/Metal.framework/Headers/Metal.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/include/Darwin.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/CoreGraphics.framework/Headers/CoreGraphics.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/ApplicationServices.framework/Headers/ApplicationServices.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/CoreAudioTypes.framework/Headers/CoreAudioTypes.apinotes /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/apinotes/os.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/UniformTypeIdentifiers.framework/Headers/UniformTypeIdentifiers.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/AppKit.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/CoreText.framework/Headers/CoreText.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/Security.framework/Headers/Security.apinotes
-/Users/yuliyarudenko/cpd/build/macos/Build/Intermediates.noindex/Runner.build/Release/Runner.build/Objects-normal/arm64/cpd.swiftdoc : /Users/yuliyarudenko/cpd/macos/Runner/AppDelegate.swift /Users/yuliyarudenko/cpd/build/macos/Build/Intermediates.noindex/Runner.build/Release/Runner.build/DerivedSources/GeneratedAssetSymbols.swift /Users/yuliyarudenko/cpd/macos/Flutter/GeneratedPluginRegistrant.swift /Users/yuliyarudenko/cpd/macos/Runner/MainFlutterWindow.swift /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/XPC.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/ObjectiveC.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/SwiftUI.framework/Modules/SwiftUI.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/CoreMedia.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/CoreData.framework/Modules/CoreData.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/CoreImage.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/CoreTransferable.framework/Modules/CoreTransferable.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/Combine.framework/Modules/Combine.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/QuartzCore.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/_StringProcessing.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/OSLog.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/Dispatch.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/Metal.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/Darwin.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/Foundation.framework/Modules/Foundation.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/CoreFoundation.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/Observation.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/CoreAudio.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/CoreGraphics.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/Symbols.framework/Modules/Symbols.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/os.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/UniformTypeIdentifiers.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/Swift.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/IOKit.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/AppKit.framework/Modules/AppKit.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/DeveloperToolsSupport.framework/Modules/DeveloperToolsSupport.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/_Concurrency.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/Accessibility.framework/Modules/Accessibility.swiftmodule/arm64e-apple-macos.swiftinterface /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/path_provider_foundation/path_provider_foundation.framework/Modules/path_provider_foundation.swiftmodule/arm64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/XPC.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/ObjectiveC.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/CoreMedia.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/CoreData.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/CoreImage.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/CoreTransferable.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/Combine.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/QuartzCore.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/_StringProcessing.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/Dispatch.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/Metal.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/Darwin.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/Foundation.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/CoreFoundation.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/Observation.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/CoreAudio.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/CoreGraphics.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/Symbols.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/os.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/UniformTypeIdentifiers.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/Swift.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/IOKit.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/AppKit.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/DeveloperToolsSupport.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/_Concurrency.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/Accessibility.swiftmodule/arm64e-apple-macos.swiftmodule /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/sqflite/sqflite.framework/Headers/SqfliteDarwinDB.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/FlutterMacOS.framework/Headers/FlutterPluginMacOS.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/FlutterMacOS.framework/Headers/FlutterPluginRegistrarMacOS.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/FlutterMacOS.framework/Headers/FlutterMacOS.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/sqflite/sqflite.framework/Headers/sqflite-umbrella.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/path_provider_foundation/path_provider_foundation.framework/Headers/path_provider_foundation-umbrella.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/FlutterMacOS.framework/Headers/FlutterEngine.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/FlutterMacOS.framework/Headers/FlutterTexture.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/sqflite/sqflite.framework/Headers/SqfliteDatabase.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/sqflite/sqflite.framework/Headers/SqfliteDarwinDatabase.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/FlutterMacOS.framework/Headers/FlutterAppLifecycleDelegate.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/FlutterMacOS.framework/Headers/FlutterAppDelegate.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/sqflite/sqflite.framework/Headers/SqfliteDarwinDatabaseQueue.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/sqflite/sqflite.framework/Headers/SqflitePlugin.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/sqflite/sqflite.framework/Headers/SqfliteOperation.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/FlutterMacOS.framework/Headers/FlutterBinaryMessenger.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/FlutterMacOS.framework/Headers/FlutterViewController.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/sqflite/sqflite.framework/Headers/SqfliteCursor.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/FlutterMacOS.framework/Headers/FlutterCodecs.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/FlutterMacOS.framework/Headers/FlutterChannels.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/sqflite/sqflite.framework/Headers/SqfliteDarwinDatabaseAdditions.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/FlutterMacOS.framework/Headers/FlutterMacros.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/FlutterMacOS.framework/Headers/FlutterPlatformViews.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/FlutterMacOS.framework/Headers/FlutterDartProject.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/sqflite/sqflite.framework/Headers/SqfliteDarwinResultSet.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/path_provider_foundation/path_provider_foundation.framework/Headers/path_provider_foundation-Swift.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/sqflite/sqflite.framework/Headers/SqfliteImport.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/sqflite/sqflite.framework/Headers/SqfliteDarwinImport.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/FlutterMacOS.framework/Modules/module.modulemap /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/sqflite/sqflite.framework/Modules/module.modulemap /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/path_provider_foundation/path_provider_foundation.framework/Modules/module.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/include/objc/ObjectiveC.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/CoreMedia.framework/Headers/CoreMedia.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/CoreData.framework/Headers/CoreData.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CoreImage.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/QuartzCore.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/include/dispatch/Dispatch.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/Metal.framework/Headers/Metal.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/include/Darwin.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/CoreGraphics.framework/Headers/CoreGraphics.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/ApplicationServices.framework/Headers/ApplicationServices.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/CoreAudioTypes.framework/Headers/CoreAudioTypes.apinotes /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/apinotes/os.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/UniformTypeIdentifiers.framework/Headers/UniformTypeIdentifiers.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/AppKit.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/CoreText.framework/Headers/CoreText.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/Security.framework/Headers/Security.apinotes
-/Users/yuliyarudenko/cpd/build/macos/Build/Intermediates.noindex/Runner.build/Release/Runner.build/Objects-normal/arm64/cpd-Swift.h : /Users/yuliyarudenko/cpd/macos/Runner/AppDelegate.swift /Users/yuliyarudenko/cpd/build/macos/Build/Intermediates.noindex/Runner.build/Release/Runner.build/DerivedSources/GeneratedAssetSymbols.swift /Users/yuliyarudenko/cpd/macos/Flutter/GeneratedPluginRegistrant.swift /Users/yuliyarudenko/cpd/macos/Runner/MainFlutterWindow.swift /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/XPC.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/ObjectiveC.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/SwiftUI.framework/Modules/SwiftUI.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/CoreMedia.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/CoreData.framework/Modules/CoreData.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/CoreImage.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/CoreTransferable.framework/Modules/CoreTransferable.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/Combine.framework/Modules/Combine.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/QuartzCore.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/_StringProcessing.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/OSLog.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/Dispatch.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/Metal.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/Darwin.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/Foundation.framework/Modules/Foundation.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/CoreFoundation.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/Observation.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/CoreAudio.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/CoreGraphics.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/Symbols.framework/Modules/Symbols.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/os.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/UniformTypeIdentifiers.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/Swift.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/IOKit.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/AppKit.framework/Modules/AppKit.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/DeveloperToolsSupport.framework/Modules/DeveloperToolsSupport.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/_Concurrency.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/Accessibility.framework/Modules/Accessibility.swiftmodule/arm64e-apple-macos.swiftinterface /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/path_provider_foundation/path_provider_foundation.framework/Modules/path_provider_foundation.swiftmodule/arm64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/XPC.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/ObjectiveC.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/CoreMedia.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/CoreData.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/CoreImage.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/CoreTransferable.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/Combine.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/QuartzCore.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/_StringProcessing.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/Dispatch.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/Metal.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/Darwin.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/Foundation.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/CoreFoundation.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/Observation.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/CoreAudio.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/CoreGraphics.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/Symbols.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/os.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/UniformTypeIdentifiers.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/Swift.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/IOKit.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/AppKit.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/DeveloperToolsSupport.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/_Concurrency.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/Accessibility.swiftmodule/arm64e-apple-macos.swiftmodule /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/sqflite/sqflite.framework/Headers/SqfliteDarwinDB.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/FlutterMacOS.framework/Headers/FlutterPluginMacOS.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/FlutterMacOS.framework/Headers/FlutterPluginRegistrarMacOS.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/FlutterMacOS.framework/Headers/FlutterMacOS.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/sqflite/sqflite.framework/Headers/sqflite-umbrella.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/path_provider_foundation/path_provider_foundation.framework/Headers/path_provider_foundation-umbrella.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/FlutterMacOS.framework/Headers/FlutterEngine.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/FlutterMacOS.framework/Headers/FlutterTexture.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/sqflite/sqflite.framework/Headers/SqfliteDatabase.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/sqflite/sqflite.framework/Headers/SqfliteDarwinDatabase.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/FlutterMacOS.framework/Headers/FlutterAppLifecycleDelegate.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/FlutterMacOS.framework/Headers/FlutterAppDelegate.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/sqflite/sqflite.framework/Headers/SqfliteDarwinDatabaseQueue.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/sqflite/sqflite.framework/Headers/SqflitePlugin.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/sqflite/sqflite.framework/Headers/SqfliteOperation.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/FlutterMacOS.framework/Headers/FlutterBinaryMessenger.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/FlutterMacOS.framework/Headers/FlutterViewController.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/sqflite/sqflite.framework/Headers/SqfliteCursor.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/FlutterMacOS.framework/Headers/FlutterCodecs.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/FlutterMacOS.framework/Headers/FlutterChannels.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/sqflite/sqflite.framework/Headers/SqfliteDarwinDatabaseAdditions.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/FlutterMacOS.framework/Headers/FlutterMacros.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/FlutterMacOS.framework/Headers/FlutterPlatformViews.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/FlutterMacOS.framework/Headers/FlutterDartProject.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/sqflite/sqflite.framework/Headers/SqfliteDarwinResultSet.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/path_provider_foundation/path_provider_foundation.framework/Headers/path_provider_foundation-Swift.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/sqflite/sqflite.framework/Headers/SqfliteImport.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/sqflite/sqflite.framework/Headers/SqfliteDarwinImport.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/FlutterMacOS.framework/Modules/module.modulemap /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/sqflite/sqflite.framework/Modules/module.modulemap /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/path_provider_foundation/path_provider_foundation.framework/Modules/module.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/include/objc/ObjectiveC.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/CoreMedia.framework/Headers/CoreMedia.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/CoreData.framework/Headers/CoreData.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CoreImage.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/QuartzCore.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/include/dispatch/Dispatch.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/Metal.framework/Headers/Metal.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/include/Darwin.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/CoreGraphics.framework/Headers/CoreGraphics.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/ApplicationServices.framework/Headers/ApplicationServices.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/CoreAudioTypes.framework/Headers/CoreAudioTypes.apinotes /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/apinotes/os.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/UniformTypeIdentifiers.framework/Headers/UniformTypeIdentifiers.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/AppKit.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/CoreText.framework/Headers/CoreText.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/Security.framework/Headers/Security.apinotes
-/Users/yuliyarudenko/cpd/build/macos/Build/Intermediates.noindex/Runner.build/Release/Runner.build/Objects-normal/arm64/cpd.swiftsourceinfo : /Users/yuliyarudenko/cpd/macos/Runner/AppDelegate.swift /Users/yuliyarudenko/cpd/build/macos/Build/Intermediates.noindex/Runner.build/Release/Runner.build/DerivedSources/GeneratedAssetSymbols.swift /Users/yuliyarudenko/cpd/macos/Flutter/GeneratedPluginRegistrant.swift /Users/yuliyarudenko/cpd/macos/Runner/MainFlutterWindow.swift /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/XPC.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/ObjectiveC.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/SwiftUI.framework/Modules/SwiftUI.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/CoreMedia.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/CoreData.framework/Modules/CoreData.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/CoreImage.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/CoreTransferable.framework/Modules/CoreTransferable.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/Combine.framework/Modules/Combine.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/QuartzCore.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/_StringProcessing.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/OSLog.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/Dispatch.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/Metal.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/Darwin.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/Foundation.framework/Modules/Foundation.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/CoreFoundation.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/Observation.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/CoreAudio.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/CoreGraphics.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/Symbols.framework/Modules/Symbols.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/os.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/UniformTypeIdentifiers.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/Swift.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/IOKit.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/AppKit.framework/Modules/AppKit.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/DeveloperToolsSupport.framework/Modules/DeveloperToolsSupport.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/_Concurrency.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/Accessibility.framework/Modules/Accessibility.swiftmodule/arm64e-apple-macos.swiftinterface /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/path_provider_foundation/path_provider_foundation.framework/Modules/path_provider_foundation.swiftmodule/arm64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/XPC.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/ObjectiveC.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/CoreMedia.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/CoreData.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/CoreImage.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/CoreTransferable.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/Combine.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/QuartzCore.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/_StringProcessing.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/Dispatch.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/Metal.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/Darwin.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/Foundation.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/CoreFoundation.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/Observation.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/CoreAudio.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/CoreGraphics.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/Symbols.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/os.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/UniformTypeIdentifiers.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/Swift.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/IOKit.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/AppKit.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/DeveloperToolsSupport.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/_Concurrency.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/Accessibility.swiftmodule/arm64e-apple-macos.swiftmodule /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/sqflite/sqflite.framework/Headers/SqfliteDarwinDB.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/FlutterMacOS.framework/Headers/FlutterPluginMacOS.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/FlutterMacOS.framework/Headers/FlutterPluginRegistrarMacOS.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/FlutterMacOS.framework/Headers/FlutterMacOS.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/sqflite/sqflite.framework/Headers/sqflite-umbrella.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/path_provider_foundation/path_provider_foundation.framework/Headers/path_provider_foundation-umbrella.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/FlutterMacOS.framework/Headers/FlutterEngine.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/FlutterMacOS.framework/Headers/FlutterTexture.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/sqflite/sqflite.framework/Headers/SqfliteDatabase.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/sqflite/sqflite.framework/Headers/SqfliteDarwinDatabase.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/FlutterMacOS.framework/Headers/FlutterAppLifecycleDelegate.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/FlutterMacOS.framework/Headers/FlutterAppDelegate.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/sqflite/sqflite.framework/Headers/SqfliteDarwinDatabaseQueue.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/sqflite/sqflite.framework/Headers/SqflitePlugin.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/sqflite/sqflite.framework/Headers/SqfliteOperation.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/FlutterMacOS.framework/Headers/FlutterBinaryMessenger.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/FlutterMacOS.framework/Headers/FlutterViewController.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/sqflite/sqflite.framework/Headers/SqfliteCursor.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/FlutterMacOS.framework/Headers/FlutterCodecs.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/FlutterMacOS.framework/Headers/FlutterChannels.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/sqflite/sqflite.framework/Headers/SqfliteDarwinDatabaseAdditions.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/FlutterMacOS.framework/Headers/FlutterMacros.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/FlutterMacOS.framework/Headers/FlutterPlatformViews.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/FlutterMacOS.framework/Headers/FlutterDartProject.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/sqflite/sqflite.framework/Headers/SqfliteDarwinResultSet.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/path_provider_foundation/path_provider_foundation.framework/Headers/path_provider_foundation-Swift.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/sqflite/sqflite.framework/Headers/SqfliteImport.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/sqflite/sqflite.framework/Headers/SqfliteDarwinImport.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/FlutterMacOS.framework/Modules/module.modulemap /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/sqflite/sqflite.framework/Modules/module.modulemap /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/path_provider_foundation/path_provider_foundation.framework/Modules/module.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/include/objc/ObjectiveC.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/CoreMedia.framework/Headers/CoreMedia.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/CoreData.framework/Headers/CoreData.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CoreImage.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/QuartzCore.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/include/dispatch/Dispatch.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/Metal.framework/Headers/Metal.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/include/Darwin.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/CoreGraphics.framework/Headers/CoreGraphics.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/ApplicationServices.framework/Headers/ApplicationServices.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/CoreAudioTypes.framework/Headers/CoreAudioTypes.apinotes /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/apinotes/os.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/UniformTypeIdentifiers.framework/Headers/UniformTypeIdentifiers.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/AppKit.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/CoreText.framework/Headers/CoreText.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/Security.framework/Headers/Security.apinotes
+/Users/yuliyarudenko/cpd/build/macos/Build/Intermediates.noindex/Runner.build/Release/Runner.build/Objects-normal/arm64/MainFlutterWindow.o : /Users/yuliyarudenko/cpd/macos/Runner/AppDelegate.swift /Users/yuliyarudenko/cpd/build/macos/Build/Intermediates.noindex/Runner.build/Release/Runner.build/DerivedSources/GeneratedAssetSymbols.swift /Users/yuliyarudenko/cpd/macos/Flutter/GeneratedPluginRegistrant.swift /Users/yuliyarudenko/cpd/macos/Runner/MainFlutterWindow.swift /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/XPC.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/ObjectiveC.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/SwiftUI.framework/Modules/SwiftUI.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/CoreMedia.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/CoreData.framework/Modules/CoreData.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/CoreImage.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/CoreTransferable.framework/Modules/CoreTransferable.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/Combine.framework/Modules/Combine.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/QuartzCore.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/_StringProcessing.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/OSLog.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/Dispatch.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/Metal.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/Darwin.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/Foundation.framework/Modules/Foundation.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/CoreFoundation.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/Observation.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/CoreAudio.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/CoreGraphics.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/Symbols.framework/Modules/Symbols.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/os.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/UniformTypeIdentifiers.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/Swift.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/IOKit.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/AppKit.framework/Modules/AppKit.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/DeveloperToolsSupport.framework/Modules/DeveloperToolsSupport.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/_Concurrency.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/Accessibility.framework/Modules/Accessibility.swiftmodule/arm64e-apple-macos.swiftinterface /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/path_provider_foundation/path_provider_foundation.framework/Modules/path_provider_foundation.swiftmodule/arm64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/XPC.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/ObjectiveC.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/SwiftUI.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/CoreMedia.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/CoreData.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/CoreImage.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/CoreTransferable.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/Combine.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/QuartzCore.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/_StringProcessing.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/OSLog.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/Dispatch.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/Metal.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/Darwin.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/Foundation.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/CoreFoundation.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/Observation.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/CoreAudio.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/CoreGraphics.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/Symbols.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/os.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/UniformTypeIdentifiers.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/Swift.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/IOKit.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/AppKit.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/DeveloperToolsSupport.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/_Concurrency.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/Accessibility.swiftmodule/arm64e-apple-macos.swiftmodule /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/sqflite/sqflite.framework/Headers/SqfliteDarwinDB.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/FlutterMacOS.framework/Headers/FlutterPluginMacOS.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/FlutterMacOS.framework/Headers/FlutterPluginRegistrarMacOS.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/FlutterMacOS.framework/Headers/FlutterMacOS.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/sqflite/sqflite.framework/Headers/sqflite-umbrella.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/path_provider_foundation/path_provider_foundation.framework/Headers/path_provider_foundation-umbrella.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/FlutterMacOS.framework/Headers/FlutterEngine.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/FlutterMacOS.framework/Headers/FlutterTexture.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/sqflite/sqflite.framework/Headers/SqfliteDatabase.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/sqflite/sqflite.framework/Headers/SqfliteDarwinDatabase.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/FlutterMacOS.framework/Headers/FlutterAppLifecycleDelegate.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/FlutterMacOS.framework/Headers/FlutterAppDelegate.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/sqflite/sqflite.framework/Headers/SqfliteDarwinDatabaseQueue.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/sqflite/sqflite.framework/Headers/SqflitePlugin.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/sqflite/sqflite.framework/Headers/SqfliteOperation.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/FlutterMacOS.framework/Headers/FlutterBinaryMessenger.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/FlutterMacOS.framework/Headers/FlutterViewController.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/sqflite/sqflite.framework/Headers/SqfliteCursor.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/FlutterMacOS.framework/Headers/FlutterCodecs.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/FlutterMacOS.framework/Headers/FlutterChannels.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/sqflite/sqflite.framework/Headers/SqfliteDarwinDatabaseAdditions.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/FlutterMacOS.framework/Headers/FlutterMacros.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/FlutterMacOS.framework/Headers/FlutterPlatformViews.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/FlutterMacOS.framework/Headers/FlutterDartProject.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/sqflite/sqflite.framework/Headers/SqfliteDarwinResultSet.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/path_provider_foundation/path_provider_foundation.framework/Headers/path_provider_foundation-Swift.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/sqflite/sqflite.framework/Headers/SqfliteImport.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/sqflite/sqflite.framework/Headers/SqfliteDarwinImport.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/FlutterMacOS.framework/Modules/module.modulemap /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/sqflite/sqflite.framework/Modules/module.modulemap /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/path_provider_foundation/path_provider_foundation.framework/Modules/module.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/include/objc/ObjectiveC.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/CoreMedia.framework/Headers/CoreMedia.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/CoreData.framework/Headers/CoreData.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CoreImage.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/QuartzCore.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/include/dispatch/Dispatch.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/Metal.framework/Headers/Metal.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/include/Darwin.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/CoreGraphics.framework/Headers/CoreGraphics.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/ApplicationServices.framework/Headers/ApplicationServices.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/CoreAudioTypes.framework/Headers/CoreAudioTypes.apinotes /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/apinotes/os.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/UniformTypeIdentifiers.framework/Headers/UniformTypeIdentifiers.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/AppKit.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/CoreText.framework/Headers/CoreText.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/Security.framework/Headers/Security.apinotes
+/Users/yuliyarudenko/cpd/build/macos/Build/Intermediates.noindex/Runner.build/Release/Runner.build/Objects-normal/arm64/AppDelegate.o : /Users/yuliyarudenko/cpd/macos/Runner/AppDelegate.swift /Users/yuliyarudenko/cpd/build/macos/Build/Intermediates.noindex/Runner.build/Release/Runner.build/DerivedSources/GeneratedAssetSymbols.swift /Users/yuliyarudenko/cpd/macos/Flutter/GeneratedPluginRegistrant.swift /Users/yuliyarudenko/cpd/macos/Runner/MainFlutterWindow.swift /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/XPC.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/ObjectiveC.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/SwiftUI.framework/Modules/SwiftUI.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/CoreMedia.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/CoreData.framework/Modules/CoreData.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/CoreImage.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/CoreTransferable.framework/Modules/CoreTransferable.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/Combine.framework/Modules/Combine.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/QuartzCore.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/_StringProcessing.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/OSLog.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/Dispatch.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/Metal.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/Darwin.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/Foundation.framework/Modules/Foundation.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/CoreFoundation.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/Observation.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/CoreAudio.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/CoreGraphics.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/Symbols.framework/Modules/Symbols.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/os.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/UniformTypeIdentifiers.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/Swift.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/IOKit.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/AppKit.framework/Modules/AppKit.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/DeveloperToolsSupport.framework/Modules/DeveloperToolsSupport.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/_Concurrency.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/Accessibility.framework/Modules/Accessibility.swiftmodule/arm64e-apple-macos.swiftinterface /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/path_provider_foundation/path_provider_foundation.framework/Modules/path_provider_foundation.swiftmodule/arm64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/XPC.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/ObjectiveC.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/SwiftUI.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/CoreMedia.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/CoreData.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/CoreImage.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/CoreTransferable.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/Combine.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/QuartzCore.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/_StringProcessing.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/OSLog.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/Dispatch.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/Metal.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/Darwin.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/Foundation.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/CoreFoundation.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/Observation.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/CoreAudio.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/CoreGraphics.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/Symbols.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/os.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/UniformTypeIdentifiers.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/Swift.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/IOKit.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/AppKit.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/DeveloperToolsSupport.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/_Concurrency.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/Accessibility.swiftmodule/arm64e-apple-macos.swiftmodule /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/sqflite/sqflite.framework/Headers/SqfliteDarwinDB.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/FlutterMacOS.framework/Headers/FlutterPluginMacOS.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/FlutterMacOS.framework/Headers/FlutterPluginRegistrarMacOS.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/FlutterMacOS.framework/Headers/FlutterMacOS.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/sqflite/sqflite.framework/Headers/sqflite-umbrella.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/path_provider_foundation/path_provider_foundation.framework/Headers/path_provider_foundation-umbrella.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/FlutterMacOS.framework/Headers/FlutterEngine.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/FlutterMacOS.framework/Headers/FlutterTexture.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/sqflite/sqflite.framework/Headers/SqfliteDatabase.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/sqflite/sqflite.framework/Headers/SqfliteDarwinDatabase.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/FlutterMacOS.framework/Headers/FlutterAppLifecycleDelegate.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/FlutterMacOS.framework/Headers/FlutterAppDelegate.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/sqflite/sqflite.framework/Headers/SqfliteDarwinDatabaseQueue.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/sqflite/sqflite.framework/Headers/SqflitePlugin.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/sqflite/sqflite.framework/Headers/SqfliteOperation.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/FlutterMacOS.framework/Headers/FlutterBinaryMessenger.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/FlutterMacOS.framework/Headers/FlutterViewController.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/sqflite/sqflite.framework/Headers/SqfliteCursor.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/FlutterMacOS.framework/Headers/FlutterCodecs.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/FlutterMacOS.framework/Headers/FlutterChannels.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/sqflite/sqflite.framework/Headers/SqfliteDarwinDatabaseAdditions.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/FlutterMacOS.framework/Headers/FlutterMacros.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/FlutterMacOS.framework/Headers/FlutterPlatformViews.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/FlutterMacOS.framework/Headers/FlutterDartProject.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/sqflite/sqflite.framework/Headers/SqfliteDarwinResultSet.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/path_provider_foundation/path_provider_foundation.framework/Headers/path_provider_foundation-Swift.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/sqflite/sqflite.framework/Headers/SqfliteImport.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/sqflite/sqflite.framework/Headers/SqfliteDarwinImport.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/FlutterMacOS.framework/Modules/module.modulemap /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/sqflite/sqflite.framework/Modules/module.modulemap /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/path_provider_foundation/path_provider_foundation.framework/Modules/module.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/include/objc/ObjectiveC.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/CoreMedia.framework/Headers/CoreMedia.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/CoreData.framework/Headers/CoreData.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CoreImage.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/QuartzCore.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/include/dispatch/Dispatch.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/Metal.framework/Headers/Metal.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/include/Darwin.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/CoreGraphics.framework/Headers/CoreGraphics.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/ApplicationServices.framework/Headers/ApplicationServices.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/CoreAudioTypes.framework/Headers/CoreAudioTypes.apinotes /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/apinotes/os.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/UniformTypeIdentifiers.framework/Headers/UniformTypeIdentifiers.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/AppKit.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/CoreText.framework/Headers/CoreText.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/Security.framework/Headers/Security.apinotes
+/Users/yuliyarudenko/cpd/build/macos/Build/Intermediates.noindex/Runner.build/Release/Runner.build/Objects-normal/arm64/GeneratedPluginRegistrant.o : /Users/yuliyarudenko/cpd/macos/Runner/AppDelegate.swift /Users/yuliyarudenko/cpd/build/macos/Build/Intermediates.noindex/Runner.build/Release/Runner.build/DerivedSources/GeneratedAssetSymbols.swift /Users/yuliyarudenko/cpd/macos/Flutter/GeneratedPluginRegistrant.swift /Users/yuliyarudenko/cpd/macos/Runner/MainFlutterWindow.swift /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/XPC.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/ObjectiveC.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/SwiftUI.framework/Modules/SwiftUI.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/CoreMedia.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/CoreData.framework/Modules/CoreData.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/CoreImage.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/CoreTransferable.framework/Modules/CoreTransferable.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/Combine.framework/Modules/Combine.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/QuartzCore.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/_StringProcessing.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/OSLog.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/Dispatch.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/Metal.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/Darwin.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/Foundation.framework/Modules/Foundation.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/CoreFoundation.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/Observation.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/CoreAudio.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/CoreGraphics.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/Symbols.framework/Modules/Symbols.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/os.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/UniformTypeIdentifiers.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/Swift.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/IOKit.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/AppKit.framework/Modules/AppKit.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/DeveloperToolsSupport.framework/Modules/DeveloperToolsSupport.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/_Concurrency.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/Accessibility.framework/Modules/Accessibility.swiftmodule/arm64e-apple-macos.swiftinterface /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/path_provider_foundation/path_provider_foundation.framework/Modules/path_provider_foundation.swiftmodule/arm64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/XPC.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/ObjectiveC.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/SwiftUI.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/CoreMedia.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/CoreData.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/CoreImage.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/CoreTransferable.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/Combine.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/QuartzCore.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/_StringProcessing.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/OSLog.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/Dispatch.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/Metal.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/Darwin.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/Foundation.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/CoreFoundation.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/Observation.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/CoreAudio.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/CoreGraphics.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/Symbols.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/os.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/UniformTypeIdentifiers.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/Swift.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/IOKit.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/AppKit.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/DeveloperToolsSupport.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/_Concurrency.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/Accessibility.swiftmodule/arm64e-apple-macos.swiftmodule /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/sqflite/sqflite.framework/Headers/SqfliteDarwinDB.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/FlutterMacOS.framework/Headers/FlutterPluginMacOS.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/FlutterMacOS.framework/Headers/FlutterPluginRegistrarMacOS.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/FlutterMacOS.framework/Headers/FlutterMacOS.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/sqflite/sqflite.framework/Headers/sqflite-umbrella.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/path_provider_foundation/path_provider_foundation.framework/Headers/path_provider_foundation-umbrella.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/FlutterMacOS.framework/Headers/FlutterEngine.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/FlutterMacOS.framework/Headers/FlutterTexture.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/sqflite/sqflite.framework/Headers/SqfliteDatabase.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/sqflite/sqflite.framework/Headers/SqfliteDarwinDatabase.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/FlutterMacOS.framework/Headers/FlutterAppLifecycleDelegate.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/FlutterMacOS.framework/Headers/FlutterAppDelegate.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/sqflite/sqflite.framework/Headers/SqfliteDarwinDatabaseQueue.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/sqflite/sqflite.framework/Headers/SqflitePlugin.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/sqflite/sqflite.framework/Headers/SqfliteOperation.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/FlutterMacOS.framework/Headers/FlutterBinaryMessenger.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/FlutterMacOS.framework/Headers/FlutterViewController.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/sqflite/sqflite.framework/Headers/SqfliteCursor.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/FlutterMacOS.framework/Headers/FlutterCodecs.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/FlutterMacOS.framework/Headers/FlutterChannels.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/sqflite/sqflite.framework/Headers/SqfliteDarwinDatabaseAdditions.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/FlutterMacOS.framework/Headers/FlutterMacros.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/FlutterMacOS.framework/Headers/FlutterPlatformViews.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/FlutterMacOS.framework/Headers/FlutterDartProject.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/sqflite/sqflite.framework/Headers/SqfliteDarwinResultSet.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/path_provider_foundation/path_provider_foundation.framework/Headers/path_provider_foundation-Swift.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/sqflite/sqflite.framework/Headers/SqfliteImport.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/sqflite/sqflite.framework/Headers/SqfliteDarwinImport.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/FlutterMacOS.framework/Modules/module.modulemap /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/sqflite/sqflite.framework/Modules/module.modulemap /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/path_provider_foundation/path_provider_foundation.framework/Modules/module.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/include/objc/ObjectiveC.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/CoreMedia.framework/Headers/CoreMedia.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/CoreData.framework/Headers/CoreData.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CoreImage.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/QuartzCore.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/include/dispatch/Dispatch.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/Metal.framework/Headers/Metal.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/include/Darwin.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/CoreGraphics.framework/Headers/CoreGraphics.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/ApplicationServices.framework/Headers/ApplicationServices.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/CoreAudioTypes.framework/Headers/CoreAudioTypes.apinotes /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/apinotes/os.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/UniformTypeIdentifiers.framework/Headers/UniformTypeIdentifiers.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/AppKit.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/CoreText.framework/Headers/CoreText.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/Security.framework/Headers/Security.apinotes
+/Users/yuliyarudenko/cpd/build/macos/Build/Intermediates.noindex/Runner.build/Release/Runner.build/Objects-normal/arm64/GeneratedAssetSymbols.o : /Users/yuliyarudenko/cpd/macos/Runner/AppDelegate.swift /Users/yuliyarudenko/cpd/build/macos/Build/Intermediates.noindex/Runner.build/Release/Runner.build/DerivedSources/GeneratedAssetSymbols.swift /Users/yuliyarudenko/cpd/macos/Flutter/GeneratedPluginRegistrant.swift /Users/yuliyarudenko/cpd/macos/Runner/MainFlutterWindow.swift /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/XPC.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/ObjectiveC.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/SwiftUI.framework/Modules/SwiftUI.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/CoreMedia.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/CoreData.framework/Modules/CoreData.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/CoreImage.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/CoreTransferable.framework/Modules/CoreTransferable.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/Combine.framework/Modules/Combine.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/QuartzCore.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/_StringProcessing.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/OSLog.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/Dispatch.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/Metal.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/Darwin.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/Foundation.framework/Modules/Foundation.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/CoreFoundation.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/Observation.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/CoreAudio.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/CoreGraphics.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/Symbols.framework/Modules/Symbols.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/os.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/UniformTypeIdentifiers.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/Swift.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/IOKit.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/AppKit.framework/Modules/AppKit.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/DeveloperToolsSupport.framework/Modules/DeveloperToolsSupport.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/_Concurrency.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/Accessibility.framework/Modules/Accessibility.swiftmodule/arm64e-apple-macos.swiftinterface /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/path_provider_foundation/path_provider_foundation.framework/Modules/path_provider_foundation.swiftmodule/arm64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/XPC.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/ObjectiveC.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/SwiftUI.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/CoreMedia.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/CoreData.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/CoreImage.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/CoreTransferable.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/Combine.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/QuartzCore.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/_StringProcessing.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/OSLog.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/Dispatch.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/Metal.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/Darwin.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/Foundation.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/CoreFoundation.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/Observation.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/CoreAudio.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/CoreGraphics.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/Symbols.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/os.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/UniformTypeIdentifiers.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/Swift.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/IOKit.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/AppKit.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/DeveloperToolsSupport.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/_Concurrency.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/Accessibility.swiftmodule/arm64e-apple-macos.swiftmodule /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/sqflite/sqflite.framework/Headers/SqfliteDarwinDB.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/FlutterMacOS.framework/Headers/FlutterPluginMacOS.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/FlutterMacOS.framework/Headers/FlutterPluginRegistrarMacOS.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/FlutterMacOS.framework/Headers/FlutterMacOS.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/sqflite/sqflite.framework/Headers/sqflite-umbrella.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/path_provider_foundation/path_provider_foundation.framework/Headers/path_provider_foundation-umbrella.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/FlutterMacOS.framework/Headers/FlutterEngine.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/FlutterMacOS.framework/Headers/FlutterTexture.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/sqflite/sqflite.framework/Headers/SqfliteDatabase.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/sqflite/sqflite.framework/Headers/SqfliteDarwinDatabase.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/FlutterMacOS.framework/Headers/FlutterAppLifecycleDelegate.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/FlutterMacOS.framework/Headers/FlutterAppDelegate.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/sqflite/sqflite.framework/Headers/SqfliteDarwinDatabaseQueue.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/sqflite/sqflite.framework/Headers/SqflitePlugin.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/sqflite/sqflite.framework/Headers/SqfliteOperation.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/FlutterMacOS.framework/Headers/FlutterBinaryMessenger.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/FlutterMacOS.framework/Headers/FlutterViewController.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/sqflite/sqflite.framework/Headers/SqfliteCursor.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/FlutterMacOS.framework/Headers/FlutterCodecs.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/FlutterMacOS.framework/Headers/FlutterChannels.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/sqflite/sqflite.framework/Headers/SqfliteDarwinDatabaseAdditions.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/FlutterMacOS.framework/Headers/FlutterMacros.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/FlutterMacOS.framework/Headers/FlutterPlatformViews.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/FlutterMacOS.framework/Headers/FlutterDartProject.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/sqflite/sqflite.framework/Headers/SqfliteDarwinResultSet.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/path_provider_foundation/path_provider_foundation.framework/Headers/path_provider_foundation-Swift.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/sqflite/sqflite.framework/Headers/SqfliteImport.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/sqflite/sqflite.framework/Headers/SqfliteDarwinImport.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/FlutterMacOS.framework/Modules/module.modulemap /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/sqflite/sqflite.framework/Modules/module.modulemap /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/path_provider_foundation/path_provider_foundation.framework/Modules/module.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/include/objc/ObjectiveC.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/CoreMedia.framework/Headers/CoreMedia.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/CoreData.framework/Headers/CoreData.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CoreImage.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/QuartzCore.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/include/dispatch/Dispatch.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/Metal.framework/Headers/Metal.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/include/Darwin.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/CoreGraphics.framework/Headers/CoreGraphics.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/ApplicationServices.framework/Headers/ApplicationServices.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/CoreAudioTypes.framework/Headers/CoreAudioTypes.apinotes /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/apinotes/os.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/UniformTypeIdentifiers.framework/Headers/UniformTypeIdentifiers.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/AppKit.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/CoreText.framework/Headers/CoreText.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/Security.framework/Headers/Security.apinotes
+/Users/yuliyarudenko/cpd/build/macos/Build/Intermediates.noindex/Runner.build/Release/Runner.build/Objects-normal/arm64/cpd.swiftmodule : /Users/yuliyarudenko/cpd/macos/Runner/AppDelegate.swift /Users/yuliyarudenko/cpd/build/macos/Build/Intermediates.noindex/Runner.build/Release/Runner.build/DerivedSources/GeneratedAssetSymbols.swift /Users/yuliyarudenko/cpd/macos/Flutter/GeneratedPluginRegistrant.swift /Users/yuliyarudenko/cpd/macos/Runner/MainFlutterWindow.swift /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/XPC.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/ObjectiveC.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/SwiftUI.framework/Modules/SwiftUI.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/CoreMedia.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/CoreData.framework/Modules/CoreData.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/CoreImage.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/CoreTransferable.framework/Modules/CoreTransferable.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/Combine.framework/Modules/Combine.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/QuartzCore.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/_StringProcessing.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/OSLog.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/Dispatch.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/Metal.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/Darwin.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/Foundation.framework/Modules/Foundation.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/CoreFoundation.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/Observation.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/CoreAudio.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/CoreGraphics.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/Symbols.framework/Modules/Symbols.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/os.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/UniformTypeIdentifiers.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/Swift.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/IOKit.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/AppKit.framework/Modules/AppKit.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/DeveloperToolsSupport.framework/Modules/DeveloperToolsSupport.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/_Concurrency.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/Accessibility.framework/Modules/Accessibility.swiftmodule/arm64e-apple-macos.swiftinterface /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/path_provider_foundation/path_provider_foundation.framework/Modules/path_provider_foundation.swiftmodule/arm64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/XPC.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/ObjectiveC.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/SwiftUI.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/CoreMedia.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/CoreData.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/CoreImage.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/CoreTransferable.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/Combine.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/QuartzCore.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/_StringProcessing.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/OSLog.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/Dispatch.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/Metal.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/Darwin.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/Foundation.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/CoreFoundation.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/Observation.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/CoreAudio.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/CoreGraphics.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/Symbols.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/os.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/UniformTypeIdentifiers.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/Swift.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/IOKit.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/AppKit.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/DeveloperToolsSupport.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/_Concurrency.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/Accessibility.swiftmodule/arm64e-apple-macos.swiftmodule /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/sqflite/sqflite.framework/Headers/SqfliteDarwinDB.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/FlutterMacOS.framework/Headers/FlutterPluginMacOS.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/FlutterMacOS.framework/Headers/FlutterPluginRegistrarMacOS.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/FlutterMacOS.framework/Headers/FlutterMacOS.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/sqflite/sqflite.framework/Headers/sqflite-umbrella.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/path_provider_foundation/path_provider_foundation.framework/Headers/path_provider_foundation-umbrella.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/FlutterMacOS.framework/Headers/FlutterEngine.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/FlutterMacOS.framework/Headers/FlutterTexture.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/sqflite/sqflite.framework/Headers/SqfliteDatabase.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/sqflite/sqflite.framework/Headers/SqfliteDarwinDatabase.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/FlutterMacOS.framework/Headers/FlutterAppLifecycleDelegate.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/FlutterMacOS.framework/Headers/FlutterAppDelegate.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/sqflite/sqflite.framework/Headers/SqfliteDarwinDatabaseQueue.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/sqflite/sqflite.framework/Headers/SqflitePlugin.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/sqflite/sqflite.framework/Headers/SqfliteOperation.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/FlutterMacOS.framework/Headers/FlutterBinaryMessenger.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/FlutterMacOS.framework/Headers/FlutterViewController.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/sqflite/sqflite.framework/Headers/SqfliteCursor.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/FlutterMacOS.framework/Headers/FlutterCodecs.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/FlutterMacOS.framework/Headers/FlutterChannels.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/sqflite/sqflite.framework/Headers/SqfliteDarwinDatabaseAdditions.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/FlutterMacOS.framework/Headers/FlutterMacros.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/FlutterMacOS.framework/Headers/FlutterPlatformViews.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/FlutterMacOS.framework/Headers/FlutterDartProject.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/sqflite/sqflite.framework/Headers/SqfliteDarwinResultSet.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/path_provider_foundation/path_provider_foundation.framework/Headers/path_provider_foundation-Swift.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/sqflite/sqflite.framework/Headers/SqfliteImport.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/sqflite/sqflite.framework/Headers/SqfliteDarwinImport.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/FlutterMacOS.framework/Modules/module.modulemap /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/sqflite/sqflite.framework/Modules/module.modulemap /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/path_provider_foundation/path_provider_foundation.framework/Modules/module.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/include/objc/ObjectiveC.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/CoreMedia.framework/Headers/CoreMedia.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/CoreData.framework/Headers/CoreData.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CoreImage.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/QuartzCore.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/include/dispatch/Dispatch.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/Metal.framework/Headers/Metal.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/include/Darwin.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/CoreGraphics.framework/Headers/CoreGraphics.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/ApplicationServices.framework/Headers/ApplicationServices.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/CoreAudioTypes.framework/Headers/CoreAudioTypes.apinotes /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/apinotes/os.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/UniformTypeIdentifiers.framework/Headers/UniformTypeIdentifiers.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/AppKit.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/CoreText.framework/Headers/CoreText.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/Security.framework/Headers/Security.apinotes
+/Users/yuliyarudenko/cpd/build/macos/Build/Intermediates.noindex/Runner.build/Release/Runner.build/Objects-normal/arm64/cpd.swiftdoc : /Users/yuliyarudenko/cpd/macos/Runner/AppDelegate.swift /Users/yuliyarudenko/cpd/build/macos/Build/Intermediates.noindex/Runner.build/Release/Runner.build/DerivedSources/GeneratedAssetSymbols.swift /Users/yuliyarudenko/cpd/macos/Flutter/GeneratedPluginRegistrant.swift /Users/yuliyarudenko/cpd/macos/Runner/MainFlutterWindow.swift /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/XPC.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/ObjectiveC.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/SwiftUI.framework/Modules/SwiftUI.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/CoreMedia.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/CoreData.framework/Modules/CoreData.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/CoreImage.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/CoreTransferable.framework/Modules/CoreTransferable.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/Combine.framework/Modules/Combine.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/QuartzCore.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/_StringProcessing.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/OSLog.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/Dispatch.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/Metal.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/Darwin.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/Foundation.framework/Modules/Foundation.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/CoreFoundation.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/Observation.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/CoreAudio.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/CoreGraphics.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/Symbols.framework/Modules/Symbols.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/os.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/UniformTypeIdentifiers.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/Swift.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/IOKit.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/AppKit.framework/Modules/AppKit.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/DeveloperToolsSupport.framework/Modules/DeveloperToolsSupport.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/_Concurrency.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/Accessibility.framework/Modules/Accessibility.swiftmodule/arm64e-apple-macos.swiftinterface /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/path_provider_foundation/path_provider_foundation.framework/Modules/path_provider_foundation.swiftmodule/arm64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/XPC.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/ObjectiveC.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/SwiftUI.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/CoreMedia.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/CoreData.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/CoreImage.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/CoreTransferable.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/Combine.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/QuartzCore.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/_StringProcessing.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/OSLog.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/Dispatch.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/Metal.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/Darwin.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/Foundation.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/CoreFoundation.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/Observation.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/CoreAudio.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/CoreGraphics.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/Symbols.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/os.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/UniformTypeIdentifiers.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/Swift.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/IOKit.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/AppKit.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/DeveloperToolsSupport.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/_Concurrency.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/Accessibility.swiftmodule/arm64e-apple-macos.swiftmodule /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/sqflite/sqflite.framework/Headers/SqfliteDarwinDB.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/FlutterMacOS.framework/Headers/FlutterPluginMacOS.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/FlutterMacOS.framework/Headers/FlutterPluginRegistrarMacOS.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/FlutterMacOS.framework/Headers/FlutterMacOS.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/sqflite/sqflite.framework/Headers/sqflite-umbrella.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/path_provider_foundation/path_provider_foundation.framework/Headers/path_provider_foundation-umbrella.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/FlutterMacOS.framework/Headers/FlutterEngine.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/FlutterMacOS.framework/Headers/FlutterTexture.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/sqflite/sqflite.framework/Headers/SqfliteDatabase.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/sqflite/sqflite.framework/Headers/SqfliteDarwinDatabase.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/FlutterMacOS.framework/Headers/FlutterAppLifecycleDelegate.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/FlutterMacOS.framework/Headers/FlutterAppDelegate.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/sqflite/sqflite.framework/Headers/SqfliteDarwinDatabaseQueue.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/sqflite/sqflite.framework/Headers/SqflitePlugin.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/sqflite/sqflite.framework/Headers/SqfliteOperation.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/FlutterMacOS.framework/Headers/FlutterBinaryMessenger.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/FlutterMacOS.framework/Headers/FlutterViewController.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/sqflite/sqflite.framework/Headers/SqfliteCursor.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/FlutterMacOS.framework/Headers/FlutterCodecs.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/FlutterMacOS.framework/Headers/FlutterChannels.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/sqflite/sqflite.framework/Headers/SqfliteDarwinDatabaseAdditions.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/FlutterMacOS.framework/Headers/FlutterMacros.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/FlutterMacOS.framework/Headers/FlutterPlatformViews.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/FlutterMacOS.framework/Headers/FlutterDartProject.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/sqflite/sqflite.framework/Headers/SqfliteDarwinResultSet.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/path_provider_foundation/path_provider_foundation.framework/Headers/path_provider_foundation-Swift.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/sqflite/sqflite.framework/Headers/SqfliteImport.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/sqflite/sqflite.framework/Headers/SqfliteDarwinImport.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/FlutterMacOS.framework/Modules/module.modulemap /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/sqflite/sqflite.framework/Modules/module.modulemap /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/path_provider_foundation/path_provider_foundation.framework/Modules/module.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/include/objc/ObjectiveC.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/CoreMedia.framework/Headers/CoreMedia.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/CoreData.framework/Headers/CoreData.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CoreImage.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/QuartzCore.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/include/dispatch/Dispatch.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/Metal.framework/Headers/Metal.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/include/Darwin.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/CoreGraphics.framework/Headers/CoreGraphics.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/ApplicationServices.framework/Headers/ApplicationServices.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/CoreAudioTypes.framework/Headers/CoreAudioTypes.apinotes /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/apinotes/os.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/UniformTypeIdentifiers.framework/Headers/UniformTypeIdentifiers.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/AppKit.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/CoreText.framework/Headers/CoreText.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/Security.framework/Headers/Security.apinotes
+/Users/yuliyarudenko/cpd/build/macos/Build/Intermediates.noindex/Runner.build/Release/Runner.build/Objects-normal/arm64/cpd-Swift.h : /Users/yuliyarudenko/cpd/macos/Runner/AppDelegate.swift /Users/yuliyarudenko/cpd/build/macos/Build/Intermediates.noindex/Runner.build/Release/Runner.build/DerivedSources/GeneratedAssetSymbols.swift /Users/yuliyarudenko/cpd/macos/Flutter/GeneratedPluginRegistrant.swift /Users/yuliyarudenko/cpd/macos/Runner/MainFlutterWindow.swift /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/XPC.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/ObjectiveC.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/SwiftUI.framework/Modules/SwiftUI.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/CoreMedia.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/CoreData.framework/Modules/CoreData.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/CoreImage.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/CoreTransferable.framework/Modules/CoreTransferable.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/Combine.framework/Modules/Combine.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/QuartzCore.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/_StringProcessing.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/OSLog.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/Dispatch.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/Metal.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/Darwin.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/Foundation.framework/Modules/Foundation.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/CoreFoundation.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/Observation.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/CoreAudio.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/CoreGraphics.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/Symbols.framework/Modules/Symbols.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/os.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/UniformTypeIdentifiers.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/Swift.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/IOKit.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/AppKit.framework/Modules/AppKit.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/DeveloperToolsSupport.framework/Modules/DeveloperToolsSupport.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/_Concurrency.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/Accessibility.framework/Modules/Accessibility.swiftmodule/arm64e-apple-macos.swiftinterface /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/path_provider_foundation/path_provider_foundation.framework/Modules/path_provider_foundation.swiftmodule/arm64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/XPC.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/ObjectiveC.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/SwiftUI.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/CoreMedia.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/CoreData.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/CoreImage.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/CoreTransferable.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/Combine.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/QuartzCore.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/_StringProcessing.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/OSLog.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/Dispatch.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/Metal.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/Darwin.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/Foundation.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/CoreFoundation.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/Observation.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/CoreAudio.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/CoreGraphics.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/Symbols.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/os.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/UniformTypeIdentifiers.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/Swift.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/IOKit.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/AppKit.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/DeveloperToolsSupport.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/_Concurrency.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/Accessibility.swiftmodule/arm64e-apple-macos.swiftmodule /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/sqflite/sqflite.framework/Headers/SqfliteDarwinDB.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/FlutterMacOS.framework/Headers/FlutterPluginMacOS.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/FlutterMacOS.framework/Headers/FlutterPluginRegistrarMacOS.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/FlutterMacOS.framework/Headers/FlutterMacOS.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/sqflite/sqflite.framework/Headers/sqflite-umbrella.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/path_provider_foundation/path_provider_foundation.framework/Headers/path_provider_foundation-umbrella.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/FlutterMacOS.framework/Headers/FlutterEngine.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/FlutterMacOS.framework/Headers/FlutterTexture.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/sqflite/sqflite.framework/Headers/SqfliteDatabase.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/sqflite/sqflite.framework/Headers/SqfliteDarwinDatabase.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/FlutterMacOS.framework/Headers/FlutterAppLifecycleDelegate.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/FlutterMacOS.framework/Headers/FlutterAppDelegate.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/sqflite/sqflite.framework/Headers/SqfliteDarwinDatabaseQueue.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/sqflite/sqflite.framework/Headers/SqflitePlugin.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/sqflite/sqflite.framework/Headers/SqfliteOperation.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/FlutterMacOS.framework/Headers/FlutterBinaryMessenger.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/FlutterMacOS.framework/Headers/FlutterViewController.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/sqflite/sqflite.framework/Headers/SqfliteCursor.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/FlutterMacOS.framework/Headers/FlutterCodecs.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/FlutterMacOS.framework/Headers/FlutterChannels.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/sqflite/sqflite.framework/Headers/SqfliteDarwinDatabaseAdditions.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/FlutterMacOS.framework/Headers/FlutterMacros.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/FlutterMacOS.framework/Headers/FlutterPlatformViews.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/FlutterMacOS.framework/Headers/FlutterDartProject.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/sqflite/sqflite.framework/Headers/SqfliteDarwinResultSet.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/path_provider_foundation/path_provider_foundation.framework/Headers/path_provider_foundation-Swift.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/sqflite/sqflite.framework/Headers/SqfliteImport.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/sqflite/sqflite.framework/Headers/SqfliteDarwinImport.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/FlutterMacOS.framework/Modules/module.modulemap /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/sqflite/sqflite.framework/Modules/module.modulemap /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/path_provider_foundation/path_provider_foundation.framework/Modules/module.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/include/objc/ObjectiveC.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/CoreMedia.framework/Headers/CoreMedia.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/CoreData.framework/Headers/CoreData.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CoreImage.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/QuartzCore.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/include/dispatch/Dispatch.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/Metal.framework/Headers/Metal.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/include/Darwin.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/CoreGraphics.framework/Headers/CoreGraphics.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/ApplicationServices.framework/Headers/ApplicationServices.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/CoreAudioTypes.framework/Headers/CoreAudioTypes.apinotes /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/apinotes/os.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/UniformTypeIdentifiers.framework/Headers/UniformTypeIdentifiers.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/AppKit.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/CoreText.framework/Headers/CoreText.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/Security.framework/Headers/Security.apinotes
+/Users/yuliyarudenko/cpd/build/macos/Build/Intermediates.noindex/Runner.build/Release/Runner.build/Objects-normal/arm64/cpd.swiftsourceinfo : /Users/yuliyarudenko/cpd/macos/Runner/AppDelegate.swift /Users/yuliyarudenko/cpd/build/macos/Build/Intermediates.noindex/Runner.build/Release/Runner.build/DerivedSources/GeneratedAssetSymbols.swift /Users/yuliyarudenko/cpd/macos/Flutter/GeneratedPluginRegistrant.swift /Users/yuliyarudenko/cpd/macos/Runner/MainFlutterWindow.swift /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/XPC.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/ObjectiveC.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/SwiftUI.framework/Modules/SwiftUI.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/CoreMedia.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/CoreData.framework/Modules/CoreData.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/CoreImage.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/CoreTransferable.framework/Modules/CoreTransferable.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/Combine.framework/Modules/Combine.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/QuartzCore.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/_StringProcessing.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/OSLog.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/Dispatch.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/Metal.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/Darwin.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/Foundation.framework/Modules/Foundation.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/CoreFoundation.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/Observation.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/CoreAudio.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/CoreGraphics.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/Symbols.framework/Modules/Symbols.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/os.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/UniformTypeIdentifiers.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/Swift.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/IOKit.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/AppKit.framework/Modules/AppKit.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/DeveloperToolsSupport.framework/Modules/DeveloperToolsSupport.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/_Concurrency.swiftmodule/arm64e-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/Accessibility.framework/Modules/Accessibility.swiftmodule/arm64e-apple-macos.swiftinterface /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/path_provider_foundation/path_provider_foundation.framework/Modules/path_provider_foundation.swiftmodule/arm64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/XPC.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/ObjectiveC.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/SwiftUI.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/CoreMedia.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/CoreData.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/CoreImage.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/CoreTransferable.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/Combine.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/QuartzCore.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/_StringProcessing.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/OSLog.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/Dispatch.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/Metal.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/Darwin.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/Foundation.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/CoreFoundation.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/Observation.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/CoreAudio.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/CoreGraphics.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/Symbols.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/os.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/UniformTypeIdentifiers.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/Swift.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/IOKit.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/AppKit.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/DeveloperToolsSupport.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/_Concurrency.swiftmodule/arm64e-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/Accessibility.swiftmodule/arm64e-apple-macos.swiftmodule /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/sqflite/sqflite.framework/Headers/SqfliteDarwinDB.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/FlutterMacOS.framework/Headers/FlutterPluginMacOS.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/FlutterMacOS.framework/Headers/FlutterPluginRegistrarMacOS.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/FlutterMacOS.framework/Headers/FlutterMacOS.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/sqflite/sqflite.framework/Headers/sqflite-umbrella.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/path_provider_foundation/path_provider_foundation.framework/Headers/path_provider_foundation-umbrella.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/FlutterMacOS.framework/Headers/FlutterEngine.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/FlutterMacOS.framework/Headers/FlutterTexture.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/sqflite/sqflite.framework/Headers/SqfliteDatabase.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/sqflite/sqflite.framework/Headers/SqfliteDarwinDatabase.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/FlutterMacOS.framework/Headers/FlutterAppLifecycleDelegate.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/FlutterMacOS.framework/Headers/FlutterAppDelegate.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/sqflite/sqflite.framework/Headers/SqfliteDarwinDatabaseQueue.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/sqflite/sqflite.framework/Headers/SqflitePlugin.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/sqflite/sqflite.framework/Headers/SqfliteOperation.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/FlutterMacOS.framework/Headers/FlutterBinaryMessenger.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/FlutterMacOS.framework/Headers/FlutterViewController.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/sqflite/sqflite.framework/Headers/SqfliteCursor.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/FlutterMacOS.framework/Headers/FlutterCodecs.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/FlutterMacOS.framework/Headers/FlutterChannels.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/sqflite/sqflite.framework/Headers/SqfliteDarwinDatabaseAdditions.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/FlutterMacOS.framework/Headers/FlutterMacros.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/FlutterMacOS.framework/Headers/FlutterPlatformViews.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/FlutterMacOS.framework/Headers/FlutterDartProject.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/sqflite/sqflite.framework/Headers/SqfliteDarwinResultSet.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/path_provider_foundation/path_provider_foundation.framework/Headers/path_provider_foundation-Swift.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/sqflite/sqflite.framework/Headers/SqfliteImport.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/sqflite/sqflite.framework/Headers/SqfliteDarwinImport.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/FlutterMacOS.framework/Modules/module.modulemap /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/sqflite/sqflite.framework/Modules/module.modulemap /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/path_provider_foundation/path_provider_foundation.framework/Modules/module.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/include/objc/ObjectiveC.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/CoreMedia.framework/Headers/CoreMedia.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/CoreData.framework/Headers/CoreData.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CoreImage.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/QuartzCore.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/include/dispatch/Dispatch.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/Metal.framework/Headers/Metal.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/include/Darwin.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/CoreGraphics.framework/Headers/CoreGraphics.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/ApplicationServices.framework/Headers/ApplicationServices.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/CoreAudioTypes.framework/Headers/CoreAudioTypes.apinotes /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/apinotes/os.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/UniformTypeIdentifiers.framework/Headers/UniformTypeIdentifiers.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/AppKit.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/CoreText.framework/Headers/CoreText.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/Security.framework/Headers/Security.apinotes
diff --git a/build/macos/Build/Intermediates.noindex/Runner.build/Release/Runner.build/Objects-normal/arm64/Runner-master.swiftdeps b/build/macos/Build/Intermediates.noindex/Runner.build/Release/Runner.build/Objects-normal/arm64/Runner-master.swiftdeps
index 3133cf8..f31bace 100644
--- a/build/macos/Build/Intermediates.noindex/Runner.build/Release/Runner.build/Objects-normal/arm64/Runner-master.swiftdeps
+++ b/build/macos/Build/Intermediates.noindex/Runner.build/Release/Runner.build/Objects-normal/arm64/Runner-master.swiftdeps
@@ -1,10 +1,10 @@
version: "Apple Swift version 5.10 (swiftlang-5.10.0.13 clang-1500.3.9.4)"
options: "a40528b39eb3a1069b0bc110efd71091e5f41029e9733c989ba903d30834a581"
-build_start_time: [1718550107, 859334000]
-build_end_time: [1718550112, 300426000]
+build_start_time: [1718572241, 935529000]
+build_end_time: [1718572243, 364215000]
inputs:
? "/Users/yuliyarudenko/cpd/build/macos/Build/Intermediates.noindex/Runner.build/Release/Runner.build/DerivedSources/GeneratedAssetSymbols.swift"
: [1718550107, 852106767]
- "/Users/yuliyarudenko/cpd/macos/Flutter/GeneratedPluginRegistrant.swift": [1718550066, 912941076]
+ "/Users/yuliyarudenko/cpd/macos/Flutter/GeneratedPluginRegistrant.swift": [1718572237, 5605175]
"/Users/yuliyarudenko/cpd/macos/Runner/AppDelegate.swift": [1716927574, 144884124]
"/Users/yuliyarudenko/cpd/macos/Runner/MainFlutterWindow.swift": [1716927574, 152378155]
diff --git a/build/macos/Build/Intermediates.noindex/Runner.build/Release/Runner.build/Objects-normal/arm64/cpd.swiftsourceinfo b/build/macos/Build/Intermediates.noindex/Runner.build/Release/Runner.build/Objects-normal/arm64/cpd.swiftsourceinfo
index 13c0037..155ab76 100644
Binary files a/build/macos/Build/Intermediates.noindex/Runner.build/Release/Runner.build/Objects-normal/arm64/cpd.swiftsourceinfo and b/build/macos/Build/Intermediates.noindex/Runner.build/Release/Runner.build/Objects-normal/arm64/cpd.swiftsourceinfo differ
diff --git a/build/macos/Build/Intermediates.noindex/Runner.build/Release/Runner.build/Objects-normal/arm64/supplementaryOutputs-2 b/build/macos/Build/Intermediates.noindex/Runner.build/Release/Runner.build/Objects-normal/arm64/supplementaryOutputs-2
new file mode 100644
index 0000000..514cb84
--- /dev/null
+++ b/build/macos/Build/Intermediates.noindex/Runner.build/Release/Runner.build/Objects-normal/arm64/supplementaryOutputs-2
@@ -0,0 +1,9 @@
+"/Users/yuliyarudenko/cpd/macos/Runner/MainFlutterWindow.swift":
+ objc-header: "/Users/yuliyarudenko/cpd/build/macos/Build/Intermediates.noindex/Runner.build/Release/Runner.build/Objects-normal/arm64/cpd-Swift.h"
+ const-values: "/Users/yuliyarudenko/cpd/build/macos/Build/Intermediates.noindex/Runner.build/Release/Runner.build/Objects-normal/arm64/Runner-master.swiftconstvalues"
+ swiftsourceinfo: "/Users/yuliyarudenko/cpd/build/macos/Build/Intermediates.noindex/Runner.build/Release/Runner.build/Objects-normal/arm64/cpd.swiftsourceinfo"
+ dependencies: "/Users/yuliyarudenko/cpd/build/macos/Build/Intermediates.noindex/Runner.build/Release/Runner.build/Objects-normal/arm64/Runner-master.d"
+ abi-baseline-json: "/Users/yuliyarudenko/cpd/build/macos/Build/Intermediates.noindex/Runner.build/Release/Runner.build/Objects-normal/arm64/cpd.abi.json"
+ swiftmodule: "/Users/yuliyarudenko/cpd/build/macos/Build/Intermediates.noindex/Runner.build/Release/Runner.build/Objects-normal/arm64/cpd.swiftmodule"
+ diagnostics: "/Users/yuliyarudenko/cpd/build/macos/Build/Intermediates.noindex/Runner.build/Release/Runner.build/Objects-normal/arm64/Runner-master.dia"
+ swiftdoc: "/Users/yuliyarudenko/cpd/build/macos/Build/Intermediates.noindex/Runner.build/Release/Runner.build/Objects-normal/arm64/cpd.swiftdoc"
diff --git a/build/macos/Build/Intermediates.noindex/Runner.build/Release/Runner.build/Objects-normal/x86_64/Runner-master.d b/build/macos/Build/Intermediates.noindex/Runner.build/Release/Runner.build/Objects-normal/x86_64/Runner-master.d
index edc08e2..17cf84f 100644
--- a/build/macos/Build/Intermediates.noindex/Runner.build/Release/Runner.build/Objects-normal/x86_64/Runner-master.d
+++ b/build/macos/Build/Intermediates.noindex/Runner.build/Release/Runner.build/Objects-normal/x86_64/Runner-master.d
@@ -1,8 +1,8 @@
-/Users/yuliyarudenko/cpd/build/macos/Build/Intermediates.noindex/Runner.build/Release/Runner.build/Objects-normal/x86_64/MainFlutterWindow.o : /Users/yuliyarudenko/cpd/macos/Runner/AppDelegate.swift /Users/yuliyarudenko/cpd/build/macos/Build/Intermediates.noindex/Runner.build/Release/Runner.build/DerivedSources/GeneratedAssetSymbols.swift /Users/yuliyarudenko/cpd/macos/Flutter/GeneratedPluginRegistrant.swift /Users/yuliyarudenko/cpd/macos/Runner/MainFlutterWindow.swift /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/XPC.swiftmodule/x86_64-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/ObjectiveC.swiftmodule/x86_64-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/SwiftUI.framework/Modules/SwiftUI.swiftmodule/x86_64-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/CoreMedia.swiftmodule/x86_64-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/CoreData.framework/Modules/CoreData.swiftmodule/x86_64-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/CoreImage.swiftmodule/x86_64-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/CoreTransferable.framework/Modules/CoreTransferable.swiftmodule/x86_64-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/Combine.framework/Modules/Combine.swiftmodule/x86_64-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/QuartzCore.swiftmodule/x86_64-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/_StringProcessing.swiftmodule/x86_64-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/OSLog.swiftmodule/x86_64-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/Dispatch.swiftmodule/x86_64-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/Metal.swiftmodule/x86_64-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/Darwin.swiftmodule/x86_64-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/Foundation.framework/Modules/Foundation.swiftmodule/x86_64-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/CoreFoundation.swiftmodule/x86_64-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/Observation.swiftmodule/x86_64-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/CoreAudio.swiftmodule/x86_64-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/CoreGraphics.swiftmodule/x86_64-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/Symbols.framework/Modules/Symbols.swiftmodule/x86_64-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/os.swiftmodule/x86_64-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/UniformTypeIdentifiers.swiftmodule/x86_64-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/Swift.swiftmodule/x86_64-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/IOKit.swiftmodule/x86_64-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/AppKit.framework/Modules/AppKit.swiftmodule/x86_64-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/DeveloperToolsSupport.framework/Modules/DeveloperToolsSupport.swiftmodule/x86_64-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/_Concurrency.swiftmodule/x86_64-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/Accessibility.framework/Modules/Accessibility.swiftmodule/x86_64-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/XPC.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/ObjectiveC.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/CoreMedia.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/CoreData.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/CoreImage.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/CoreTransferable.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/Combine.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/QuartzCore.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/_StringProcessing.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/Dispatch.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/Metal.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/Darwin.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/Foundation.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/CoreFoundation.swiftmodule/x86_64-apple-macos.swiftmodule /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/path_provider_foundation/path_provider_foundation.framework/Modules/path_provider_foundation.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/Observation.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/CoreAudio.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/CoreGraphics.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/Symbols.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/os.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/UniformTypeIdentifiers.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/Swift.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/IOKit.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/AppKit.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/DeveloperToolsSupport.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/_Concurrency.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/Accessibility.swiftmodule/x86_64-apple-macos.swiftmodule /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/sqflite/sqflite.framework/Headers/SqfliteDarwinDB.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/FlutterMacOS.framework/Headers/FlutterPluginMacOS.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/FlutterMacOS.framework/Headers/FlutterPluginRegistrarMacOS.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/FlutterMacOS.framework/Headers/FlutterMacOS.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/sqflite/sqflite.framework/Headers/sqflite-umbrella.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/path_provider_foundation/path_provider_foundation.framework/Headers/path_provider_foundation-umbrella.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/FlutterMacOS.framework/Headers/FlutterEngine.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/FlutterMacOS.framework/Headers/FlutterTexture.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/sqflite/sqflite.framework/Headers/SqfliteDatabase.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/sqflite/sqflite.framework/Headers/SqfliteDarwinDatabase.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/FlutterMacOS.framework/Headers/FlutterAppLifecycleDelegate.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/FlutterMacOS.framework/Headers/FlutterAppDelegate.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/sqflite/sqflite.framework/Headers/SqfliteDarwinDatabaseQueue.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/sqflite/sqflite.framework/Headers/SqflitePlugin.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/sqflite/sqflite.framework/Headers/SqfliteOperation.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/FlutterMacOS.framework/Headers/FlutterBinaryMessenger.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/FlutterMacOS.framework/Headers/FlutterViewController.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/sqflite/sqflite.framework/Headers/SqfliteCursor.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/FlutterMacOS.framework/Headers/FlutterCodecs.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/FlutterMacOS.framework/Headers/FlutterChannels.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/sqflite/sqflite.framework/Headers/SqfliteDarwinDatabaseAdditions.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/FlutterMacOS.framework/Headers/FlutterMacros.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/FlutterMacOS.framework/Headers/FlutterPlatformViews.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/FlutterMacOS.framework/Headers/FlutterDartProject.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/sqflite/sqflite.framework/Headers/SqfliteDarwinResultSet.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/path_provider_foundation/path_provider_foundation.framework/Headers/path_provider_foundation-Swift.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/sqflite/sqflite.framework/Headers/SqfliteImport.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/sqflite/sqflite.framework/Headers/SqfliteDarwinImport.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/FlutterMacOS.framework/Modules/module.modulemap /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/sqflite/sqflite.framework/Modules/module.modulemap /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/path_provider_foundation/path_provider_foundation.framework/Modules/module.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/include/objc/ObjectiveC.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/CoreMedia.framework/Headers/CoreMedia.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/CoreData.framework/Headers/CoreData.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CoreImage.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/QuartzCore.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/include/dispatch/Dispatch.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/Metal.framework/Headers/Metal.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/include/Darwin.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/CoreGraphics.framework/Headers/CoreGraphics.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/ApplicationServices.framework/Headers/ApplicationServices.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/CoreAudioTypes.framework/Headers/CoreAudioTypes.apinotes /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/apinotes/os.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/UniformTypeIdentifiers.framework/Headers/UniformTypeIdentifiers.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/AppKit.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/CoreText.framework/Headers/CoreText.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/Security.framework/Headers/Security.apinotes
-/Users/yuliyarudenko/cpd/build/macos/Build/Intermediates.noindex/Runner.build/Release/Runner.build/Objects-normal/x86_64/AppDelegate.o : /Users/yuliyarudenko/cpd/macos/Runner/AppDelegate.swift /Users/yuliyarudenko/cpd/build/macos/Build/Intermediates.noindex/Runner.build/Release/Runner.build/DerivedSources/GeneratedAssetSymbols.swift /Users/yuliyarudenko/cpd/macos/Flutter/GeneratedPluginRegistrant.swift /Users/yuliyarudenko/cpd/macos/Runner/MainFlutterWindow.swift /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/XPC.swiftmodule/x86_64-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/ObjectiveC.swiftmodule/x86_64-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/SwiftUI.framework/Modules/SwiftUI.swiftmodule/x86_64-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/CoreMedia.swiftmodule/x86_64-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/CoreData.framework/Modules/CoreData.swiftmodule/x86_64-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/CoreImage.swiftmodule/x86_64-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/CoreTransferable.framework/Modules/CoreTransferable.swiftmodule/x86_64-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/Combine.framework/Modules/Combine.swiftmodule/x86_64-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/QuartzCore.swiftmodule/x86_64-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/_StringProcessing.swiftmodule/x86_64-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/OSLog.swiftmodule/x86_64-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/Dispatch.swiftmodule/x86_64-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/Metal.swiftmodule/x86_64-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/Darwin.swiftmodule/x86_64-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/Foundation.framework/Modules/Foundation.swiftmodule/x86_64-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/CoreFoundation.swiftmodule/x86_64-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/Observation.swiftmodule/x86_64-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/CoreAudio.swiftmodule/x86_64-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/CoreGraphics.swiftmodule/x86_64-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/Symbols.framework/Modules/Symbols.swiftmodule/x86_64-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/os.swiftmodule/x86_64-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/UniformTypeIdentifiers.swiftmodule/x86_64-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/Swift.swiftmodule/x86_64-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/IOKit.swiftmodule/x86_64-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/AppKit.framework/Modules/AppKit.swiftmodule/x86_64-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/DeveloperToolsSupport.framework/Modules/DeveloperToolsSupport.swiftmodule/x86_64-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/_Concurrency.swiftmodule/x86_64-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/Accessibility.framework/Modules/Accessibility.swiftmodule/x86_64-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/XPC.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/ObjectiveC.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/CoreMedia.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/CoreData.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/CoreImage.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/CoreTransferable.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/Combine.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/QuartzCore.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/_StringProcessing.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/Dispatch.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/Metal.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/Darwin.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/Foundation.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/CoreFoundation.swiftmodule/x86_64-apple-macos.swiftmodule /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/path_provider_foundation/path_provider_foundation.framework/Modules/path_provider_foundation.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/Observation.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/CoreAudio.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/CoreGraphics.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/Symbols.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/os.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/UniformTypeIdentifiers.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/Swift.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/IOKit.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/AppKit.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/DeveloperToolsSupport.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/_Concurrency.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/Accessibility.swiftmodule/x86_64-apple-macos.swiftmodule /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/sqflite/sqflite.framework/Headers/SqfliteDarwinDB.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/FlutterMacOS.framework/Headers/FlutterPluginMacOS.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/FlutterMacOS.framework/Headers/FlutterPluginRegistrarMacOS.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/FlutterMacOS.framework/Headers/FlutterMacOS.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/sqflite/sqflite.framework/Headers/sqflite-umbrella.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/path_provider_foundation/path_provider_foundation.framework/Headers/path_provider_foundation-umbrella.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/FlutterMacOS.framework/Headers/FlutterEngine.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/FlutterMacOS.framework/Headers/FlutterTexture.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/sqflite/sqflite.framework/Headers/SqfliteDatabase.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/sqflite/sqflite.framework/Headers/SqfliteDarwinDatabase.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/FlutterMacOS.framework/Headers/FlutterAppLifecycleDelegate.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/FlutterMacOS.framework/Headers/FlutterAppDelegate.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/sqflite/sqflite.framework/Headers/SqfliteDarwinDatabaseQueue.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/sqflite/sqflite.framework/Headers/SqflitePlugin.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/sqflite/sqflite.framework/Headers/SqfliteOperation.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/FlutterMacOS.framework/Headers/FlutterBinaryMessenger.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/FlutterMacOS.framework/Headers/FlutterViewController.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/sqflite/sqflite.framework/Headers/SqfliteCursor.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/FlutterMacOS.framework/Headers/FlutterCodecs.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/FlutterMacOS.framework/Headers/FlutterChannels.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/sqflite/sqflite.framework/Headers/SqfliteDarwinDatabaseAdditions.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/FlutterMacOS.framework/Headers/FlutterMacros.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/FlutterMacOS.framework/Headers/FlutterPlatformViews.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/FlutterMacOS.framework/Headers/FlutterDartProject.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/sqflite/sqflite.framework/Headers/SqfliteDarwinResultSet.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/path_provider_foundation/path_provider_foundation.framework/Headers/path_provider_foundation-Swift.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/sqflite/sqflite.framework/Headers/SqfliteImport.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/sqflite/sqflite.framework/Headers/SqfliteDarwinImport.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/FlutterMacOS.framework/Modules/module.modulemap /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/sqflite/sqflite.framework/Modules/module.modulemap /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/path_provider_foundation/path_provider_foundation.framework/Modules/module.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/include/objc/ObjectiveC.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/CoreMedia.framework/Headers/CoreMedia.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/CoreData.framework/Headers/CoreData.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CoreImage.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/QuartzCore.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/include/dispatch/Dispatch.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/Metal.framework/Headers/Metal.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/include/Darwin.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/CoreGraphics.framework/Headers/CoreGraphics.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/ApplicationServices.framework/Headers/ApplicationServices.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/CoreAudioTypes.framework/Headers/CoreAudioTypes.apinotes /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/apinotes/os.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/UniformTypeIdentifiers.framework/Headers/UniformTypeIdentifiers.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/AppKit.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/CoreText.framework/Headers/CoreText.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/Security.framework/Headers/Security.apinotes
-/Users/yuliyarudenko/cpd/build/macos/Build/Intermediates.noindex/Runner.build/Release/Runner.build/Objects-normal/x86_64/GeneratedPluginRegistrant.o : /Users/yuliyarudenko/cpd/macos/Runner/AppDelegate.swift /Users/yuliyarudenko/cpd/build/macos/Build/Intermediates.noindex/Runner.build/Release/Runner.build/DerivedSources/GeneratedAssetSymbols.swift /Users/yuliyarudenko/cpd/macos/Flutter/GeneratedPluginRegistrant.swift /Users/yuliyarudenko/cpd/macos/Runner/MainFlutterWindow.swift /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/XPC.swiftmodule/x86_64-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/ObjectiveC.swiftmodule/x86_64-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/SwiftUI.framework/Modules/SwiftUI.swiftmodule/x86_64-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/CoreMedia.swiftmodule/x86_64-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/CoreData.framework/Modules/CoreData.swiftmodule/x86_64-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/CoreImage.swiftmodule/x86_64-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/CoreTransferable.framework/Modules/CoreTransferable.swiftmodule/x86_64-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/Combine.framework/Modules/Combine.swiftmodule/x86_64-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/QuartzCore.swiftmodule/x86_64-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/_StringProcessing.swiftmodule/x86_64-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/OSLog.swiftmodule/x86_64-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/Dispatch.swiftmodule/x86_64-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/Metal.swiftmodule/x86_64-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/Darwin.swiftmodule/x86_64-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/Foundation.framework/Modules/Foundation.swiftmodule/x86_64-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/CoreFoundation.swiftmodule/x86_64-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/Observation.swiftmodule/x86_64-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/CoreAudio.swiftmodule/x86_64-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/CoreGraphics.swiftmodule/x86_64-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/Symbols.framework/Modules/Symbols.swiftmodule/x86_64-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/os.swiftmodule/x86_64-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/UniformTypeIdentifiers.swiftmodule/x86_64-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/Swift.swiftmodule/x86_64-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/IOKit.swiftmodule/x86_64-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/AppKit.framework/Modules/AppKit.swiftmodule/x86_64-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/DeveloperToolsSupport.framework/Modules/DeveloperToolsSupport.swiftmodule/x86_64-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/_Concurrency.swiftmodule/x86_64-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/Accessibility.framework/Modules/Accessibility.swiftmodule/x86_64-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/XPC.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/ObjectiveC.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/CoreMedia.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/CoreData.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/CoreImage.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/CoreTransferable.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/Combine.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/QuartzCore.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/_StringProcessing.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/Dispatch.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/Metal.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/Darwin.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/Foundation.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/CoreFoundation.swiftmodule/x86_64-apple-macos.swiftmodule /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/path_provider_foundation/path_provider_foundation.framework/Modules/path_provider_foundation.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/Observation.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/CoreAudio.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/CoreGraphics.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/Symbols.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/os.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/UniformTypeIdentifiers.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/Swift.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/IOKit.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/AppKit.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/DeveloperToolsSupport.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/_Concurrency.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/Accessibility.swiftmodule/x86_64-apple-macos.swiftmodule /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/sqflite/sqflite.framework/Headers/SqfliteDarwinDB.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/FlutterMacOS.framework/Headers/FlutterPluginMacOS.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/FlutterMacOS.framework/Headers/FlutterPluginRegistrarMacOS.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/FlutterMacOS.framework/Headers/FlutterMacOS.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/sqflite/sqflite.framework/Headers/sqflite-umbrella.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/path_provider_foundation/path_provider_foundation.framework/Headers/path_provider_foundation-umbrella.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/FlutterMacOS.framework/Headers/FlutterEngine.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/FlutterMacOS.framework/Headers/FlutterTexture.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/sqflite/sqflite.framework/Headers/SqfliteDatabase.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/sqflite/sqflite.framework/Headers/SqfliteDarwinDatabase.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/FlutterMacOS.framework/Headers/FlutterAppLifecycleDelegate.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/FlutterMacOS.framework/Headers/FlutterAppDelegate.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/sqflite/sqflite.framework/Headers/SqfliteDarwinDatabaseQueue.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/sqflite/sqflite.framework/Headers/SqflitePlugin.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/sqflite/sqflite.framework/Headers/SqfliteOperation.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/FlutterMacOS.framework/Headers/FlutterBinaryMessenger.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/FlutterMacOS.framework/Headers/FlutterViewController.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/sqflite/sqflite.framework/Headers/SqfliteCursor.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/FlutterMacOS.framework/Headers/FlutterCodecs.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/FlutterMacOS.framework/Headers/FlutterChannels.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/sqflite/sqflite.framework/Headers/SqfliteDarwinDatabaseAdditions.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/FlutterMacOS.framework/Headers/FlutterMacros.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/FlutterMacOS.framework/Headers/FlutterPlatformViews.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/FlutterMacOS.framework/Headers/FlutterDartProject.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/sqflite/sqflite.framework/Headers/SqfliteDarwinResultSet.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/path_provider_foundation/path_provider_foundation.framework/Headers/path_provider_foundation-Swift.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/sqflite/sqflite.framework/Headers/SqfliteImport.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/sqflite/sqflite.framework/Headers/SqfliteDarwinImport.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/FlutterMacOS.framework/Modules/module.modulemap /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/sqflite/sqflite.framework/Modules/module.modulemap /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/path_provider_foundation/path_provider_foundation.framework/Modules/module.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/include/objc/ObjectiveC.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/CoreMedia.framework/Headers/CoreMedia.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/CoreData.framework/Headers/CoreData.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CoreImage.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/QuartzCore.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/include/dispatch/Dispatch.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/Metal.framework/Headers/Metal.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/include/Darwin.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/CoreGraphics.framework/Headers/CoreGraphics.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/ApplicationServices.framework/Headers/ApplicationServices.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/CoreAudioTypes.framework/Headers/CoreAudioTypes.apinotes /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/apinotes/os.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/UniformTypeIdentifiers.framework/Headers/UniformTypeIdentifiers.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/AppKit.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/CoreText.framework/Headers/CoreText.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/Security.framework/Headers/Security.apinotes
-/Users/yuliyarudenko/cpd/build/macos/Build/Intermediates.noindex/Runner.build/Release/Runner.build/Objects-normal/x86_64/GeneratedAssetSymbols.o : /Users/yuliyarudenko/cpd/macos/Runner/AppDelegate.swift /Users/yuliyarudenko/cpd/build/macos/Build/Intermediates.noindex/Runner.build/Release/Runner.build/DerivedSources/GeneratedAssetSymbols.swift /Users/yuliyarudenko/cpd/macos/Flutter/GeneratedPluginRegistrant.swift /Users/yuliyarudenko/cpd/macos/Runner/MainFlutterWindow.swift /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/XPC.swiftmodule/x86_64-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/ObjectiveC.swiftmodule/x86_64-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/SwiftUI.framework/Modules/SwiftUI.swiftmodule/x86_64-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/CoreMedia.swiftmodule/x86_64-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/CoreData.framework/Modules/CoreData.swiftmodule/x86_64-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/CoreImage.swiftmodule/x86_64-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/CoreTransferable.framework/Modules/CoreTransferable.swiftmodule/x86_64-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/Combine.framework/Modules/Combine.swiftmodule/x86_64-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/QuartzCore.swiftmodule/x86_64-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/_StringProcessing.swiftmodule/x86_64-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/OSLog.swiftmodule/x86_64-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/Dispatch.swiftmodule/x86_64-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/Metal.swiftmodule/x86_64-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/Darwin.swiftmodule/x86_64-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/Foundation.framework/Modules/Foundation.swiftmodule/x86_64-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/CoreFoundation.swiftmodule/x86_64-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/Observation.swiftmodule/x86_64-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/CoreAudio.swiftmodule/x86_64-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/CoreGraphics.swiftmodule/x86_64-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/Symbols.framework/Modules/Symbols.swiftmodule/x86_64-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/os.swiftmodule/x86_64-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/UniformTypeIdentifiers.swiftmodule/x86_64-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/Swift.swiftmodule/x86_64-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/IOKit.swiftmodule/x86_64-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/AppKit.framework/Modules/AppKit.swiftmodule/x86_64-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/DeveloperToolsSupport.framework/Modules/DeveloperToolsSupport.swiftmodule/x86_64-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/_Concurrency.swiftmodule/x86_64-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/Accessibility.framework/Modules/Accessibility.swiftmodule/x86_64-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/XPC.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/ObjectiveC.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/CoreMedia.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/CoreData.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/CoreImage.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/CoreTransferable.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/Combine.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/QuartzCore.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/_StringProcessing.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/Dispatch.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/Metal.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/Darwin.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/Foundation.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/CoreFoundation.swiftmodule/x86_64-apple-macos.swiftmodule /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/path_provider_foundation/path_provider_foundation.framework/Modules/path_provider_foundation.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/Observation.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/CoreAudio.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/CoreGraphics.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/Symbols.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/os.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/UniformTypeIdentifiers.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/Swift.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/IOKit.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/AppKit.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/DeveloperToolsSupport.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/_Concurrency.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/Accessibility.swiftmodule/x86_64-apple-macos.swiftmodule /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/sqflite/sqflite.framework/Headers/SqfliteDarwinDB.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/FlutterMacOS.framework/Headers/FlutterPluginMacOS.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/FlutterMacOS.framework/Headers/FlutterPluginRegistrarMacOS.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/FlutterMacOS.framework/Headers/FlutterMacOS.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/sqflite/sqflite.framework/Headers/sqflite-umbrella.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/path_provider_foundation/path_provider_foundation.framework/Headers/path_provider_foundation-umbrella.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/FlutterMacOS.framework/Headers/FlutterEngine.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/FlutterMacOS.framework/Headers/FlutterTexture.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/sqflite/sqflite.framework/Headers/SqfliteDatabase.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/sqflite/sqflite.framework/Headers/SqfliteDarwinDatabase.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/FlutterMacOS.framework/Headers/FlutterAppLifecycleDelegate.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/FlutterMacOS.framework/Headers/FlutterAppDelegate.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/sqflite/sqflite.framework/Headers/SqfliteDarwinDatabaseQueue.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/sqflite/sqflite.framework/Headers/SqflitePlugin.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/sqflite/sqflite.framework/Headers/SqfliteOperation.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/FlutterMacOS.framework/Headers/FlutterBinaryMessenger.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/FlutterMacOS.framework/Headers/FlutterViewController.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/sqflite/sqflite.framework/Headers/SqfliteCursor.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/FlutterMacOS.framework/Headers/FlutterCodecs.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/FlutterMacOS.framework/Headers/FlutterChannels.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/sqflite/sqflite.framework/Headers/SqfliteDarwinDatabaseAdditions.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/FlutterMacOS.framework/Headers/FlutterMacros.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/FlutterMacOS.framework/Headers/FlutterPlatformViews.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/FlutterMacOS.framework/Headers/FlutterDartProject.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/sqflite/sqflite.framework/Headers/SqfliteDarwinResultSet.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/path_provider_foundation/path_provider_foundation.framework/Headers/path_provider_foundation-Swift.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/sqflite/sqflite.framework/Headers/SqfliteImport.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/sqflite/sqflite.framework/Headers/SqfliteDarwinImport.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/FlutterMacOS.framework/Modules/module.modulemap /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/sqflite/sqflite.framework/Modules/module.modulemap /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/path_provider_foundation/path_provider_foundation.framework/Modules/module.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/include/objc/ObjectiveC.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/CoreMedia.framework/Headers/CoreMedia.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/CoreData.framework/Headers/CoreData.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CoreImage.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/QuartzCore.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/include/dispatch/Dispatch.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/Metal.framework/Headers/Metal.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/include/Darwin.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/CoreGraphics.framework/Headers/CoreGraphics.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/ApplicationServices.framework/Headers/ApplicationServices.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/CoreAudioTypes.framework/Headers/CoreAudioTypes.apinotes /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/apinotes/os.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/UniformTypeIdentifiers.framework/Headers/UniformTypeIdentifiers.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/AppKit.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/CoreText.framework/Headers/CoreText.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/Security.framework/Headers/Security.apinotes
-/Users/yuliyarudenko/cpd/build/macos/Build/Intermediates.noindex/Runner.build/Release/Runner.build/Objects-normal/x86_64/cpd.swiftmodule : /Users/yuliyarudenko/cpd/macos/Runner/AppDelegate.swift /Users/yuliyarudenko/cpd/build/macos/Build/Intermediates.noindex/Runner.build/Release/Runner.build/DerivedSources/GeneratedAssetSymbols.swift /Users/yuliyarudenko/cpd/macos/Flutter/GeneratedPluginRegistrant.swift /Users/yuliyarudenko/cpd/macos/Runner/MainFlutterWindow.swift /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/XPC.swiftmodule/x86_64-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/ObjectiveC.swiftmodule/x86_64-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/SwiftUI.framework/Modules/SwiftUI.swiftmodule/x86_64-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/CoreMedia.swiftmodule/x86_64-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/CoreData.framework/Modules/CoreData.swiftmodule/x86_64-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/CoreImage.swiftmodule/x86_64-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/CoreTransferable.framework/Modules/CoreTransferable.swiftmodule/x86_64-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/Combine.framework/Modules/Combine.swiftmodule/x86_64-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/QuartzCore.swiftmodule/x86_64-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/_StringProcessing.swiftmodule/x86_64-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/OSLog.swiftmodule/x86_64-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/Dispatch.swiftmodule/x86_64-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/Metal.swiftmodule/x86_64-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/Darwin.swiftmodule/x86_64-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/Foundation.framework/Modules/Foundation.swiftmodule/x86_64-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/CoreFoundation.swiftmodule/x86_64-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/Observation.swiftmodule/x86_64-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/CoreAudio.swiftmodule/x86_64-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/CoreGraphics.swiftmodule/x86_64-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/Symbols.framework/Modules/Symbols.swiftmodule/x86_64-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/os.swiftmodule/x86_64-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/UniformTypeIdentifiers.swiftmodule/x86_64-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/Swift.swiftmodule/x86_64-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/IOKit.swiftmodule/x86_64-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/AppKit.framework/Modules/AppKit.swiftmodule/x86_64-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/DeveloperToolsSupport.framework/Modules/DeveloperToolsSupport.swiftmodule/x86_64-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/_Concurrency.swiftmodule/x86_64-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/Accessibility.framework/Modules/Accessibility.swiftmodule/x86_64-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/XPC.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/ObjectiveC.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/CoreMedia.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/CoreData.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/CoreImage.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/CoreTransferable.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/Combine.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/QuartzCore.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/_StringProcessing.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/Dispatch.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/Metal.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/Darwin.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/Foundation.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/CoreFoundation.swiftmodule/x86_64-apple-macos.swiftmodule /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/path_provider_foundation/path_provider_foundation.framework/Modules/path_provider_foundation.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/Observation.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/CoreAudio.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/CoreGraphics.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/Symbols.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/os.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/UniformTypeIdentifiers.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/Swift.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/IOKit.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/AppKit.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/DeveloperToolsSupport.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/_Concurrency.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/Accessibility.swiftmodule/x86_64-apple-macos.swiftmodule /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/sqflite/sqflite.framework/Headers/SqfliteDarwinDB.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/FlutterMacOS.framework/Headers/FlutterPluginMacOS.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/FlutterMacOS.framework/Headers/FlutterPluginRegistrarMacOS.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/FlutterMacOS.framework/Headers/FlutterMacOS.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/sqflite/sqflite.framework/Headers/sqflite-umbrella.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/path_provider_foundation/path_provider_foundation.framework/Headers/path_provider_foundation-umbrella.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/FlutterMacOS.framework/Headers/FlutterEngine.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/FlutterMacOS.framework/Headers/FlutterTexture.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/sqflite/sqflite.framework/Headers/SqfliteDatabase.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/sqflite/sqflite.framework/Headers/SqfliteDarwinDatabase.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/FlutterMacOS.framework/Headers/FlutterAppLifecycleDelegate.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/FlutterMacOS.framework/Headers/FlutterAppDelegate.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/sqflite/sqflite.framework/Headers/SqfliteDarwinDatabaseQueue.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/sqflite/sqflite.framework/Headers/SqflitePlugin.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/sqflite/sqflite.framework/Headers/SqfliteOperation.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/FlutterMacOS.framework/Headers/FlutterBinaryMessenger.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/FlutterMacOS.framework/Headers/FlutterViewController.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/sqflite/sqflite.framework/Headers/SqfliteCursor.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/FlutterMacOS.framework/Headers/FlutterCodecs.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/FlutterMacOS.framework/Headers/FlutterChannels.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/sqflite/sqflite.framework/Headers/SqfliteDarwinDatabaseAdditions.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/FlutterMacOS.framework/Headers/FlutterMacros.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/FlutterMacOS.framework/Headers/FlutterPlatformViews.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/FlutterMacOS.framework/Headers/FlutterDartProject.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/sqflite/sqflite.framework/Headers/SqfliteDarwinResultSet.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/path_provider_foundation/path_provider_foundation.framework/Headers/path_provider_foundation-Swift.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/sqflite/sqflite.framework/Headers/SqfliteImport.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/sqflite/sqflite.framework/Headers/SqfliteDarwinImport.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/FlutterMacOS.framework/Modules/module.modulemap /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/sqflite/sqflite.framework/Modules/module.modulemap /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/path_provider_foundation/path_provider_foundation.framework/Modules/module.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/include/objc/ObjectiveC.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/CoreMedia.framework/Headers/CoreMedia.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/CoreData.framework/Headers/CoreData.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CoreImage.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/QuartzCore.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/include/dispatch/Dispatch.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/Metal.framework/Headers/Metal.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/include/Darwin.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/CoreGraphics.framework/Headers/CoreGraphics.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/ApplicationServices.framework/Headers/ApplicationServices.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/CoreAudioTypes.framework/Headers/CoreAudioTypes.apinotes /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/apinotes/os.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/UniformTypeIdentifiers.framework/Headers/UniformTypeIdentifiers.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/AppKit.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/CoreText.framework/Headers/CoreText.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/Security.framework/Headers/Security.apinotes
-/Users/yuliyarudenko/cpd/build/macos/Build/Intermediates.noindex/Runner.build/Release/Runner.build/Objects-normal/x86_64/cpd.swiftdoc : /Users/yuliyarudenko/cpd/macos/Runner/AppDelegate.swift /Users/yuliyarudenko/cpd/build/macos/Build/Intermediates.noindex/Runner.build/Release/Runner.build/DerivedSources/GeneratedAssetSymbols.swift /Users/yuliyarudenko/cpd/macos/Flutter/GeneratedPluginRegistrant.swift /Users/yuliyarudenko/cpd/macos/Runner/MainFlutterWindow.swift /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/XPC.swiftmodule/x86_64-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/ObjectiveC.swiftmodule/x86_64-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/SwiftUI.framework/Modules/SwiftUI.swiftmodule/x86_64-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/CoreMedia.swiftmodule/x86_64-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/CoreData.framework/Modules/CoreData.swiftmodule/x86_64-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/CoreImage.swiftmodule/x86_64-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/CoreTransferable.framework/Modules/CoreTransferable.swiftmodule/x86_64-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/Combine.framework/Modules/Combine.swiftmodule/x86_64-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/QuartzCore.swiftmodule/x86_64-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/_StringProcessing.swiftmodule/x86_64-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/OSLog.swiftmodule/x86_64-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/Dispatch.swiftmodule/x86_64-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/Metal.swiftmodule/x86_64-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/Darwin.swiftmodule/x86_64-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/Foundation.framework/Modules/Foundation.swiftmodule/x86_64-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/CoreFoundation.swiftmodule/x86_64-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/Observation.swiftmodule/x86_64-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/CoreAudio.swiftmodule/x86_64-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/CoreGraphics.swiftmodule/x86_64-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/Symbols.framework/Modules/Symbols.swiftmodule/x86_64-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/os.swiftmodule/x86_64-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/UniformTypeIdentifiers.swiftmodule/x86_64-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/Swift.swiftmodule/x86_64-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/IOKit.swiftmodule/x86_64-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/AppKit.framework/Modules/AppKit.swiftmodule/x86_64-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/DeveloperToolsSupport.framework/Modules/DeveloperToolsSupport.swiftmodule/x86_64-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/_Concurrency.swiftmodule/x86_64-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/Accessibility.framework/Modules/Accessibility.swiftmodule/x86_64-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/XPC.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/ObjectiveC.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/CoreMedia.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/CoreData.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/CoreImage.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/CoreTransferable.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/Combine.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/QuartzCore.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/_StringProcessing.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/Dispatch.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/Metal.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/Darwin.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/Foundation.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/CoreFoundation.swiftmodule/x86_64-apple-macos.swiftmodule /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/path_provider_foundation/path_provider_foundation.framework/Modules/path_provider_foundation.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/Observation.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/CoreAudio.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/CoreGraphics.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/Symbols.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/os.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/UniformTypeIdentifiers.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/Swift.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/IOKit.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/AppKit.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/DeveloperToolsSupport.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/_Concurrency.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/Accessibility.swiftmodule/x86_64-apple-macos.swiftmodule /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/sqflite/sqflite.framework/Headers/SqfliteDarwinDB.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/FlutterMacOS.framework/Headers/FlutterPluginMacOS.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/FlutterMacOS.framework/Headers/FlutterPluginRegistrarMacOS.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/FlutterMacOS.framework/Headers/FlutterMacOS.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/sqflite/sqflite.framework/Headers/sqflite-umbrella.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/path_provider_foundation/path_provider_foundation.framework/Headers/path_provider_foundation-umbrella.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/FlutterMacOS.framework/Headers/FlutterEngine.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/FlutterMacOS.framework/Headers/FlutterTexture.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/sqflite/sqflite.framework/Headers/SqfliteDatabase.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/sqflite/sqflite.framework/Headers/SqfliteDarwinDatabase.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/FlutterMacOS.framework/Headers/FlutterAppLifecycleDelegate.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/FlutterMacOS.framework/Headers/FlutterAppDelegate.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/sqflite/sqflite.framework/Headers/SqfliteDarwinDatabaseQueue.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/sqflite/sqflite.framework/Headers/SqflitePlugin.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/sqflite/sqflite.framework/Headers/SqfliteOperation.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/FlutterMacOS.framework/Headers/FlutterBinaryMessenger.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/FlutterMacOS.framework/Headers/FlutterViewController.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/sqflite/sqflite.framework/Headers/SqfliteCursor.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/FlutterMacOS.framework/Headers/FlutterCodecs.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/FlutterMacOS.framework/Headers/FlutterChannels.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/sqflite/sqflite.framework/Headers/SqfliteDarwinDatabaseAdditions.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/FlutterMacOS.framework/Headers/FlutterMacros.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/FlutterMacOS.framework/Headers/FlutterPlatformViews.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/FlutterMacOS.framework/Headers/FlutterDartProject.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/sqflite/sqflite.framework/Headers/SqfliteDarwinResultSet.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/path_provider_foundation/path_provider_foundation.framework/Headers/path_provider_foundation-Swift.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/sqflite/sqflite.framework/Headers/SqfliteImport.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/sqflite/sqflite.framework/Headers/SqfliteDarwinImport.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/FlutterMacOS.framework/Modules/module.modulemap /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/sqflite/sqflite.framework/Modules/module.modulemap /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/path_provider_foundation/path_provider_foundation.framework/Modules/module.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/include/objc/ObjectiveC.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/CoreMedia.framework/Headers/CoreMedia.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/CoreData.framework/Headers/CoreData.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CoreImage.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/QuartzCore.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/include/dispatch/Dispatch.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/Metal.framework/Headers/Metal.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/include/Darwin.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/CoreGraphics.framework/Headers/CoreGraphics.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/ApplicationServices.framework/Headers/ApplicationServices.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/CoreAudioTypes.framework/Headers/CoreAudioTypes.apinotes /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/apinotes/os.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/UniformTypeIdentifiers.framework/Headers/UniformTypeIdentifiers.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/AppKit.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/CoreText.framework/Headers/CoreText.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/Security.framework/Headers/Security.apinotes
-/Users/yuliyarudenko/cpd/build/macos/Build/Intermediates.noindex/Runner.build/Release/Runner.build/Objects-normal/x86_64/cpd-Swift.h : /Users/yuliyarudenko/cpd/macos/Runner/AppDelegate.swift /Users/yuliyarudenko/cpd/build/macos/Build/Intermediates.noindex/Runner.build/Release/Runner.build/DerivedSources/GeneratedAssetSymbols.swift /Users/yuliyarudenko/cpd/macos/Flutter/GeneratedPluginRegistrant.swift /Users/yuliyarudenko/cpd/macos/Runner/MainFlutterWindow.swift /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/XPC.swiftmodule/x86_64-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/ObjectiveC.swiftmodule/x86_64-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/SwiftUI.framework/Modules/SwiftUI.swiftmodule/x86_64-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/CoreMedia.swiftmodule/x86_64-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/CoreData.framework/Modules/CoreData.swiftmodule/x86_64-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/CoreImage.swiftmodule/x86_64-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/CoreTransferable.framework/Modules/CoreTransferable.swiftmodule/x86_64-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/Combine.framework/Modules/Combine.swiftmodule/x86_64-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/QuartzCore.swiftmodule/x86_64-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/_StringProcessing.swiftmodule/x86_64-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/OSLog.swiftmodule/x86_64-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/Dispatch.swiftmodule/x86_64-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/Metal.swiftmodule/x86_64-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/Darwin.swiftmodule/x86_64-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/Foundation.framework/Modules/Foundation.swiftmodule/x86_64-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/CoreFoundation.swiftmodule/x86_64-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/Observation.swiftmodule/x86_64-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/CoreAudio.swiftmodule/x86_64-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/CoreGraphics.swiftmodule/x86_64-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/Symbols.framework/Modules/Symbols.swiftmodule/x86_64-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/os.swiftmodule/x86_64-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/UniformTypeIdentifiers.swiftmodule/x86_64-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/Swift.swiftmodule/x86_64-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/IOKit.swiftmodule/x86_64-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/AppKit.framework/Modules/AppKit.swiftmodule/x86_64-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/DeveloperToolsSupport.framework/Modules/DeveloperToolsSupport.swiftmodule/x86_64-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/_Concurrency.swiftmodule/x86_64-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/Accessibility.framework/Modules/Accessibility.swiftmodule/x86_64-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/XPC.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/ObjectiveC.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/CoreMedia.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/CoreData.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/CoreImage.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/CoreTransferable.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/Combine.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/QuartzCore.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/_StringProcessing.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/Dispatch.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/Metal.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/Darwin.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/Foundation.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/CoreFoundation.swiftmodule/x86_64-apple-macos.swiftmodule /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/path_provider_foundation/path_provider_foundation.framework/Modules/path_provider_foundation.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/Observation.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/CoreAudio.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/CoreGraphics.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/Symbols.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/os.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/UniformTypeIdentifiers.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/Swift.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/IOKit.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/AppKit.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/DeveloperToolsSupport.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/_Concurrency.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/Accessibility.swiftmodule/x86_64-apple-macos.swiftmodule /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/sqflite/sqflite.framework/Headers/SqfliteDarwinDB.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/FlutterMacOS.framework/Headers/FlutterPluginMacOS.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/FlutterMacOS.framework/Headers/FlutterPluginRegistrarMacOS.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/FlutterMacOS.framework/Headers/FlutterMacOS.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/sqflite/sqflite.framework/Headers/sqflite-umbrella.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/path_provider_foundation/path_provider_foundation.framework/Headers/path_provider_foundation-umbrella.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/FlutterMacOS.framework/Headers/FlutterEngine.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/FlutterMacOS.framework/Headers/FlutterTexture.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/sqflite/sqflite.framework/Headers/SqfliteDatabase.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/sqflite/sqflite.framework/Headers/SqfliteDarwinDatabase.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/FlutterMacOS.framework/Headers/FlutterAppLifecycleDelegate.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/FlutterMacOS.framework/Headers/FlutterAppDelegate.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/sqflite/sqflite.framework/Headers/SqfliteDarwinDatabaseQueue.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/sqflite/sqflite.framework/Headers/SqflitePlugin.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/sqflite/sqflite.framework/Headers/SqfliteOperation.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/FlutterMacOS.framework/Headers/FlutterBinaryMessenger.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/FlutterMacOS.framework/Headers/FlutterViewController.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/sqflite/sqflite.framework/Headers/SqfliteCursor.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/FlutterMacOS.framework/Headers/FlutterCodecs.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/FlutterMacOS.framework/Headers/FlutterChannels.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/sqflite/sqflite.framework/Headers/SqfliteDarwinDatabaseAdditions.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/FlutterMacOS.framework/Headers/FlutterMacros.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/FlutterMacOS.framework/Headers/FlutterPlatformViews.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/FlutterMacOS.framework/Headers/FlutterDartProject.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/sqflite/sqflite.framework/Headers/SqfliteDarwinResultSet.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/path_provider_foundation/path_provider_foundation.framework/Headers/path_provider_foundation-Swift.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/sqflite/sqflite.framework/Headers/SqfliteImport.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/sqflite/sqflite.framework/Headers/SqfliteDarwinImport.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/FlutterMacOS.framework/Modules/module.modulemap /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/sqflite/sqflite.framework/Modules/module.modulemap /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/path_provider_foundation/path_provider_foundation.framework/Modules/module.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/include/objc/ObjectiveC.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/CoreMedia.framework/Headers/CoreMedia.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/CoreData.framework/Headers/CoreData.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CoreImage.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/QuartzCore.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/include/dispatch/Dispatch.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/Metal.framework/Headers/Metal.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/include/Darwin.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/CoreGraphics.framework/Headers/CoreGraphics.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/ApplicationServices.framework/Headers/ApplicationServices.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/CoreAudioTypes.framework/Headers/CoreAudioTypes.apinotes /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/apinotes/os.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/UniformTypeIdentifiers.framework/Headers/UniformTypeIdentifiers.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/AppKit.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/CoreText.framework/Headers/CoreText.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/Security.framework/Headers/Security.apinotes
-/Users/yuliyarudenko/cpd/build/macos/Build/Intermediates.noindex/Runner.build/Release/Runner.build/Objects-normal/x86_64/cpd.swiftsourceinfo : /Users/yuliyarudenko/cpd/macos/Runner/AppDelegate.swift /Users/yuliyarudenko/cpd/build/macos/Build/Intermediates.noindex/Runner.build/Release/Runner.build/DerivedSources/GeneratedAssetSymbols.swift /Users/yuliyarudenko/cpd/macos/Flutter/GeneratedPluginRegistrant.swift /Users/yuliyarudenko/cpd/macos/Runner/MainFlutterWindow.swift /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/XPC.swiftmodule/x86_64-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/ObjectiveC.swiftmodule/x86_64-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/SwiftUI.framework/Modules/SwiftUI.swiftmodule/x86_64-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/CoreMedia.swiftmodule/x86_64-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/CoreData.framework/Modules/CoreData.swiftmodule/x86_64-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/CoreImage.swiftmodule/x86_64-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/CoreTransferable.framework/Modules/CoreTransferable.swiftmodule/x86_64-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/Combine.framework/Modules/Combine.swiftmodule/x86_64-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/QuartzCore.swiftmodule/x86_64-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/_StringProcessing.swiftmodule/x86_64-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/OSLog.swiftmodule/x86_64-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/Dispatch.swiftmodule/x86_64-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/Metal.swiftmodule/x86_64-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/Darwin.swiftmodule/x86_64-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/Foundation.framework/Modules/Foundation.swiftmodule/x86_64-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/CoreFoundation.swiftmodule/x86_64-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/Observation.swiftmodule/x86_64-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/CoreAudio.swiftmodule/x86_64-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/CoreGraphics.swiftmodule/x86_64-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/Symbols.framework/Modules/Symbols.swiftmodule/x86_64-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/os.swiftmodule/x86_64-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/UniformTypeIdentifiers.swiftmodule/x86_64-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/Swift.swiftmodule/x86_64-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/IOKit.swiftmodule/x86_64-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/AppKit.framework/Modules/AppKit.swiftmodule/x86_64-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/DeveloperToolsSupport.framework/Modules/DeveloperToolsSupport.swiftmodule/x86_64-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/_Concurrency.swiftmodule/x86_64-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/Accessibility.framework/Modules/Accessibility.swiftmodule/x86_64-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/XPC.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/ObjectiveC.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/CoreMedia.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/CoreData.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/CoreImage.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/CoreTransferable.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/Combine.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/QuartzCore.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/_StringProcessing.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/Dispatch.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/Metal.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/Darwin.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/Foundation.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/CoreFoundation.swiftmodule/x86_64-apple-macos.swiftmodule /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/path_provider_foundation/path_provider_foundation.framework/Modules/path_provider_foundation.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/Observation.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/CoreAudio.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/CoreGraphics.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/Symbols.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/os.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/UniformTypeIdentifiers.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/Swift.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/IOKit.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/AppKit.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/DeveloperToolsSupport.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/_Concurrency.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/Accessibility.swiftmodule/x86_64-apple-macos.swiftmodule /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/sqflite/sqflite.framework/Headers/SqfliteDarwinDB.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/FlutterMacOS.framework/Headers/FlutterPluginMacOS.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/FlutterMacOS.framework/Headers/FlutterPluginRegistrarMacOS.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/FlutterMacOS.framework/Headers/FlutterMacOS.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/sqflite/sqflite.framework/Headers/sqflite-umbrella.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/path_provider_foundation/path_provider_foundation.framework/Headers/path_provider_foundation-umbrella.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/FlutterMacOS.framework/Headers/FlutterEngine.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/FlutterMacOS.framework/Headers/FlutterTexture.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/sqflite/sqflite.framework/Headers/SqfliteDatabase.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/sqflite/sqflite.framework/Headers/SqfliteDarwinDatabase.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/FlutterMacOS.framework/Headers/FlutterAppLifecycleDelegate.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/FlutterMacOS.framework/Headers/FlutterAppDelegate.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/sqflite/sqflite.framework/Headers/SqfliteDarwinDatabaseQueue.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/sqflite/sqflite.framework/Headers/SqflitePlugin.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/sqflite/sqflite.framework/Headers/SqfliteOperation.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/FlutterMacOS.framework/Headers/FlutterBinaryMessenger.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/FlutterMacOS.framework/Headers/FlutterViewController.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/sqflite/sqflite.framework/Headers/SqfliteCursor.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/FlutterMacOS.framework/Headers/FlutterCodecs.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/FlutterMacOS.framework/Headers/FlutterChannels.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/sqflite/sqflite.framework/Headers/SqfliteDarwinDatabaseAdditions.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/FlutterMacOS.framework/Headers/FlutterMacros.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/FlutterMacOS.framework/Headers/FlutterPlatformViews.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/FlutterMacOS.framework/Headers/FlutterDartProject.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/sqflite/sqflite.framework/Headers/SqfliteDarwinResultSet.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/path_provider_foundation/path_provider_foundation.framework/Headers/path_provider_foundation-Swift.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/sqflite/sqflite.framework/Headers/SqfliteImport.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/sqflite/sqflite.framework/Headers/SqfliteDarwinImport.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/FlutterMacOS.framework/Modules/module.modulemap /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/sqflite/sqflite.framework/Modules/module.modulemap /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/path_provider_foundation/path_provider_foundation.framework/Modules/module.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/include/objc/ObjectiveC.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/CoreMedia.framework/Headers/CoreMedia.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/CoreData.framework/Headers/CoreData.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CoreImage.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/QuartzCore.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/include/dispatch/Dispatch.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/Metal.framework/Headers/Metal.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/include/Darwin.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/CoreGraphics.framework/Headers/CoreGraphics.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/ApplicationServices.framework/Headers/ApplicationServices.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/CoreAudioTypes.framework/Headers/CoreAudioTypes.apinotes /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/apinotes/os.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/UniformTypeIdentifiers.framework/Headers/UniformTypeIdentifiers.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/AppKit.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/CoreText.framework/Headers/CoreText.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/Security.framework/Headers/Security.apinotes
+/Users/yuliyarudenko/cpd/build/macos/Build/Intermediates.noindex/Runner.build/Release/Runner.build/Objects-normal/x86_64/MainFlutterWindow.o : /Users/yuliyarudenko/cpd/macos/Runner/AppDelegate.swift /Users/yuliyarudenko/cpd/build/macos/Build/Intermediates.noindex/Runner.build/Release/Runner.build/DerivedSources/GeneratedAssetSymbols.swift /Users/yuliyarudenko/cpd/macos/Flutter/GeneratedPluginRegistrant.swift /Users/yuliyarudenko/cpd/macos/Runner/MainFlutterWindow.swift /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/XPC.swiftmodule/x86_64-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/ObjectiveC.swiftmodule/x86_64-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/SwiftUI.framework/Modules/SwiftUI.swiftmodule/x86_64-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/CoreMedia.swiftmodule/x86_64-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/CoreData.framework/Modules/CoreData.swiftmodule/x86_64-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/CoreImage.swiftmodule/x86_64-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/CoreTransferable.framework/Modules/CoreTransferable.swiftmodule/x86_64-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/Combine.framework/Modules/Combine.swiftmodule/x86_64-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/QuartzCore.swiftmodule/x86_64-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/_StringProcessing.swiftmodule/x86_64-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/OSLog.swiftmodule/x86_64-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/Dispatch.swiftmodule/x86_64-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/Metal.swiftmodule/x86_64-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/Darwin.swiftmodule/x86_64-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/Foundation.framework/Modules/Foundation.swiftmodule/x86_64-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/CoreFoundation.swiftmodule/x86_64-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/Observation.swiftmodule/x86_64-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/CoreAudio.swiftmodule/x86_64-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/CoreGraphics.swiftmodule/x86_64-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/Symbols.framework/Modules/Symbols.swiftmodule/x86_64-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/os.swiftmodule/x86_64-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/UniformTypeIdentifiers.swiftmodule/x86_64-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/Swift.swiftmodule/x86_64-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/IOKit.swiftmodule/x86_64-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/AppKit.framework/Modules/AppKit.swiftmodule/x86_64-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/DeveloperToolsSupport.framework/Modules/DeveloperToolsSupport.swiftmodule/x86_64-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/_Concurrency.swiftmodule/x86_64-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/Accessibility.framework/Modules/Accessibility.swiftmodule/x86_64-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/XPC.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/ObjectiveC.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/SwiftUI.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/CoreMedia.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/CoreData.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/CoreImage.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/CoreTransferable.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/Combine.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/QuartzCore.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/_StringProcessing.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/OSLog.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/Dispatch.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/Metal.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/Darwin.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/Foundation.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/CoreFoundation.swiftmodule/x86_64-apple-macos.swiftmodule /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/path_provider_foundation/path_provider_foundation.framework/Modules/path_provider_foundation.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/Observation.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/CoreAudio.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/CoreGraphics.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/Symbols.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/os.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/UniformTypeIdentifiers.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/Swift.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/IOKit.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/AppKit.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/DeveloperToolsSupport.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/_Concurrency.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/Accessibility.swiftmodule/x86_64-apple-macos.swiftmodule /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/sqflite/sqflite.framework/Headers/SqfliteDarwinDB.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/FlutterMacOS.framework/Headers/FlutterPluginMacOS.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/FlutterMacOS.framework/Headers/FlutterPluginRegistrarMacOS.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/FlutterMacOS.framework/Headers/FlutterMacOS.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/sqflite/sqflite.framework/Headers/sqflite-umbrella.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/path_provider_foundation/path_provider_foundation.framework/Headers/path_provider_foundation-umbrella.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/FlutterMacOS.framework/Headers/FlutterEngine.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/FlutterMacOS.framework/Headers/FlutterTexture.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/sqflite/sqflite.framework/Headers/SqfliteDatabase.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/sqflite/sqflite.framework/Headers/SqfliteDarwinDatabase.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/FlutterMacOS.framework/Headers/FlutterAppLifecycleDelegate.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/FlutterMacOS.framework/Headers/FlutterAppDelegate.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/sqflite/sqflite.framework/Headers/SqfliteDarwinDatabaseQueue.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/sqflite/sqflite.framework/Headers/SqflitePlugin.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/sqflite/sqflite.framework/Headers/SqfliteOperation.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/FlutterMacOS.framework/Headers/FlutterBinaryMessenger.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/FlutterMacOS.framework/Headers/FlutterViewController.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/sqflite/sqflite.framework/Headers/SqfliteCursor.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/FlutterMacOS.framework/Headers/FlutterCodecs.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/FlutterMacOS.framework/Headers/FlutterChannels.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/sqflite/sqflite.framework/Headers/SqfliteDarwinDatabaseAdditions.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/FlutterMacOS.framework/Headers/FlutterMacros.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/FlutterMacOS.framework/Headers/FlutterPlatformViews.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/FlutterMacOS.framework/Headers/FlutterDartProject.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/sqflite/sqflite.framework/Headers/SqfliteDarwinResultSet.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/path_provider_foundation/path_provider_foundation.framework/Headers/path_provider_foundation-Swift.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/sqflite/sqflite.framework/Headers/SqfliteImport.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/sqflite/sqflite.framework/Headers/SqfliteDarwinImport.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/FlutterMacOS.framework/Modules/module.modulemap /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/sqflite/sqflite.framework/Modules/module.modulemap /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/path_provider_foundation/path_provider_foundation.framework/Modules/module.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/include/objc/ObjectiveC.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/CoreMedia.framework/Headers/CoreMedia.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/CoreData.framework/Headers/CoreData.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CoreImage.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/QuartzCore.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/include/dispatch/Dispatch.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/Metal.framework/Headers/Metal.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/include/Darwin.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/CoreGraphics.framework/Headers/CoreGraphics.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/ApplicationServices.framework/Headers/ApplicationServices.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/CoreAudioTypes.framework/Headers/CoreAudioTypes.apinotes /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/apinotes/os.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/UniformTypeIdentifiers.framework/Headers/UniformTypeIdentifiers.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/AppKit.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/CoreText.framework/Headers/CoreText.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/Security.framework/Headers/Security.apinotes
+/Users/yuliyarudenko/cpd/build/macos/Build/Intermediates.noindex/Runner.build/Release/Runner.build/Objects-normal/x86_64/AppDelegate.o : /Users/yuliyarudenko/cpd/macos/Runner/AppDelegate.swift /Users/yuliyarudenko/cpd/build/macos/Build/Intermediates.noindex/Runner.build/Release/Runner.build/DerivedSources/GeneratedAssetSymbols.swift /Users/yuliyarudenko/cpd/macos/Flutter/GeneratedPluginRegistrant.swift /Users/yuliyarudenko/cpd/macos/Runner/MainFlutterWindow.swift /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/XPC.swiftmodule/x86_64-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/ObjectiveC.swiftmodule/x86_64-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/SwiftUI.framework/Modules/SwiftUI.swiftmodule/x86_64-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/CoreMedia.swiftmodule/x86_64-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/CoreData.framework/Modules/CoreData.swiftmodule/x86_64-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/CoreImage.swiftmodule/x86_64-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/CoreTransferable.framework/Modules/CoreTransferable.swiftmodule/x86_64-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/Combine.framework/Modules/Combine.swiftmodule/x86_64-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/QuartzCore.swiftmodule/x86_64-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/_StringProcessing.swiftmodule/x86_64-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/OSLog.swiftmodule/x86_64-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/Dispatch.swiftmodule/x86_64-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/Metal.swiftmodule/x86_64-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/Darwin.swiftmodule/x86_64-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/Foundation.framework/Modules/Foundation.swiftmodule/x86_64-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/CoreFoundation.swiftmodule/x86_64-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/Observation.swiftmodule/x86_64-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/CoreAudio.swiftmodule/x86_64-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/CoreGraphics.swiftmodule/x86_64-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/Symbols.framework/Modules/Symbols.swiftmodule/x86_64-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/os.swiftmodule/x86_64-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/UniformTypeIdentifiers.swiftmodule/x86_64-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/Swift.swiftmodule/x86_64-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/IOKit.swiftmodule/x86_64-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/AppKit.framework/Modules/AppKit.swiftmodule/x86_64-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/DeveloperToolsSupport.framework/Modules/DeveloperToolsSupport.swiftmodule/x86_64-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/_Concurrency.swiftmodule/x86_64-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/Accessibility.framework/Modules/Accessibility.swiftmodule/x86_64-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/XPC.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/ObjectiveC.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/SwiftUI.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/CoreMedia.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/CoreData.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/CoreImage.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/CoreTransferable.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/Combine.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/QuartzCore.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/_StringProcessing.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/OSLog.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/Dispatch.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/Metal.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/Darwin.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/Foundation.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/CoreFoundation.swiftmodule/x86_64-apple-macos.swiftmodule /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/path_provider_foundation/path_provider_foundation.framework/Modules/path_provider_foundation.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/Observation.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/CoreAudio.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/CoreGraphics.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/Symbols.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/os.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/UniformTypeIdentifiers.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/Swift.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/IOKit.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/AppKit.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/DeveloperToolsSupport.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/_Concurrency.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/Accessibility.swiftmodule/x86_64-apple-macos.swiftmodule /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/sqflite/sqflite.framework/Headers/SqfliteDarwinDB.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/FlutterMacOS.framework/Headers/FlutterPluginMacOS.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/FlutterMacOS.framework/Headers/FlutterPluginRegistrarMacOS.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/FlutterMacOS.framework/Headers/FlutterMacOS.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/sqflite/sqflite.framework/Headers/sqflite-umbrella.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/path_provider_foundation/path_provider_foundation.framework/Headers/path_provider_foundation-umbrella.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/FlutterMacOS.framework/Headers/FlutterEngine.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/FlutterMacOS.framework/Headers/FlutterTexture.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/sqflite/sqflite.framework/Headers/SqfliteDatabase.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/sqflite/sqflite.framework/Headers/SqfliteDarwinDatabase.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/FlutterMacOS.framework/Headers/FlutterAppLifecycleDelegate.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/FlutterMacOS.framework/Headers/FlutterAppDelegate.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/sqflite/sqflite.framework/Headers/SqfliteDarwinDatabaseQueue.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/sqflite/sqflite.framework/Headers/SqflitePlugin.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/sqflite/sqflite.framework/Headers/SqfliteOperation.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/FlutterMacOS.framework/Headers/FlutterBinaryMessenger.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/FlutterMacOS.framework/Headers/FlutterViewController.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/sqflite/sqflite.framework/Headers/SqfliteCursor.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/FlutterMacOS.framework/Headers/FlutterCodecs.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/FlutterMacOS.framework/Headers/FlutterChannels.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/sqflite/sqflite.framework/Headers/SqfliteDarwinDatabaseAdditions.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/FlutterMacOS.framework/Headers/FlutterMacros.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/FlutterMacOS.framework/Headers/FlutterPlatformViews.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/FlutterMacOS.framework/Headers/FlutterDartProject.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/sqflite/sqflite.framework/Headers/SqfliteDarwinResultSet.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/path_provider_foundation/path_provider_foundation.framework/Headers/path_provider_foundation-Swift.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/sqflite/sqflite.framework/Headers/SqfliteImport.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/sqflite/sqflite.framework/Headers/SqfliteDarwinImport.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/FlutterMacOS.framework/Modules/module.modulemap /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/sqflite/sqflite.framework/Modules/module.modulemap /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/path_provider_foundation/path_provider_foundation.framework/Modules/module.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/include/objc/ObjectiveC.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/CoreMedia.framework/Headers/CoreMedia.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/CoreData.framework/Headers/CoreData.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CoreImage.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/QuartzCore.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/include/dispatch/Dispatch.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/Metal.framework/Headers/Metal.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/include/Darwin.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/CoreGraphics.framework/Headers/CoreGraphics.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/ApplicationServices.framework/Headers/ApplicationServices.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/CoreAudioTypes.framework/Headers/CoreAudioTypes.apinotes /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/apinotes/os.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/UniformTypeIdentifiers.framework/Headers/UniformTypeIdentifiers.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/AppKit.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/CoreText.framework/Headers/CoreText.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/Security.framework/Headers/Security.apinotes
+/Users/yuliyarudenko/cpd/build/macos/Build/Intermediates.noindex/Runner.build/Release/Runner.build/Objects-normal/x86_64/GeneratedPluginRegistrant.o : /Users/yuliyarudenko/cpd/macos/Runner/AppDelegate.swift /Users/yuliyarudenko/cpd/build/macos/Build/Intermediates.noindex/Runner.build/Release/Runner.build/DerivedSources/GeneratedAssetSymbols.swift /Users/yuliyarudenko/cpd/macos/Flutter/GeneratedPluginRegistrant.swift /Users/yuliyarudenko/cpd/macos/Runner/MainFlutterWindow.swift /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/XPC.swiftmodule/x86_64-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/ObjectiveC.swiftmodule/x86_64-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/SwiftUI.framework/Modules/SwiftUI.swiftmodule/x86_64-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/CoreMedia.swiftmodule/x86_64-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/CoreData.framework/Modules/CoreData.swiftmodule/x86_64-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/CoreImage.swiftmodule/x86_64-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/CoreTransferable.framework/Modules/CoreTransferable.swiftmodule/x86_64-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/Combine.framework/Modules/Combine.swiftmodule/x86_64-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/QuartzCore.swiftmodule/x86_64-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/_StringProcessing.swiftmodule/x86_64-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/OSLog.swiftmodule/x86_64-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/Dispatch.swiftmodule/x86_64-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/Metal.swiftmodule/x86_64-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/Darwin.swiftmodule/x86_64-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/Foundation.framework/Modules/Foundation.swiftmodule/x86_64-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/CoreFoundation.swiftmodule/x86_64-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/Observation.swiftmodule/x86_64-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/CoreAudio.swiftmodule/x86_64-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/CoreGraphics.swiftmodule/x86_64-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/Symbols.framework/Modules/Symbols.swiftmodule/x86_64-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/os.swiftmodule/x86_64-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/UniformTypeIdentifiers.swiftmodule/x86_64-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/Swift.swiftmodule/x86_64-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/IOKit.swiftmodule/x86_64-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/AppKit.framework/Modules/AppKit.swiftmodule/x86_64-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/DeveloperToolsSupport.framework/Modules/DeveloperToolsSupport.swiftmodule/x86_64-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/_Concurrency.swiftmodule/x86_64-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/Accessibility.framework/Modules/Accessibility.swiftmodule/x86_64-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/XPC.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/ObjectiveC.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/SwiftUI.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/CoreMedia.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/CoreData.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/CoreImage.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/CoreTransferable.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/Combine.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/QuartzCore.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/_StringProcessing.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/OSLog.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/Dispatch.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/Metal.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/Darwin.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/Foundation.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/CoreFoundation.swiftmodule/x86_64-apple-macos.swiftmodule /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/path_provider_foundation/path_provider_foundation.framework/Modules/path_provider_foundation.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/Observation.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/CoreAudio.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/CoreGraphics.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/Symbols.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/os.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/UniformTypeIdentifiers.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/Swift.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/IOKit.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/AppKit.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/DeveloperToolsSupport.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/_Concurrency.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/Accessibility.swiftmodule/x86_64-apple-macos.swiftmodule /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/sqflite/sqflite.framework/Headers/SqfliteDarwinDB.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/FlutterMacOS.framework/Headers/FlutterPluginMacOS.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/FlutterMacOS.framework/Headers/FlutterPluginRegistrarMacOS.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/FlutterMacOS.framework/Headers/FlutterMacOS.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/sqflite/sqflite.framework/Headers/sqflite-umbrella.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/path_provider_foundation/path_provider_foundation.framework/Headers/path_provider_foundation-umbrella.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/FlutterMacOS.framework/Headers/FlutterEngine.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/FlutterMacOS.framework/Headers/FlutterTexture.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/sqflite/sqflite.framework/Headers/SqfliteDatabase.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/sqflite/sqflite.framework/Headers/SqfliteDarwinDatabase.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/FlutterMacOS.framework/Headers/FlutterAppLifecycleDelegate.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/FlutterMacOS.framework/Headers/FlutterAppDelegate.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/sqflite/sqflite.framework/Headers/SqfliteDarwinDatabaseQueue.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/sqflite/sqflite.framework/Headers/SqflitePlugin.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/sqflite/sqflite.framework/Headers/SqfliteOperation.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/FlutterMacOS.framework/Headers/FlutterBinaryMessenger.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/FlutterMacOS.framework/Headers/FlutterViewController.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/sqflite/sqflite.framework/Headers/SqfliteCursor.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/FlutterMacOS.framework/Headers/FlutterCodecs.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/FlutterMacOS.framework/Headers/FlutterChannels.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/sqflite/sqflite.framework/Headers/SqfliteDarwinDatabaseAdditions.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/FlutterMacOS.framework/Headers/FlutterMacros.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/FlutterMacOS.framework/Headers/FlutterPlatformViews.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/FlutterMacOS.framework/Headers/FlutterDartProject.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/sqflite/sqflite.framework/Headers/SqfliteDarwinResultSet.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/path_provider_foundation/path_provider_foundation.framework/Headers/path_provider_foundation-Swift.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/sqflite/sqflite.framework/Headers/SqfliteImport.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/sqflite/sqflite.framework/Headers/SqfliteDarwinImport.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/FlutterMacOS.framework/Modules/module.modulemap /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/sqflite/sqflite.framework/Modules/module.modulemap /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/path_provider_foundation/path_provider_foundation.framework/Modules/module.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/include/objc/ObjectiveC.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/CoreMedia.framework/Headers/CoreMedia.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/CoreData.framework/Headers/CoreData.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CoreImage.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/QuartzCore.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/include/dispatch/Dispatch.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/Metal.framework/Headers/Metal.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/include/Darwin.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/CoreGraphics.framework/Headers/CoreGraphics.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/ApplicationServices.framework/Headers/ApplicationServices.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/CoreAudioTypes.framework/Headers/CoreAudioTypes.apinotes /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/apinotes/os.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/UniformTypeIdentifiers.framework/Headers/UniformTypeIdentifiers.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/AppKit.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/CoreText.framework/Headers/CoreText.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/Security.framework/Headers/Security.apinotes
+/Users/yuliyarudenko/cpd/build/macos/Build/Intermediates.noindex/Runner.build/Release/Runner.build/Objects-normal/x86_64/GeneratedAssetSymbols.o : /Users/yuliyarudenko/cpd/macos/Runner/AppDelegate.swift /Users/yuliyarudenko/cpd/build/macos/Build/Intermediates.noindex/Runner.build/Release/Runner.build/DerivedSources/GeneratedAssetSymbols.swift /Users/yuliyarudenko/cpd/macos/Flutter/GeneratedPluginRegistrant.swift /Users/yuliyarudenko/cpd/macos/Runner/MainFlutterWindow.swift /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/XPC.swiftmodule/x86_64-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/ObjectiveC.swiftmodule/x86_64-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/SwiftUI.framework/Modules/SwiftUI.swiftmodule/x86_64-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/CoreMedia.swiftmodule/x86_64-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/CoreData.framework/Modules/CoreData.swiftmodule/x86_64-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/CoreImage.swiftmodule/x86_64-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/CoreTransferable.framework/Modules/CoreTransferable.swiftmodule/x86_64-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/Combine.framework/Modules/Combine.swiftmodule/x86_64-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/QuartzCore.swiftmodule/x86_64-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/_StringProcessing.swiftmodule/x86_64-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/OSLog.swiftmodule/x86_64-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/Dispatch.swiftmodule/x86_64-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/Metal.swiftmodule/x86_64-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/Darwin.swiftmodule/x86_64-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/Foundation.framework/Modules/Foundation.swiftmodule/x86_64-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/CoreFoundation.swiftmodule/x86_64-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/Observation.swiftmodule/x86_64-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/CoreAudio.swiftmodule/x86_64-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/CoreGraphics.swiftmodule/x86_64-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/Symbols.framework/Modules/Symbols.swiftmodule/x86_64-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/os.swiftmodule/x86_64-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/UniformTypeIdentifiers.swiftmodule/x86_64-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/Swift.swiftmodule/x86_64-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/IOKit.swiftmodule/x86_64-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/AppKit.framework/Modules/AppKit.swiftmodule/x86_64-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/DeveloperToolsSupport.framework/Modules/DeveloperToolsSupport.swiftmodule/x86_64-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/_Concurrency.swiftmodule/x86_64-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/Accessibility.framework/Modules/Accessibility.swiftmodule/x86_64-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/XPC.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/ObjectiveC.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/SwiftUI.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/CoreMedia.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/CoreData.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/CoreImage.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/CoreTransferable.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/Combine.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/QuartzCore.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/_StringProcessing.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/OSLog.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/Dispatch.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/Metal.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/Darwin.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/Foundation.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/CoreFoundation.swiftmodule/x86_64-apple-macos.swiftmodule /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/path_provider_foundation/path_provider_foundation.framework/Modules/path_provider_foundation.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/Observation.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/CoreAudio.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/CoreGraphics.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/Symbols.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/os.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/UniformTypeIdentifiers.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/Swift.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/IOKit.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/AppKit.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/DeveloperToolsSupport.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/_Concurrency.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/Accessibility.swiftmodule/x86_64-apple-macos.swiftmodule /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/sqflite/sqflite.framework/Headers/SqfliteDarwinDB.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/FlutterMacOS.framework/Headers/FlutterPluginMacOS.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/FlutterMacOS.framework/Headers/FlutterPluginRegistrarMacOS.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/FlutterMacOS.framework/Headers/FlutterMacOS.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/sqflite/sqflite.framework/Headers/sqflite-umbrella.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/path_provider_foundation/path_provider_foundation.framework/Headers/path_provider_foundation-umbrella.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/FlutterMacOS.framework/Headers/FlutterEngine.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/FlutterMacOS.framework/Headers/FlutterTexture.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/sqflite/sqflite.framework/Headers/SqfliteDatabase.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/sqflite/sqflite.framework/Headers/SqfliteDarwinDatabase.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/FlutterMacOS.framework/Headers/FlutterAppLifecycleDelegate.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/FlutterMacOS.framework/Headers/FlutterAppDelegate.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/sqflite/sqflite.framework/Headers/SqfliteDarwinDatabaseQueue.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/sqflite/sqflite.framework/Headers/SqflitePlugin.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/sqflite/sqflite.framework/Headers/SqfliteOperation.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/FlutterMacOS.framework/Headers/FlutterBinaryMessenger.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/FlutterMacOS.framework/Headers/FlutterViewController.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/sqflite/sqflite.framework/Headers/SqfliteCursor.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/FlutterMacOS.framework/Headers/FlutterCodecs.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/FlutterMacOS.framework/Headers/FlutterChannels.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/sqflite/sqflite.framework/Headers/SqfliteDarwinDatabaseAdditions.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/FlutterMacOS.framework/Headers/FlutterMacros.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/FlutterMacOS.framework/Headers/FlutterPlatformViews.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/FlutterMacOS.framework/Headers/FlutterDartProject.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/sqflite/sqflite.framework/Headers/SqfliteDarwinResultSet.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/path_provider_foundation/path_provider_foundation.framework/Headers/path_provider_foundation-Swift.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/sqflite/sqflite.framework/Headers/SqfliteImport.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/sqflite/sqflite.framework/Headers/SqfliteDarwinImport.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/FlutterMacOS.framework/Modules/module.modulemap /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/sqflite/sqflite.framework/Modules/module.modulemap /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/path_provider_foundation/path_provider_foundation.framework/Modules/module.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/include/objc/ObjectiveC.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/CoreMedia.framework/Headers/CoreMedia.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/CoreData.framework/Headers/CoreData.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CoreImage.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/QuartzCore.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/include/dispatch/Dispatch.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/Metal.framework/Headers/Metal.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/include/Darwin.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/CoreGraphics.framework/Headers/CoreGraphics.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/ApplicationServices.framework/Headers/ApplicationServices.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/CoreAudioTypes.framework/Headers/CoreAudioTypes.apinotes /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/apinotes/os.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/UniformTypeIdentifiers.framework/Headers/UniformTypeIdentifiers.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/AppKit.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/CoreText.framework/Headers/CoreText.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/Security.framework/Headers/Security.apinotes
+/Users/yuliyarudenko/cpd/build/macos/Build/Intermediates.noindex/Runner.build/Release/Runner.build/Objects-normal/x86_64/cpd.swiftmodule : /Users/yuliyarudenko/cpd/macos/Runner/AppDelegate.swift /Users/yuliyarudenko/cpd/build/macos/Build/Intermediates.noindex/Runner.build/Release/Runner.build/DerivedSources/GeneratedAssetSymbols.swift /Users/yuliyarudenko/cpd/macos/Flutter/GeneratedPluginRegistrant.swift /Users/yuliyarudenko/cpd/macos/Runner/MainFlutterWindow.swift /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/XPC.swiftmodule/x86_64-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/ObjectiveC.swiftmodule/x86_64-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/SwiftUI.framework/Modules/SwiftUI.swiftmodule/x86_64-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/CoreMedia.swiftmodule/x86_64-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/CoreData.framework/Modules/CoreData.swiftmodule/x86_64-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/CoreImage.swiftmodule/x86_64-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/CoreTransferable.framework/Modules/CoreTransferable.swiftmodule/x86_64-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/Combine.framework/Modules/Combine.swiftmodule/x86_64-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/QuartzCore.swiftmodule/x86_64-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/_StringProcessing.swiftmodule/x86_64-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/OSLog.swiftmodule/x86_64-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/Dispatch.swiftmodule/x86_64-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/Metal.swiftmodule/x86_64-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/Darwin.swiftmodule/x86_64-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/Foundation.framework/Modules/Foundation.swiftmodule/x86_64-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/CoreFoundation.swiftmodule/x86_64-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/Observation.swiftmodule/x86_64-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/CoreAudio.swiftmodule/x86_64-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/CoreGraphics.swiftmodule/x86_64-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/Symbols.framework/Modules/Symbols.swiftmodule/x86_64-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/os.swiftmodule/x86_64-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/UniformTypeIdentifiers.swiftmodule/x86_64-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/Swift.swiftmodule/x86_64-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/IOKit.swiftmodule/x86_64-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/AppKit.framework/Modules/AppKit.swiftmodule/x86_64-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/DeveloperToolsSupport.framework/Modules/DeveloperToolsSupport.swiftmodule/x86_64-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/_Concurrency.swiftmodule/x86_64-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/Accessibility.framework/Modules/Accessibility.swiftmodule/x86_64-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/XPC.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/ObjectiveC.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/SwiftUI.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/CoreMedia.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/CoreData.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/CoreImage.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/CoreTransferable.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/Combine.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/QuartzCore.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/_StringProcessing.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/OSLog.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/Dispatch.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/Metal.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/Darwin.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/Foundation.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/CoreFoundation.swiftmodule/x86_64-apple-macos.swiftmodule /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/path_provider_foundation/path_provider_foundation.framework/Modules/path_provider_foundation.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/Observation.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/CoreAudio.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/CoreGraphics.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/Symbols.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/os.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/UniformTypeIdentifiers.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/Swift.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/IOKit.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/AppKit.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/DeveloperToolsSupport.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/_Concurrency.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/Accessibility.swiftmodule/x86_64-apple-macos.swiftmodule /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/sqflite/sqflite.framework/Headers/SqfliteDarwinDB.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/FlutterMacOS.framework/Headers/FlutterPluginMacOS.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/FlutterMacOS.framework/Headers/FlutterPluginRegistrarMacOS.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/FlutterMacOS.framework/Headers/FlutterMacOS.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/sqflite/sqflite.framework/Headers/sqflite-umbrella.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/path_provider_foundation/path_provider_foundation.framework/Headers/path_provider_foundation-umbrella.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/FlutterMacOS.framework/Headers/FlutterEngine.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/FlutterMacOS.framework/Headers/FlutterTexture.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/sqflite/sqflite.framework/Headers/SqfliteDatabase.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/sqflite/sqflite.framework/Headers/SqfliteDarwinDatabase.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/FlutterMacOS.framework/Headers/FlutterAppLifecycleDelegate.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/FlutterMacOS.framework/Headers/FlutterAppDelegate.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/sqflite/sqflite.framework/Headers/SqfliteDarwinDatabaseQueue.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/sqflite/sqflite.framework/Headers/SqflitePlugin.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/sqflite/sqflite.framework/Headers/SqfliteOperation.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/FlutterMacOS.framework/Headers/FlutterBinaryMessenger.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/FlutterMacOS.framework/Headers/FlutterViewController.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/sqflite/sqflite.framework/Headers/SqfliteCursor.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/FlutterMacOS.framework/Headers/FlutterCodecs.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/FlutterMacOS.framework/Headers/FlutterChannels.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/sqflite/sqflite.framework/Headers/SqfliteDarwinDatabaseAdditions.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/FlutterMacOS.framework/Headers/FlutterMacros.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/FlutterMacOS.framework/Headers/FlutterPlatformViews.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/FlutterMacOS.framework/Headers/FlutterDartProject.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/sqflite/sqflite.framework/Headers/SqfliteDarwinResultSet.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/path_provider_foundation/path_provider_foundation.framework/Headers/path_provider_foundation-Swift.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/sqflite/sqflite.framework/Headers/SqfliteImport.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/sqflite/sqflite.framework/Headers/SqfliteDarwinImport.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/FlutterMacOS.framework/Modules/module.modulemap /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/sqflite/sqflite.framework/Modules/module.modulemap /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/path_provider_foundation/path_provider_foundation.framework/Modules/module.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/include/objc/ObjectiveC.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/CoreMedia.framework/Headers/CoreMedia.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/CoreData.framework/Headers/CoreData.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CoreImage.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/QuartzCore.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/include/dispatch/Dispatch.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/Metal.framework/Headers/Metal.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/include/Darwin.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/CoreGraphics.framework/Headers/CoreGraphics.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/ApplicationServices.framework/Headers/ApplicationServices.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/CoreAudioTypes.framework/Headers/CoreAudioTypes.apinotes /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/apinotes/os.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/UniformTypeIdentifiers.framework/Headers/UniformTypeIdentifiers.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/AppKit.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/CoreText.framework/Headers/CoreText.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/Security.framework/Headers/Security.apinotes
+/Users/yuliyarudenko/cpd/build/macos/Build/Intermediates.noindex/Runner.build/Release/Runner.build/Objects-normal/x86_64/cpd.swiftdoc : /Users/yuliyarudenko/cpd/macos/Runner/AppDelegate.swift /Users/yuliyarudenko/cpd/build/macos/Build/Intermediates.noindex/Runner.build/Release/Runner.build/DerivedSources/GeneratedAssetSymbols.swift /Users/yuliyarudenko/cpd/macos/Flutter/GeneratedPluginRegistrant.swift /Users/yuliyarudenko/cpd/macos/Runner/MainFlutterWindow.swift /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/XPC.swiftmodule/x86_64-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/ObjectiveC.swiftmodule/x86_64-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/SwiftUI.framework/Modules/SwiftUI.swiftmodule/x86_64-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/CoreMedia.swiftmodule/x86_64-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/CoreData.framework/Modules/CoreData.swiftmodule/x86_64-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/CoreImage.swiftmodule/x86_64-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/CoreTransferable.framework/Modules/CoreTransferable.swiftmodule/x86_64-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/Combine.framework/Modules/Combine.swiftmodule/x86_64-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/QuartzCore.swiftmodule/x86_64-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/_StringProcessing.swiftmodule/x86_64-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/OSLog.swiftmodule/x86_64-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/Dispatch.swiftmodule/x86_64-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/Metal.swiftmodule/x86_64-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/Darwin.swiftmodule/x86_64-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/Foundation.framework/Modules/Foundation.swiftmodule/x86_64-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/CoreFoundation.swiftmodule/x86_64-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/Observation.swiftmodule/x86_64-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/CoreAudio.swiftmodule/x86_64-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/CoreGraphics.swiftmodule/x86_64-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/Symbols.framework/Modules/Symbols.swiftmodule/x86_64-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/os.swiftmodule/x86_64-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/UniformTypeIdentifiers.swiftmodule/x86_64-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/Swift.swiftmodule/x86_64-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/IOKit.swiftmodule/x86_64-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/AppKit.framework/Modules/AppKit.swiftmodule/x86_64-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/DeveloperToolsSupport.framework/Modules/DeveloperToolsSupport.swiftmodule/x86_64-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/_Concurrency.swiftmodule/x86_64-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/Accessibility.framework/Modules/Accessibility.swiftmodule/x86_64-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/XPC.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/ObjectiveC.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/SwiftUI.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/CoreMedia.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/CoreData.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/CoreImage.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/CoreTransferable.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/Combine.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/QuartzCore.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/_StringProcessing.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/OSLog.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/Dispatch.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/Metal.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/Darwin.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/Foundation.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/CoreFoundation.swiftmodule/x86_64-apple-macos.swiftmodule /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/path_provider_foundation/path_provider_foundation.framework/Modules/path_provider_foundation.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/Observation.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/CoreAudio.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/CoreGraphics.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/Symbols.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/os.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/UniformTypeIdentifiers.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/Swift.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/IOKit.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/AppKit.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/DeveloperToolsSupport.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/_Concurrency.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/Accessibility.swiftmodule/x86_64-apple-macos.swiftmodule /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/sqflite/sqflite.framework/Headers/SqfliteDarwinDB.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/FlutterMacOS.framework/Headers/FlutterPluginMacOS.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/FlutterMacOS.framework/Headers/FlutterPluginRegistrarMacOS.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/FlutterMacOS.framework/Headers/FlutterMacOS.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/sqflite/sqflite.framework/Headers/sqflite-umbrella.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/path_provider_foundation/path_provider_foundation.framework/Headers/path_provider_foundation-umbrella.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/FlutterMacOS.framework/Headers/FlutterEngine.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/FlutterMacOS.framework/Headers/FlutterTexture.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/sqflite/sqflite.framework/Headers/SqfliteDatabase.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/sqflite/sqflite.framework/Headers/SqfliteDarwinDatabase.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/FlutterMacOS.framework/Headers/FlutterAppLifecycleDelegate.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/FlutterMacOS.framework/Headers/FlutterAppDelegate.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/sqflite/sqflite.framework/Headers/SqfliteDarwinDatabaseQueue.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/sqflite/sqflite.framework/Headers/SqflitePlugin.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/sqflite/sqflite.framework/Headers/SqfliteOperation.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/FlutterMacOS.framework/Headers/FlutterBinaryMessenger.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/FlutterMacOS.framework/Headers/FlutterViewController.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/sqflite/sqflite.framework/Headers/SqfliteCursor.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/FlutterMacOS.framework/Headers/FlutterCodecs.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/FlutterMacOS.framework/Headers/FlutterChannels.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/sqflite/sqflite.framework/Headers/SqfliteDarwinDatabaseAdditions.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/FlutterMacOS.framework/Headers/FlutterMacros.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/FlutterMacOS.framework/Headers/FlutterPlatformViews.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/FlutterMacOS.framework/Headers/FlutterDartProject.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/sqflite/sqflite.framework/Headers/SqfliteDarwinResultSet.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/path_provider_foundation/path_provider_foundation.framework/Headers/path_provider_foundation-Swift.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/sqflite/sqflite.framework/Headers/SqfliteImport.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/sqflite/sqflite.framework/Headers/SqfliteDarwinImport.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/FlutterMacOS.framework/Modules/module.modulemap /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/sqflite/sqflite.framework/Modules/module.modulemap /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/path_provider_foundation/path_provider_foundation.framework/Modules/module.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/include/objc/ObjectiveC.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/CoreMedia.framework/Headers/CoreMedia.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/CoreData.framework/Headers/CoreData.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CoreImage.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/QuartzCore.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/include/dispatch/Dispatch.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/Metal.framework/Headers/Metal.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/include/Darwin.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/CoreGraphics.framework/Headers/CoreGraphics.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/ApplicationServices.framework/Headers/ApplicationServices.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/CoreAudioTypes.framework/Headers/CoreAudioTypes.apinotes /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/apinotes/os.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/UniformTypeIdentifiers.framework/Headers/UniformTypeIdentifiers.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/AppKit.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/CoreText.framework/Headers/CoreText.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/Security.framework/Headers/Security.apinotes
+/Users/yuliyarudenko/cpd/build/macos/Build/Intermediates.noindex/Runner.build/Release/Runner.build/Objects-normal/x86_64/cpd-Swift.h : /Users/yuliyarudenko/cpd/macos/Runner/AppDelegate.swift /Users/yuliyarudenko/cpd/build/macos/Build/Intermediates.noindex/Runner.build/Release/Runner.build/DerivedSources/GeneratedAssetSymbols.swift /Users/yuliyarudenko/cpd/macos/Flutter/GeneratedPluginRegistrant.swift /Users/yuliyarudenko/cpd/macos/Runner/MainFlutterWindow.swift /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/XPC.swiftmodule/x86_64-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/ObjectiveC.swiftmodule/x86_64-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/SwiftUI.framework/Modules/SwiftUI.swiftmodule/x86_64-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/CoreMedia.swiftmodule/x86_64-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/CoreData.framework/Modules/CoreData.swiftmodule/x86_64-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/CoreImage.swiftmodule/x86_64-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/CoreTransferable.framework/Modules/CoreTransferable.swiftmodule/x86_64-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/Combine.framework/Modules/Combine.swiftmodule/x86_64-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/QuartzCore.swiftmodule/x86_64-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/_StringProcessing.swiftmodule/x86_64-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/OSLog.swiftmodule/x86_64-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/Dispatch.swiftmodule/x86_64-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/Metal.swiftmodule/x86_64-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/Darwin.swiftmodule/x86_64-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/Foundation.framework/Modules/Foundation.swiftmodule/x86_64-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/CoreFoundation.swiftmodule/x86_64-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/Observation.swiftmodule/x86_64-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/CoreAudio.swiftmodule/x86_64-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/CoreGraphics.swiftmodule/x86_64-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/Symbols.framework/Modules/Symbols.swiftmodule/x86_64-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/os.swiftmodule/x86_64-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/UniformTypeIdentifiers.swiftmodule/x86_64-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/Swift.swiftmodule/x86_64-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/IOKit.swiftmodule/x86_64-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/AppKit.framework/Modules/AppKit.swiftmodule/x86_64-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/DeveloperToolsSupport.framework/Modules/DeveloperToolsSupport.swiftmodule/x86_64-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/_Concurrency.swiftmodule/x86_64-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/Accessibility.framework/Modules/Accessibility.swiftmodule/x86_64-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/XPC.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/ObjectiveC.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/SwiftUI.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/CoreMedia.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/CoreData.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/CoreImage.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/CoreTransferable.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/Combine.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/QuartzCore.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/_StringProcessing.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/OSLog.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/Dispatch.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/Metal.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/Darwin.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/Foundation.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/CoreFoundation.swiftmodule/x86_64-apple-macos.swiftmodule /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/path_provider_foundation/path_provider_foundation.framework/Modules/path_provider_foundation.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/Observation.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/CoreAudio.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/CoreGraphics.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/Symbols.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/os.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/UniformTypeIdentifiers.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/Swift.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/IOKit.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/AppKit.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/DeveloperToolsSupport.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/_Concurrency.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/Accessibility.swiftmodule/x86_64-apple-macos.swiftmodule /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/sqflite/sqflite.framework/Headers/SqfliteDarwinDB.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/FlutterMacOS.framework/Headers/FlutterPluginMacOS.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/FlutterMacOS.framework/Headers/FlutterPluginRegistrarMacOS.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/FlutterMacOS.framework/Headers/FlutterMacOS.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/sqflite/sqflite.framework/Headers/sqflite-umbrella.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/path_provider_foundation/path_provider_foundation.framework/Headers/path_provider_foundation-umbrella.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/FlutterMacOS.framework/Headers/FlutterEngine.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/FlutterMacOS.framework/Headers/FlutterTexture.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/sqflite/sqflite.framework/Headers/SqfliteDatabase.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/sqflite/sqflite.framework/Headers/SqfliteDarwinDatabase.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/FlutterMacOS.framework/Headers/FlutterAppLifecycleDelegate.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/FlutterMacOS.framework/Headers/FlutterAppDelegate.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/sqflite/sqflite.framework/Headers/SqfliteDarwinDatabaseQueue.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/sqflite/sqflite.framework/Headers/SqflitePlugin.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/sqflite/sqflite.framework/Headers/SqfliteOperation.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/FlutterMacOS.framework/Headers/FlutterBinaryMessenger.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/FlutterMacOS.framework/Headers/FlutterViewController.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/sqflite/sqflite.framework/Headers/SqfliteCursor.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/FlutterMacOS.framework/Headers/FlutterCodecs.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/FlutterMacOS.framework/Headers/FlutterChannels.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/sqflite/sqflite.framework/Headers/SqfliteDarwinDatabaseAdditions.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/FlutterMacOS.framework/Headers/FlutterMacros.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/FlutterMacOS.framework/Headers/FlutterPlatformViews.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/FlutterMacOS.framework/Headers/FlutterDartProject.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/sqflite/sqflite.framework/Headers/SqfliteDarwinResultSet.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/path_provider_foundation/path_provider_foundation.framework/Headers/path_provider_foundation-Swift.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/sqflite/sqflite.framework/Headers/SqfliteImport.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/sqflite/sqflite.framework/Headers/SqfliteDarwinImport.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/FlutterMacOS.framework/Modules/module.modulemap /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/sqflite/sqflite.framework/Modules/module.modulemap /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/path_provider_foundation/path_provider_foundation.framework/Modules/module.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/include/objc/ObjectiveC.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/CoreMedia.framework/Headers/CoreMedia.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/CoreData.framework/Headers/CoreData.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CoreImage.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/QuartzCore.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/include/dispatch/Dispatch.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/Metal.framework/Headers/Metal.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/include/Darwin.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/CoreGraphics.framework/Headers/CoreGraphics.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/ApplicationServices.framework/Headers/ApplicationServices.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/CoreAudioTypes.framework/Headers/CoreAudioTypes.apinotes /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/apinotes/os.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/UniformTypeIdentifiers.framework/Headers/UniformTypeIdentifiers.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/AppKit.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/CoreText.framework/Headers/CoreText.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/Security.framework/Headers/Security.apinotes
+/Users/yuliyarudenko/cpd/build/macos/Build/Intermediates.noindex/Runner.build/Release/Runner.build/Objects-normal/x86_64/cpd.swiftsourceinfo : /Users/yuliyarudenko/cpd/macos/Runner/AppDelegate.swift /Users/yuliyarudenko/cpd/build/macos/Build/Intermediates.noindex/Runner.build/Release/Runner.build/DerivedSources/GeneratedAssetSymbols.swift /Users/yuliyarudenko/cpd/macos/Flutter/GeneratedPluginRegistrant.swift /Users/yuliyarudenko/cpd/macos/Runner/MainFlutterWindow.swift /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/XPC.swiftmodule/x86_64-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/ObjectiveC.swiftmodule/x86_64-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/SwiftUI.framework/Modules/SwiftUI.swiftmodule/x86_64-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/CoreMedia.swiftmodule/x86_64-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/CoreData.framework/Modules/CoreData.swiftmodule/x86_64-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/CoreImage.swiftmodule/x86_64-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/CoreTransferable.framework/Modules/CoreTransferable.swiftmodule/x86_64-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/Combine.framework/Modules/Combine.swiftmodule/x86_64-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/QuartzCore.swiftmodule/x86_64-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/_StringProcessing.swiftmodule/x86_64-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/OSLog.swiftmodule/x86_64-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/Dispatch.swiftmodule/x86_64-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/Metal.swiftmodule/x86_64-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/Darwin.swiftmodule/x86_64-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/Foundation.framework/Modules/Foundation.swiftmodule/x86_64-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/CoreFoundation.swiftmodule/x86_64-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/Observation.swiftmodule/x86_64-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/CoreAudio.swiftmodule/x86_64-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/CoreGraphics.swiftmodule/x86_64-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/Symbols.framework/Modules/Symbols.swiftmodule/x86_64-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/os.swiftmodule/x86_64-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/UniformTypeIdentifiers.swiftmodule/x86_64-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/Swift.swiftmodule/x86_64-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/IOKit.swiftmodule/x86_64-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/AppKit.framework/Modules/AppKit.swiftmodule/x86_64-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/DeveloperToolsSupport.framework/Modules/DeveloperToolsSupport.swiftmodule/x86_64-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/lib/swift/_Concurrency.swiftmodule/x86_64-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/Accessibility.framework/Modules/Accessibility.swiftmodule/x86_64-apple-macos.swiftinterface /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/XPC.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/ObjectiveC.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/SwiftUI.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/CoreMedia.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/CoreData.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/CoreImage.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/CoreTransferable.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/Combine.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/QuartzCore.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/_StringProcessing.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/OSLog.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/Dispatch.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/Metal.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/Darwin.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/Foundation.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/CoreFoundation.swiftmodule/x86_64-apple-macos.swiftmodule /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/path_provider_foundation/path_provider_foundation.framework/Modules/path_provider_foundation.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/Observation.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/CoreAudio.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/CoreGraphics.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/Symbols.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/os.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/UniformTypeIdentifiers.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/Swift.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/IOKit.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/AppKit.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/DeveloperToolsSupport.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/_Concurrency.swiftmodule/x86_64-apple-macos.swiftmodule /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/14.4/Accessibility.swiftmodule/x86_64-apple-macos.swiftmodule /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/sqflite/sqflite.framework/Headers/SqfliteDarwinDB.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/FlutterMacOS.framework/Headers/FlutterPluginMacOS.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/FlutterMacOS.framework/Headers/FlutterPluginRegistrarMacOS.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/FlutterMacOS.framework/Headers/FlutterMacOS.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/sqflite/sqflite.framework/Headers/sqflite-umbrella.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/path_provider_foundation/path_provider_foundation.framework/Headers/path_provider_foundation-umbrella.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/FlutterMacOS.framework/Headers/FlutterEngine.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/FlutterMacOS.framework/Headers/FlutterTexture.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/sqflite/sqflite.framework/Headers/SqfliteDatabase.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/sqflite/sqflite.framework/Headers/SqfliteDarwinDatabase.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/FlutterMacOS.framework/Headers/FlutterAppLifecycleDelegate.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/FlutterMacOS.framework/Headers/FlutterAppDelegate.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/sqflite/sqflite.framework/Headers/SqfliteDarwinDatabaseQueue.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/sqflite/sqflite.framework/Headers/SqflitePlugin.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/sqflite/sqflite.framework/Headers/SqfliteOperation.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/FlutterMacOS.framework/Headers/FlutterBinaryMessenger.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/FlutterMacOS.framework/Headers/FlutterViewController.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/sqflite/sqflite.framework/Headers/SqfliteCursor.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/FlutterMacOS.framework/Headers/FlutterCodecs.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/FlutterMacOS.framework/Headers/FlutterChannels.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/sqflite/sqflite.framework/Headers/SqfliteDarwinDatabaseAdditions.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/FlutterMacOS.framework/Headers/FlutterMacros.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/FlutterMacOS.framework/Headers/FlutterPlatformViews.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/FlutterMacOS.framework/Headers/FlutterDartProject.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/sqflite/sqflite.framework/Headers/SqfliteDarwinResultSet.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/path_provider_foundation/path_provider_foundation.framework/Headers/path_provider_foundation-Swift.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/sqflite/sqflite.framework/Headers/SqfliteImport.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/sqflite/sqflite.framework/Headers/SqfliteDarwinImport.h /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/FlutterMacOS.framework/Modules/module.modulemap /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/sqflite/sqflite.framework/Modules/module.modulemap /Users/yuliyarudenko/cpd/build/macos/Build/Products/Release/path_provider_foundation/path_provider_foundation.framework/Modules/module.modulemap /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/include/objc/ObjectiveC.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/CoreMedia.framework/Headers/CoreMedia.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/CoreData.framework/Headers/CoreData.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CoreImage.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/QuartzCore.framework/Headers/QuartzCore.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/include/dispatch/Dispatch.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/Metal.framework/Headers/Metal.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/usr/include/Darwin.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/Foundation.framework/Headers/Foundation.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/CoreGraphics.framework/Headers/CoreGraphics.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/ApplicationServices.framework/Headers/ApplicationServices.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/CoreAudioTypes.framework/Headers/CoreAudioTypes.apinotes /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/apinotes/os.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/UniformTypeIdentifiers.framework/Headers/UniformTypeIdentifiers.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/AppKit.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/CoreText.framework/Headers/CoreText.apinotes /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk/System/Library/Frameworks/Security.framework/Headers/Security.apinotes
diff --git a/build/macos/Build/Intermediates.noindex/Runner.build/Release/Runner.build/Objects-normal/x86_64/Runner-master.swiftdeps b/build/macos/Build/Intermediates.noindex/Runner.build/Release/Runner.build/Objects-normal/x86_64/Runner-master.swiftdeps
index b1c4786..26f844b 100644
--- a/build/macos/Build/Intermediates.noindex/Runner.build/Release/Runner.build/Objects-normal/x86_64/Runner-master.swiftdeps
+++ b/build/macos/Build/Intermediates.noindex/Runner.build/Release/Runner.build/Objects-normal/x86_64/Runner-master.swiftdeps
@@ -1,10 +1,10 @@
version: "Apple Swift version 5.10 (swiftlang-5.10.0.13 clang-1500.3.9.4)"
options: "f6b0d16841ab9d5ec5b14c44d4abc0878c74809c36dab831a37911da27483a13"
-build_start_time: [1718550107, 859117000]
-build_end_time: [1718550112, 300859000]
+build_start_time: [1718572241, 935529000]
+build_end_time: [1718572243, 363596000]
inputs:
? "/Users/yuliyarudenko/cpd/build/macos/Build/Intermediates.noindex/Runner.build/Release/Runner.build/DerivedSources/GeneratedAssetSymbols.swift"
: [1718550107, 852106767]
- "/Users/yuliyarudenko/cpd/macos/Flutter/GeneratedPluginRegistrant.swift": [1718550066, 912941076]
+ "/Users/yuliyarudenko/cpd/macos/Flutter/GeneratedPluginRegistrant.swift": [1718572237, 5605175]
"/Users/yuliyarudenko/cpd/macos/Runner/AppDelegate.swift": [1716927574, 144884124]
"/Users/yuliyarudenko/cpd/macos/Runner/MainFlutterWindow.swift": [1716927574, 152378155]
diff --git a/build/macos/Build/Intermediates.noindex/Runner.build/Release/Runner.build/Objects-normal/x86_64/cpd.swiftsourceinfo b/build/macos/Build/Intermediates.noindex/Runner.build/Release/Runner.build/Objects-normal/x86_64/cpd.swiftsourceinfo
index 158220b..5034c90 100644
Binary files a/build/macos/Build/Intermediates.noindex/Runner.build/Release/Runner.build/Objects-normal/x86_64/cpd.swiftsourceinfo and b/build/macos/Build/Intermediates.noindex/Runner.build/Release/Runner.build/Objects-normal/x86_64/cpd.swiftsourceinfo differ
diff --git a/build/macos/Build/Intermediates.noindex/Runner.build/Release/Runner.build/Objects-normal/x86_64/supplementaryOutputs-1 b/build/macos/Build/Intermediates.noindex/Runner.build/Release/Runner.build/Objects-normal/x86_64/supplementaryOutputs-1
new file mode 100644
index 0000000..a64a301
--- /dev/null
+++ b/build/macos/Build/Intermediates.noindex/Runner.build/Release/Runner.build/Objects-normal/x86_64/supplementaryOutputs-1
@@ -0,0 +1,9 @@
+"/Users/yuliyarudenko/cpd/macos/Runner/MainFlutterWindow.swift":
+ swiftmodule: "/Users/yuliyarudenko/cpd/build/macos/Build/Intermediates.noindex/Runner.build/Release/Runner.build/Objects-normal/x86_64/cpd.swiftmodule"
+ swiftdoc: "/Users/yuliyarudenko/cpd/build/macos/Build/Intermediates.noindex/Runner.build/Release/Runner.build/Objects-normal/x86_64/cpd.swiftdoc"
+ const-values: "/Users/yuliyarudenko/cpd/build/macos/Build/Intermediates.noindex/Runner.build/Release/Runner.build/Objects-normal/x86_64/Runner-master.swiftconstvalues"
+ objc-header: "/Users/yuliyarudenko/cpd/build/macos/Build/Intermediates.noindex/Runner.build/Release/Runner.build/Objects-normal/x86_64/cpd-Swift.h"
+ abi-baseline-json: "/Users/yuliyarudenko/cpd/build/macos/Build/Intermediates.noindex/Runner.build/Release/Runner.build/Objects-normal/x86_64/cpd.abi.json"
+ dependencies: "/Users/yuliyarudenko/cpd/build/macos/Build/Intermediates.noindex/Runner.build/Release/Runner.build/Objects-normal/x86_64/Runner-master.d"
+ swiftsourceinfo: "/Users/yuliyarudenko/cpd/build/macos/Build/Intermediates.noindex/Runner.build/Release/Runner.build/Objects-normal/x86_64/cpd.swiftsourceinfo"
+ diagnostics: "/Users/yuliyarudenko/cpd/build/macos/Build/Intermediates.noindex/Runner.build/Release/Runner.build/Objects-normal/x86_64/Runner-master.dia"
diff --git a/build/macos/Build/Intermediates.noindex/Runner.build/Release/Runner.build/SwiftStdLibToolInputDependencies.dep b/build/macos/Build/Intermediates.noindex/Runner.build/Release/Runner.build/SwiftStdLibToolInputDependencies.dep
index 6ef2b16..6cdb750 100644
Binary files a/build/macos/Build/Intermediates.noindex/Runner.build/Release/Runner.build/SwiftStdLibToolInputDependencies.dep and b/build/macos/Build/Intermediates.noindex/Runner.build/Release/Runner.build/SwiftStdLibToolInputDependencies.dep differ
diff --git a/build/macos/Build/Intermediates.noindex/XCBuildData/32b3d4102d4292f94b6bac96dc426bc9.xcbuilddata/attachments/0423eb90eb59bd4a6b0a66e648b68bc8 b/build/macos/Build/Intermediates.noindex/XCBuildData/010f9ebe3581b8682af2fa21e2150091.xcbuilddata/attachments/0423eb90eb59bd4a6b0a66e648b68bc8
similarity index 100%
rename from build/macos/Build/Intermediates.noindex/XCBuildData/32b3d4102d4292f94b6bac96dc426bc9.xcbuilddata/attachments/0423eb90eb59bd4a6b0a66e648b68bc8
rename to build/macos/Build/Intermediates.noindex/XCBuildData/010f9ebe3581b8682af2fa21e2150091.xcbuilddata/attachments/0423eb90eb59bd4a6b0a66e648b68bc8
diff --git a/build/macos/Build/Intermediates.noindex/XCBuildData/32b3d4102d4292f94b6bac96dc426bc9.xcbuilddata/attachments/044a6fdfc02bdd648746cfaa9bf526af b/build/macos/Build/Intermediates.noindex/XCBuildData/010f9ebe3581b8682af2fa21e2150091.xcbuilddata/attachments/044a6fdfc02bdd648746cfaa9bf526af
similarity index 100%
rename from build/macos/Build/Intermediates.noindex/XCBuildData/32b3d4102d4292f94b6bac96dc426bc9.xcbuilddata/attachments/044a6fdfc02bdd648746cfaa9bf526af
rename to build/macos/Build/Intermediates.noindex/XCBuildData/010f9ebe3581b8682af2fa21e2150091.xcbuilddata/attachments/044a6fdfc02bdd648746cfaa9bf526af
diff --git a/build/macos/Build/Intermediates.noindex/XCBuildData/32b3d4102d4292f94b6bac96dc426bc9.xcbuilddata/attachments/2a901a241458308cd357942f2491358e b/build/macos/Build/Intermediates.noindex/XCBuildData/010f9ebe3581b8682af2fa21e2150091.xcbuilddata/attachments/0c14258194f8653183d96f1e06c22f8a
similarity index 99%
rename from build/macos/Build/Intermediates.noindex/XCBuildData/32b3d4102d4292f94b6bac96dc426bc9.xcbuilddata/attachments/2a901a241458308cd357942f2491358e
rename to build/macos/Build/Intermediates.noindex/XCBuildData/010f9ebe3581b8682af2fa21e2150091.xcbuilddata/attachments/0c14258194f8653183d96f1e06c22f8a
index af482c0..2d3374b 100644
Binary files a/build/macos/Build/Intermediates.noindex/XCBuildData/32b3d4102d4292f94b6bac96dc426bc9.xcbuilddata/attachments/2a901a241458308cd357942f2491358e and b/build/macos/Build/Intermediates.noindex/XCBuildData/010f9ebe3581b8682af2fa21e2150091.xcbuilddata/attachments/0c14258194f8653183d96f1e06c22f8a differ
diff --git a/build/macos/Build/Intermediates.noindex/XCBuildData/32b3d4102d4292f94b6bac96dc426bc9.xcbuilddata/attachments/0e8192f7c87ed31b841cd7ad43a45edf b/build/macos/Build/Intermediates.noindex/XCBuildData/010f9ebe3581b8682af2fa21e2150091.xcbuilddata/attachments/0e8192f7c87ed31b841cd7ad43a45edf
similarity index 100%
rename from build/macos/Build/Intermediates.noindex/XCBuildData/32b3d4102d4292f94b6bac96dc426bc9.xcbuilddata/attachments/0e8192f7c87ed31b841cd7ad43a45edf
rename to build/macos/Build/Intermediates.noindex/XCBuildData/010f9ebe3581b8682af2fa21e2150091.xcbuilddata/attachments/0e8192f7c87ed31b841cd7ad43a45edf
diff --git a/build/macos/Build/Intermediates.noindex/XCBuildData/32b3d4102d4292f94b6bac96dc426bc9.xcbuilddata/attachments/59b0420985c6b46104e70913a2fdc518 b/build/macos/Build/Intermediates.noindex/XCBuildData/010f9ebe3581b8682af2fa21e2150091.xcbuilddata/attachments/0eaa01ecbc551974adc43692e85bafd2
similarity index 99%
rename from build/macos/Build/Intermediates.noindex/XCBuildData/32b3d4102d4292f94b6bac96dc426bc9.xcbuilddata/attachments/59b0420985c6b46104e70913a2fdc518
rename to build/macos/Build/Intermediates.noindex/XCBuildData/010f9ebe3581b8682af2fa21e2150091.xcbuilddata/attachments/0eaa01ecbc551974adc43692e85bafd2
index 473521c..e0a5428 100644
Binary files a/build/macos/Build/Intermediates.noindex/XCBuildData/32b3d4102d4292f94b6bac96dc426bc9.xcbuilddata/attachments/59b0420985c6b46104e70913a2fdc518 and b/build/macos/Build/Intermediates.noindex/XCBuildData/010f9ebe3581b8682af2fa21e2150091.xcbuilddata/attachments/0eaa01ecbc551974adc43692e85bafd2 differ
diff --git a/build/macos/Build/Intermediates.noindex/XCBuildData/32b3d4102d4292f94b6bac96dc426bc9.xcbuilddata/attachments/1b7ac61b8ecc62c8e69b213f182eca6b b/build/macos/Build/Intermediates.noindex/XCBuildData/010f9ebe3581b8682af2fa21e2150091.xcbuilddata/attachments/1b7ac61b8ecc62c8e69b213f182eca6b
similarity index 100%
rename from build/macos/Build/Intermediates.noindex/XCBuildData/32b3d4102d4292f94b6bac96dc426bc9.xcbuilddata/attachments/1b7ac61b8ecc62c8e69b213f182eca6b
rename to build/macos/Build/Intermediates.noindex/XCBuildData/010f9ebe3581b8682af2fa21e2150091.xcbuilddata/attachments/1b7ac61b8ecc62c8e69b213f182eca6b
diff --git a/build/macos/Build/Intermediates.noindex/XCBuildData/32b3d4102d4292f94b6bac96dc426bc9.xcbuilddata/attachments/1d25fcc22f15e5a23b7835736aaf8c47 b/build/macos/Build/Intermediates.noindex/XCBuildData/010f9ebe3581b8682af2fa21e2150091.xcbuilddata/attachments/1d25fcc22f15e5a23b7835736aaf8c47
similarity index 100%
rename from build/macos/Build/Intermediates.noindex/XCBuildData/32b3d4102d4292f94b6bac96dc426bc9.xcbuilddata/attachments/1d25fcc22f15e5a23b7835736aaf8c47
rename to build/macos/Build/Intermediates.noindex/XCBuildData/010f9ebe3581b8682af2fa21e2150091.xcbuilddata/attachments/1d25fcc22f15e5a23b7835736aaf8c47
diff --git a/build/macos/Build/Intermediates.noindex/XCBuildData/32b3d4102d4292f94b6bac96dc426bc9.xcbuilddata/attachments/1fcb5b02827388d06eb6f8b06e5c0488 b/build/macos/Build/Intermediates.noindex/XCBuildData/010f9ebe3581b8682af2fa21e2150091.xcbuilddata/attachments/1fcb5b02827388d06eb6f8b06e5c0488
similarity index 100%
rename from build/macos/Build/Intermediates.noindex/XCBuildData/32b3d4102d4292f94b6bac96dc426bc9.xcbuilddata/attachments/1fcb5b02827388d06eb6f8b06e5c0488
rename to build/macos/Build/Intermediates.noindex/XCBuildData/010f9ebe3581b8682af2fa21e2150091.xcbuilddata/attachments/1fcb5b02827388d06eb6f8b06e5c0488
diff --git a/build/macos/Build/Intermediates.noindex/XCBuildData/32b3d4102d4292f94b6bac96dc426bc9.xcbuilddata/attachments/20e2e68926bb1b9ec88690ccf2ff6b69 b/build/macos/Build/Intermediates.noindex/XCBuildData/010f9ebe3581b8682af2fa21e2150091.xcbuilddata/attachments/20e2e68926bb1b9ec88690ccf2ff6b69
similarity index 100%
rename from build/macos/Build/Intermediates.noindex/XCBuildData/32b3d4102d4292f94b6bac96dc426bc9.xcbuilddata/attachments/20e2e68926bb1b9ec88690ccf2ff6b69
rename to build/macos/Build/Intermediates.noindex/XCBuildData/010f9ebe3581b8682af2fa21e2150091.xcbuilddata/attachments/20e2e68926bb1b9ec88690ccf2ff6b69
diff --git a/build/macos/Build/Intermediates.noindex/XCBuildData/010f9ebe3581b8682af2fa21e2150091.xcbuilddata/attachments/2a332045a64282b232823484a1645450 b/build/macos/Build/Intermediates.noindex/XCBuildData/010f9ebe3581b8682af2fa21e2150091.xcbuilddata/attachments/2a332045a64282b232823484a1645450
new file mode 100644
index 0000000..9195ecc
--- /dev/null
+++ b/build/macos/Build/Intermediates.noindex/XCBuildData/010f9ebe3581b8682af2fa21e2150091.xcbuilddata/attachments/2a332045a64282b232823484a1645450
@@ -0,0 +1,15 @@
+/Users/yuliyarudenko/cpd/build/macos/Build/Products/Debug/App.framework/Versions/A/App
+/Users/yuliyarudenko/cpd/build/macos/Build/Products/Debug/App.framework/Versions/A/Resources/Info.plist
+/Users/yuliyarudenko/cpd/build/macos/Build/Products/Debug/App.framework/Versions/A/Resources/flutter_assets/AssetManifest.bin
+/Users/yuliyarudenko/cpd/build/macos/Build/Products/Debug/App.framework/Versions/A/Resources/flutter_assets/AssetManifest.json
+/Users/yuliyarudenko/cpd/build/macos/Build/Products/Debug/App.framework/Versions/A/Resources/flutter_assets/FontManifest.json
+/Users/yuliyarudenko/cpd/build/macos/Build/Products/Debug/App.framework/Versions/A/Resources/flutter_assets/NOTICES.Z
+/Users/yuliyarudenko/cpd/build/macos/Build/Products/Debug/App.framework/Versions/A/Resources/flutter_assets/assets/appbar_background.png
+/Users/yuliyarudenko/cpd/build/macos/Build/Products/Debug/App.framework/Versions/A/Resources/flutter_assets/assets/logo.png
+/Users/yuliyarudenko/cpd/build/macos/Build/Products/Debug/App.framework/Versions/A/Resources/flutter_assets/fonts/MaterialIcons-Regular.otf
+/Users/yuliyarudenko/cpd/build/macos/Build/Products/Debug/App.framework/Versions/A/Resources/flutter_assets/isolate_snapshot_data
+/Users/yuliyarudenko/cpd/build/macos/Build/Products/Debug/App.framework/Versions/A/Resources/flutter_assets/kernel_blob.bin
+/Users/yuliyarudenko/cpd/build/macos/Build/Products/Debug/App.framework/Versions/A/Resources/flutter_assets/packages/cupertino_icons/assets/CupertinoIcons.ttf
+/Users/yuliyarudenko/cpd/build/macos/Build/Products/Debug/App.framework/Versions/A/Resources/flutter_assets/shaders/ink_sparkle.frag
+/Users/yuliyarudenko/cpd/build/macos/Build/Products/Debug/App.framework/Versions/A/Resources/flutter_assets/vm_snapshot_data
+/Users/yuliyarudenko/cpd/build/macos/Build/Products/Debug/FlutterMacOS.framework/Versions/A/FlutterMacOS
diff --git a/build/macos/Build/Intermediates.noindex/XCBuildData/32b3d4102d4292f94b6bac96dc426bc9.xcbuilddata/attachments/75d97fe3aafff94ccd12d144c8675997 b/build/macos/Build/Intermediates.noindex/XCBuildData/010f9ebe3581b8682af2fa21e2150091.xcbuilddata/attachments/2a5042a167cbee902a9211e16c2b202d
similarity index 99%
rename from build/macos/Build/Intermediates.noindex/XCBuildData/32b3d4102d4292f94b6bac96dc426bc9.xcbuilddata/attachments/75d97fe3aafff94ccd12d144c8675997
rename to build/macos/Build/Intermediates.noindex/XCBuildData/010f9ebe3581b8682af2fa21e2150091.xcbuilddata/attachments/2a5042a167cbee902a9211e16c2b202d
index 1efa032..9ca4d58 100644
Binary files a/build/macos/Build/Intermediates.noindex/XCBuildData/32b3d4102d4292f94b6bac96dc426bc9.xcbuilddata/attachments/75d97fe3aafff94ccd12d144c8675997 and b/build/macos/Build/Intermediates.noindex/XCBuildData/010f9ebe3581b8682af2fa21e2150091.xcbuilddata/attachments/2a5042a167cbee902a9211e16c2b202d differ
diff --git a/build/macos/Build/Intermediates.noindex/XCBuildData/32b3d4102d4292f94b6bac96dc426bc9.xcbuilddata/attachments/2b58c3ee5bf930982a407f6c5f1e364e b/build/macos/Build/Intermediates.noindex/XCBuildData/010f9ebe3581b8682af2fa21e2150091.xcbuilddata/attachments/2b58c3ee5bf930982a407f6c5f1e364e
similarity index 100%
rename from build/macos/Build/Intermediates.noindex/XCBuildData/32b3d4102d4292f94b6bac96dc426bc9.xcbuilddata/attachments/2b58c3ee5bf930982a407f6c5f1e364e
rename to build/macos/Build/Intermediates.noindex/XCBuildData/010f9ebe3581b8682af2fa21e2150091.xcbuilddata/attachments/2b58c3ee5bf930982a407f6c5f1e364e
diff --git a/build/macos/Build/Intermediates.noindex/XCBuildData/32b3d4102d4292f94b6bac96dc426bc9.xcbuilddata/attachments/3415d41bc3c1a99654e20c637791b7bb b/build/macos/Build/Intermediates.noindex/XCBuildData/010f9ebe3581b8682af2fa21e2150091.xcbuilddata/attachments/3415d41bc3c1a99654e20c637791b7bb
similarity index 100%
rename from build/macos/Build/Intermediates.noindex/XCBuildData/32b3d4102d4292f94b6bac96dc426bc9.xcbuilddata/attachments/3415d41bc3c1a99654e20c637791b7bb
rename to build/macos/Build/Intermediates.noindex/XCBuildData/010f9ebe3581b8682af2fa21e2150091.xcbuilddata/attachments/3415d41bc3c1a99654e20c637791b7bb
diff --git a/build/macos/Build/Intermediates.noindex/XCBuildData/32b3d4102d4292f94b6bac96dc426bc9.xcbuilddata/attachments/362ee485f6b1eea7abc41a119064136c b/build/macos/Build/Intermediates.noindex/XCBuildData/010f9ebe3581b8682af2fa21e2150091.xcbuilddata/attachments/362ee485f6b1eea7abc41a119064136c
similarity index 100%
rename from build/macos/Build/Intermediates.noindex/XCBuildData/32b3d4102d4292f94b6bac96dc426bc9.xcbuilddata/attachments/362ee485f6b1eea7abc41a119064136c
rename to build/macos/Build/Intermediates.noindex/XCBuildData/010f9ebe3581b8682af2fa21e2150091.xcbuilddata/attachments/362ee485f6b1eea7abc41a119064136c
diff --git a/build/macos/Build/Intermediates.noindex/XCBuildData/32b3d4102d4292f94b6bac96dc426bc9.xcbuilddata/attachments/396fb4599fd9452223774376fa2ca299 b/build/macos/Build/Intermediates.noindex/XCBuildData/010f9ebe3581b8682af2fa21e2150091.xcbuilddata/attachments/396fb4599fd9452223774376fa2ca299
similarity index 100%
rename from build/macos/Build/Intermediates.noindex/XCBuildData/32b3d4102d4292f94b6bac96dc426bc9.xcbuilddata/attachments/396fb4599fd9452223774376fa2ca299
rename to build/macos/Build/Intermediates.noindex/XCBuildData/010f9ebe3581b8682af2fa21e2150091.xcbuilddata/attachments/396fb4599fd9452223774376fa2ca299
diff --git a/build/macos/Build/Intermediates.noindex/XCBuildData/32b3d4102d4292f94b6bac96dc426bc9.xcbuilddata/attachments/370b00d82db873c8d9938b0b4d5cb5a2 b/build/macos/Build/Intermediates.noindex/XCBuildData/010f9ebe3581b8682af2fa21e2150091.xcbuilddata/attachments/39f3b30032852f8a6b456d8b49181624
similarity index 99%
rename from build/macos/Build/Intermediates.noindex/XCBuildData/32b3d4102d4292f94b6bac96dc426bc9.xcbuilddata/attachments/370b00d82db873c8d9938b0b4d5cb5a2
rename to build/macos/Build/Intermediates.noindex/XCBuildData/010f9ebe3581b8682af2fa21e2150091.xcbuilddata/attachments/39f3b30032852f8a6b456d8b49181624
index 97e99f2..22dad3b 100644
Binary files a/build/macos/Build/Intermediates.noindex/XCBuildData/32b3d4102d4292f94b6bac96dc426bc9.xcbuilddata/attachments/370b00d82db873c8d9938b0b4d5cb5a2 and b/build/macos/Build/Intermediates.noindex/XCBuildData/010f9ebe3581b8682af2fa21e2150091.xcbuilddata/attachments/39f3b30032852f8a6b456d8b49181624 differ
diff --git a/build/macos/Build/Intermediates.noindex/XCBuildData/32b3d4102d4292f94b6bac96dc426bc9.xcbuilddata/attachments/41a32791e58117c9995faa58ed7a7d52 b/build/macos/Build/Intermediates.noindex/XCBuildData/010f9ebe3581b8682af2fa21e2150091.xcbuilddata/attachments/41a32791e58117c9995faa58ed7a7d52
similarity index 100%
rename from build/macos/Build/Intermediates.noindex/XCBuildData/32b3d4102d4292f94b6bac96dc426bc9.xcbuilddata/attachments/41a32791e58117c9995faa58ed7a7d52
rename to build/macos/Build/Intermediates.noindex/XCBuildData/010f9ebe3581b8682af2fa21e2150091.xcbuilddata/attachments/41a32791e58117c9995faa58ed7a7d52
diff --git a/build/macos/Build/Intermediates.noindex/XCBuildData/32b3d4102d4292f94b6bac96dc426bc9.xcbuilddata/attachments/481f83a062e512ea32d58da420b7c53e b/build/macos/Build/Intermediates.noindex/XCBuildData/010f9ebe3581b8682af2fa21e2150091.xcbuilddata/attachments/481f83a062e512ea32d58da420b7c53e
similarity index 100%
rename from build/macos/Build/Intermediates.noindex/XCBuildData/32b3d4102d4292f94b6bac96dc426bc9.xcbuilddata/attachments/481f83a062e512ea32d58da420b7c53e
rename to build/macos/Build/Intermediates.noindex/XCBuildData/010f9ebe3581b8682af2fa21e2150091.xcbuilddata/attachments/481f83a062e512ea32d58da420b7c53e
diff --git a/build/macos/Build/Intermediates.noindex/XCBuildData/32b3d4102d4292f94b6bac96dc426bc9.xcbuilddata/attachments/4a4d8b323fb25206fc5fb1b1de712166 b/build/macos/Build/Intermediates.noindex/XCBuildData/010f9ebe3581b8682af2fa21e2150091.xcbuilddata/attachments/4a4d8b323fb25206fc5fb1b1de712166
similarity index 100%
rename from build/macos/Build/Intermediates.noindex/XCBuildData/32b3d4102d4292f94b6bac96dc426bc9.xcbuilddata/attachments/4a4d8b323fb25206fc5fb1b1de712166
rename to build/macos/Build/Intermediates.noindex/XCBuildData/010f9ebe3581b8682af2fa21e2150091.xcbuilddata/attachments/4a4d8b323fb25206fc5fb1b1de712166
diff --git a/build/macos/Build/Intermediates.noindex/XCBuildData/32b3d4102d4292f94b6bac96dc426bc9.xcbuilddata/attachments/58c6e911f2f1af7874db41f195665d87 b/build/macos/Build/Intermediates.noindex/XCBuildData/010f9ebe3581b8682af2fa21e2150091.xcbuilddata/attachments/58c6e911f2f1af7874db41f195665d87
similarity index 100%
rename from build/macos/Build/Intermediates.noindex/XCBuildData/32b3d4102d4292f94b6bac96dc426bc9.xcbuilddata/attachments/58c6e911f2f1af7874db41f195665d87
rename to build/macos/Build/Intermediates.noindex/XCBuildData/010f9ebe3581b8682af2fa21e2150091.xcbuilddata/attachments/58c6e911f2f1af7874db41f195665d87
diff --git a/build/macos/Build/Intermediates.noindex/XCBuildData/32b3d4102d4292f94b6bac96dc426bc9.xcbuilddata/attachments/609caddd4eca021455872957328545a5 b/build/macos/Build/Intermediates.noindex/XCBuildData/010f9ebe3581b8682af2fa21e2150091.xcbuilddata/attachments/609caddd4eca021455872957328545a5
similarity index 100%
rename from build/macos/Build/Intermediates.noindex/XCBuildData/32b3d4102d4292f94b6bac96dc426bc9.xcbuilddata/attachments/609caddd4eca021455872957328545a5
rename to build/macos/Build/Intermediates.noindex/XCBuildData/010f9ebe3581b8682af2fa21e2150091.xcbuilddata/attachments/609caddd4eca021455872957328545a5
diff --git a/build/macos/Build/Intermediates.noindex/XCBuildData/32b3d4102d4292f94b6bac96dc426bc9.xcbuilddata/attachments/67e76468a8cd78f03ef5535f8fd0ab00 b/build/macos/Build/Intermediates.noindex/XCBuildData/010f9ebe3581b8682af2fa21e2150091.xcbuilddata/attachments/67e76468a8cd78f03ef5535f8fd0ab00
similarity index 100%
rename from build/macos/Build/Intermediates.noindex/XCBuildData/32b3d4102d4292f94b6bac96dc426bc9.xcbuilddata/attachments/67e76468a8cd78f03ef5535f8fd0ab00
rename to build/macos/Build/Intermediates.noindex/XCBuildData/010f9ebe3581b8682af2fa21e2150091.xcbuilddata/attachments/67e76468a8cd78f03ef5535f8fd0ab00
diff --git a/build/macos/Build/Intermediates.noindex/XCBuildData/32b3d4102d4292f94b6bac96dc426bc9.xcbuilddata/attachments/697428e8c37534776fcc1c054820f482 b/build/macos/Build/Intermediates.noindex/XCBuildData/010f9ebe3581b8682af2fa21e2150091.xcbuilddata/attachments/697428e8c37534776fcc1c054820f482
similarity index 100%
rename from build/macos/Build/Intermediates.noindex/XCBuildData/32b3d4102d4292f94b6bac96dc426bc9.xcbuilddata/attachments/697428e8c37534776fcc1c054820f482
rename to build/macos/Build/Intermediates.noindex/XCBuildData/010f9ebe3581b8682af2fa21e2150091.xcbuilddata/attachments/697428e8c37534776fcc1c054820f482
diff --git a/build/macos/Build/Intermediates.noindex/XCBuildData/32b3d4102d4292f94b6bac96dc426bc9.xcbuilddata/attachments/7348a1abb6594bf0c242eaeabd20b0f2 b/build/macos/Build/Intermediates.noindex/XCBuildData/010f9ebe3581b8682af2fa21e2150091.xcbuilddata/attachments/7348a1abb6594bf0c242eaeabd20b0f2
similarity index 100%
rename from build/macos/Build/Intermediates.noindex/XCBuildData/32b3d4102d4292f94b6bac96dc426bc9.xcbuilddata/attachments/7348a1abb6594bf0c242eaeabd20b0f2
rename to build/macos/Build/Intermediates.noindex/XCBuildData/010f9ebe3581b8682af2fa21e2150091.xcbuilddata/attachments/7348a1abb6594bf0c242eaeabd20b0f2
diff --git a/build/macos/Build/Intermediates.noindex/XCBuildData/32b3d4102d4292f94b6bac96dc426bc9.xcbuilddata/attachments/81663a9801096cb80bee9dba4c0c9cda b/build/macos/Build/Intermediates.noindex/XCBuildData/010f9ebe3581b8682af2fa21e2150091.xcbuilddata/attachments/81663a9801096cb80bee9dba4c0c9cda
similarity index 100%
rename from build/macos/Build/Intermediates.noindex/XCBuildData/32b3d4102d4292f94b6bac96dc426bc9.xcbuilddata/attachments/81663a9801096cb80bee9dba4c0c9cda
rename to build/macos/Build/Intermediates.noindex/XCBuildData/010f9ebe3581b8682af2fa21e2150091.xcbuilddata/attachments/81663a9801096cb80bee9dba4c0c9cda
diff --git a/build/macos/Build/Intermediates.noindex/XCBuildData/32b3d4102d4292f94b6bac96dc426bc9.xcbuilddata/attachments/836ff82550e29cdd96bd419c6aa013b5 b/build/macos/Build/Intermediates.noindex/XCBuildData/010f9ebe3581b8682af2fa21e2150091.xcbuilddata/attachments/836ff82550e29cdd96bd419c6aa013b5
similarity index 100%
rename from build/macos/Build/Intermediates.noindex/XCBuildData/32b3d4102d4292f94b6bac96dc426bc9.xcbuilddata/attachments/836ff82550e29cdd96bd419c6aa013b5
rename to build/macos/Build/Intermediates.noindex/XCBuildData/010f9ebe3581b8682af2fa21e2150091.xcbuilddata/attachments/836ff82550e29cdd96bd419c6aa013b5
diff --git a/build/macos/Build/Intermediates.noindex/XCBuildData/32b3d4102d4292f94b6bac96dc426bc9.xcbuilddata/attachments/a75a1821dc48cdab3956703dcf9fc72d b/build/macos/Build/Intermediates.noindex/XCBuildData/010f9ebe3581b8682af2fa21e2150091.xcbuilddata/attachments/856017fadb5bf6f14329dc277936fd1a
similarity index 99%
rename from build/macos/Build/Intermediates.noindex/XCBuildData/32b3d4102d4292f94b6bac96dc426bc9.xcbuilddata/attachments/a75a1821dc48cdab3956703dcf9fc72d
rename to build/macos/Build/Intermediates.noindex/XCBuildData/010f9ebe3581b8682af2fa21e2150091.xcbuilddata/attachments/856017fadb5bf6f14329dc277936fd1a
index 738b9e1..c4fb0f3 100644
Binary files a/build/macos/Build/Intermediates.noindex/XCBuildData/32b3d4102d4292f94b6bac96dc426bc9.xcbuilddata/attachments/a75a1821dc48cdab3956703dcf9fc72d and b/build/macos/Build/Intermediates.noindex/XCBuildData/010f9ebe3581b8682af2fa21e2150091.xcbuilddata/attachments/856017fadb5bf6f14329dc277936fd1a differ
diff --git a/build/macos/Build/Intermediates.noindex/XCBuildData/32b3d4102d4292f94b6bac96dc426bc9.xcbuilddata/attachments/8bba4233626f64a7ea772bb94a08a1a9 b/build/macos/Build/Intermediates.noindex/XCBuildData/010f9ebe3581b8682af2fa21e2150091.xcbuilddata/attachments/8bba4233626f64a7ea772bb94a08a1a9
similarity index 100%
rename from build/macos/Build/Intermediates.noindex/XCBuildData/32b3d4102d4292f94b6bac96dc426bc9.xcbuilddata/attachments/8bba4233626f64a7ea772bb94a08a1a9
rename to build/macos/Build/Intermediates.noindex/XCBuildData/010f9ebe3581b8682af2fa21e2150091.xcbuilddata/attachments/8bba4233626f64a7ea772bb94a08a1a9
diff --git a/build/macos/Build/Intermediates.noindex/XCBuildData/32b3d4102d4292f94b6bac96dc426bc9.xcbuilddata/attachments/8cfd8f59e9cf14eeebb20318368a3457 b/build/macos/Build/Intermediates.noindex/XCBuildData/010f9ebe3581b8682af2fa21e2150091.xcbuilddata/attachments/8cfd8f59e9cf14eeebb20318368a3457
similarity index 100%
rename from build/macos/Build/Intermediates.noindex/XCBuildData/32b3d4102d4292f94b6bac96dc426bc9.xcbuilddata/attachments/8cfd8f59e9cf14eeebb20318368a3457
rename to build/macos/Build/Intermediates.noindex/XCBuildData/010f9ebe3581b8682af2fa21e2150091.xcbuilddata/attachments/8cfd8f59e9cf14eeebb20318368a3457
diff --git a/build/macos/Build/Intermediates.noindex/XCBuildData/32b3d4102d4292f94b6bac96dc426bc9.xcbuilddata/attachments/90d7419d5dd83e4ec4904f61eea207b8 b/build/macos/Build/Intermediates.noindex/XCBuildData/010f9ebe3581b8682af2fa21e2150091.xcbuilddata/attachments/90d7419d5dd83e4ec4904f61eea207b8
similarity index 100%
rename from build/macos/Build/Intermediates.noindex/XCBuildData/32b3d4102d4292f94b6bac96dc426bc9.xcbuilddata/attachments/90d7419d5dd83e4ec4904f61eea207b8
rename to build/macos/Build/Intermediates.noindex/XCBuildData/010f9ebe3581b8682af2fa21e2150091.xcbuilddata/attachments/90d7419d5dd83e4ec4904f61eea207b8
diff --git a/build/macos/Build/Intermediates.noindex/XCBuildData/32b3d4102d4292f94b6bac96dc426bc9.xcbuilddata/attachments/93129087eb07e738a3ca8659f38c47e2 b/build/macos/Build/Intermediates.noindex/XCBuildData/010f9ebe3581b8682af2fa21e2150091.xcbuilddata/attachments/93129087eb07e738a3ca8659f38c47e2
similarity index 100%
rename from build/macos/Build/Intermediates.noindex/XCBuildData/32b3d4102d4292f94b6bac96dc426bc9.xcbuilddata/attachments/93129087eb07e738a3ca8659f38c47e2
rename to build/macos/Build/Intermediates.noindex/XCBuildData/010f9ebe3581b8682af2fa21e2150091.xcbuilddata/attachments/93129087eb07e738a3ca8659f38c47e2
diff --git a/build/macos/Build/Intermediates.noindex/XCBuildData/32b3d4102d4292f94b6bac96dc426bc9.xcbuilddata/attachments/93b4bedc7192061d2e163750961ccc1f b/build/macos/Build/Intermediates.noindex/XCBuildData/010f9ebe3581b8682af2fa21e2150091.xcbuilddata/attachments/93b4bedc7192061d2e163750961ccc1f
similarity index 100%
rename from build/macos/Build/Intermediates.noindex/XCBuildData/32b3d4102d4292f94b6bac96dc426bc9.xcbuilddata/attachments/93b4bedc7192061d2e163750961ccc1f
rename to build/macos/Build/Intermediates.noindex/XCBuildData/010f9ebe3581b8682af2fa21e2150091.xcbuilddata/attachments/93b4bedc7192061d2e163750961ccc1f
diff --git a/build/macos/Build/Intermediates.noindex/XCBuildData/32b3d4102d4292f94b6bac96dc426bc9.xcbuilddata/attachments/9414f31771206bfb089a1ff6dc8ac775 b/build/macos/Build/Intermediates.noindex/XCBuildData/010f9ebe3581b8682af2fa21e2150091.xcbuilddata/attachments/9414f31771206bfb089a1ff6dc8ac775
similarity index 100%
rename from build/macos/Build/Intermediates.noindex/XCBuildData/32b3d4102d4292f94b6bac96dc426bc9.xcbuilddata/attachments/9414f31771206bfb089a1ff6dc8ac775
rename to build/macos/Build/Intermediates.noindex/XCBuildData/010f9ebe3581b8682af2fa21e2150091.xcbuilddata/attachments/9414f31771206bfb089a1ff6dc8ac775
diff --git a/build/macos/Build/Intermediates.noindex/XCBuildData/32b3d4102d4292f94b6bac96dc426bc9.xcbuilddata/attachments/9cbcb209906abb0972ba3e9b8c09d2ef b/build/macos/Build/Intermediates.noindex/XCBuildData/010f9ebe3581b8682af2fa21e2150091.xcbuilddata/attachments/9cbcb209906abb0972ba3e9b8c09d2ef
similarity index 100%
rename from build/macos/Build/Intermediates.noindex/XCBuildData/32b3d4102d4292f94b6bac96dc426bc9.xcbuilddata/attachments/9cbcb209906abb0972ba3e9b8c09d2ef
rename to build/macos/Build/Intermediates.noindex/XCBuildData/010f9ebe3581b8682af2fa21e2150091.xcbuilddata/attachments/9cbcb209906abb0972ba3e9b8c09d2ef
diff --git a/build/macos/Build/Intermediates.noindex/XCBuildData/32b3d4102d4292f94b6bac96dc426bc9.xcbuilddata/attachments/b5c347a1c14733177577aaf3a8bce392 b/build/macos/Build/Intermediates.noindex/XCBuildData/010f9ebe3581b8682af2fa21e2150091.xcbuilddata/attachments/b5c347a1c14733177577aaf3a8bce392
similarity index 100%
rename from build/macos/Build/Intermediates.noindex/XCBuildData/32b3d4102d4292f94b6bac96dc426bc9.xcbuilddata/attachments/b5c347a1c14733177577aaf3a8bce392
rename to build/macos/Build/Intermediates.noindex/XCBuildData/010f9ebe3581b8682af2fa21e2150091.xcbuilddata/attachments/b5c347a1c14733177577aaf3a8bce392
diff --git a/build/macos/Build/Intermediates.noindex/XCBuildData/32b3d4102d4292f94b6bac96dc426bc9.xcbuilddata/attachments/bb94fc515189b00485bc317eaf2afb41 b/build/macos/Build/Intermediates.noindex/XCBuildData/010f9ebe3581b8682af2fa21e2150091.xcbuilddata/attachments/bb94fc515189b00485bc317eaf2afb41
similarity index 100%
rename from build/macos/Build/Intermediates.noindex/XCBuildData/32b3d4102d4292f94b6bac96dc426bc9.xcbuilddata/attachments/bb94fc515189b00485bc317eaf2afb41
rename to build/macos/Build/Intermediates.noindex/XCBuildData/010f9ebe3581b8682af2fa21e2150091.xcbuilddata/attachments/bb94fc515189b00485bc317eaf2afb41
diff --git a/build/macos/Build/Intermediates.noindex/XCBuildData/32b3d4102d4292f94b6bac96dc426bc9.xcbuilddata/attachments/bc03e082093dbbed752dbe63bc8dcf1e b/build/macos/Build/Intermediates.noindex/XCBuildData/010f9ebe3581b8682af2fa21e2150091.xcbuilddata/attachments/bc03e082093dbbed752dbe63bc8dcf1e
similarity index 100%
rename from build/macos/Build/Intermediates.noindex/XCBuildData/32b3d4102d4292f94b6bac96dc426bc9.xcbuilddata/attachments/bc03e082093dbbed752dbe63bc8dcf1e
rename to build/macos/Build/Intermediates.noindex/XCBuildData/010f9ebe3581b8682af2fa21e2150091.xcbuilddata/attachments/bc03e082093dbbed752dbe63bc8dcf1e
diff --git a/build/macos/Build/Intermediates.noindex/XCBuildData/32b3d4102d4292f94b6bac96dc426bc9.xcbuilddata/attachments/bdb5cf9dd3f47d2185e36510142629c1 b/build/macos/Build/Intermediates.noindex/XCBuildData/010f9ebe3581b8682af2fa21e2150091.xcbuilddata/attachments/bdb5cf9dd3f47d2185e36510142629c1
similarity index 100%
rename from build/macos/Build/Intermediates.noindex/XCBuildData/32b3d4102d4292f94b6bac96dc426bc9.xcbuilddata/attachments/bdb5cf9dd3f47d2185e36510142629c1
rename to build/macos/Build/Intermediates.noindex/XCBuildData/010f9ebe3581b8682af2fa21e2150091.xcbuilddata/attachments/bdb5cf9dd3f47d2185e36510142629c1
diff --git a/build/macos/Build/Intermediates.noindex/XCBuildData/32b3d4102d4292f94b6bac96dc426bc9.xcbuilddata/attachments/bf7366afa2f89418a73c1b00e8ec7f16 b/build/macos/Build/Intermediates.noindex/XCBuildData/010f9ebe3581b8682af2fa21e2150091.xcbuilddata/attachments/bf7366afa2f89418a73c1b00e8ec7f16
similarity index 100%
rename from build/macos/Build/Intermediates.noindex/XCBuildData/32b3d4102d4292f94b6bac96dc426bc9.xcbuilddata/attachments/bf7366afa2f89418a73c1b00e8ec7f16
rename to build/macos/Build/Intermediates.noindex/XCBuildData/010f9ebe3581b8682af2fa21e2150091.xcbuilddata/attachments/bf7366afa2f89418a73c1b00e8ec7f16
diff --git a/build/macos/Build/Intermediates.noindex/XCBuildData/32b3d4102d4292f94b6bac96dc426bc9.xcbuilddata/attachments/c392bc393771e63cec9460e38cb222ce b/build/macos/Build/Intermediates.noindex/XCBuildData/010f9ebe3581b8682af2fa21e2150091.xcbuilddata/attachments/c392bc393771e63cec9460e38cb222ce
similarity index 100%
rename from build/macos/Build/Intermediates.noindex/XCBuildData/32b3d4102d4292f94b6bac96dc426bc9.xcbuilddata/attachments/c392bc393771e63cec9460e38cb222ce
rename to build/macos/Build/Intermediates.noindex/XCBuildData/010f9ebe3581b8682af2fa21e2150091.xcbuilddata/attachments/c392bc393771e63cec9460e38cb222ce
diff --git a/build/macos/Build/Intermediates.noindex/XCBuildData/32b3d4102d4292f94b6bac96dc426bc9.xcbuilddata/attachments/c7f3e56c04f6dd536ebcf1f54c74c664 b/build/macos/Build/Intermediates.noindex/XCBuildData/010f9ebe3581b8682af2fa21e2150091.xcbuilddata/attachments/c7f3e56c04f6dd536ebcf1f54c74c664
similarity index 100%
rename from build/macos/Build/Intermediates.noindex/XCBuildData/32b3d4102d4292f94b6bac96dc426bc9.xcbuilddata/attachments/c7f3e56c04f6dd536ebcf1f54c74c664
rename to build/macos/Build/Intermediates.noindex/XCBuildData/010f9ebe3581b8682af2fa21e2150091.xcbuilddata/attachments/c7f3e56c04f6dd536ebcf1f54c74c664
diff --git a/build/macos/Build/Intermediates.noindex/XCBuildData/32b3d4102d4292f94b6bac96dc426bc9.xcbuilddata/attachments/c9f70e334ed49d4089d4c6b0b655f71c b/build/macos/Build/Intermediates.noindex/XCBuildData/010f9ebe3581b8682af2fa21e2150091.xcbuilddata/attachments/c9f70e334ed49d4089d4c6b0b655f71c
similarity index 100%
rename from build/macos/Build/Intermediates.noindex/XCBuildData/32b3d4102d4292f94b6bac96dc426bc9.xcbuilddata/attachments/c9f70e334ed49d4089d4c6b0b655f71c
rename to build/macos/Build/Intermediates.noindex/XCBuildData/010f9ebe3581b8682af2fa21e2150091.xcbuilddata/attachments/c9f70e334ed49d4089d4c6b0b655f71c
diff --git a/build/macos/Build/Intermediates.noindex/XCBuildData/32b3d4102d4292f94b6bac96dc426bc9.xcbuilddata/attachments/cdc5dcf1642c0c578d87f24ecb9daafc b/build/macos/Build/Intermediates.noindex/XCBuildData/010f9ebe3581b8682af2fa21e2150091.xcbuilddata/attachments/cdc5dcf1642c0c578d87f24ecb9daafc
similarity index 100%
rename from build/macos/Build/Intermediates.noindex/XCBuildData/32b3d4102d4292f94b6bac96dc426bc9.xcbuilddata/attachments/cdc5dcf1642c0c578d87f24ecb9daafc
rename to build/macos/Build/Intermediates.noindex/XCBuildData/010f9ebe3581b8682af2fa21e2150091.xcbuilddata/attachments/cdc5dcf1642c0c578d87f24ecb9daafc
diff --git a/build/macos/Build/Intermediates.noindex/XCBuildData/32b3d4102d4292f94b6bac96dc426bc9.xcbuilddata/attachments/d3070cca4d956e44e6b41b995e667f6b b/build/macos/Build/Intermediates.noindex/XCBuildData/010f9ebe3581b8682af2fa21e2150091.xcbuilddata/attachments/d3070cca4d956e44e6b41b995e667f6b
similarity index 100%
rename from build/macos/Build/Intermediates.noindex/XCBuildData/32b3d4102d4292f94b6bac96dc426bc9.xcbuilddata/attachments/d3070cca4d956e44e6b41b995e667f6b
rename to build/macos/Build/Intermediates.noindex/XCBuildData/010f9ebe3581b8682af2fa21e2150091.xcbuilddata/attachments/d3070cca4d956e44e6b41b995e667f6b
diff --git a/build/macos/Build/Intermediates.noindex/XCBuildData/32b3d4102d4292f94b6bac96dc426bc9.xcbuilddata/attachments/da4512e73b7fce72fa0d89ab3fb4a502 b/build/macos/Build/Intermediates.noindex/XCBuildData/010f9ebe3581b8682af2fa21e2150091.xcbuilddata/attachments/da4512e73b7fce72fa0d89ab3fb4a502
similarity index 100%
rename from build/macos/Build/Intermediates.noindex/XCBuildData/32b3d4102d4292f94b6bac96dc426bc9.xcbuilddata/attachments/da4512e73b7fce72fa0d89ab3fb4a502
rename to build/macos/Build/Intermediates.noindex/XCBuildData/010f9ebe3581b8682af2fa21e2150091.xcbuilddata/attachments/da4512e73b7fce72fa0d89ab3fb4a502
diff --git a/build/macos/Build/Intermediates.noindex/XCBuildData/32b3d4102d4292f94b6bac96dc426bc9.xcbuilddata/attachments/dd1658b7275676660fb466feae65cfe1 b/build/macos/Build/Intermediates.noindex/XCBuildData/010f9ebe3581b8682af2fa21e2150091.xcbuilddata/attachments/dd1658b7275676660fb466feae65cfe1
similarity index 100%
rename from build/macos/Build/Intermediates.noindex/XCBuildData/32b3d4102d4292f94b6bac96dc426bc9.xcbuilddata/attachments/dd1658b7275676660fb466feae65cfe1
rename to build/macos/Build/Intermediates.noindex/XCBuildData/010f9ebe3581b8682af2fa21e2150091.xcbuilddata/attachments/dd1658b7275676660fb466feae65cfe1
diff --git a/build/macos/Build/Intermediates.noindex/XCBuildData/32b3d4102d4292f94b6bac96dc426bc9.xcbuilddata/attachments/e14137bbeb31385d359fc4d4101b6dde b/build/macos/Build/Intermediates.noindex/XCBuildData/010f9ebe3581b8682af2fa21e2150091.xcbuilddata/attachments/e14137bbeb31385d359fc4d4101b6dde
similarity index 100%
rename from build/macos/Build/Intermediates.noindex/XCBuildData/32b3d4102d4292f94b6bac96dc426bc9.xcbuilddata/attachments/e14137bbeb31385d359fc4d4101b6dde
rename to build/macos/Build/Intermediates.noindex/XCBuildData/010f9ebe3581b8682af2fa21e2150091.xcbuilddata/attachments/e14137bbeb31385d359fc4d4101b6dde
diff --git a/build/macos/Build/Intermediates.noindex/XCBuildData/32b3d4102d4292f94b6bac96dc426bc9.xcbuilddata/attachments/6e898fffdc36dbb01f3ac42b5c54fc2b b/build/macos/Build/Intermediates.noindex/XCBuildData/010f9ebe3581b8682af2fa21e2150091.xcbuilddata/attachments/e1721902024acf66d924139e94edf6fa
similarity index 99%
rename from build/macos/Build/Intermediates.noindex/XCBuildData/32b3d4102d4292f94b6bac96dc426bc9.xcbuilddata/attachments/6e898fffdc36dbb01f3ac42b5c54fc2b
rename to build/macos/Build/Intermediates.noindex/XCBuildData/010f9ebe3581b8682af2fa21e2150091.xcbuilddata/attachments/e1721902024acf66d924139e94edf6fa
index 1532b30..6e1166d 100644
Binary files a/build/macos/Build/Intermediates.noindex/XCBuildData/32b3d4102d4292f94b6bac96dc426bc9.xcbuilddata/attachments/6e898fffdc36dbb01f3ac42b5c54fc2b and b/build/macos/Build/Intermediates.noindex/XCBuildData/010f9ebe3581b8682af2fa21e2150091.xcbuilddata/attachments/e1721902024acf66d924139e94edf6fa differ
diff --git a/build/macos/Build/Intermediates.noindex/XCBuildData/32b3d4102d4292f94b6bac96dc426bc9.xcbuilddata/attachments/f0b06f85ce25971dae8046d05c30ba84 b/build/macos/Build/Intermediates.noindex/XCBuildData/010f9ebe3581b8682af2fa21e2150091.xcbuilddata/attachments/f0b06f85ce25971dae8046d05c30ba84
similarity index 100%
rename from build/macos/Build/Intermediates.noindex/XCBuildData/32b3d4102d4292f94b6bac96dc426bc9.xcbuilddata/attachments/f0b06f85ce25971dae8046d05c30ba84
rename to build/macos/Build/Intermediates.noindex/XCBuildData/010f9ebe3581b8682af2fa21e2150091.xcbuilddata/attachments/f0b06f85ce25971dae8046d05c30ba84
diff --git a/build/macos/Build/Intermediates.noindex/XCBuildData/32b3d4102d4292f94b6bac96dc426bc9.xcbuilddata/attachments/f843c9b1e402829ac9221e6e83d97249 b/build/macos/Build/Intermediates.noindex/XCBuildData/010f9ebe3581b8682af2fa21e2150091.xcbuilddata/attachments/f843c9b1e402829ac9221e6e83d97249
similarity index 100%
rename from build/macos/Build/Intermediates.noindex/XCBuildData/32b3d4102d4292f94b6bac96dc426bc9.xcbuilddata/attachments/f843c9b1e402829ac9221e6e83d97249
rename to build/macos/Build/Intermediates.noindex/XCBuildData/010f9ebe3581b8682af2fa21e2150091.xcbuilddata/attachments/f843c9b1e402829ac9221e6e83d97249
diff --git a/build/macos/Build/Intermediates.noindex/XCBuildData/32b3d4102d4292f94b6bac96dc426bc9.xcbuilddata/attachments/fa17059944b8ce3b9cbb72e04bf736ea b/build/macos/Build/Intermediates.noindex/XCBuildData/010f9ebe3581b8682af2fa21e2150091.xcbuilddata/attachments/fa17059944b8ce3b9cbb72e04bf736ea
similarity index 100%
rename from build/macos/Build/Intermediates.noindex/XCBuildData/32b3d4102d4292f94b6bac96dc426bc9.xcbuilddata/attachments/fa17059944b8ce3b9cbb72e04bf736ea
rename to build/macos/Build/Intermediates.noindex/XCBuildData/010f9ebe3581b8682af2fa21e2150091.xcbuilddata/attachments/fa17059944b8ce3b9cbb72e04bf736ea
diff --git a/build/macos/Build/Intermediates.noindex/XCBuildData/32b3d4102d4292f94b6bac96dc426bc9.xcbuilddata/attachments/fd8314defc70a8778956f026c0ddfd19 b/build/macos/Build/Intermediates.noindex/XCBuildData/010f9ebe3581b8682af2fa21e2150091.xcbuilddata/attachments/fd8314defc70a8778956f026c0ddfd19
similarity index 100%
rename from build/macos/Build/Intermediates.noindex/XCBuildData/32b3d4102d4292f94b6bac96dc426bc9.xcbuilddata/attachments/fd8314defc70a8778956f026c0ddfd19
rename to build/macos/Build/Intermediates.noindex/XCBuildData/010f9ebe3581b8682af2fa21e2150091.xcbuilddata/attachments/fd8314defc70a8778956f026c0ddfd19
diff --git a/build/macos/Build/Intermediates.noindex/XCBuildData/32b3d4102d4292f94b6bac96dc426bc9.xcbuilddata/build-request.json b/build/macos/Build/Intermediates.noindex/XCBuildData/010f9ebe3581b8682af2fa21e2150091.xcbuilddata/build-request.json
similarity index 100%
rename from build/macos/Build/Intermediates.noindex/XCBuildData/32b3d4102d4292f94b6bac96dc426bc9.xcbuilddata/build-request.json
rename to build/macos/Build/Intermediates.noindex/XCBuildData/010f9ebe3581b8682af2fa21e2150091.xcbuilddata/build-request.json
diff --git a/build/macos/Build/Intermediates.noindex/XCBuildData/010f9ebe3581b8682af2fa21e2150091.xcbuilddata/description.msgpack b/build/macos/Build/Intermediates.noindex/XCBuildData/010f9ebe3581b8682af2fa21e2150091.xcbuilddata/description.msgpack
new file mode 100644
index 0000000..46d8280
Binary files /dev/null and b/build/macos/Build/Intermediates.noindex/XCBuildData/010f9ebe3581b8682af2fa21e2150091.xcbuilddata/description.msgpack differ
diff --git a/build/macos/Build/Intermediates.noindex/XCBuildData/010f9ebe3581b8682af2fa21e2150091.xcbuilddata/manifest.json b/build/macos/Build/Intermediates.noindex/XCBuildData/010f9ebe3581b8682af2fa21e2150091.xcbuilddata/manifest.json
new file mode 100644
index 0000000..654f890
--- /dev/null
+++ b/build/macos/Build/Intermediates.noindex/XCBuildData/010f9ebe3581b8682af2fa21e2150091.xcbuilddata/manifest.json
@@ -0,0 +1 @@
+{"client":{"name":"basic","version":0,"file-system":"device-agnostic","perform-ownership-analysis":"no"},"targets":{"":[""]},"nodes":{"/Users/yuliyarudenko/cpd/build/macos/Build/Intermediates.noindex":{"is-mutated":true},"/Users/yuliyarudenko/cpd/build/macos/Build/Intermediates.noindex/EagerLinkingTBDs/Debug":{"is-mutated":true},"/Users/yuliyarudenko/cpd/build/macos/Build/Products":{"is-mutated":true},"/Users/yuliyarudenko/cpd/build/macos/Build/Products/Debug":{"is-mutated":true},"/Users/yuliyarudenko/cpd/build/macos/Build/Products/Debug/FlutterMacOS":{"is-mutated":true},"/Users/yuliyarudenko/cpd/build/macos/Build/Products/Debug/cpd.app":{"is-mutated":true},"/Users/yuliyarudenko/cpd/build/macos/Build/Products/Debug/cpd.app/Contents/MacOS/cpd":{"is-mutated":true},"/Users/yuliyarudenko/cpd/build/macos/Build/Products/Debug/path_provider_foundation":{"is-mutated":true},"/Users/yuliyarudenko/cpd/build/macos/Build/Products/Debug/sqflite":{"is-mutated":true},"":{"is-command-timestamp":true},"":{"is-command-timestamp":true},"":{"is-command-timestamp":true},"":{"is-command-timestamp":true}},"commands":{"":{"tool":"phony","inputs":["/Users/yuliyarudenko/cpd/build/macos/Build/Intermediates.noindex/EagerLinkingTBDs/Debug","/Users/yuliyarudenko/cpd/build/macos/Build/Intermediates.noindex/EagerLinkingTBDs/Debug/path_provider_foundation.framework/Versions/A/path_provider_foundation.tbd","/Users/yuliyarudenko/cpd/build/macos/Build/Intermediates.noindex/EagerLinkingTBDs/Debug/sqflite.framework/Versions/A/sqflite.tbd","/Users/yuliyarudenko/cpd/build/macos/Build/Intermediates.noindex/Pods.build/Debug/path_provider_foundation.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata","/Users/yuliyarudenko/cpd/build/macos/Build/Intermediates.noindex/Runner.build/Debug/Runner.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata","/Users/yuliyarudenko/cpd/build/macos/Build/Products/Debug/FlutterMacOS","/Users/yuliyarudenko/cpd/build/macos/Build/Products/Debug/Pods_Runner.framework/Versions","/Users/yuliyarudenko/cpd/build/macos/Build/Products/Debug/Pods_Runner.framework/Versions/A","/Users/yuliyarudenko/cpd/build/macos/Build/Products/Debug/Pods_Runner.framework/Versions/A/Headers","/Users/yuliyarudenko/cpd/build/macos/Build/Products/Debug/Pods_Runner.framework/Versions/A/Pods_Runner","/Users/yuliyarudenko/cpd/build/macos/Build/Products/Debug/Pods_Runner.framework/Versions/A/Resources","/Users/yuliyarudenko/cpd/build/macos/Build/Products/Debug/cpd.app/Contents","/Users/yuliyarudenko/cpd/build/macos/Build/Products/Debug/cpd.app/Contents/Frameworks","/Users/yuliyarudenko/cpd/build/macos/Build/Products/Debug/cpd.app/Contents/MacOS","/Users/yuliyarudenko/cpd/build/macos/Build/Products/Debug/cpd.app/_CodeSignature","/Users/yuliyarudenko/cpd/build/macos/Build/Products/Debug/path_provider_foundation/path_provider_foundation.framework/Versions","/Users/yuliyarudenko/cpd/build/macos/Build/Products/Debug/path_provider_foundation/path_provider_foundation.framework/Versions/A","/Users/yuliyarudenko/cpd/build/macos/Build/Products/Debug/path_provider_foundation/path_provider_foundation.framework/Versions/A/Headers","/Users/yuliyarudenko/cpd/build/macos/Build/Products/Debug/path_provider_foundation/path_provider_foundation.framework/Versions/A/Resources","/Users/yuliyarudenko/cpd/build/macos/Build/Products/Debug/path_provider_foundation/path_provider_foundation_privacy.bundle/Contents","/Users/yuliyarudenko/cpd/build/macos/Build/Products/Debug/path_provider_foundation/path_provider_foundation_privacy.bundle/Contents/Resources","/Users/yuliyarudenko/cpd/build/macos/Build/Products/Debug/sqflite/sqflite.framework/Versions","/Users/yuliyarudenko/cpd/build/macos/Build/Products/Debug/sqflite/sqflite.framework/Versions/A","/Users/yuliyarudenko/cpd/build/macos/Build/Products/Debug/sqflite/sqflite.framework/Versions/A/Headers","/Users/yuliyarudenko/cpd/build/macos/Build/Products/Debug/sqflite/sqflite.framework/Versions/A/Resources","/Users/yuliyarudenko/cpd/build/macos/Build/Products/Debug/sqflite/sqflite_darwin_privacy.bundle/Contents","/Users/yuliyarudenko/cpd/build/macos/Build/Products/Debug/sqflite/sqflite_darwin_privacy.bundle/Contents/Resources","/Users/yuliyarudenko/cpd/build/macos/SDKStatCaches.noindex/macosx14.4-23E208-13f6e737bddbb37f317b3579f3535bf5.sdkstatcache","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","",""],"outputs":[""]},"":{"tool":"stale-file-removal","expectedOutputs":["/Users/yuliyarudenko/cpd/build/macos/Build/Products/Debug/App.framework/Versions/A/App","/Users/yuliyarudenko/cpd/build/macos/Build/Products/Debug/App.framework/Versions/A/Resources/Info.plist","/Users/yuliyarudenko/cpd/build/macos/Build/Products/Debug/App.framework/Versions/A/Resources/flutter_assets/AssetManifest.bin","/Users/yuliyarudenko/cpd/build/macos/Build/Products/Debug/App.framework/Versions/A/Resources/flutter_assets/AssetManifest.json","/Users/yuliyarudenko/cpd/build/macos/Build/Products/Debug/App.framework/Versions/A/Resources/flutter_assets/FontManifest.json","/Users/yuliyarudenko/cpd/build/macos/Build/Products/Debug/App.framework/Versions/A/Resources/flutter_assets/NOTICES.Z","/Users/yuliyarudenko/cpd/build/macos/Build/Products/Debug/App.framework/Versions/A/Resources/flutter_assets/assets/appbar_background.png","/Users/yuliyarudenko/cpd/build/macos/Build/Products/Debug/App.framework/Versions/A/Resources/flutter_assets/assets/logo.png","/Users/yuliyarudenko/cpd/build/macos/Build/Products/Debug/App.framework/Versions/A/Resources/flutter_assets/fonts/MaterialIcons-Regular.otf","/Users/yuliyarudenko/cpd/build/macos/Build/Products/Debug/App.framework/Versions/A/Resources/flutter_assets/isolate_snapshot_data","/Users/yuliyarudenko/cpd/build/macos/Build/Products/Debug/App.framework/Versions/A/Resources/flutter_assets/kernel_blob.bin","/Users/yuliyarudenko/cpd/build/macos/Build/Products/Debug/App.framework/Versions/A/Resources/flutter_assets/packages/cupertino_icons/assets/CupertinoIcons.ttf","/Users/yuliyarudenko/cpd/build/macos/Build/Products/Debug/App.framework/Versions/A/Resources/flutter_assets/shaders/ink_sparkle.frag","/Users/yuliyarudenko/cpd/build/macos/Build/Products/Debug/App.framework/Versions/A/Resources/flutter_assets/vm_snapshot_data","/Users/yuliyarudenko/cpd/build/macos/Build/Products/Debug/FlutterMacOS.framework/Versions/A/FlutterMacOS","/Users/yuliyarudenko/cpd/build/macos/Build/Intermediates.noindex/Runner.build/Debug/Flutter Assemble.build/InputFileList-33CC111E2044C6BF0003C045-FlutterInputs-8e98ff16e5f292a9228a17bd62b339ba-resolved.xcfilelist","/Users/yuliyarudenko/cpd/build/macos/Build/Intermediates.noindex/Runner.build/Debug/Flutter Assemble.build/OutputFileList-33CC111E2044C6BF0003C045-FlutterOutputs-6e70a7180f4a92e3873cece6343c50b5-resolved.xcfilelist","/Users/yuliyarudenko/cpd/build/macos/Build/Intermediates.noindex/Runner.build/Debug/Flutter Assemble.build/Script-33CC111E2044C6BF0003C045.sh"],"roots":["/tmp/Runner.dst","/Users/yuliyarudenko/cpd/build/macos/Build/Intermediates.noindex","/Users/yuliyarudenko/cpd/build/macos/Build/Products"],"outputs":[""]},"":{"tool":"stale-file-removal","expectedOutputs":["/Users/yuliyarudenko/cpd/build/macos/Build/Products/Debug/Pods_Runner.framework","/Users/yuliyarudenko/cpd/build/macos/Build/Products/Debug/Pods_Runner.framework/Versions","/Users/yuliyarudenko/cpd/build/macos/Build/Products/Debug/Pods_Runner.framework/Versions/A","/Users/yuliyarudenko/cpd/build/macos/Build/Products/Debug/Pods_Runner.framework/Versions/A/Headers","/Users/yuliyarudenko/cpd/build/macos/Build/Products/Debug/Pods_Runner.framework/Versions/A/Resources","/Users/yuliyarudenko/cpd/build/macos/Build/Products/Debug/Pods_Runner.framework/Versions/A/Resources/Info.plist","/Users/yuliyarudenko/cpd/build/macos/Build/Products/Debug/Pods_Runner.framework/Headers","/Users/yuliyarudenko/cpd/build/macos/Build/Products/Debug/Pods_Runner.framework/Modules","/Users/yuliyarudenko/cpd/build/macos/Build/Products/Debug/Pods_Runner.framework/Pods_Runner","/Users/yuliyarudenko/cpd/build/macos/Build/Products/Debug/Pods_Runner.framework/Resources","/Users/yuliyarudenko/cpd/build/macos/Build/Products/Debug/Pods_Runner.framework/Versions/Current","/Users/yuliyarudenko/cpd/build/macos/Build/Intermediates.noindex/Pods.build/Debug/Pods-Runner.build/DerivedSources/Pods_Runner_vers.c","/Users/yuliyarudenko/cpd/build/macos/Build/Intermediates.noindex/Pods.build/Debug/Pods-Runner.build/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp","/Users/yuliyarudenko/cpd/build/macos/Build/Intermediates.noindex/Pods.build/Debug/Pods-Runner.build/Objects-normal/arm64/e6072d4f65d7061329687fe24e3d63a7-common-args.resp","/Users/yuliyarudenko/cpd/build/macos/Build/Intermediates.noindex/Pods.build/Debug/Pods-Runner.build/Pods_Runner-all-non-framework-target-headers.hmap","/Users/yuliyarudenko/cpd/build/macos/Build/Intermediates.noindex/Pods.build/Debug/Pods-Runner.build/Pods_Runner-all-target-headers.hmap","/Users/yuliyarudenko/cpd/build/macos/Build/Intermediates.noindex/Pods.build/Debug/Pods-Runner.build/Pods_Runner-generated-files.hmap","/Users/yuliyarudenko/cpd/build/macos/Build/Intermediates.noindex/Pods.build/Debug/Pods-Runner.build/Pods_Runner-own-target-headers.hmap","/Users/yuliyarudenko/cpd/build/macos/Build/Intermediates.noindex/Pods.build/Debug/Pods-Runner.build/Pods_Runner-project-headers.hmap","/Users/yuliyarudenko/cpd/build/macos/Build/Intermediates.noindex/Pods.build/Debug/Pods-Runner.build/Pods_Runner.hmap","/Users/yuliyarudenko/cpd/build/macos/Build/Intermediates.noindex/Pods.build/Debug/Pods-Runner.build/all-product-headers.yaml","/Users/yuliyarudenko/cpd/build/macos/Build/Intermediates.noindex/Pods.build/Debug/Pods-Runner.build/Objects-normal/arm64/Pods-Runner-dummy.o","/Users/yuliyarudenko/cpd/build/macos/Build/Intermediates.noindex/Pods.build/Debug/Pods-Runner.build/Objects-normal/arm64/Pods_Runner_vers.o","/Users/yuliyarudenko/cpd/build/macos/Build/Products/Debug/Pods_Runner.framework/Versions/A/Modules/module.modulemap","/Users/yuliyarudenko/cpd/build/macos/Build/Products/Debug/Pods_Runner.framework/Versions/A/Headers/Pods-Runner-umbrella.h","/Users/yuliyarudenko/cpd/build/macos/Build/Products/Debug/Pods_Runner.framework/Versions/A/Pods_Runner","/Users/yuliyarudenko/cpd/build/macos/Build/Intermediates.noindex/Pods.build/Debug/Pods-Runner.build/Objects-normal/arm64/Pods_Runner_libtool_dependency_info.dat","/Users/yuliyarudenko/cpd/build/macos/Build/Intermediates.noindex/Pods.build/Debug/Pods-Runner.build/Objects-normal/arm64/Pods_Runner.LinkFileList","/Users/yuliyarudenko/cpd/build/macos/Build/Intermediates.noindex/Pods.build/Debug/Pods-Runner.build/module.modulemap"],"roots":["/tmp/Pods.dst","/Users/yuliyarudenko/cpd/build/macos/Build/Intermediates.noindex","/Users/yuliyarudenko/cpd/build/macos/Build/Products"],"outputs":[""]},"":{"tool":"stale-file-removal","expectedOutputs":["/Users/yuliyarudenko/cpd/build/macos/Build/Products/Debug/cpd.app","/Users/yuliyarudenko/cpd/build/macos/Build/Products/Debug/cpd.app/Contents/MacOS/cpd","/Users/yuliyarudenko/cpd/build/macos/Build/Products/Debug/cpd.app/_CodeSignature","/Users/yuliyarudenko/cpd/build/macos/Build/Intermediates.noindex/Runner.build/Debug/Runner.build/assetcatalog_generated_info.plist","/Users/yuliyarudenko/cpd/build/macos/Build/Products/Debug/cpd.app/Contents/Resources/Assets.car","/Users/yuliyarudenko/cpd/build/macos/Build/Products/Debug/cpd.app/Contents/Resources/Base.lproj/MainMenu.nib","/Users/yuliyarudenko/cpd/build/macos/Build/Products/Debug/cpd.app/Contents/Resources/Base.lproj/MainMenu~iphone.nib","/Users/yuliyarudenko/cpd/build/macos/Build/Products/Debug/cpd.app/Contents/Resources/Base.lproj/MainMenu~ipad.nib","/Users/yuliyarudenko/cpd/build/macos/Build/Intermediates.noindex/Runner.build/Debug/Runner.build/Base.lproj/MainMenu-PartialInfo.plist","/Users/yuliyarudenko/cpd/build/macos/Build/Intermediates.noindex/Runner.build/Debug/Runner.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata","/Users/yuliyarudenko/cpd/build/macos/Build/Intermediates.noindex/Runner.build/Debug/Runner.build/DerivedSources/GeneratedAssetSymbols.swift","/Users/yuliyarudenko/cpd/build/macos/Build/Intermediates.noindex/Runner.build/Debug/Runner.build/DerivedSources/GeneratedAssetSymbols.h","/Users/yuliyarudenko/cpd/build/macos/Build/Products/Debug/cpd.app","/Users/yuliyarudenko/cpd/build/macos/Build/Products/Debug/cpd.app/Contents","/Users/yuliyarudenko/cpd/build/macos/Build/Products/Debug/cpd.app/Contents/Frameworks","/Users/yuliyarudenko/cpd/build/macos/Build/Products/Debug/cpd.app/Contents/MacOS","/Users/yuliyarudenko/cpd/build/macos/Build/Products/Debug/cpd.app/Contents/Resources","/Users/yuliyarudenko/cpd/build/macos/Build/Products/Debug/cpd.app/Contents/Info.plist","/Users/yuliyarudenko/cpd/build/macos/Build/Products/Debug/cpd.app/Contents/PkgInfo","/Users/yuliyarudenko/cpd/build/macos/Build/Intermediates.noindex/Runner.build/Debug/Runner.build/cpd.app.xcent","/Users/yuliyarudenko/cpd/build/macos/Build/Intermediates.noindex/Runner.build/Debug/Runner.build/cpd.app.xcent.der","/Users/yuliyarudenko/cpd/build/macos/Build/Products/Debug/cpd.app","/Users/yuliyarudenko/cpd/build/macos/Build/Intermediates.noindex/Runner.build/Debug/Runner.build/Objects-normal/arm64/Runner Swift Compilation Finished","/Users/yuliyarudenko/cpd/build/macos/Build/Intermediates.noindex/Runner.build/Debug/Runner.build/Objects-normal/arm64/MainFlutterWindow.o","/Users/yuliyarudenko/cpd/build/macos/Build/Intermediates.noindex/Runner.build/Debug/Runner.build/Objects-normal/arm64/AppDelegate.o","/Users/yuliyarudenko/cpd/build/macos/Build/Intermediates.noindex/Runner.build/Debug/Runner.build/Objects-normal/arm64/GeneratedPluginRegistrant.o","/Users/yuliyarudenko/cpd/build/macos/Build/Intermediates.noindex/Runner.build/Debug/Runner.build/Objects-normal/arm64/GeneratedAssetSymbols.o","/Users/yuliyarudenko/cpd/build/macos/Build/Intermediates.noindex/Runner.build/Debug/Runner.build/Objects-normal/arm64/MainFlutterWindow.swiftconstvalues","/Users/yuliyarudenko/cpd/build/macos/Build/Intermediates.noindex/Runner.build/Debug/Runner.build/Objects-normal/arm64/AppDelegate.swiftconstvalues","/Users/yuliyarudenko/cpd/build/macos/Build/Intermediates.noindex/Runner.build/Debug/Runner.build/Objects-normal/arm64/GeneratedPluginRegistrant.swiftconstvalues","/Users/yuliyarudenko/cpd/build/macos/Build/Intermediates.noindex/Runner.build/Debug/Runner.build/Objects-normal/arm64/GeneratedAssetSymbols.swiftconstvalues","/Users/yuliyarudenko/cpd/build/macos/Build/Products/Debug/cpd.app","/Users/yuliyarudenko/cpd/build/macos/Build/Intermediates.noindex/Runner.build/Debug/Runner.build/DerivedSources/Entitlements.plist","/Users/yuliyarudenko/cpd/build/macos/Build/Intermediates.noindex/Runner.build/Debug/Runner.build/Objects-normal/arm64/Runner-OutputFileMap.json","/Users/yuliyarudenko/cpd/build/macos/Build/Intermediates.noindex/Runner.build/Debug/Runner.build/Objects-normal/arm64/Runner_const_extract_protocols.json","/Users/yuliyarudenko/cpd/build/macos/Build/Intermediates.noindex/Runner.build/Debug/Runner.build/Objects-normal/arm64/cpd.SwiftConstValuesFileList","/Users/yuliyarudenko/cpd/build/macos/Build/Intermediates.noindex/Runner.build/Debug/Runner.build/Objects-normal/arm64/cpd.SwiftFileList","/Users/yuliyarudenko/cpd/build/macos/Build/Intermediates.noindex/Runner.build/Debug/Runner.build/all-product-headers.yaml","/Users/yuliyarudenko/cpd/build/macos/Build/Intermediates.noindex/Runner.build/Debug/Runner.build/cpd-all-non-framework-target-headers.hmap","/Users/yuliyarudenko/cpd/build/macos/Build/Intermediates.noindex/Runner.build/Debug/Runner.build/cpd-all-target-headers.hmap","/Users/yuliyarudenko/cpd/build/macos/Build/Intermediates.noindex/Runner.build/Debug/Runner.build/cpd-generated-files.hmap","/Users/yuliyarudenko/cpd/build/macos/Build/Intermediates.noindex/Runner.build/Debug/Runner.build/cpd-own-target-headers.hmap","/Users/yuliyarudenko/cpd/build/macos/Build/Intermediates.noindex/Runner.build/Debug/Runner.build/cpd-project-headers.hmap","/Users/yuliyarudenko/cpd/build/macos/Build/Intermediates.noindex/Runner.build/Debug/Runner.build/cpd.hmap","/Users/yuliyarudenko/cpd/build/macos/Build/Products/Debug/cpd.swiftmodule/Project/arm64-apple-macos.swiftsourceinfo","/Users/yuliyarudenko/cpd/build/macos/Build/Products/Debug/cpd.swiftmodule/arm64-apple-macos.abi.json","/Users/yuliyarudenko/cpd/build/macos/Build/Products/Debug/cpd.swiftmodule/arm64-apple-macos.swiftdoc","/Users/yuliyarudenko/cpd/build/macos/Build/Products/Debug/cpd.swiftmodule/arm64-apple-macos.swiftmodule","/Users/yuliyarudenko/cpd/build/macos/Build/Products/Debug/cpd.app/Contents/MacOS/cpd","/Users/yuliyarudenko/cpd/build/macos/Build/Intermediates.noindex/Runner.build/Debug/Runner.build/Objects-normal/arm64/cpd_dependency_info.dat","/Users/yuliyarudenko/cpd/build/macos/Build/Intermediates.noindex/Runner.build/Debug/Runner.build/Objects-normal/arm64/cpd_lto.o","/Users/yuliyarudenko/cpd/build/macos/Build/Intermediates.noindex/Runner.build/Debug/Runner.build/DerivedSources/Pods-Runner-checkManifestLockResult.txt","/Users/yuliyarudenko/cpd/build/macos/Build/Products/Debug/cpd.app/Contents/Frameworks/path_provider_foundation.framework","/Users/yuliyarudenko/cpd/build/macos/Build/Products/Debug/cpd.app/Contents/Frameworks/sqflite.framework","/Users/yuliyarudenko/cpd/build/macos/Build/Intermediates.noindex/Runner.build/Debug/Runner.build/Objects-normal/arm64/Runner Swift Compilation Requirements Finished","/Users/yuliyarudenko/cpd/build/macos/Build/Intermediates.noindex/Runner.build/Debug/Runner.build/Objects-normal/arm64/cpd.swiftmodule","/Users/yuliyarudenko/cpd/build/macos/Build/Intermediates.noindex/Runner.build/Debug/Runner.build/Objects-normal/arm64/cpd.swiftsourceinfo","/Users/yuliyarudenko/cpd/build/macos/Build/Intermediates.noindex/Runner.build/Debug/Runner.build/Objects-normal/arm64/cpd.abi.json","/Users/yuliyarudenko/cpd/build/macos/Build/Intermediates.noindex/Runner.build/Debug/Runner.build/Objects-normal/arm64/cpd-Swift.h","/Users/yuliyarudenko/cpd/build/macos/Build/Intermediates.noindex/Runner.build/Debug/Runner.build/Objects-normal/arm64/cpd.swiftdoc","/Users/yuliyarudenko/cpd/build/macos/Build/Intermediates.noindex/Runner.build/Debug/Runner.build/DerivedSources/cpd-Swift.h","/Users/yuliyarudenko/cpd/build/macos/Build/Intermediates.noindex/Runner.build/Debug/Runner.build/InputFileList-DAB2DF6A8DE96690B59F7C8A-Pods-Runner-frameworks-Debug-input-files-e13ef6e9ae2d9d995e2b2ec3a48a16e9-resolved.xcfilelist","/Users/yuliyarudenko/cpd/build/macos/Build/Intermediates.noindex/Runner.build/Debug/Runner.build/Objects-normal/arm64/cpd.LinkFileList","/Users/yuliyarudenko/cpd/build/macos/Build/Intermediates.noindex/Runner.build/Debug/Runner.build/OutputFileList-DAB2DF6A8DE96690B59F7C8A-Pods-Runner-frameworks-Debug-output-files-143b7221f9bf12b1b6dde4fdb68dd29b-resolved.xcfilelist","/Users/yuliyarudenko/cpd/build/macos/Build/Intermediates.noindex/Runner.build/Debug/Runner.build/Script-0C801575FE23225E637DF11F.sh","/Users/yuliyarudenko/cpd/build/macos/Build/Intermediates.noindex/Runner.build/Debug/Runner.build/Script-3399D490228B24CF009A79C7.sh","/Users/yuliyarudenko/cpd/build/macos/Build/Intermediates.noindex/Runner.build/Debug/Runner.build/Script-DAB2DF6A8DE96690B59F7C8A.sh"],"roots":["/tmp/Runner.dst","/Users/yuliyarudenko/cpd/build/macos/Build/Intermediates.noindex","/Users/yuliyarudenko/cpd/build/macos/Build/Products"],"outputs":[""]},"":{"tool":"stale-file-removal","expectedOutputs":["/Users/yuliyarudenko/cpd/build/macos/Build/Products/Debug/path_provider_foundation/path_provider_foundation.framework/Versions/A/Resources/path_provider_foundation_privacy.bundle","/Users/yuliyarudenko/cpd/build/macos/Build/Intermediates.noindex/Pods.build/Debug/path_provider_foundation.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata","/Users/yuliyarudenko/cpd/build/macos/Build/Intermediates.noindex/EagerLinkingTBDs/Debug/path_provider_foundation.framework/Versions/A/path_provider_foundation.tbd","/Users/yuliyarudenko/cpd/build/macos/Build/Products/Debug/path_provider_foundation/path_provider_foundation.framework","/Users/yuliyarudenko/cpd/build/macos/Build/Products/Debug/path_provider_foundation/path_provider_foundation.framework/Versions","/Users/yuliyarudenko/cpd/build/macos/Build/Products/Debug/path_provider_foundation/path_provider_foundation.framework/Versions/A","/Users/yuliyarudenko/cpd/build/macos/Build/Products/Debug/path_provider_foundation/path_provider_foundation.framework/Versions/A/Headers","/Users/yuliyarudenko/cpd/build/macos/Build/Products/Debug/path_provider_foundation/path_provider_foundation.framework/Versions/A/Resources","/Users/yuliyarudenko/cpd/build/macos/Build/Products/Debug/path_provider_foundation/path_provider_foundation.framework/Versions/A/Resources/Info.plist","/Users/yuliyarudenko/cpd/build/macos/Build/Intermediates.noindex/Pods.build/Debug/path_provider_foundation.build/Objects-normal/arm64/path_provider_foundation Swift Compilation Finished","/Users/yuliyarudenko/cpd/build/macos/Build/Intermediates.noindex/Pods.build/Debug/path_provider_foundation.build/Objects-normal/arm64/messages.g.o","/Users/yuliyarudenko/cpd/build/macos/Build/Intermediates.noindex/Pods.build/Debug/path_provider_foundation.build/Objects-normal/arm64/PathProviderPlugin.o","/Users/yuliyarudenko/cpd/build/macos/Build/Intermediates.noindex/Pods.build/Debug/path_provider_foundation.build/Objects-normal/arm64/messages.g.swiftconstvalues","/Users/yuliyarudenko/cpd/build/macos/Build/Intermediates.noindex/Pods.build/Debug/path_provider_foundation.build/Objects-normal/arm64/PathProviderPlugin.swiftconstvalues","/Users/yuliyarudenko/cpd/build/macos/Build/Products/Debug/path_provider_foundation/path_provider_foundation.framework/Headers","/Users/yuliyarudenko/cpd/build/macos/Build/Products/Debug/path_provider_foundation/path_provider_foundation.framework/Modules","/Users/yuliyarudenko/cpd/build/macos/Build/Products/Debug/path_provider_foundation/path_provider_foundation.framework/Resources","/Users/yuliyarudenko/cpd/build/macos/Build/Products/Debug/path_provider_foundation/path_provider_foundation.framework/Versions/Current","/Users/yuliyarudenko/cpd/build/macos/Build/Products/Debug/path_provider_foundation/path_provider_foundation.framework/path_provider_foundation","/Users/yuliyarudenko/cpd/build/macos/Build/Intermediates.noindex/Pods.build/Debug/path_provider_foundation.build/DerivedSources/path_provider_foundation_vers.c","/Users/yuliyarudenko/cpd/build/macos/Build/Intermediates.noindex/Pods.build/Debug/path_provider_foundation.build/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp","/Users/yuliyarudenko/cpd/build/macos/Build/Intermediates.noindex/Pods.build/Debug/path_provider_foundation.build/Objects-normal/arm64/e6072d4f65d7061329687fe24e3d63a7-common-args.resp","/Users/yuliyarudenko/cpd/build/macos/Build/Intermediates.noindex/Pods.build/Debug/path_provider_foundation.build/Objects-normal/arm64/path_provider_foundation-OutputFileMap.json","/Users/yuliyarudenko/cpd/build/macos/Build/Intermediates.noindex/Pods.build/Debug/path_provider_foundation.build/Objects-normal/arm64/path_provider_foundation.SwiftConstValuesFileList","/Users/yuliyarudenko/cpd/build/macos/Build/Intermediates.noindex/Pods.build/Debug/path_provider_foundation.build/Objects-normal/arm64/path_provider_foundation.SwiftFileList","/Users/yuliyarudenko/cpd/build/macos/Build/Intermediates.noindex/Pods.build/Debug/path_provider_foundation.build/Objects-normal/arm64/path_provider_foundation_const_extract_protocols.json","/Users/yuliyarudenko/cpd/build/macos/Build/Intermediates.noindex/Pods.build/Debug/path_provider_foundation.build/all-product-headers.yaml","/Users/yuliyarudenko/cpd/build/macos/Build/Intermediates.noindex/Pods.build/Debug/path_provider_foundation.build/path_provider_foundation-all-non-framework-target-headers.hmap","/Users/yuliyarudenko/cpd/build/macos/Build/Intermediates.noindex/Pods.build/Debug/path_provider_foundation.build/path_provider_foundation-all-target-headers.hmap","/Users/yuliyarudenko/cpd/build/macos/Build/Intermediates.noindex/Pods.build/Debug/path_provider_foundation.build/path_provider_foundation-generated-files.hmap","/Users/yuliyarudenko/cpd/build/macos/Build/Intermediates.noindex/Pods.build/Debug/path_provider_foundation.build/path_provider_foundation-own-target-headers.hmap","/Users/yuliyarudenko/cpd/build/macos/Build/Intermediates.noindex/Pods.build/Debug/path_provider_foundation.build/path_provider_foundation-project-headers.hmap","/Users/yuliyarudenko/cpd/build/macos/Build/Intermediates.noindex/Pods.build/Debug/path_provider_foundation.build/path_provider_foundation.hmap","/Users/yuliyarudenko/cpd/build/macos/Build/Intermediates.noindex/Pods.build/Debug/path_provider_foundation.build/Objects-normal/arm64/path_provider_foundation-dummy.o","/Users/yuliyarudenko/cpd/build/macos/Build/Intermediates.noindex/Pods.build/Debug/path_provider_foundation.build/Objects-normal/arm64/path_provider_foundation_vers.o","/Users/yuliyarudenko/cpd/build/macos/Build/Products/Debug/path_provider_foundation/path_provider_foundation.framework/Versions/A/Modules/module.modulemap","/Users/yuliyarudenko/cpd/build/macos/Build/Products/Debug/path_provider_foundation/path_provider_foundation.framework/Versions/A/Modules/path_provider_foundation.swiftmodule/Project/arm64-apple-macos.swiftsourceinfo","/Users/yuliyarudenko/cpd/build/macos/Build/Products/Debug/path_provider_foundation/path_provider_foundation.framework/Versions/A/Modules/path_provider_foundation.swiftmodule/arm64-apple-macos.abi.json","/Users/yuliyarudenko/cpd/build/macos/Build/Products/Debug/path_provider_foundation/path_provider_foundation.framework/Versions/A/Modules/path_provider_foundation.swiftmodule/arm64-apple-macos.swiftdoc","/Users/yuliyarudenko/cpd/build/macos/Build/Products/Debug/path_provider_foundation/path_provider_foundation.framework/Versions/A/Modules/path_provider_foundation.swiftmodule/arm64-apple-macos.swiftmodule","/Users/yuliyarudenko/cpd/build/macos/Build/Products/Debug/path_provider_foundation/path_provider_foundation.framework/Versions/A/Headers/path_provider_foundation-umbrella.h","/Users/yuliyarudenko/cpd/build/macos/Build/Products/Debug/path_provider_foundation/path_provider_foundation.framework/Versions/A/path_provider_foundation","/Users/yuliyarudenko/cpd/build/macos/Build/Intermediates.noindex/Pods.build/Debug/path_provider_foundation.build/Objects-normal/arm64/path_provider_foundation_dependency_info.dat","/Users/yuliyarudenko/cpd/build/macos/Build/Intermediates.noindex/Pods.build/Debug/path_provider_foundation.build/Objects-normal/arm64/path_provider_foundation_lto.o","/Users/yuliyarudenko/cpd/build/macos/Build/Intermediates.noindex/Pods.build/Debug/path_provider_foundation.build/Objects-normal/arm64/path_provider_foundation Swift Compilation Requirements Finished","/Users/yuliyarudenko/cpd/build/macos/Build/Intermediates.noindex/Pods.build/Debug/path_provider_foundation.build/Objects-normal/arm64/path_provider_foundation.swiftmodule","/Users/yuliyarudenko/cpd/build/macos/Build/Intermediates.noindex/Pods.build/Debug/path_provider_foundation.build/Objects-normal/arm64/path_provider_foundation.swiftsourceinfo","/Users/yuliyarudenko/cpd/build/macos/Build/Intermediates.noindex/Pods.build/Debug/path_provider_foundation.build/Objects-normal/arm64/path_provider_foundation.abi.json","/Users/yuliyarudenko/cpd/build/macos/Build/Intermediates.noindex/Pods.build/Debug/path_provider_foundation.build/Objects-normal/arm64/path_provider_foundation-Swift.h","/Users/yuliyarudenko/cpd/build/macos/Build/Intermediates.noindex/Pods.build/Debug/path_provider_foundation.build/Objects-normal/arm64/path_provider_foundation.swiftdoc","/Users/yuliyarudenko/cpd/build/macos/Build/Products/Debug/path_provider_foundation/path_provider_foundation.framework/Versions/A/Headers/path_provider_foundation-Swift.h","/Users/yuliyarudenko/cpd/build/macos/Build/Intermediates.noindex/EagerLinkingTBDs/Debug/path_provider_foundation.framework/path_provider_foundation.tbd","/Users/yuliyarudenko/cpd/build/macos/Build/Intermediates.noindex/Pods.build/Debug/path_provider_foundation.build/Objects-normal/arm64/path_provider_foundation.LinkFileList","/Users/yuliyarudenko/cpd/build/macos/Build/Intermediates.noindex/Pods.build/Debug/path_provider_foundation.build/module.modulemap","/Users/yuliyarudenko/cpd/build/macos/Build/Intermediates.noindex/Pods.build/Debug/path_provider_foundation.build/unextended-module-overlay.yaml","/Users/yuliyarudenko/cpd/build/macos/Build/Intermediates.noindex/Pods.build/Debug/path_provider_foundation.build/unextended-module.modulemap"],"roots":["/tmp/Pods.dst","/Users/yuliyarudenko/cpd/build/macos/Build/Intermediates.noindex","/Users/yuliyarudenko/cpd/build/macos/Build/Products"],"outputs":[""]},"":{"tool":"stale-file-removal","expectedOutputs":["/Users/yuliyarudenko/cpd/build/macos/Build/Products/Debug/path_provider_foundation/path_provider_foundation_privacy.bundle/Contents/Resources/PrivacyInfo.xcprivacy","/Users/yuliyarudenko/cpd/build/macos/Build/Products/Debug/path_provider_foundation/path_provider_foundation_privacy.bundle","/Users/yuliyarudenko/cpd/build/macos/Build/Products/Debug/path_provider_foundation/path_provider_foundation_privacy.bundle/Contents","/Users/yuliyarudenko/cpd/build/macos/Build/Products/Debug/path_provider_foundation/path_provider_foundation_privacy.bundle/Contents/Resources","/Users/yuliyarudenko/cpd/build/macos/Build/Products/Debug/path_provider_foundation/path_provider_foundation_privacy.bundle/Contents/Info.plist","/Users/yuliyarudenko/cpd/build/macos/Build/Intermediates.noindex/Pods.build/Debug/path_provider_foundation-path_provider_foundation_privacy.build/all-product-headers.yaml","/Users/yuliyarudenko/cpd/build/macos/Build/Intermediates.noindex/Pods.build/Debug/path_provider_foundation-path_provider_foundation_privacy.build/path_provider_foundation_privacy-all-non-framework-target-headers.hmap","/Users/yuliyarudenko/cpd/build/macos/Build/Intermediates.noindex/Pods.build/Debug/path_provider_foundation-path_provider_foundation_privacy.build/path_provider_foundation_privacy-all-target-headers.hmap","/Users/yuliyarudenko/cpd/build/macos/Build/Intermediates.noindex/Pods.build/Debug/path_provider_foundation-path_provider_foundation_privacy.build/path_provider_foundation_privacy-generated-files.hmap","/Users/yuliyarudenko/cpd/build/macos/Build/Intermediates.noindex/Pods.build/Debug/path_provider_foundation-path_provider_foundation_privacy.build/path_provider_foundation_privacy-own-target-headers.hmap","/Users/yuliyarudenko/cpd/build/macos/Build/Intermediates.noindex/Pods.build/Debug/path_provider_foundation-path_provider_foundation_privacy.build/path_provider_foundation_privacy-project-headers.hmap","/Users/yuliyarudenko/cpd/build/macos/Build/Intermediates.noindex/Pods.build/Debug/path_provider_foundation-path_provider_foundation_privacy.build/path_provider_foundation_privacy.hmap"],"roots":["/tmp/Pods.dst","/Users/yuliyarudenko/cpd/build/macos/Build/Intermediates.noindex","/Users/yuliyarudenko/cpd/build/macos/Build/Products"],"outputs":[""]},"":{"tool":"stale-file-removal","expectedOutputs":["/Users/yuliyarudenko/cpd/build/macos/Build/Products/Debug/sqflite/sqflite.framework/Versions/A/Resources/sqflite_darwin_privacy.bundle","/Users/yuliyarudenko/cpd/build/macos/Build/Intermediates.noindex/EagerLinkingTBDs/Debug/sqflite.framework/Versions/A/sqflite.tbd","/Users/yuliyarudenko/cpd/build/macos/Build/Products/Debug/sqflite/sqflite.framework","/Users/yuliyarudenko/cpd/build/macos/Build/Products/Debug/sqflite/sqflite.framework/Versions","/Users/yuliyarudenko/cpd/build/macos/Build/Products/Debug/sqflite/sqflite.framework/Versions/A","/Users/yuliyarudenko/cpd/build/macos/Build/Products/Debug/sqflite/sqflite.framework/Versions/A/Headers","/Users/yuliyarudenko/cpd/build/macos/Build/Products/Debug/sqflite/sqflite.framework/Versions/A/Resources","/Users/yuliyarudenko/cpd/build/macos/Build/Products/Debug/sqflite/sqflite.framework/Versions/A/Resources/Info.plist","/Users/yuliyarudenko/cpd/build/macos/Build/Products/Debug/sqflite/sqflite.framework/Headers","/Users/yuliyarudenko/cpd/build/macos/Build/Products/Debug/sqflite/sqflite.framework/Modules","/Users/yuliyarudenko/cpd/build/macos/Build/Products/Debug/sqflite/sqflite.framework/Resources","/Users/yuliyarudenko/cpd/build/macos/Build/Products/Debug/sqflite/sqflite.framework/Versions/Current","/Users/yuliyarudenko/cpd/build/macos/Build/Products/Debug/sqflite/sqflite.framework/sqflite","/Users/yuliyarudenko/cpd/build/macos/Build/Intermediates.noindex/Pods.build/Debug/sqflite.build/DerivedSources/sqflite_vers.c","/Users/yuliyarudenko/cpd/build/macos/Build/Intermediates.noindex/Pods.build/Debug/sqflite.build/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp","/Users/yuliyarudenko/cpd/build/macos/Build/Intermediates.noindex/Pods.build/Debug/sqflite.build/Objects-normal/arm64/e6072d4f65d7061329687fe24e3d63a7-common-args.resp","/Users/yuliyarudenko/cpd/build/macos/Build/Intermediates.noindex/Pods.build/Debug/sqflite.build/all-product-headers.yaml","/Users/yuliyarudenko/cpd/build/macos/Build/Intermediates.noindex/Pods.build/Debug/sqflite.build/sqflite-all-non-framework-target-headers.hmap","/Users/yuliyarudenko/cpd/build/macos/Build/Intermediates.noindex/Pods.build/Debug/sqflite.build/sqflite-all-target-headers.hmap","/Users/yuliyarudenko/cpd/build/macos/Build/Intermediates.noindex/Pods.build/Debug/sqflite.build/sqflite-generated-files.hmap","/Users/yuliyarudenko/cpd/build/macos/Build/Intermediates.noindex/Pods.build/Debug/sqflite.build/sqflite-own-target-headers.hmap","/Users/yuliyarudenko/cpd/build/macos/Build/Intermediates.noindex/Pods.build/Debug/sqflite.build/sqflite-project-headers.hmap","/Users/yuliyarudenko/cpd/build/macos/Build/Intermediates.noindex/Pods.build/Debug/sqflite.build/sqflite.hmap","/Users/yuliyarudenko/cpd/build/macos/Build/Intermediates.noindex/Pods.build/Debug/sqflite.build/Objects-normal/arm64/SqfliteCursor.o","/Users/yuliyarudenko/cpd/build/macos/Build/Intermediates.noindex/Pods.build/Debug/sqflite.build/Objects-normal/arm64/SqfliteDarwinDatabase.o","/Users/yuliyarudenko/cpd/build/macos/Build/Intermediates.noindex/Pods.build/Debug/sqflite.build/Objects-normal/arm64/SqfliteDarwinDatabaseAdditions.o","/Users/yuliyarudenko/cpd/build/macos/Build/Intermediates.noindex/Pods.build/Debug/sqflite.build/Objects-normal/arm64/SqfliteDarwinDatabaseQueue.o","/Users/yuliyarudenko/cpd/build/macos/Build/Intermediates.noindex/Pods.build/Debug/sqflite.build/Objects-normal/arm64/SqfliteDarwinResultSet.o","/Users/yuliyarudenko/cpd/build/macos/Build/Intermediates.noindex/Pods.build/Debug/sqflite.build/Objects-normal/arm64/SqfliteDatabase.o","/Users/yuliyarudenko/cpd/build/macos/Build/Intermediates.noindex/Pods.build/Debug/sqflite.build/Objects-normal/arm64/SqfliteOperation.o","/Users/yuliyarudenko/cpd/build/macos/Build/Intermediates.noindex/Pods.build/Debug/sqflite.build/Objects-normal/arm64/SqflitePlugin.o","/Users/yuliyarudenko/cpd/build/macos/Build/Intermediates.noindex/Pods.build/Debug/sqflite.build/Objects-normal/arm64/sqflite-dummy.o","/Users/yuliyarudenko/cpd/build/macos/Build/Intermediates.noindex/Pods.build/Debug/sqflite.build/Objects-normal/arm64/sqflite_vers.o","/Users/yuliyarudenko/cpd/build/macos/Build/Products/Debug/sqflite/sqflite.framework/Versions/A/Modules/module.modulemap","/Users/yuliyarudenko/cpd/build/macos/Build/Products/Debug/sqflite/sqflite.framework/Versions/A/Headers/SqfliteCursor.h","/Users/yuliyarudenko/cpd/build/macos/Build/Products/Debug/sqflite/sqflite.framework/Versions/A/Headers/SqfliteDarwinDB.h","/Users/yuliyarudenko/cpd/build/macos/Build/Products/Debug/sqflite/sqflite.framework/Versions/A/Headers/SqfliteDarwinDatabase.h","/Users/yuliyarudenko/cpd/build/macos/Build/Products/Debug/sqflite/sqflite.framework/Versions/A/Headers/SqfliteDarwinDatabaseAdditions.h","/Users/yuliyarudenko/cpd/build/macos/Build/Products/Debug/sqflite/sqflite.framework/Versions/A/Headers/SqfliteDarwinDatabaseQueue.h","/Users/yuliyarudenko/cpd/build/macos/Build/Products/Debug/sqflite/sqflite.framework/Versions/A/Headers/SqfliteDarwinImport.h","/Users/yuliyarudenko/cpd/build/macos/Build/Products/Debug/sqflite/sqflite.framework/Versions/A/Headers/SqfliteDarwinResultSet.h","/Users/yuliyarudenko/cpd/build/macos/Build/Products/Debug/sqflite/sqflite.framework/Versions/A/Headers/SqfliteDatabase.h","/Users/yuliyarudenko/cpd/build/macos/Build/Products/Debug/sqflite/sqflite.framework/Versions/A/Headers/SqfliteImport.h","/Users/yuliyarudenko/cpd/build/macos/Build/Products/Debug/sqflite/sqflite.framework/Versions/A/Headers/SqfliteOperation.h","/Users/yuliyarudenko/cpd/build/macos/Build/Products/Debug/sqflite/sqflite.framework/Versions/A/Headers/SqflitePlugin.h","/Users/yuliyarudenko/cpd/build/macos/Build/Products/Debug/sqflite/sqflite.framework/Versions/A/Headers/sqflite-umbrella.h","/Users/yuliyarudenko/cpd/build/macos/Build/Products/Debug/sqflite/sqflite.framework/Versions/A/sqflite","/Users/yuliyarudenko/cpd/build/macos/Build/Intermediates.noindex/Pods.build/Debug/sqflite.build/Objects-normal/arm64/sqflite_dependency_info.dat","/Users/yuliyarudenko/cpd/build/macos/Build/Intermediates.noindex/Pods.build/Debug/sqflite.build/Objects-normal/arm64/sqflite_lto.o","/Users/yuliyarudenko/cpd/build/macos/Build/Intermediates.noindex/EagerLinkingTBDs/Debug/sqflite.framework/sqflite.tbd","/Users/yuliyarudenko/cpd/build/macos/Build/Intermediates.noindex/Pods.build/Debug/sqflite.build/Objects-normal/arm64/sqflite.LinkFileList","/Users/yuliyarudenko/cpd/build/macos/Build/Intermediates.noindex/Pods.build/Debug/sqflite.build/module.modulemap"],"roots":["/tmp/Pods.dst","/Users/yuliyarudenko/cpd/build/macos/Build/Intermediates.noindex","/Users/yuliyarudenko/cpd/build/macos/Build/Products"],"outputs":[""]},"":{"tool":"stale-file-removal","expectedOutputs":["/Users/yuliyarudenko/cpd/build/macos/Build/Products/Debug/sqflite/sqflite_darwin_privacy.bundle/Contents/Resources/PrivacyInfo.xcprivacy","/Users/yuliyarudenko/cpd/build/macos/Build/Products/Debug/sqflite/sqflite_darwin_privacy.bundle","/Users/yuliyarudenko/cpd/build/macos/Build/Products/Debug/sqflite/sqflite_darwin_privacy.bundle/Contents","/Users/yuliyarudenko/cpd/build/macos/Build/Products/Debug/sqflite/sqflite_darwin_privacy.bundle/Contents/Resources","/Users/yuliyarudenko/cpd/build/macos/Build/Products/Debug/sqflite/sqflite_darwin_privacy.bundle/Contents/Info.plist","/Users/yuliyarudenko/cpd/build/macos/Build/Intermediates.noindex/Pods.build/Debug/sqflite-sqflite_darwin_privacy.build/all-product-headers.yaml","/Users/yuliyarudenko/cpd/build/macos/Build/Intermediates.noindex/Pods.build/Debug/sqflite-sqflite_darwin_privacy.build/sqflite_darwin_privacy-all-non-framework-target-headers.hmap","/Users/yuliyarudenko/cpd/build/macos/Build/Intermediates.noindex/Pods.build/Debug/sqflite-sqflite_darwin_privacy.build/sqflite_darwin_privacy-all-target-headers.hmap","/Users/yuliyarudenko/cpd/build/macos/Build/Intermediates.noindex/Pods.build/Debug/sqflite-sqflite_darwin_privacy.build/sqflite_darwin_privacy-generated-files.hmap","/Users/yuliyarudenko/cpd/build/macos/Build/Intermediates.noindex/Pods.build/Debug/sqflite-sqflite_darwin_privacy.build/sqflite_darwin_privacy-own-target-headers.hmap","/Users/yuliyarudenko/cpd/build/macos/Build/Intermediates.noindex/Pods.build/Debug/sqflite-sqflite_darwin_privacy.build/sqflite_darwin_privacy-project-headers.hmap","/Users/yuliyarudenko/cpd/build/macos/Build/Intermediates.noindex/Pods.build/Debug/sqflite-sqflite_darwin_privacy.build/sqflite_darwin_privacy.hmap"],"roots":["/tmp/Pods.dst","/Users/yuliyarudenko/cpd/build/macos/Build/Intermediates.noindex","/Users/yuliyarudenko/cpd/build/macos/Build/Products"],"outputs":[""]},"P0:::ClangStatCache /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk /Users/yuliyarudenko/cpd/build/macos/SDKStatCaches.noindex/macosx14.4-23E208-13f6e737bddbb37f317b3579f3535bf5.sdkstatcache":{"tool":"shell","description":"ClangStatCache /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk /Users/yuliyarudenko/cpd/build/macos/SDKStatCaches.noindex/macosx14.4-23E208-13f6e737bddbb37f317b3579f3535bf5.sdkstatcache","inputs":[],"outputs":["/Users/yuliyarudenko/cpd/build/macos/SDKStatCaches.noindex/macosx14.4-23E208-13f6e737bddbb37f317b3579f3535bf5.sdkstatcache",""],"args":["/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache","/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk","-o","/Users/yuliyarudenko/cpd/build/macos/SDKStatCaches.noindex/macosx14.4-23E208-13f6e737bddbb37f317b3579f3535bf5.sdkstatcache"],"env":{},"always-out-of-date":true,"working-directory":"/Users/yuliyarudenko/cpd/macos","signature":"6254cb6338749979c9d9e10dba70fc2a"},"P0:::CreateBuildDirectory /Users/yuliyarudenko/cpd/build/macos/Build/Intermediates.noindex":{"tool":"create-build-directory","description":"CreateBuildDirectory /Users/yuliyarudenko/cpd/build/macos/Build/Intermediates.noindex","inputs":[],"outputs":["","/Users/yuliyarudenko/cpd/build/macos/Build/Intermediates.noindex"]},"P0:::CreateBuildDirectory /Users/yuliyarudenko/cpd/build/macos/Build/Intermediates.noindex/EagerLinkingTBDs/Debug":{"tool":"create-build-directory","description":"CreateBuildDirectory /Users/yuliyarudenko/cpd/build/macos/Build/Intermediates.noindex/EagerLinkingTBDs/Debug","inputs":["/Users/yuliyarudenko/cpd/build/macos/Build/Intermediates.noindex"],"outputs":["","/Users/yuliyarudenko/cpd/build/macos/Build/Intermediates.noindex/EagerLinkingTBDs/Debug"]},"P0:::CreateBuildDirectory /Users/yuliyarudenko/cpd/build/macos/Build/Products":{"tool":"create-build-directory","description":"CreateBuildDirectory /Users/yuliyarudenko/cpd/build/macos/Build/Products","inputs":[],"outputs":["","/Users/yuliyarudenko/cpd/build/macos/Build/Products"]},"P0:::CreateBuildDirectory /Users/yuliyarudenko/cpd/build/macos/Build/Products/Debug":{"tool":"create-build-directory","description":"CreateBuildDirectory /Users/yuliyarudenko/cpd/build/macos/Build/Products/Debug","inputs":["/Users/yuliyarudenko/cpd/build/macos/Build/Products"],"outputs":["","/Users/yuliyarudenko/cpd/build/macos/Build/Products/Debug"]},"P0:::CreateBuildDirectory /Users/yuliyarudenko/cpd/build/macos/Build/Products/Debug/FlutterMacOS":{"tool":"create-build-directory","description":"CreateBuildDirectory /Users/yuliyarudenko/cpd/build/macos/Build/Products/Debug/FlutterMacOS","inputs":["/Users/yuliyarudenko/cpd/build/macos/Build/Products/Debug"],"outputs":["","/Users/yuliyarudenko/cpd/build/macos/Build/Products/Debug/FlutterMacOS"]},"P0:::CreateBuildDirectory /Users/yuliyarudenko/cpd/build/macos/Build/Products/Debug/path_provider_foundation":{"tool":"create-build-directory","description":"CreateBuildDirectory /Users/yuliyarudenko/cpd/build/macos/Build/Products/Debug/path_provider_foundation","inputs":["/Users/yuliyarudenko/cpd/build/macos/Build/Products/Debug"],"outputs":["","/Users/yuliyarudenko/cpd/build/macos/Build/Products/Debug/path_provider_foundation"]},"P0:::CreateBuildDirectory /Users/yuliyarudenko/cpd/build/macos/Build/Products/Debug/sqflite":{"tool":"create-build-directory","description":"CreateBuildDirectory /Users/yuliyarudenko/cpd/build/macos/Build/Products/Debug/sqflite","inputs":["/Users/yuliyarudenko/cpd/build/macos/Build/Products/Debug"],"outputs":["","/Users/yuliyarudenko/cpd/build/macos/Build/Products/Debug/sqflite"]},"P0:::Gate target-Flutter Assemble-18c1723432283e0cc55f10a6dcfd9e02339362e37688461f7f8b651800569a9a--fused-phase0-run-script":{"tool":"phony","inputs":["","","/Users/yuliyarudenko/cpd/build/macos/Build/Products/Debug/App.framework/Versions/A/App","/Users/yuliyarudenko/cpd/build/macos/Build/Products/Debug/App.framework/Versions/A/Resources/Info.plist","/Users/yuliyarudenko/cpd/build/macos/Build/Products/Debug/App.framework/Versions/A/Resources/flutter_assets/AssetManifest.bin","/Users/yuliyarudenko/cpd/build/macos/Build/Products/Debug/App.framework/Versions/A/Resources/flutter_assets/AssetManifest.json","/Users/yuliyarudenko/cpd/build/macos/Build/Products/Debug/App.framework/Versions/A/Resources/flutter_assets/FontManifest.json","/Users/yuliyarudenko/cpd/build/macos/Build/Products/Debug/App.framework/Versions/A/Resources/flutter_assets/NOTICES.Z","/Users/yuliyarudenko/cpd/build/macos/Build/Products/Debug/App.framework/Versions/A/Resources/flutter_assets/assets/appbar_background.png","/Users/yuliyarudenko/cpd/build/macos/Build/Products/Debug/App.framework/Versions/A/Resources/flutter_assets/assets/logo.png","/Users/yuliyarudenko/cpd/build/macos/Build/Products/Debug/App.framework/Versions/A/Resources/flutter_assets/fonts/MaterialIcons-Regular.otf","/Users/yuliyarudenko/cpd/build/macos/Build/Products/Debug/App.framework/Versions/A/Resources/flutter_assets/isolate_snapshot_data","/Users/yuliyarudenko/cpd/build/macos/Build/Products/Debug/App.framework/Versions/A/Resources/flutter_assets/kernel_blob.bin","/Users/yuliyarudenko/cpd/build/macos/Build/Products/Debug/App.framework/Versions/A/Resources/flutter_assets/packages/cupertino_icons/assets/CupertinoIcons.ttf","/Users/yuliyarudenko/cpd/build/macos/Build/Products/Debug/App.framework/Versions/A/Resources/flutter_assets/shaders/ink_sparkle.frag","/Users/yuliyarudenko/cpd/build/macos/Build/Products/Debug/App.framework/Versions/A/Resources/flutter_assets/vm_snapshot_data","/Users/yuliyarudenko/cpd/build/macos/Build/Products/Debug/FlutterMacOS.framework/Versions/A/FlutterMacOS","/Users/yuliyarudenko/cpd/build/macos/Build/Intermediates.noindex/Runner.build/Debug/Flutter Assemble.build/InputFileList-33CC111E2044C6BF0003C045-FlutterInputs-8e98ff16e5f292a9228a17bd62b339ba-resolved.xcfilelist","/Users/yuliyarudenko/cpd/build/macos/Build/Intermediates.noindex/Runner.build/Debug/Flutter Assemble.build/OutputFileList-33CC111E2044C6BF0003C045-FlutterOutputs-6e70a7180f4a92e3873cece6343c50b5-resolved.xcfilelist","/Users/yuliyarudenko/cpd/build/macos/Build/Intermediates.noindex/Runner.build/Debug/Flutter Assemble.build/Script-33CC111E2044C6BF0003C045.sh"],"outputs":[""]},"P0:::Gate target-Pods-Runner-8699adb1dd336b26511df848a716bd42312b4bc59bbbe2c06c205bf4da6737f5--AppIntentsMetadataTaskProducer":{"tool":"phony","inputs":["","",""],"outputs":[""]},"P0:::Gate target-Pods-Runner-8699adb1dd336b26511df848a716bd42312b4bc59bbbe2c06c205bf4da6737f5--Barrier-ChangeAlternatePermissions":{"tool":"phony","inputs":["","",""],"outputs":[""]},"P0:::Gate target-Pods-Runner-8699adb1dd336b26511df848a716bd42312b4bc59bbbe2c06c205bf4da6737f5--Barrier-ChangePermissions":{"tool":"phony","inputs":["","",""],"outputs":[""]},"P0:::Gate target-Pods-Runner-8699adb1dd336b26511df848a716bd42312b4bc59bbbe2c06c205bf4da6737f5--Barrier-CodeSign":{"tool":"phony","inputs":["","",""],"outputs":[""]},"P0:::Gate target-Pods-Runner-8699adb1dd336b26511df848a716bd42312b4bc59bbbe2c06c205bf4da6737f5--Barrier-CopyAside":{"tool":"phony","inputs":["","",""],"outputs":[""]},"P0:::Gate target-Pods-Runner-8699adb1dd336b26511df848a716bd42312b4bc59bbbe2c06c205bf4da6737f5--Barrier-GenerateStubAPI":{"tool":"phony","inputs":["",""],"outputs":[""]},"P0:::Gate target-Pods-Runner-8699adb1dd336b26511df848a716bd42312b4bc59bbbe2c06c205bf4da6737f5--Barrier-RegisterExecutionPolicyException":{"tool":"phony","inputs":["","","",""],"outputs":[""]},"P0:::Gate target-Pods-Runner-8699adb1dd336b26511df848a716bd42312b4bc59bbbe2c06c205bf4da6737f5--Barrier-RegisterProduct":{"tool":"phony","inputs":["","","",""],"outputs":[""]},"P0:::Gate target-Pods-Runner-8699adb1dd336b26511df848a716bd42312b4bc59bbbe2c06c205bf4da6737f5--Barrier-StripSymbols":{"tool":"phony","inputs":["","",""],"outputs":[""]},"P0:::Gate target-Pods-Runner-8699adb1dd336b26511df848a716bd42312b4bc59bbbe2c06c205bf4da6737f5--Barrier-Validate":{"tool":"phony","inputs":["","",""],"outputs":[""]},"P0:::Gate target-Pods-Runner-8699adb1dd336b26511df848a716bd42312b4bc59bbbe2c06c205bf4da6737f5--CopySwiftPackageResourcesTaskProducer":{"tool":"phony","inputs":["",""],"outputs":[""]},"P0:::Gate target-Pods-Runner-8699adb1dd336b26511df848a716bd42312b4bc59bbbe2c06c205bf4da6737f5--DocumentationTaskProducer":{"tool":"phony","inputs":["",""],"outputs":[""]},"P0:::Gate target-Pods-Runner-8699adb1dd336b26511df848a716bd42312b4bc59bbbe2c06c205bf4da6737f5--GeneratedFilesTaskProducer":{"tool":"phony","inputs":["",""],"outputs":[""]},"P0:::Gate target-Pods-Runner-8699adb1dd336b26511df848a716bd42312b4bc59bbbe2c06c205bf4da6737f5--HeadermapTaskProducer":{"tool":"phony","inputs":["","","/Users/yuliyarudenko/cpd/build/macos/Build/Intermediates.noindex/Pods.build/Debug/Pods-Runner.build/Pods_Runner-all-non-framework-target-headers.hmap","/Users/yuliyarudenko/cpd/build/macos/Build/Intermediates.noindex/Pods.build/Debug/Pods-Runner.build/Pods_Runner-all-target-headers.hmap","/Users/yuliyarudenko/cpd/build/macos/Build/Intermediates.noindex/Pods.build/Debug/Pods-Runner.build/Pods_Runner-generated-files.hmap","/Users/yuliyarudenko/cpd/build/macos/Build/Intermediates.noindex/Pods.build/Debug/Pods-Runner.build/Pods_Runner-own-target-headers.hmap","/Users/yuliyarudenko/cpd/build/macos/Build/Intermediates.noindex/Pods.build/Debug/Pods-Runner.build/Pods_Runner-project-headers.hmap","/Users/yuliyarudenko/cpd/build/macos/Build/Intermediates.noindex/Pods.build/Debug/Pods-Runner.build/Pods_Runner.hmap","/Users/yuliyarudenko/cpd/build/macos/Build/Intermediates.noindex/Pods.build/Debug/Pods-Runner.build/all-product-headers.yaml"],"outputs":[""]},"P0:::Gate target-Pods-Runner-8699adb1dd336b26511df848a716bd42312b4bc59bbbe2c06c205bf4da6737f5--InfoPlistTaskProducer":{"tool":"phony","inputs":["","","/Users/yuliyarudenko/cpd/build/macos/Build/Products/Debug/Pods_Runner.framework/Versions/A/Resources/Info.plist"],"outputs":[""]},"P0:::Gate target-Pods-Runner-8699adb1dd336b26511df848a716bd42312b4bc59bbbe2c06c205bf4da6737f5--ModuleMapTaskProducer":{"tool":"phony","inputs":["","","/Users/yuliyarudenko/cpd/build/macos/Build/Products/Debug/Pods_Runner.framework/Versions/A/Modules/module.modulemap","/Users/yuliyarudenko/cpd/build/macos/Build/Intermediates.noindex/Pods.build/Debug/Pods-Runner.build/module.modulemap"],"outputs":[""]},"P0:::Gate target-Pods-Runner-8699adb1dd336b26511df848a716bd42312b4bc59bbbe2c06c205bf4da6737f5--ModuleVerifierTaskProducer":{"tool":"phony","inputs":["",""],"outputs":[""]},"P0:::Gate target-Pods-Runner-8699adb1dd336b26511df848a716bd42312b4bc59bbbe2c06c205bf4da6737f5--ProductPostprocessingTaskProducer":{"tool":"phony","inputs":["","","","","","","","","","","","","","","","",""],"outputs":[""]},"P0:::Gate target-Pods-Runner-8699adb1dd336b26511df848a716bd42312b4bc59bbbe2c06c205bf4da6737f5--ProductStructureTaskProducer":{"tool":"phony","inputs":["","","","","","","","/Users/yuliyarudenko/cpd/build/macos/Build/Products/Debug/Pods_Runner.framework/Headers","/Users/yuliyarudenko/cpd/build/macos/Build/Products/Debug/Pods_Runner.framework/Modules","/Users/yuliyarudenko/cpd/build/macos/Build/Products/Debug/Pods_Runner.framework/Pods_Runner","/Users/yuliyarudenko/cpd/build/macos/Build/Products/Debug/Pods_Runner.framework/Resources","/Users/yuliyarudenko/cpd/build/macos/Build/Products/Debug/Pods_Runner.framework/Versions/Current"],"outputs":[""]},"P0:::Gate target-Pods-Runner-8699adb1dd336b26511df848a716bd42312b4bc59bbbe2c06c205bf4da6737f5--RealityAssetsTaskProducer":{"tool":"phony","inputs":["",""],"outputs":[""]},"P0:::Gate target-Pods-Runner-8699adb1dd336b26511df848a716bd42312b4bc59bbbe2c06c205bf4da6737f5--SanitizerTaskProducer":{"tool":"phony","inputs":["",""],"outputs":[""]},"P0:::Gate target-Pods-Runner-8699adb1dd336b26511df848a716bd42312b4bc59bbbe2c06c205bf4da6737f5--StubBinaryTaskProducer":{"tool":"phony","inputs":["",""],"outputs":[""]},"P0:::Gate target-Pods-Runner-8699adb1dd336b26511df848a716bd42312b4bc59bbbe2c06c205bf4da6737f5--SwiftABIBaselineGenerationTaskProducer":{"tool":"phony","inputs":["","",""],"outputs":[""]},"P0:::Gate target-Pods-Runner-8699adb1dd336b26511df848a716bd42312b4bc59bbbe2c06c205bf4da6737f5--SwiftFrameworkABICheckerTaskProducer":{"tool":"phony","inputs":["","",""],"outputs":[""]},"P0:::Gate target-Pods-Runner-8699adb1dd336b26511df848a716bd42312b4bc59bbbe2c06c205bf4da6737f5--SwiftPackageCopyFilesTaskProducer":{"tool":"phony","inputs":["",""],"outputs":[""]},"P0:::Gate target-Pods-Runner-8699adb1dd336b26511df848a716bd42312b4bc59bbbe2c06c205bf4da6737f5--SwiftStandardLibrariesTaskProducer":{"tool":"phony","inputs":["","",""],"outputs":[""]},"P0:::Gate target-Pods-Runner-8699adb1dd336b26511df848a716bd42312b4bc59bbbe2c06c205bf4da6737f5--TAPISymbolExtractorTaskProducer":{"tool":"phony","inputs":["",""],"outputs":[""]},"P0:::Gate target-Pods-Runner-8699adb1dd336b26511df848a716bd42312b4bc59bbbe2c06c205bf4da6737f5--TestHostTaskProducer":{"tool":"phony","inputs":["",""],"outputs":[""]},"P0:::Gate target-Pods-Runner-8699adb1dd336b26511df848a716bd42312b4bc59bbbe2c06c205bf4da6737f5--TestTargetPostprocessingTaskProducer":{"tool":"phony","inputs":["",""],"outputs":[""]},"P0:::Gate target-Pods-Runner-8699adb1dd336b26511df848a716bd42312b4bc59bbbe2c06c205bf4da6737f5--TestTargetTaskProducer":{"tool":"phony","inputs":["",""],"outputs":[""]},"P0:::Gate target-Pods-Runner-8699adb1dd336b26511df848a716bd42312b4bc59bbbe2c06c205bf4da6737f5--VersionPlistTaskProducer":{"tool":"phony","inputs":["",""],"outputs":[""]},"P0:::Gate target-Pods-Runner-8699adb1dd336b26511df848a716bd42312b4bc59bbbe2c06c205bf4da6737f5--copy-headers-completion":{"tool":"phony","inputs":[""],"outputs":[""]},"P0:::Gate target-Pods-Runner-8699adb1dd336b26511df848a716bd42312b4bc59bbbe2c06c205bf4da6737f5--fused-phase0-copy-headers":{"tool":"phony","inputs":["","","/Users/yuliyarudenko/cpd/build/macos/Build/Products/Debug/Pods_Runner.framework/Versions/A/Headers/Pods-Runner-umbrella.h"],"outputs":[""]},"P0:::Gate target-Pods-Runner-8699adb1dd336b26511df848a716bd42312b4bc59bbbe2c06c205bf4da6737f5--fused-phase1-compile-sources&link-binary©-bundle-resources":{"tool":"phony","inputs":["","","/Users/yuliyarudenko/cpd/build/macos/Build/Intermediates.noindex/Pods.build/Debug/Pods-Runner.build/DerivedSources/Pods_Runner_vers.c","/Users/yuliyarudenko/cpd/build/macos/Build/Intermediates.noindex/Pods.build/Debug/Pods-Runner.build/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp","/Users/yuliyarudenko/cpd/build/macos/Build/Intermediates.noindex/Pods.build/Debug/Pods-Runner.build/Objects-normal/arm64/e6072d4f65d7061329687fe24e3d63a7-common-args.resp","/Users/yuliyarudenko/cpd/build/macos/Build/Intermediates.noindex/Pods.build/Debug/Pods-Runner.build/Objects-normal/arm64/Pods-Runner-dummy.o","/Users/yuliyarudenko/cpd/build/macos/Build/Intermediates.noindex/Pods.build/Debug/Pods-Runner.build/Objects-normal/arm64/Pods_Runner_vers.o","/Users/yuliyarudenko/cpd/build/macos/Build/Intermediates.noindex/Pods.build/Debug/Pods-Runner.build/Objects-normal/arm64/Pods_Runner_libtool_dependency_info.dat","/Users/yuliyarudenko/cpd/build/macos/Build/Intermediates.noindex/Pods.build/Debug/Pods-Runner.build/Objects-normal/arm64/Pods_Runner.LinkFileList"],"outputs":[""]},"P0:::Gate target-Pods-Runner-8699adb1dd336b26511df848a716bd42312b4bc59bbbe2c06c205bf4da6737f5--generated-headers":{"tool":"phony","inputs":[""],"outputs":[""]},"P0:::Gate target-Pods-Runner-8699adb1dd336b26511df848a716bd42312b4bc59bbbe2c06c205bf4da6737f5--swift-generated-headers":{"tool":"phony","inputs":[""],"outputs":[""]},"P0:::Gate target-Runner-18c1723432283e0cc55f10a6dcfd9e02a26d6e580d3222b86d62fb80ec380c14--AppIntentsMetadataTaskProducer":{"tool":"phony","inputs":["","","","","/Users/yuliyarudenko/cpd/build/macos/Build/Intermediates.noindex/Runner.build/Debug/Runner.build/Objects-normal/arm64/cpd.SwiftConstValuesFileList"],"outputs":[""]},"P0:::Gate target-Runner-18c1723432283e0cc55f10a6dcfd9e02a26d6e580d3222b86d62fb80ec380c14--Barrier-ChangeAlternatePermissions":{"tool":"phony","inputs":["","",""],"outputs":[""]},"P0:::Gate target-Runner-18c1723432283e0cc55f10a6dcfd9e02a26d6e580d3222b86d62fb80ec380c14--Barrier-ChangePermissions":{"tool":"phony","inputs":["","",""],"outputs":[""]},"P0:::Gate target-Runner-18c1723432283e0cc55f10a6dcfd9e02a26d6e580d3222b86d62fb80ec380c14--Barrier-CodeSign":{"tool":"phony","inputs":["","","",""],"outputs":[""]},"P0:::Gate target-Runner-18c1723432283e0cc55f10a6dcfd9e02a26d6e580d3222b86d62fb80ec380c14--Barrier-CopyAside":{"tool":"phony","inputs":["","",""],"outputs":[""]},"P0:::Gate target-Runner-18c1723432283e0cc55f10a6dcfd9e02a26d6e580d3222b86d62fb80ec380c14--Barrier-GenerateStubAPI":{"tool":"phony","inputs":["",""],"outputs":[""]},"P0:::Gate target-Runner-18c1723432283e0cc55f10a6dcfd9e02a26d6e580d3222b86d62fb80ec380c14--Barrier-RegisterExecutionPolicyException":{"tool":"phony","inputs":["","","",""],"outputs":[""]},"P0:::Gate target-Runner-18c1723432283e0cc55f10a6dcfd9e02a26d6e580d3222b86d62fb80ec380c14--Barrier-RegisterProduct":{"tool":"phony","inputs":["","","","",""],"outputs":[""]},"P0:::Gate target-Runner-18c1723432283e0cc55f10a6dcfd9e02a26d6e580d3222b86d62fb80ec380c14--Barrier-StripSymbols":{"tool":"phony","inputs":["","",""],"outputs":[""]},"P0:::Gate target-Runner-18c1723432283e0cc55f10a6dcfd9e02a26d6e580d3222b86d62fb80ec380c14--Barrier-Validate":{"tool":"phony","inputs":["","","",""],"outputs":[""]},"P0:::Gate target-Runner-18c1723432283e0cc55f10a6dcfd9e02a26d6e580d3222b86d62fb80ec380c14--CopySwiftPackageResourcesTaskProducer":{"tool":"phony","inputs":["",""],"outputs":[""]},"P0:::Gate target-Runner-18c1723432283e0cc55f10a6dcfd9e02a26d6e580d3222b86d62fb80ec380c14--DocumentationTaskProducer":{"tool":"phony","inputs":["","