-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathxcodebuild.log
373 lines (314 loc) · 194 KB
/
xcodebuild.log
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
Command line invocation:
/Applications/Xcode.app/Contents/Developer/usr/bin/xcodebuild test -workspace ./DemoApp/REES46.xcworkspace -scheme REES46Demo -sdk iphonesimulator -destination "platform=iOS Simulator,name=iPhone 15,OS=latest"
User defaults from command line:
IDEPackageSupportUseBuiltinSCM = YES
Build settings from command line:
SDKROOT = iphonesimulator17.5
Prepare packages
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (18 targets)
Target 'REES46Tests' in project 'REES46'
➜ Explicit dependency on target 'REES46Demo' in project 'REES46'
➜ Implicit dependency on target 'Pods-REES46Tests' in project 'Pods' via file 'Pods_REES46Tests.framework' in build phase 'Link Binary'
➜ Implicit dependency on target 'PromisesObjC' in project 'Pods' via options '-framework FBLPromises' in build setting 'OTHER_LDFLAGS'
➜ Implicit dependency on target 'FirebaseCore' in project 'Pods' via options '-framework FirebaseCore' in build setting 'OTHER_LDFLAGS'
➜ Implicit dependency on target 'FirebaseCoreInternal' in project 'Pods' via options '-framework FirebaseCoreInternal' in build setting 'OTHER_LDFLAGS'
➜ Implicit dependency on target 'FirebaseInstallations' in project 'Pods' via options '-framework FirebaseInstallations' in build setting 'OTHER_LDFLAGS'
➜ Implicit dependency on target 'FirebaseMessaging' in project 'Pods' via options '-framework FirebaseMessaging' in build setting 'OTHER_LDFLAGS'
➜ Implicit dependency on target 'GoogleDataTransport' in project 'Pods' via options '-framework GoogleDataTransport' in build setting 'OTHER_LDFLAGS'
➜ Implicit dependency on target 'GoogleUtilities' in project 'Pods' via options '-framework GoogleUtilities' in build setting 'OTHER_LDFLAGS'
➜ Implicit dependency on target 'REES46' in project 'Pods' via options '-framework REES46' in build setting 'OTHER_LDFLAGS'
➜ Implicit dependency on target 'nanopb' in project 'Pods' via options '-framework nanopb' in build setting 'OTHER_LDFLAGS'
Target 'Pods-REES46Tests' in project 'Pods'
➜ Explicit dependency on target 'Pods-REES46Demo' in project 'Pods'
Target 'REES46Demo' in project 'REES46'
➜ Explicit dependency on target 'REESNotificationContentExtension' in project 'REES46'
➜ Explicit dependency on target 'REESNotificationServiceExtension' in project 'REES46'
➜ Implicit dependency on target 'Pods-REES46Demo' in project 'Pods' via file 'Pods_REES46Demo.framework' in build phase 'Link Binary'
➜ Implicit dependency on target 'PromisesObjC' in project 'Pods' via options '-framework FBLPromises' in build setting 'OTHER_LDFLAGS'
➜ Implicit dependency on target 'FirebaseCore' in project 'Pods' via options '-framework FirebaseCore' in build setting 'OTHER_LDFLAGS'
➜ Implicit dependency on target 'FirebaseCoreInternal' in project 'Pods' via options '-framework FirebaseCoreInternal' in build setting 'OTHER_LDFLAGS'
➜ Implicit dependency on target 'FirebaseInstallations' in project 'Pods' via options '-framework FirebaseInstallations' in build setting 'OTHER_LDFLAGS'
➜ Implicit dependency on target 'FirebaseMessaging' in project 'Pods' via options '-framework FirebaseMessaging' in build setting 'OTHER_LDFLAGS'
➜ Implicit dependency on target 'GoogleDataTransport' in project 'Pods' via options '-framework GoogleDataTransport' in build setting 'OTHER_LDFLAGS'
➜ Implicit dependency on target 'GoogleUtilities' in project 'Pods' via options '-framework GoogleUtilities' in build setting 'OTHER_LDFLAGS'
➜ Implicit dependency on target 'REES46' in project 'Pods' via options '-framework REES46' in build setting 'OTHER_LDFLAGS'
➜ Implicit dependency on target 'nanopb' in project 'Pods' via options '-framework nanopb' in build setting 'OTHER_LDFLAGS'
Target 'Pods-REES46Demo' in project 'Pods'
➜ Explicit dependency on target 'Firebase' in project 'Pods'
➜ Explicit dependency on target 'FirebaseAnalytics' in project 'Pods'
➜ Explicit dependency on target 'FirebaseCore' in project 'Pods'
➜ Explicit dependency on target 'FirebaseCoreInternal' in project 'Pods'
➜ Explicit dependency on target 'FirebaseInstallations' in project 'Pods'
➜ Explicit dependency on target 'FirebaseMessaging' in project 'Pods'
➜ Explicit dependency on target 'GoogleAppMeasurement' in project 'Pods'
➜ Explicit dependency on target 'GoogleDataTransport' in project 'Pods'
➜ Explicit dependency on target 'GoogleUtilities' in project 'Pods'
➜ Explicit dependency on target 'PromisesObjC' in project 'Pods'
➜ Explicit dependency on target 'REES46' in project 'Pods'
➜ Explicit dependency on target 'nanopb' in project 'Pods'
Target 'REES46' in project 'Pods' (no dependencies)
Target 'Firebase' in project 'Pods'
➜ Explicit dependency on target 'FirebaseAnalytics' in project 'Pods'
➜ Explicit dependency on target 'FirebaseCore' in project 'Pods'
➜ Explicit dependency on target 'FirebaseMessaging' in project 'Pods'
Target 'FirebaseMessaging' in project 'Pods'
➜ Explicit dependency on target 'FirebaseCore' in project 'Pods'
➜ Explicit dependency on target 'FirebaseInstallations' in project 'Pods'
➜ Explicit dependency on target 'GoogleDataTransport' in project 'Pods'
➜ Explicit dependency on target 'GoogleUtilities' in project 'Pods'
➜ Explicit dependency on target 'nanopb' in project 'Pods'
Target 'GoogleDataTransport' in project 'Pods'
➜ Explicit dependency on target 'GoogleUtilities' in project 'Pods'
➜ Explicit dependency on target 'PromisesObjC' in project 'Pods'
➜ Explicit dependency on target 'nanopb' in project 'Pods'
Target 'FirebaseAnalytics' in project 'Pods'
➜ Explicit dependency on target 'FirebaseCore' in project 'Pods'
➜ Explicit dependency on target 'FirebaseInstallations' in project 'Pods'
➜ Explicit dependency on target 'GoogleAppMeasurement' in project 'Pods'
➜ Explicit dependency on target 'GoogleUtilities' in project 'Pods'
➜ Explicit dependency on target 'nanopb' in project 'Pods'
Target 'GoogleAppMeasurement' in project 'Pods'
➜ Explicit dependency on target 'GoogleUtilities' in project 'Pods'
➜ Explicit dependency on target 'nanopb' in project 'Pods'
Target 'nanopb' in project 'Pods' (no dependencies)
Target 'FirebaseInstallations' in project 'Pods'
➜ Explicit dependency on target 'FirebaseCore' in project 'Pods'
➜ Explicit dependency on target 'GoogleUtilities' in project 'Pods'
➜ Explicit dependency on target 'PromisesObjC' in project 'Pods'
Target 'FirebaseCore' in project 'Pods'
➜ Explicit dependency on target 'FirebaseCoreInternal' in project 'Pods'
➜ Explicit dependency on target 'GoogleUtilities' in project 'Pods'
Target 'FirebaseCoreInternal' in project 'Pods'
➜ Explicit dependency on target 'GoogleUtilities' in project 'Pods'
Target 'GoogleUtilities' in project 'Pods'
➜ Explicit dependency on target 'PromisesObjC' in project 'Pods'
Target 'PromisesObjC' in project 'Pods' (no dependencies)
Target 'REESNotificationServiceExtension' in project 'REES46' (no dependencies)
Target 'REESNotificationContentExtension' in project 'REES46' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ClangStatCache /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator17.5.sdk /Users/borystrubitsun/Library/Developer/Xcode/DerivedData/SDKStatCaches.noindex/iphonesimulator17.5-21F77-c098706a9f71eba4e76ae92ab367209a.sdkstatcache
cd /Users/borystrubitsun/StudioProjects/ios-sdk/DemoApp
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator17.5.sdk -o /Users/borystrubitsun/Library/Developer/Xcode/DerivedData/SDKStatCaches.noindex/iphonesimulator17.5-21F77-c098706a9f71eba4e76ae92ab367209a.sdkstatcache
SwiftDriver REES46 normal arm64 com.apple.xcode.tools.swift.compiler (in target 'REES46' from project 'Pods')
cd /Users/borystrubitsun/StudioProjects/ios-sdk/DemoApp/Pods
builtin-SwiftDriver -- /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name REES46 -Onone -enforce-exclusivity\=checked @/Users/borystrubitsun/Library/Developer/Xcode/DerivedData/REES46-dnyzkgijlgweoohelxlafevfnrnt/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/REES46.build/Objects-normal/arm64/REES46.SwiftFileList -DDEBUG -D COCOAPODS -sdk /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator17.5.sdk -target arm64-apple-ios12.0-simulator -enable-bare-slash-regex -g -module-cache-path /Users/borystrubitsun/Library/Developer/Xcode/DerivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -enable-testing -index-store-path /Users/borystrubitsun/Library/Developer/Xcode/DerivedData/REES46-dnyzkgijlgweoohelxlafevfnrnt/Index.noindex/DataStore -swift-version 5 -I /Users/borystrubitsun/Library/Developer/Xcode/DerivedData/REES46-dnyzkgijlgweoohelxlafevfnrnt/Build/Products/Debug-iphonesimulator/REES46 -F /Users/borystrubitsun/Library/Developer/Xcode/DerivedData/REES46-dnyzkgijlgweoohelxlafevfnrnt/Build/Products/Debug-iphonesimulator/REES46 -c -j8 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/borystrubitsun/Library/Developer/Xcode/DerivedData/SDKStatCaches.noindex/iphonesimulator17.5-21F77-c098706a9f71eba4e76ae92ab367209a.sdkstatcache -output-file-map /Users/borystrubitsun/Library/Developer/Xcode/DerivedData/REES46-dnyzkgijlgweoohelxlafevfnrnt/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/REES46.build/Objects-normal/arm64/REES46-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/borystrubitsun/Library/Developer/Xcode/DerivedData/REES46-dnyzkgijlgweoohelxlafevfnrnt/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/REES46.build/Objects-normal/arm64/REES46.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/borystrubitsun/Library/Developer/Xcode/DerivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/borystrubitsun/Library/Developer/Xcode/DerivedData/REES46-dnyzkgijlgweoohelxlafevfnrnt/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/REES46.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/borystrubitsun/Library/Developer/Xcode/DerivedData/REES46-dnyzkgijlgweoohelxlafevfnrnt/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/REES46.build/Objects-normal/arm64/REES46_const_extract_protocols.json -Xcc -iquote -Xcc /Users/borystrubitsun/Library/Developer/Xcode/DerivedData/REES46-dnyzkgijlgweoohelxlafevfnrnt/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/REES46.build/REES46-generated-files.hmap -Xcc -I/Users/borystrubitsun/Library/Developer/Xcode/DerivedData/REES46-dnyzkgijlgweoohelxlafevfnrnt/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/REES46.build/REES46-own-target-headers.hmap -Xcc -I/Users/borystrubitsun/Library/Developer/Xcode/DerivedData/REES46-dnyzkgijlgweoohelxlafevfnrnt/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/REES46.build/REES46-all-non-framework-target-headers.hmap -Xcc -ivfsoverlay -Xcc /Users/borystrubitsun/Library/Developer/Xcode/DerivedData/REES46-dnyzkgijlgweoohelxlafevfnrnt/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/REES46.build/all-product-headers.yaml -Xcc -iquote -Xcc /Users/borystrubitsun/Library/Developer/Xcode/DerivedData/REES46-dnyzkgijlgweoohelxlafevfnrnt/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/REES46.build/REES46-project-headers.hmap -Xcc -I/Users/borystrubitsun/Library/Developer/Xcode/DerivedData/REES46-dnyzkgijlgweoohelxlafevfnrnt/Build/Products/Debug-iphonesimulator/REES46/include -Xcc -I/Users/borystrubitsun/Library/Developer/Xcode/DerivedData/REES46-dnyzkgijlgweoohelxlafevfnrnt/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/REES46.build/DerivedSources-normal/arm64 -Xcc -I/Users/borystrubitsun/Library/Developer/Xcode/DerivedData/REES46-dnyzkgijlgweoohelxlafevfnrnt/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/REES46.build/DerivedSources/arm64 -Xcc -I/Users/borystrubitsun/Library/Developer/Xcode/DerivedData/REES46-dnyzkgijlgweoohelxlafevfnrnt/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/REES46.build/DerivedSources -Xcc -DPOD_CONFIGURATION_DEBUG\=1 -Xcc -DDEBUG\=1 -Xcc -DCOCOAPODS\=1 -emit-objc-header -emit-objc-header-path /Users/borystrubitsun/Library/Developer/Xcode/DerivedData/REES46-dnyzkgijlgweoohelxlafevfnrnt/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/REES46.build/Objects-normal/arm64/REES46-Swift.h -import-underlying-module -Xcc -ivfsoverlay -Xcc /Users/borystrubitsun/Library/Developer/Xcode/DerivedData/REES46-dnyzkgijlgweoohelxlafevfnrnt/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/REES46.build/unextended-module-overlay.yaml -working-directory /Users/borystrubitsun/StudioProjects/ios-sdk/DemoApp/Pods -experimental-emit-module-separately -disable-cmo
SwiftEmitModule normal arm64 Emitting\ module\ for\ REES46 (in target 'REES46' from project 'Pods')
cd /Users/borystrubitsun/StudioProjects/ios-sdk/DemoApp/Pods
builtin-swiftTaskExecution -- /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -emit-module -experimental-skip-non-inlinable-function-bodies-without-types /Users/borystrubitsun/StudioProjects/ios-sdk/REES46/Classes/Resources/Assets.swift /Users/borystrubitsun/StudioProjects/ios-sdk/REES46/Classes/Extensions/StoriesPreload/PreloadIndicatorProperties/CAPropertyAnimation+Key.swift /Users/borystrubitsun/StudioProjects/ios-sdk/REES46/Classes/Stories/StoryViewController/ProductsCarousel/CarouselCollectionView.swift /Users/borystrubitsun/StudioProjects/ios-sdk/REES46/Classes/Stories/StoryViewController/ProductsCarousel/CarouselCollectionViewCell.swift /Users/borystrubitsun/StudioProjects/ios-sdk/REES46/Classes/Stories/StoryViewController/ProductsCarousel/CarouselConstants.swift /Users/borystrubitsun/StudioProjects/ios-sdk/REES46/Classes/Model/CartItem.swift /Users/borystrubitsun/StudioProjects/ios-sdk/REES46/Classes/Extensions/StoriesImageLoader/Extension/CGImageSource+ImageLoader.swift /Users/borystrubitsun/StudioProjects/ios-sdk/REES46/Classes/Extensions/StoriesPreload/PreloadIndicatorProperties/CGRect+Center.swift /Users/borystrubitsun/StudioProjects/ios-sdk/REES46/Classes/Extensions/StoriesPreload/PreloadIndicatorProperties/CGSize+Min.swift /Users/borystrubitsun/StudioProjects/ios-sdk/REES46/Classes/Shared/ColorExtensions.swift /Users/borystrubitsun/StudioProjects/ios-sdk/REES46/Classes/Extensions/SdkConfiguration/PromocodeImagePlaceholder/Coverable.swift /Users/borystrubitsun/StudioProjects/ios-sdk/REES46/Classes/Extensions/SdkConfiguration/PromocodeImagePlaceholder/Coverable+UIKit.swift /Users/borystrubitsun/StudioProjects/ios-sdk/REES46/Classes/Extensions/StoriesImageLoader/Extension/Data+ImageLoader.swift /Users/borystrubitsun/StudioProjects/ios-sdk/REES46/Classes/Extensions/StoriesImageLoader/Core/Disk.swift /Users/borystrubitsun/StudioProjects/ios-sdk/REES46/Classes/Extensions/SdkConfiguration/SdkStyle/SdkStyleAdditional/FontFamily.swift /Users/borystrubitsun/StudioProjects/ios-sdk/REES46/Classes/Extensions/SessionQueue/GenericDataTask.swift /Users/borystrubitsun/StudioProjects/ios-sdk/REES46/Classes/Extensions/StoriesImageLoader/Core/HashStorage.swift /Users/borystrubitsun/StudioProjects/ios-sdk/REES46/Classes/Model/InitResponse.swift /Users/borystrubitsun/StudioProjects/ios-sdk/REES46/Classes/Extensions/InitService.swift /Users/borystrubitsun/StudioProjects/ios-sdk/REES46/Classes/Extensions/StoriesImageLoader/Core/Loader.swift /Users/borystrubitsun/StudioProjects/ios-sdk/REES46/Classes/Extensions/SdkConfiguration/PromocodeImagePlaceholder/LoadingPlaceholderView.swift /Users/borystrubitsun/StudioProjects/ios-sdk/REES46/Classes/Extensions/SdkConfiguration/ManagedViewConfig/ManagedViewConfig.swift /Users/borystrubitsun/StudioProjects/ios-sdk/REES46/Classes/Extensions/NetworkStatus/Navigation.swift /Users/borystrubitsun/StudioProjects/ios-sdk/REES46/Classes/Extensions/NetworkStatus/ConnectionProperties/NetworkConnectionStatus.swift /Users/borystrubitsun/StudioProjects/ios-sdk/REES46/Classes/Extensions/NetworkStatus/ConnectionProperties/NetworkConnectionType.swift /Users/borystrubitsun/StudioProjects/ios-sdk/REES46/Classes/Extensions/NetworkStatus/ConnectionProperties/NetworkRadioType.swift /Users/borystrubitsun/StudioProjects/ios-sdk/REES46/Classes/Extensions/NetworkStatus/NetworkStatus.swift /Users/borystrubitsun/StudioProjects/ios-sdk/REES46/Classes/Extensions/NetworkStatus/ConnectionObservers/NetworkStatusObserver.swift /Users/borystrubitsun/StudioProjects/ios-sdk/REES46/Classes/Extensions/NetworkStatus/ConnectionObservers/NetworkStatusObserverUI.swift /Users/borystrubitsun/StudioProjects/ios-sdk/REES46/Classes/NotificationService.swift /Users/borystrubitsun/StudioProjects/ios-sdk/REES46/Classes/Extensions/StoriesImageLoader/Core/Operative.swift /Users/borystrubitsun/StudioProjects/ios-sdk/REES46/Classes/Extensions/StoriesImageLoader/Core/Option.swift /Users/borystrubitsun/StudioProjects/ios-sdk/REES46/Classes/PersonalizationSDK.swift /Users/borystrubitsun/StudioProjects/ios-sdk/REES46/Classes/Button/ProductsButton.swift /Users/borystrubitsun/StudioProjects/ios-sdk/REES46/Classes/Model/ProductsResponse.swift /Users/borystrubitsun/StudioProjects/ios-sdk/REES46/Classes/Extensions/SdkConfiguration/PromocodeBanner/PromocodeBanner.swift /Users/borystrubitsun/StudioProjects/ios-sdk/REES46/Classes/Button/PromoCodeView.swift /Users/borystrubitsun/StudioProjects/ios-sdk/REES46/Classes/Extensions/SdkConfiguration/SdkFontInjector/RawRepresentable+FontInjector.swift /Users/borystrubitsun/StudioProjects/ios-sdk/REES46/Classes/Extensions/SdkConfiguration/RecommendationsStars/RecommendationsStarsView.swift /Users/borystrubitsun/StudioProjects/ios-sdk/REES46/Classes/Stories/StoryViewController/RecommendationsWidget/RecommendationsWidgetConstants.swift /Users/borystrubitsun/StudioProjects/ios-sdk/REES46/Classes/Stories/StoryViewController/RecommendationsWidget/RecommendationsWidgetView.swift /Users/borystrubitsun/StudioProjects/ios-sdk/REES46/Classes/Stories/StoryViewController/RecommendationsWidget/RecommendationsWidgetViewCell.swift /Users/borystrubitsun/StudioProjects/ios-sdk/REES46/Classes/Model/RecommendResponse.swift /Users/borystrubitsun/StudioProjects/ios-sdk/REES46/Classes/services/notification/events/RegisterNotification.swift /Users/borystrubitsun/StudioProjects/ios-sdk/REES46/Classes/Button/ReloadButton.swift /Users/borystrubitsun/StudioProjects/ios-sdk/REES46/Classes/Extensions/SessionQueue/RequestOperation.swift /Users/borystrubitsun/StudioProjects/ios-sdk/REES46/Classes/Stories/WebKit/RView_Extensions.swift /Users/borystrubitsun/StudioProjects/ios-sdk/REES46/Classes/Stories/WebKit/RWebViewController.swift /Users/borystrubitsun/StudioProjects/ios-sdk/REES46/Classes/Stories/WebKit/RWebViewController_Extensions.swift /Users/borystrubitsun/StudioProjects/ios-sdk/REES46/Classes/Extensions/StoriesPreload/SdkActivityIndicator.swift /Users/borystrubitsun/StudioProjects/ios-sdk/REES46/Classes/Extensions/SdkConfiguration/SdkStyle/SdkApperanceViewScheme.swift /Users/borystrubitsun/StudioProjects/ios-sdk/REES46/Classes/Extensions/SdkConfiguration/SdkConfiguration.swift /Users/borystrubitsun/StudioProjects/ios-sdk/REES46/Classes/Extensions/SdkConfiguration/SdkFontInjector/SdkDynamicFont.swift /Users/borystrubitsun/StudioProjects/ios-sdk/REES46/Classes/Extensions/SdkConfiguration/SdkFontInjector/SdkFontInjector.swift /Users/borystrubitsun/StudioProjects/ios-sdk/REES46/Classes/Extensions/SdkConfiguration/SdkStyle/SdkStyleAdditional/SdkFontInstaller.swift /Users/borystrubitsun/StudioProjects/ios-sdk/REES46/Classes/Extensions/NetworkStatus/SdkGlobalHelper.swift /Users/borystrubitsun/StudioProjects/ios-sdk/REES46/Classes/Extensions/StoriesImageLoader/Core/SdkImageReloader.swift /Users/borystrubitsun/StudioProjects/ios-sdk/REES46/Classes/Extensions/SdkConfiguration/PromocodeBanner/SdkPopupAlertView.swift /Users/borystrubitsun/StudioProjects/ios-sdk/REES46/Classes/Extensions/SessionQueue/SdkQueryBuilder.swift /Users/borystrubitsun/StudioProjects/ios-sdk/REES46/Classes/Extensions/SdkConfiguration/SdkStyle/SdkStyle.swift /Users/borystrubitsun/StudioProjects/ios-sdk/REES46/Classes/Extensions/SdkConfiguration/SdkStyle/SdkStyleColorScheme/SdkStyleColorScheme.swift /Users/borystrubitsun/StudioProjects/ios-sdk/REES46/Classes/Extensions/SdkConfiguration/SdkStyle/SdkStyleColorScheme/SdkStyleColorSchemeAwareView.swift /Users/borystrubitsun/StudioProjects/ios-sdk/REES46/Classes/Extensions/SdkConfiguration/SdkStyle/SdkStyleColorScheme/SdkStyleColorSchemeAwareViewController.swift /Users/borystrubitsun/StudioProjects/ios-sdk/REES46/Classes/Extensions/SdkConfiguration/SdkStyle/SdkStyleColorScheme/SdkStyleCustomColorScheme.swift /Users/borystrubitsun/StudioProjects/ios-sdk/REES46/Classes/Extensions/SdkConfiguration/SdkStyle/SdkStyleColorScheme/SdkStyleCustomColorSchemeAwareView.swift /Users/borystrubitsun/StudioProjects/ios-sdk/REES46/Classes/Extensions/SdkConfiguration/SdkStyle/SdkStyleColorScheme/SdkStyleCustomColorSchemeAwareViewController.swift /Users/borystrubitsun/StudioProjects/ios-sdk/REES46/Classes/Extensions/SdkConfiguration/SdkStyle/SdkStyleFonts/SdkStyleCustomFonts.swift /Users/borystrubitsun/StudioProjects/ios-sdk/REES46/Classes/Extensions/SdkConfiguration/SdkStyle/SdkStyleFonts/SdkStyleCustomFontSizeAwareView.swift /Users/borystrubitsun/StudioProjects/ios-sdk/REES46/Classes/Extensions/SdkConfiguration/SdkStyle/SdkStyleFonts/SdkStyleCustomFontSizeAwareViewController.swift /Users/borystrubitsun/StudioProjects/ios-sdk/REES46/Classes/Extensions/SdkConfiguration/SdkStyle/SdkStyleAdditional/SdkStyleUIApplication.swift /Users/borystrubitsun/StudioProjects/ios-sdk/REES46/Classes/Model/SearchResponse.swift /Users/borystrubitsun/StudioProjects/ios-sdk/REES46/Classes/Stories/StoryViewController/SearchWidget/SearchWidget.swift /Users/borystrubitsun/StudioProjects/ios-sdk/REES46/Classes/Stories/StoryViewController/SearchWidget/SearchWidgetCategoriesButton.swift /Users/borystrubitsun/StudioProjects/ios-sdk/REES46/Classes/Stories/StoryViewController/SearchWidget/SearchWidgetDelegate.swift /Users/borystrubitsun/StudioProjects/ios-sdk/REES46/Classes/Stories/StoryViewController/SearchWidget/SearchWidgetExtension.swift /Users/borystrubitsun/StudioProjects/ios-sdk/REES46/Classes/Stories/StoryViewController/SearchWidget/SearchWidgetHistoryButton.swift /Users/borystrubitsun/StudioProjects/ios-sdk/REES46/Classes/Stories/StoryViewController/SearchWidget/SearchWidgetListView.swift /Users/borystrubitsun/StudioProjects/ios-sdk/REES46/Classes/Stories/StoryViewController/SearchWidget/SearchWidgetListViewCell.swift /Users/borystrubitsun/StudioProjects/ios-sdk/REES46/Classes/Stories/StoryViewController/SearchWidget/SearchWidgetMainView.swift /Users/borystrubitsun/StudioProjects/ios-sdk/REES46/Classes/Stories/StoryViewController/SearchWidget/SearchWidgetModel.swift /Users/borystrubitsun/StudioProjects/ios-sdk/REES46/Classes/Stories/StoryViewController/SearchWidget/SearchWidgetObjectification.swift /Users/borystrubitsun/StudioProjects/ios-sdk/REES46/Classes/Stories/StoryViewController/SearchWidget/SearchWidgetTextField.swift /Users/borystrubitsun/StudioProjects/ios-sdk/REES46/Classes/Stories/StoryViewController/SearchWidget/SearchWidgetView.swift /Users/borystrubitsun/StudioProjects/ios-sdk/REES46/Classes/Stories/StoryViewController/SearchWidget/SearchWidgetViewController.swift /Users/borystrubitsun/StudioProjects/ios-sdk/REES46/Classes/Extensions/SessionQueue/SessionDataTaskProtocol.swift /Users/borystrubitsun/StudioProjects/ios-sdk/REES46/Classes/Extensions/SessionQueue/SessionOperation.swift /Users/borystrubitsun/StudioProjects/ios-sdk/REES46/Classes/Extensions/SessionQueue/SessionQueue.swift /Users/borystrubitsun/StudioProjects/ios-sdk/REES46/Classes/Extensions/SdkConfiguration/ManagedViewConfig/SettingsManageable.swift /Users/borystrubitsun/StudioProjects/ios-sdk/REES46/Classes/SimplePersonalizationSDK.swift /Users/borystrubitsun/StudioProjects/ios-sdk/REES46/Classes/Model/Stories.swift /Users/borystrubitsun/StudioProjects/ios-sdk/REES46/Classes/Stories/CollectionCell/StoriesCollectionViewPreviewCell.swift /Users/borystrubitsun/StudioProjects/ios-sdk/REES46/Classes/Extensions/StoriesImageLoader/Core/StoriesImageLoader.swift /Users/borystrubitsun/StudioProjects/ios-sdk/REES46/Classes/Extensions/StoriesPreload/StoriesSlideReloadIndicator.swift /Users/borystrubitsun/StudioProjects/ios-sdk/REES46/Classes/Stories/StoriesView.swift /Users/borystrubitsun/StudioProjects/ios-sdk/REES46/Classes/Extensions/StoriesImageLoader/StoryBlockImageCache.swift /Users/borystrubitsun/StudioProjects/ios-sdk/REES46/Classes/Button/StoryButton.swift /Users/borystrubitsun/StudioProjects/ios-sdk/REES46/Classes/Stories/StoryViewController/CollectionViewCell/StoryCollectionViewCell.swift /Users/borystrubitsun/StudioProjects/ios-sdk/REES46/Classes/Stories/StoryViewController/StoryViewController.swift /Users/borystrubitsun/StudioProjects/ios-sdk/REES46/Classes/Stories/TextBlockView/TextBlockConfiguration/TBSubConfigurations/TBAppearanceConfiguration.swift /Users/borystrubitsun/StudioProjects/ios-sdk/REES46/Classes/Stories/TextBlockView/TextBlockConfiguration/TBSubConfigurations/TBFontConfiguration.swift /Users/borystrubitsun/StudioProjects/ios-sdk/REES46/Classes/Stories/TextBlockView/TextBlockConfiguration/TBSubConfigurations/TBTextConfiguration.swift /Users/borystrubitsun/StudioProjects/ios-sdk/REES46/Classes/Stories/TextBlockView/TextBlockConfiguration/TexBlockConfiguration.swift /Users/borystrubitsun/StudioProjects/ios-sdk/REES46/Classes/Stories/TextBlockView/TextBlockConstants.swift /Users/borystrubitsun/StudioProjects/ios-sdk/REES46/Classes/Stories/TextBlockView/TextBlockView.swift /Users/borystrubitsun/StudioProjects/ios-sdk/REES46/Classes/Extensions/StoriesPreload/PreloadIndicatorProperties/UIBezierPath+Circle.swift /Users/borystrubitsun/StudioProjects/ios-sdk/REES46/Classes/Extensions/SdkConfiguration/PromocodeImagePlaceholder/UIBezierPath+ImagePlaceholder.swift /Users/borystrubitsun/StudioProjects/ios-sdk/REES46/Classes/Extensions/StoriesImageLoader/Extension/UIColor+Extension.swift /Users/borystrubitsun/StudioProjects/ios-sdk/REES46/Classes/Extensions/SdkConfiguration/SdkFontInjector/UIFont+FontInjector.swift /Users/borystrubitsun/StudioProjects/ios-sdk/REES46/Classes/Extensions/SdkConfiguration/SdkStyle/SdkStyleAdditional/UIFontDescriptorUsage.swift /Users/borystrubitsun/StudioProjects/ios-sdk/REES46/Classes/Extensions/StoriesImageLoader/Extension/UIImage+ImageLoader.swift /Users/borystrubitsun/StudioProjects/ios-sdk/REES46/Classes/Extensions/StoriesImageLoader/Extension/UIImageView+ImageLoader.swift /Users/borystrubitsun/StudioProjects/ios-sdk/REES46/Classes/Extensions/SdkConfiguration/SdkFontInjector/UISdkWrapLabel.swift /Users/borystrubitsun/StudioProjects/ios-sdk/REES46/Classes/Extensions/SdkConfiguration/PromocodeBanner/UIViewController+PromocodeBanner.swift /Users/borystrubitsun/StudioProjects/ios-sdk/REES46/Classes/Extensions/StoriesImageLoader/Core/URLLiteralConvertible.swift /Users/borystrubitsun/StudioProjects/ios-sdk/REES46/Classes/Extensions/SessionQueue/URLSessionQueue.swift /Users/borystrubitsun/StudioProjects/ios-sdk/REES46/Classes/Extensions/UserDefaultsExtension.swift /Users/borystrubitsun/StudioProjects/ios-sdk/REES46/Classes/Model/UserSettings.swift /Users/borystrubitsun/StudioProjects/ios-sdk/REES46/Classes/Extensions/DownloadManager/VideoDownloadManager.swift /Users/borystrubitsun/StudioProjects/ios-sdk/REES46/Classes/Extensions/DownloadManager/VideoDownloadObject.swift /Users/borystrubitsun/StudioProjects/ios-sdk/REES46/Classes/Extensions/DownloadManager/VideoFileUtils.swift /Users/borystrubitsun/StudioProjects/ios-sdk/REES46/Classes/Extensions/SdkConfiguration/ManagedViewConfig/ViewConfigPlain.swift /Users/borystrubitsun/StudioProjects/ios-sdk/REES46/Classes/Extensions/SdkConfiguration/ManagedViewConfig/ViewConfigService.swift /Users/borystrubitsun/Library/Developer/Xcode/DerivedData/REES46-dnyzkgijlgweoohelxlafevfnrnt/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/REES46.build/DerivedSources/GeneratedAssetSymbols.swift -target arm64-apple-ios12.0-simulator -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator17.5.sdk -I /Users/borystrubitsun/Library/Developer/Xcode/DerivedData/REES46-dnyzkgijlgweoohelxlafevfnrnt/Build/Products/Debug-iphonesimulator/REES46 -F /Users/borystrubitsun/Library/Developer/Xcode/DerivedData/REES46-dnyzkgijlgweoohelxlafevfnrnt/Build/Products/Debug-iphonesimulator/REES46 -no-color-diagnostics -enable-testing -g -import-underlying-module -module-cache-path /Users/borystrubitsun/Library/Developer/Xcode/DerivedData/ModuleCache.noindex -swift-version 5 -enforce-exclusivity\=checked -Onone -D DEBUG -D COCOAPODS -serialize-debugging-options -const-gather-protocols-file /Users/borystrubitsun/Library/Developer/Xcode/DerivedData/REES46-dnyzkgijlgweoohelxlafevfnrnt/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/REES46.build/Objects-normal/arm64/REES46_const_extract_protocols.json -enable-bare-slash-regex -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/borystrubitsun/Library/Developer/Xcode/DerivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/borystrubitsun/StudioProjects/ios-sdk/DemoApp/Pods -resource-dir /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -ivfsstatcache -Xcc /Users/borystrubitsun/Library/Developer/Xcode/DerivedData/SDKStatCaches.noindex/iphonesimulator17.5-21F77-c098706a9f71eba4e76ae92ab367209a.sdkstatcache -Xcc -I/Users/borystrubitsun/Library/Developer/Xcode/DerivedData/REES46-dnyzkgijlgweoohelxlafevfnrnt/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/REES46.build/swift-overrides.hmap -Xcc -iquote -Xcc /Users/borystrubitsun/Library/Developer/Xcode/DerivedData/REES46-dnyzkgijlgweoohelxlafevfnrnt/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/REES46.build/REES46-generated-files.hmap -Xcc -I/Users/borystrubitsun/Library/Developer/Xcode/DerivedData/REES46-dnyzkgijlgweoohelxlafevfnrnt/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/REES46.build/REES46-own-target-headers.hmap -Xcc -I/Users/borystrubitsun/Library/Developer/Xcode/DerivedData/REES46-dnyzkgijlgweoohelxlafevfnrnt/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/REES46.build/REES46-all-non-framework-target-headers.hmap -Xcc -ivfsoverlay -Xcc /Users/borystrubitsun/Library/Developer/Xcode/DerivedData/REES46-dnyzkgijlgweoohelxlafevfnrnt/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/REES46.build/all-product-headers.yaml -Xcc -iquote -Xcc /Users/borystrubitsun/Library/Developer/Xcode/DerivedData/REES46-dnyzkgijlgweoohelxlafevfnrnt/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/REES46.build/REES46-project-headers.hmap -Xcc -I/Users/borystrubitsun/Library/Developer/Xcode/DerivedData/REES46-dnyzkgijlgweoohelxlafevfnrnt/Build/Products/Debug-iphonesimulator/REES46/include -Xcc -I/Users/borystrubitsun/Library/Developer/Xcode/DerivedData/REES46-dnyzkgijlgweoohelxlafevfnrnt/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/REES46.build/DerivedSources-normal/arm64 -Xcc -I/Users/borystrubitsun/Library/Developer/Xcode/DerivedData/REES46-dnyzkgijlgweoohelxlafevfnrnt/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/REES46.build/DerivedSources/arm64 -Xcc -I/Users/borystrubitsun/Library/Developer/Xcode/DerivedData/REES46-dnyzkgijlgweoohelxlafevfnrnt/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/REES46.build/DerivedSources -Xcc -DPOD_CONFIGURATION_DEBUG\=1 -Xcc -DDEBUG\=1 -Xcc -DCOCOAPODS\=1 -Xcc -ivfsoverlay -Xcc /Users/borystrubitsun/Library/Developer/Xcode/DerivedData/REES46-dnyzkgijlgweoohelxlafevfnrnt/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/REES46.build/unextended-module-overlay.yaml -module-name REES46 -disable-clang-spi -target-sdk-version 17.5 -target-sdk-name iphonesimulator17.5 -external-plugin-path /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator17.5.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator17.5.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator17.5.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator17.5.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -emit-module-doc-path /Users/borystrubitsun/Library/Developer/Xcode/DerivedData/REES46-dnyzkgijlgweoohelxlafevfnrnt/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/REES46.build/Objects-normal/arm64/REES46.swiftdoc -emit-module-source-info-path /Users/borystrubitsun/Library/Developer/Xcode/DerivedData/REES46-dnyzkgijlgweoohelxlafevfnrnt/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/REES46.build/Objects-normal/arm64/REES46.swiftsourceinfo -emit-objc-header-path /Users/borystrubitsun/Library/Developer/Xcode/DerivedData/REES46-dnyzkgijlgweoohelxlafevfnrnt/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/REES46.build/Objects-normal/arm64/REES46-Swift.h -serialize-diagnostics-path /Users/borystrubitsun/Library/Developer/Xcode/DerivedData/REES46-dnyzkgijlgweoohelxlafevfnrnt/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/REES46.build/Objects-normal/arm64/REES46-master-emit-module.dia -emit-dependencies-path /Users/borystrubitsun/Library/Developer/Xcode/DerivedData/REES46-dnyzkgijlgweoohelxlafevfnrnt/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/REES46.build/Objects-normal/arm64/REES46-master-emit-module.d -o /Users/borystrubitsun/Library/Developer/Xcode/DerivedData/REES46-dnyzkgijlgweoohelxlafevfnrnt/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/REES46.build/Objects-normal/arm64/REES46.swiftmodule -emit-abi-descriptor-path /Users/borystrubitsun/Library/Developer/Xcode/DerivedData/REES46-dnyzkgijlgweoohelxlafevfnrnt/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/REES46.build/Objects-normal/arm64/REES46.abi.json
SwiftDriverJobDiscovery normal arm64 Emitting module for REES46 (in target 'REES46' from project 'Pods')
SwiftDriver\ Compilation\ Requirements REES46 normal arm64 com.apple.xcode.tools.swift.compiler (in target 'REES46' from project 'Pods')
cd /Users/borystrubitsun/StudioProjects/ios-sdk/DemoApp/Pods
builtin-Swift-Compilation-Requirements -- /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name REES46 -Onone -enforce-exclusivity\=checked @/Users/borystrubitsun/Library/Developer/Xcode/DerivedData/REES46-dnyzkgijlgweoohelxlafevfnrnt/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/REES46.build/Objects-normal/arm64/REES46.SwiftFileList -DDEBUG -D COCOAPODS -sdk /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator17.5.sdk -target arm64-apple-ios12.0-simulator -enable-bare-slash-regex -g -module-cache-path /Users/borystrubitsun/Library/Developer/Xcode/DerivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -enable-testing -index-store-path /Users/borystrubitsun/Library/Developer/Xcode/DerivedData/REES46-dnyzkgijlgweoohelxlafevfnrnt/Index.noindex/DataStore -swift-version 5 -I /Users/borystrubitsun/Library/Developer/Xcode/DerivedData/REES46-dnyzkgijlgweoohelxlafevfnrnt/Build/Products/Debug-iphonesimulator/REES46 -F /Users/borystrubitsun/Library/Developer/Xcode/DerivedData/REES46-dnyzkgijlgweoohelxlafevfnrnt/Build/Products/Debug-iphonesimulator/REES46 -c -j8 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/borystrubitsun/Library/Developer/Xcode/DerivedData/SDKStatCaches.noindex/iphonesimulator17.5-21F77-c098706a9f71eba4e76ae92ab367209a.sdkstatcache -output-file-map /Users/borystrubitsun/Library/Developer/Xcode/DerivedData/REES46-dnyzkgijlgweoohelxlafevfnrnt/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/REES46.build/Objects-normal/arm64/REES46-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/borystrubitsun/Library/Developer/Xcode/DerivedData/REES46-dnyzkgijlgweoohelxlafevfnrnt/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/REES46.build/Objects-normal/arm64/REES46.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/borystrubitsun/Library/Developer/Xcode/DerivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/borystrubitsun/Library/Developer/Xcode/DerivedData/REES46-dnyzkgijlgweoohelxlafevfnrnt/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/REES46.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/borystrubitsun/Library/Developer/Xcode/DerivedData/REES46-dnyzkgijlgweoohelxlafevfnrnt/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/REES46.build/Objects-normal/arm64/REES46_const_extract_protocols.json -Xcc -iquote -Xcc /Users/borystrubitsun/Library/Developer/Xcode/DerivedData/REES46-dnyzkgijlgweoohelxlafevfnrnt/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/REES46.build/REES46-generated-files.hmap -Xcc -I/Users/borystrubitsun/Library/Developer/Xcode/DerivedData/REES46-dnyzkgijlgweoohelxlafevfnrnt/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/REES46.build/REES46-own-target-headers.hmap -Xcc -I/Users/borystrubitsun/Library/Developer/Xcode/DerivedData/REES46-dnyzkgijlgweoohelxlafevfnrnt/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/REES46.build/REES46-all-non-framework-target-headers.hmap -Xcc -ivfsoverlay -Xcc /Users/borystrubitsun/Library/Developer/Xcode/DerivedData/REES46-dnyzkgijlgweoohelxlafevfnrnt/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/REES46.build/all-product-headers.yaml -Xcc -iquote -Xcc /Users/borystrubitsun/Library/Developer/Xcode/DerivedData/REES46-dnyzkgijlgweoohelxlafevfnrnt/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/REES46.build/REES46-project-headers.hmap -Xcc -I/Users/borystrubitsun/Library/Developer/Xcode/DerivedData/REES46-dnyzkgijlgweoohelxlafevfnrnt/Build/Products/Debug-iphonesimulator/REES46/include -Xcc -I/Users/borystrubitsun/Library/Developer/Xcode/DerivedData/REES46-dnyzkgijlgweoohelxlafevfnrnt/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/REES46.build/DerivedSources-normal/arm64 -Xcc -I/Users/borystrubitsun/Library/Developer/Xcode/DerivedData/REES46-dnyzkgijlgweoohelxlafevfnrnt/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/REES46.build/DerivedSources/arm64 -Xcc -I/Users/borystrubitsun/Library/Developer/Xcode/DerivedData/REES46-dnyzkgijlgweoohelxlafevfnrnt/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/REES46.build/DerivedSources -Xcc -DPOD_CONFIGURATION_DEBUG\=1 -Xcc -DDEBUG\=1 -Xcc -DCOCOAPODS\=1 -emit-objc-header -emit-objc-header-path /Users/borystrubitsun/Library/Developer/Xcode/DerivedData/REES46-dnyzkgijlgweoohelxlafevfnrnt/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/REES46.build/Objects-normal/arm64/REES46-Swift.h -import-underlying-module -Xcc -ivfsoverlay -Xcc /Users/borystrubitsun/Library/Developer/Xcode/DerivedData/REES46-dnyzkgijlgweoohelxlafevfnrnt/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/REES46.build/unextended-module-overlay.yaml -working-directory /Users/borystrubitsun/StudioProjects/ios-sdk/DemoApp/Pods -experimental-emit-module-separately -disable-cmo
Copy /Users/borystrubitsun/Library/Developer/Xcode/DerivedData/REES46-dnyzkgijlgweoohelxlafevfnrnt/Build/Products/Debug-iphonesimulator/REES46/REES46.framework/Modules/REES46.swiftmodule/Project/arm64-apple-ios-simulator.swiftsourceinfo /Users/borystrubitsun/Library/Developer/Xcode/DerivedData/REES46-dnyzkgijlgweoohelxlafevfnrnt/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/REES46.build/Objects-normal/arm64/REES46.swiftsourceinfo (in target 'REES46' from project 'Pods')
cd /Users/borystrubitsun/StudioProjects/ios-sdk/DemoApp/Pods
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/borystrubitsun/Library/Developer/Xcode/DerivedData/REES46-dnyzkgijlgweoohelxlafevfnrnt/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/REES46.build/Objects-normal/arm64/REES46.swiftsourceinfo /Users/borystrubitsun/Library/Developer/Xcode/DerivedData/REES46-dnyzkgijlgweoohelxlafevfnrnt/Build/Products/Debug-iphonesimulator/REES46/REES46.framework/Modules/REES46.swiftmodule/Project/arm64-apple-ios-simulator.swiftsourceinfo
Copy /Users/borystrubitsun/Library/Developer/Xcode/DerivedData/REES46-dnyzkgijlgweoohelxlafevfnrnt/Build/Products/Debug-iphonesimulator/REES46/REES46.framework/Modules/REES46.swiftmodule/arm64-apple-ios-simulator.abi.json /Users/borystrubitsun/Library/Developer/Xcode/DerivedData/REES46-dnyzkgijlgweoohelxlafevfnrnt/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/REES46.build/Objects-normal/arm64/REES46.abi.json (in target 'REES46' from project 'Pods')
cd /Users/borystrubitsun/StudioProjects/ios-sdk/DemoApp/Pods
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/borystrubitsun/Library/Developer/Xcode/DerivedData/REES46-dnyzkgijlgweoohelxlafevfnrnt/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/REES46.build/Objects-normal/arm64/REES46.abi.json /Users/borystrubitsun/Library/Developer/Xcode/DerivedData/REES46-dnyzkgijlgweoohelxlafevfnrnt/Build/Products/Debug-iphonesimulator/REES46/REES46.framework/Modules/REES46.swiftmodule/arm64-apple-ios-simulator.abi.json
SwiftCompile normal arm64 Compiling\ SimplePersonalizationSDK.swift /Users/borystrubitsun/StudioProjects/ios-sdk/REES46/Classes/SimplePersonalizationSDK.swift (in target 'REES46' from project 'Pods')
cd /Users/borystrubitsun/StudioProjects/ios-sdk/DemoApp/Pods
builtin-swiftTaskExecution -- /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/borystrubitsun/StudioProjects/ios-sdk/REES46/Classes/Resources/Assets.swift /Users/borystrubitsun/StudioProjects/ios-sdk/REES46/Classes/Extensions/StoriesPreload/PreloadIndicatorProperties/CAPropertyAnimation+Key.swift /Users/borystrubitsun/StudioProjects/ios-sdk/REES46/Classes/Stories/StoryViewController/ProductsCarousel/CarouselCollectionView.swift /Users/borystrubitsun/StudioProjects/ios-sdk/REES46/Classes/Stories/StoryViewController/ProductsCarousel/CarouselCollectionViewCell.swift /Users/borystrubitsun/StudioProjects/ios-sdk/REES46/Classes/Stories/StoryViewController/ProductsCarousel/CarouselConstants.swift /Users/borystrubitsun/StudioProjects/ios-sdk/REES46/Classes/Model/CartItem.swift /Users/borystrubitsun/StudioProjects/ios-sdk/REES46/Classes/Extensions/StoriesImageLoader/Extension/CGImageSource+ImageLoader.swift /Users/borystrubitsun/StudioProjects/ios-sdk/REES46/Classes/Extensions/StoriesPreload/PreloadIndicatorProperties/CGRect+Center.swift /Users/borystrubitsun/StudioProjects/ios-sdk/REES46/Classes/Extensions/StoriesPreload/PreloadIndicatorProperties/CGSize+Min.swift /Users/borystrubitsun/StudioProjects/ios-sdk/REES46/Classes/Shared/ColorExtensions.swift /Users/borystrubitsun/StudioProjects/ios-sdk/REES46/Classes/Extensions/SdkConfiguration/PromocodeImagePlaceholder/Coverable.swift /Users/borystrubitsun/StudioProjects/ios-sdk/REES46/Classes/Extensions/SdkConfiguration/PromocodeImagePlaceholder/Coverable+UIKit.swift /Users/borystrubitsun/StudioProjects/ios-sdk/REES46/Classes/Extensions/StoriesImageLoader/Extension/Data+ImageLoader.swift /Users/borystrubitsun/StudioProjects/ios-sdk/REES46/Classes/Extensions/StoriesImageLoader/Core/Disk.swift /Users/borystrubitsun/StudioProjects/ios-sdk/REES46/Classes/Extensions/SdkConfiguration/SdkStyle/SdkStyleAdditional/FontFamily.swift /Users/borystrubitsun/StudioProjects/ios-sdk/REES46/Classes/Extensions/SessionQueue/GenericDataTask.swift /Users/borystrubitsun/StudioProjects/ios-sdk/REES46/Classes/Extensions/StoriesImageLoader/Core/HashStorage.swift /Users/borystrubitsun/StudioProjects/ios-sdk/REES46/Classes/Model/InitResponse.swift /Users/borystrubitsun/StudioProjects/ios-sdk/REES46/Classes/Extensions/InitService.swift /Users/borystrubitsun/StudioProjects/ios-sdk/REES46/Classes/Extensions/StoriesImageLoader/Core/Loader.swift /Users/borystrubitsun/StudioProjects/ios-sdk/REES46/Classes/Extensions/SdkConfiguration/PromocodeImagePlaceholder/LoadingPlaceholderView.swift /Users/borystrubitsun/StudioProjects/ios-sdk/REES46/Classes/Extensions/SdkConfiguration/ManagedViewConfig/ManagedViewConfig.swift /Users/borystrubitsun/StudioProjects/ios-sdk/REES46/Classes/Extensions/NetworkStatus/Navigation.swift /Users/borystrubitsun/StudioProjects/ios-sdk/REES46/Classes/Extensions/NetworkStatus/ConnectionProperties/NetworkConnectionStatus.swift /Users/borystrubitsun/StudioProjects/ios-sdk/REES46/Classes/Extensions/NetworkStatus/ConnectionProperties/NetworkConnectionType.swift /Users/borystrubitsun/StudioProjects/ios-sdk/REES46/Classes/Extensions/NetworkStatus/ConnectionProperties/NetworkRadioType.swift /Users/borystrubitsun/StudioProjects/ios-sdk/REES46/Classes/Extensions/NetworkStatus/NetworkStatus.swift /Users/borystrubitsun/StudioProjects/ios-sdk/REES46/Classes/Extensions/NetworkStatus/ConnectionObservers/NetworkStatusObserver.swift /Users/borystrubitsun/StudioProjects/ios-sdk/REES46/Classes/Extensions/NetworkStatus/ConnectionObservers/NetworkStatusObserverUI.swift /Users/borystrubitsun/StudioProjects/ios-sdk/REES46/Classes/NotificationService.swift /Users/borystrubitsun/StudioProjects/ios-sdk/REES46/Classes/Extensions/StoriesImageLoader/Core/Operative.swift /Users/borystrubitsun/StudioProjects/ios-sdk/REES46/Classes/Extensions/StoriesImageLoader/Core/Option.swift /Users/borystrubitsun/StudioProjects/ios-sdk/REES46/Classes/PersonalizationSDK.swift /Users/borystrubitsun/StudioProjects/ios-sdk/REES46/Classes/Button/ProductsButton.swift /Users/borystrubitsun/StudioProjects/ios-sdk/REES46/Classes/Model/ProductsResponse.swift /Users/borystrubitsun/StudioProjects/ios-sdk/REES46/Classes/Extensions/SdkConfiguration/PromocodeBanner/PromocodeBanner.swift /Users/borystrubitsun/StudioProjects/ios-sdk/REES46/Classes/Button/PromoCodeView.swift /Users/borystrubitsun/StudioProjects/ios-sdk/REES46/Classes/Extensions/SdkConfiguration/SdkFontInjector/RawRepresentable+FontInjector.swift /Users/borystrubitsun/StudioProjects/ios-sdk/REES46/Classes/Extensions/SdkConfiguration/RecommendationsStars/RecommendationsStarsView.swift /Users/borystrubitsun/StudioProjects/ios-sdk/REES46/Classes/Stories/StoryViewController/RecommendationsWidget/RecommendationsWidgetConstants.swift /Users/borystrubitsun/StudioProjects/ios-sdk/REES46/Classes/Stories/StoryViewController/RecommendationsWidget/RecommendationsWidgetView.swift /Users/borystrubitsun/StudioProjects/ios-sdk/REES46/Classes/Stories/StoryViewController/RecommendationsWidget/RecommendationsWidgetViewCell.swift /Users/borystrubitsun/StudioProjects/ios-sdk/REES46/Classes/Model/RecommendResponse.swift /Users/borystrubitsun/StudioProjects/ios-sdk/REES46/Classes/services/notification/events/RegisterNotification.swift /Users/borystrubitsun/StudioProjects/ios-sdk/REES46/Classes/Button/ReloadButton.swift /Users/borystrubitsun/StudioProjects/ios-sdk/REES46/Classes/Extensions/SessionQueue/RequestOperation.swift /Users/borystrubitsun/StudioProjects/ios-sdk/REES46/Classes/Stories/WebKit/RView_Extensions.swift /Users/borystrubitsun/StudioProjects/ios-sdk/REES46/Classes/Stories/WebKit/RWebViewController.swift /Users/borystrubitsun/StudioProjects/ios-sdk/REES46/Classes/Stories/WebKit/RWebViewController_Extensions.swift /Users/borystrubitsun/StudioProjects/ios-sdk/REES46/Classes/Extensions/StoriesPreload/SdkActivityIndicator.swift /Users/borystrubitsun/StudioProjects/ios-sdk/REES46/Classes/Extensions/SdkConfiguration/SdkStyle/SdkApperanceViewScheme.swift /Users/borystrubitsun/StudioProjects/ios-sdk/REES46/Classes/Extensions/SdkConfiguration/SdkConfiguration.swift /Users/borystrubitsun/StudioProjects/ios-sdk/REES46/Classes/Extensions/SdkConfiguration/SdkFontInjector/SdkDynamicFont.swift /Users/borystrubitsun/StudioProjects/ios-sdk/REES46/Classes/Extensions/SdkConfiguration/SdkFontInjector/SdkFontInjector.swift /Users/borystrubitsun/StudioProjects/ios-sdk/REES46/Classes/Extensions/SdkConfiguration/SdkStyle/SdkStyleAdditional/SdkFontInstaller.swift /Users/borystrubitsun/StudioProjects/ios-sdk/REES46/Classes/Extensions/NetworkStatus/SdkGlobalHelper.swift /Users/borystrubitsun/StudioProjects/ios-sdk/REES46/Classes/Extensions/StoriesImageLoader/Core/SdkImageReloader.swift /Users/borystrubitsun/StudioProjects/ios-sdk/REES46/Classes/Extensions/SdkConfiguration/PromocodeBanner/SdkPopupAlertView.swift /Users/borystrubitsun/StudioProjects/ios-sdk/REES46/Classes/Extensions/SessionQueue/SdkQueryBuilder.swift /Users/borystrubitsun/StudioProjects/ios-sdk/REES46/Classes/Extensions/SdkConfiguration/SdkStyle/SdkStyle.swift /Users/borystrubitsun/StudioProjects/ios-sdk/REES46/Classes/Extensions/SdkConfiguration/SdkStyle/SdkStyleColorScheme/SdkStyleColorScheme.swift /Users/borystrubitsun/StudioProjects/ios-sdk/REES46/Classes/Extensions/SdkConfiguration/SdkStyle/SdkStyleColorScheme/SdkStyleColorSchemeAwareView.swift /Users/borystrubitsun/StudioProjects/ios-sdk/REES46/Classes/Extensions/SdkConfiguration/SdkStyle/SdkStyleColorScheme/SdkStyleColorSchemeAwareViewController.swift /Users/borystrubitsun/StudioProjects/ios-sdk/REES46/Classes/Extensions/SdkConfiguration/SdkStyle/SdkStyleColorScheme/SdkStyleCustomColorScheme.swift /Users/borystrubitsun/StudioProjects/ios-sdk/REES46/Classes/Extensions/SdkConfiguration/SdkStyle/SdkStyleColorScheme/SdkStyleCustomColorSchemeAwareView.swift /Users/borystrubitsun/StudioProjects/ios-sdk/REES46/Classes/Extensions/SdkConfiguration/SdkStyle/SdkStyleColorScheme/SdkStyleCustomColorSchemeAwareViewController.swift /Users/borystrubitsun/StudioProjects/ios-sdk/REES46/Classes/Extensions/SdkConfiguration/SdkStyle/SdkStyleFonts/SdkStyleCustomFonts.swift /Users/borystrubitsun/StudioProjects/ios-sdk/REES46/Classes/Extensions/SdkConfiguration/SdkStyle/SdkStyleFonts/SdkStyleCustomFontSizeAwareView.swift /Users/borystrubitsun/StudioProjects/ios-sdk/REES46/Classes/Extensions/SdkConfiguration/SdkStyle/SdkStyleFonts/SdkStyleCustomFontSizeAwareViewController.swift /Users/borystrubitsun/StudioProjects/ios-sdk/REES46/Classes/Extensions/SdkConfiguration/SdkStyle/SdkStyleAdditional/SdkStyleUIApplication.swift /Users/borystrubitsun/StudioProjects/ios-sdk/REES46/Classes/Model/SearchResponse.swift /Users/borystrubitsun/StudioProjects/ios-sdk/REES46/Classes/Stories/StoryViewController/SearchWidget/SearchWidget.swift /Users/borystrubitsun/StudioProjects/ios-sdk/REES46/Classes/Stories/StoryViewController/SearchWidget/SearchWidgetCategoriesButton.swift /Users/borystrubitsun/StudioProjects/ios-sdk/REES46/Classes/Stories/StoryViewController/SearchWidget/SearchWidgetDelegate.swift /Users/borystrubitsun/StudioProjects/ios-sdk/REES46/Classes/Stories/StoryViewController/SearchWidget/SearchWidgetExtension.swift /Users/borystrubitsun/StudioProjects/ios-sdk/REES46/Classes/Stories/StoryViewController/SearchWidget/SearchWidgetHistoryButton.swift /Users/borystrubitsun/StudioProjects/ios-sdk/REES46/Classes/Stories/StoryViewController/SearchWidget/SearchWidgetListView.swift /Users/borystrubitsun/StudioProjects/ios-sdk/REES46/Classes/Stories/StoryViewController/SearchWidget/SearchWidgetListViewCell.swift /Users/borystrubitsun/StudioProjects/ios-sdk/REES46/Classes/Stories/StoryViewController/SearchWidget/SearchWidgetMainView.swift /Users/borystrubitsun/StudioProjects/ios-sdk/REES46/Classes/Stories/StoryViewController/SearchWidget/SearchWidgetModel.swift /Users/borystrubitsun/StudioProjects/ios-sdk/REES46/Classes/Stories/StoryViewController/SearchWidget/SearchWidgetObjectification.swift /Users/borystrubitsun/StudioProjects/ios-sdk/REES46/Classes/Stories/StoryViewController/SearchWidget/SearchWidgetTextField.swift /Users/borystrubitsun/StudioProjects/ios-sdk/REES46/Classes/Stories/StoryViewController/SearchWidget/SearchWidgetView.swift /Users/borystrubitsun/StudioProjects/ios-sdk/REES46/Classes/Stories/StoryViewController/SearchWidget/SearchWidgetViewController.swift /Users/borystrubitsun/StudioProjects/ios-sdk/REES46/Classes/Extensions/SessionQueue/SessionDataTaskProtocol.swift /Users/borystrubitsun/StudioProjects/ios-sdk/REES46/Classes/Extensions/SessionQueue/SessionOperation.swift /Users/borystrubitsun/StudioProjects/ios-sdk/REES46/Classes/Extensions/SessionQueue/SessionQueue.swift /Users/borystrubitsun/StudioProjects/ios-sdk/REES46/Classes/Extensions/SdkConfiguration/ManagedViewConfig/SettingsManageable.swift -primary-file /Users/borystrubitsun/StudioProjects/ios-sdk/REES46/Classes/SimplePersonalizationSDK.swift /Users/borystrubitsun/StudioProjects/ios-sdk/REES46/Classes/Model/Stories.swift /Users/borystrubitsun/StudioProjects/ios-sdk/REES46/Classes/Stories/CollectionCell/StoriesCollectionViewPreviewCell.swift /Users/borystrubitsun/StudioProjects/ios-sdk/REES46/Classes/Extensions/StoriesImageLoader/Core/StoriesImageLoader.swift /Users/borystrubitsun/StudioProjects/ios-sdk/REES46/Classes/Extensions/StoriesPreload/StoriesSlideReloadIndicator.swift /Users/borystrubitsun/StudioProjects/ios-sdk/REES46/Classes/Stories/StoriesView.swift /Users/borystrubitsun/StudioProjects/ios-sdk/REES46/Classes/Extensions/StoriesImageLoader/StoryBlockImageCache.swift /Users/borystrubitsun/StudioProjects/ios-sdk/REES46/Classes/Button/StoryButton.swift /Users/borystrubitsun/StudioProjects/ios-sdk/REES46/Classes/Stories/StoryViewController/CollectionViewCell/StoryCollectionViewCell.swift /Users/borystrubitsun/StudioProjects/ios-sdk/REES46/Classes/Stories/StoryViewController/StoryViewController.swift /Users/borystrubitsun/StudioProjects/ios-sdk/REES46/Classes/Stories/TextBlockView/TextBlockConfiguration/TBSubConfigurations/TBAppearanceConfiguration.swift /Users/borystrubitsun/StudioProjects/ios-sdk/REES46/Classes/Stories/TextBlockView/TextBlockConfiguration/TBSubConfigurations/TBFontConfiguration.swift /Users/borystrubitsun/StudioProjects/ios-sdk/REES46/Classes/Stories/TextBlockView/TextBlockConfiguration/TBSubConfigurations/TBTextConfiguration.swift /Users/borystrubitsun/StudioProjects/ios-sdk/REES46/Classes/Stories/TextBlockView/TextBlockConfiguration/TexBlockConfiguration.swift /Users/borystrubitsun/StudioProjects/ios-sdk/REES46/Classes/Stories/TextBlockView/TextBlockConstants.swift /Users/borystrubitsun/StudioProjects/ios-sdk/REES46/Classes/Stories/TextBlockView/TextBlockView.swift /Users/borystrubitsun/StudioProjects/ios-sdk/REES46/Classes/Extensions/StoriesPreload/PreloadIndicatorProperties/UIBezierPath+Circle.swift /Users/borystrubitsun/StudioProjects/ios-sdk/REES46/Classes/Extensions/SdkConfiguration/PromocodeImagePlaceholder/UIBezierPath+ImagePlaceholder.swift /Users/borystrubitsun/StudioProjects/ios-sdk/REES46/Classes/Extensions/StoriesImageLoader/Extension/UIColor+Extension.swift /Users/borystrubitsun/StudioProjects/ios-sdk/REES46/Classes/Extensions/SdkConfiguration/SdkFontInjector/UIFont+FontInjector.swift /Users/borystrubitsun/StudioProjects/ios-sdk/REES46/Classes/Extensions/SdkConfiguration/SdkStyle/SdkStyleAdditional/UIFontDescriptorUsage.swift /Users/borystrubitsun/StudioProjects/ios-sdk/REES46/Classes/Extensions/StoriesImageLoader/Extension/UIImage+ImageLoader.swift /Users/borystrubitsun/StudioProjects/ios-sdk/REES46/Classes/Extensions/StoriesImageLoader/Extension/UIImageView+ImageLoader.swift /Users/borystrubitsun/StudioProjects/ios-sdk/REES46/Classes/Extensions/SdkConfiguration/SdkFontInjector/UISdkWrapLabel.swift /Users/borystrubitsun/StudioProjects/ios-sdk/REES46/Classes/Extensions/SdkConfiguration/PromocodeBanner/UIViewController+PromocodeBanner.swift /Users/borystrubitsun/StudioProjects/ios-sdk/REES46/Classes/Extensions/StoriesImageLoader/Core/URLLiteralConvertible.swift /Users/borystrubitsun/StudioProjects/ios-sdk/REES46/Classes/Extensions/SessionQueue/URLSessionQueue.swift /Users/borystrubitsun/StudioProjects/ios-sdk/REES46/Classes/Extensions/UserDefaultsExtension.swift /Users/borystrubitsun/StudioProjects/ios-sdk/REES46/Classes/Model/UserSettings.swift /Users/borystrubitsun/StudioProjects/ios-sdk/REES46/Classes/Extensions/DownloadManager/VideoDownloadManager.swift /Users/borystrubitsun/StudioProjects/ios-sdk/REES46/Classes/Extensions/DownloadManager/VideoDownloadObject.swift /Users/borystrubitsun/StudioProjects/ios-sdk/REES46/Classes/Extensions/DownloadManager/VideoFileUtils.swift /Users/borystrubitsun/StudioProjects/ios-sdk/REES46/Classes/Extensions/SdkConfiguration/ManagedViewConfig/ViewConfigPlain.swift /Users/borystrubitsun/StudioProjects/ios-sdk/REES46/Classes/Extensions/SdkConfiguration/ManagedViewConfig/ViewConfigService.swift /Users/borystrubitsun/Library/Developer/Xcode/DerivedData/REES46-dnyzkgijlgweoohelxlafevfnrnt/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/REES46.build/DerivedSources/GeneratedAssetSymbols.swift -emit-dependencies-path /Users/borystrubitsun/Library/Developer/Xcode/DerivedData/REES46-dnyzkgijlgweoohelxlafevfnrnt/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/REES46.build/Objects-normal/arm64/SimplePersonalizationSDK.d -emit-const-values-path /Users/borystrubitsun/Library/Developer/Xcode/DerivedData/REES46-dnyzkgijlgweoohelxlafevfnrnt/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/REES46.build/Objects-normal/arm64/SimplePersonalizationSDK.swiftconstvalues -emit-reference-dependencies-path /Users/borystrubitsun/Library/Developer/Xcode/DerivedData/REES46-dnyzkgijlgweoohelxlafevfnrnt/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/REES46.build/Objects-normal/arm64/SimplePersonalizationSDK.swiftdeps -serialize-diagnostics-path /Users/borystrubitsun/Library/Developer/Xcode/DerivedData/REES46-dnyzkgijlgweoohelxlafevfnrnt/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/REES46.build/Objects-normal/arm64/SimplePersonalizationSDK.dia -target arm64-apple-ios12.0-simulator -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator17.5.sdk -I /Users/borystrubitsun/Library/Developer/Xcode/DerivedData/REES46-dnyzkgijlgweoohelxlafevfnrnt/Build/Products/Debug-iphonesimulator/REES46 -F /Users/borystrubitsun/Library/Developer/Xcode/DerivedData/REES46-dnyzkgijlgweoohelxlafevfnrnt/Build/Products/Debug-iphonesimulator/REES46 -no-color-diagnostics -enable-testing -g -import-underlying-module -module-cache-path /Users/borystrubitsun/Library/Developer/Xcode/DerivedData/ModuleCache.noindex -swift-version 5 -enforce-exclusivity\=checked -Onone -D DEBUG -D COCOAPODS -serialize-debugging-options -const-gather-protocols-file /Users/borystrubitsun/Library/Developer/Xcode/DerivedData/REES46-dnyzkgijlgweoohelxlafevfnrnt/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/REES46.build/Objects-normal/arm64/REES46_const_extract_protocols.json -enable-bare-slash-regex -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/borystrubitsun/Library/Developer/Xcode/DerivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/borystrubitsun/StudioProjects/ios-sdk/DemoApp/Pods -resource-dir /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -ivfsstatcache -Xcc /Users/borystrubitsun/Library/Developer/Xcode/DerivedData/SDKStatCaches.noindex/iphonesimulator17.5-21F77-c098706a9f71eba4e76ae92ab367209a.sdkstatcache -Xcc -I/Users/borystrubitsun/Library/Developer/Xcode/DerivedData/REES46-dnyzkgijlgweoohelxlafevfnrnt/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/REES46.build/swift-overrides.hmap -Xcc -iquote -Xcc /Users/borystrubitsun/Library/Developer/Xcode/DerivedData/REES46-dnyzkgijlgweoohelxlafevfnrnt/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/REES46.build/REES46-generated-files.hmap -Xcc -I/Users/borystrubitsun/Library/Developer/Xcode/DerivedData/REES46-dnyzkgijlgweoohelxlafevfnrnt/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/REES46.build/REES46-own-target-headers.hmap -Xcc -I/Users/borystrubitsun/Library/Developer/Xcode/DerivedData/REES46-dnyzkgijlgweoohelxlafevfnrnt/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/REES46.build/REES46-all-non-framework-target-headers.hmap -Xcc -ivfsoverlay -Xcc /Users/borystrubitsun/Library/Developer/Xcode/DerivedData/REES46-dnyzkgijlgweoohelxlafevfnrnt/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/REES46.build/all-product-headers.yaml -Xcc -iquote -Xcc /Users/borystrubitsun/Library/Developer/Xcode/DerivedData/REES46-dnyzkgijlgweoohelxlafevfnrnt/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/REES46.build/REES46-project-headers.hmap -Xcc -I/Users/borystrubitsun/Library/Developer/Xcode/DerivedData/REES46-dnyzkgijlgweoohelxlafevfnrnt/Build/Products/Debug-iphonesimulator/REES46/include -Xcc -I/Users/borystrubitsun/Library/Developer/Xcode/DerivedData/REES46-dnyzkgijlgweoohelxlafevfnrnt/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/REES46.build/DerivedSources-normal/arm64 -Xcc -I/Users/borystrubitsun/Library/Developer/Xcode/DerivedData/REES46-dnyzkgijlgweoohelxlafevfnrnt/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/REES46.build/DerivedSources/arm64 -Xcc -I/Users/borystrubitsun/Library/Developer/Xcode/DerivedData/REES46-dnyzkgijlgweoohelxlafevfnrnt/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/REES46.build/DerivedSources -Xcc -DPOD_CONFIGURATION_DEBUG\=1 -Xcc -DDEBUG\=1 -Xcc -DCOCOAPODS\=1 -Xcc -ivfsoverlay -Xcc /Users/borystrubitsun/Library/Developer/Xcode/DerivedData/REES46-dnyzkgijlgweoohelxlafevfnrnt/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/REES46.build/unextended-module-overlay.yaml -module-name REES46 -frontend-parseable-output -disable-clang-spi -target-sdk-version 17.5 -target-sdk-name iphonesimulator17.5 -external-plugin-path /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator17.5.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator17.5.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator17.5.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator17.5.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/borystrubitsun/Library/Developer/Xcode/DerivedData/REES46-dnyzkgijlgweoohelxlafevfnrnt/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/REES46.build/Objects-normal/arm64/SimplePersonalizationSDK.o -index-unit-output-path /Pods.build/Debug-iphonesimulator/REES46.build/Objects-normal/arm64/SimplePersonalizationSDK.o -index-store-path /Users/borystrubitsun/Library/Developer/Xcode/DerivedData/REES46-dnyzkgijlgweoohelxlafevfnrnt/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/borystrubitsun/StudioProjects/ios-sdk/REES46/Classes/SimplePersonalizationSDK.swift (in target 'REES46' from project 'Pods')
cd /Users/borystrubitsun/StudioProjects/ios-sdk/DemoApp/Pods
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c /Users/borystrubitsun/StudioProjects/ios-sdk/REES46/Classes/Resources/Assets.swift /Users/borystrubitsun/StudioProjects/ios-sdk/REES46/Classes/Extensions/StoriesPreload/PreloadIndicatorProperties/CAPropertyAnimation+Key.swift /Users/borystrubitsun/StudioProjects/ios-sdk/REES46/Classes/Stories/StoryViewController/ProductsCarousel/CarouselCollectionView.swift /Users/borystrubitsun/StudioProjects/ios-sdk/REES46/Classes/Stories/StoryViewController/ProductsCarousel/CarouselCollectionViewCell.swift /Users/borystrubitsun/StudioProjects/ios-sdk/REES46/Classes/Stories/StoryViewController/ProductsCarousel/CarouselConstants.swift /Users/borystrubitsun/StudioProjects/ios-sdk/REES46/Classes/Model/CartItem.swift /Users/borystrubitsun/StudioProjects/ios-sdk/REES46/Classes/Extensions/StoriesImageLoader/Extension/CGImageSource+ImageLoader.swift /Users/borystrubitsun/StudioProjects/ios-sdk/REES46/Classes/Extensions/StoriesPreload/PreloadIndicatorProperties/CGRect+Center.swift /Users/borystrubitsun/StudioProjects/ios-sdk/REES46/Classes/Extensions/StoriesPreload/PreloadIndicatorProperties/CGSize+Min.swift /Users/borystrubitsun/StudioProjects/ios-sdk/REES46/Classes/Shared/ColorExtensions.swift /Users/borystrubitsun/StudioProjects/ios-sdk/REES46/Classes/Extensions/SdkConfiguration/PromocodeImagePlaceholder/Coverable.swift /Users/borystrubitsun/StudioProjects/ios-sdk/REES46/Classes/Extensions/SdkConfiguration/PromocodeImagePlaceholder/Coverable+UIKit.swift /Users/borystrubitsun/StudioProjects/ios-sdk/REES46/Classes/Extensions/StoriesImageLoader/Extension/Data+ImageLoader.swift /Users/borystrubitsun/StudioProjects/ios-sdk/REES46/Classes/Extensions/StoriesImageLoader/Core/Disk.swift /Users/borystrubitsun/StudioProjects/ios-sdk/REES46/Classes/Extensions/SdkConfiguration/SdkStyle/SdkStyleAdditional/FontFamily.swift /Users/borystrubitsun/StudioProjects/ios-sdk/REES46/Classes/Extensions/SessionQueue/GenericDataTask.swift /Users/borystrubitsun/StudioProjects/ios-sdk/REES46/Classes/Extensions/StoriesImageLoader/Core/HashStorage.swift /Users/borystrubitsun/StudioProjects/ios-sdk/REES46/Classes/Model/InitResponse.swift /Users/borystrubitsun/StudioProjects/ios-sdk/REES46/Classes/Extensions/InitService.swift /Users/borystrubitsun/StudioProjects/ios-sdk/REES46/Classes/Extensions/StoriesImageLoader/Core/Loader.swift /Users/borystrubitsun/StudioProjects/ios-sdk/REES46/Classes/Extensions/SdkConfiguration/PromocodeImagePlaceholder/LoadingPlaceholderView.swift /Users/borystrubitsun/StudioProjects/ios-sdk/REES46/Classes/Extensions/SdkConfiguration/ManagedViewConfig/ManagedViewConfig.swift /Users/borystrubitsun/StudioProjects/ios-sdk/REES46/Classes/Extensions/NetworkStatus/Navigation.swift /Users/borystrubitsun/StudioProjects/ios-sdk/REES46/Classes/Extensions/NetworkStatus/ConnectionProperties/NetworkConnectionStatus.swift /Users/borystrubitsun/StudioProjects/ios-sdk/REES46/Classes/Extensions/NetworkStatus/ConnectionProperties/NetworkConnectionType.swift /Users/borystrubitsun/StudioProjects/ios-sdk/REES46/Classes/Extensions/NetworkStatus/ConnectionProperties/NetworkRadioType.swift /Users/borystrubitsun/StudioProjects/ios-sdk/REES46/Classes/Extensions/NetworkStatus/NetworkStatus.swift /Users/borystrubitsun/StudioProjects/ios-sdk/REES46/Classes/Extensions/NetworkStatus/ConnectionObservers/NetworkStatusObserver.swift /Users/borystrubitsun/StudioProjects/ios-sdk/REES46/Classes/Extensions/NetworkStatus/ConnectionObservers/NetworkStatusObserverUI.swift /Users/borystrubitsun/StudioProjects/ios-sdk/REES46/Classes/NotificationService.swift /Users/borystrubitsun/StudioProjects/ios-sdk/REES46/Classes/Extensions/StoriesImageLoader/Core/Operative.swift /Users/borystrubitsun/StudioProjects/ios-sdk/REES46/Classes/Extensions/StoriesImageLoader/Core/Option.swift /Users/borystrubitsun/StudioProjects/ios-sdk/REES46/Classes/PersonalizationSDK.swift /Users/borystrubitsun/StudioProjects/ios-sdk/REES46/Classes/Button/ProductsButton.swift /Users/borystrubitsun/StudioProjects/ios-sdk/REES46/Classes/Model/ProductsResponse.swift /Users/borystrubitsun/StudioProjects/ios-sdk/REES46/Classes/Extensions/SdkConfiguration/PromocodeBanner/PromocodeBanner.swift /Users/borystrubitsun/StudioProjects/ios-sdk/REES46/Classes/Button/PromoCodeView.swift /Users/borystrubitsun/StudioProjects/ios-sdk/REES46/Classes/Extensions/SdkConfiguration/SdkFontInjector/RawRepresentable+FontInjector.swift /Users/borystrubitsun/StudioProjects/ios-sdk/REES46/Classes/Extensions/SdkConfiguration/RecommendationsStars/RecommendationsStarsView.swift /Users/borystrubitsun/StudioProjects/ios-sdk/REES46/Classes/Stories/StoryViewController/RecommendationsWidget/RecommendationsWidgetConstants.swift /Users/borystrubitsun/StudioProjects/ios-sdk/REES46/Classes/Stories/StoryViewController/RecommendationsWidget/RecommendationsWidgetView.swift /Users/borystrubitsun/StudioProjects/ios-sdk/REES46/Classes/Stories/StoryViewController/RecommendationsWidget/RecommendationsWidgetViewCell.swift /Users/borystrubitsun/StudioProjects/ios-sdk/REES46/Classes/Model/RecommendResponse.swift /Users/borystrubitsun/StudioProjects/ios-sdk/REES46/Classes/services/notification/events/RegisterNotification.swift /Users/borystrubitsun/StudioProjects/ios-sdk/REES46/Classes/Button/ReloadButton.swift /Users/borystrubitsun/StudioProjects/ios-sdk/REES46/Classes/Extensions/SessionQueue/RequestOperation.swift /Users/borystrubitsun/StudioProjects/ios-sdk/REES46/Classes/Stories/WebKit/RView_Extensions.swift /Users/borystrubitsun/StudioProjects/ios-sdk/REES46/Classes/Stories/WebKit/RWebViewController.swift /Users/borystrubitsun/StudioProjects/ios-sdk/REES46/Classes/Stories/WebKit/RWebViewController_Extensions.swift /Users/borystrubitsun/StudioProjects/ios-sdk/REES46/Classes/Extensions/StoriesPreload/SdkActivityIndicator.swift /Users/borystrubitsun/StudioProjects/ios-sdk/REES46/Classes/Extensions/SdkConfiguration/SdkStyle/SdkApperanceViewScheme.swift /Users/borystrubitsun/StudioProjects/ios-sdk/REES46/Classes/Extensions/SdkConfiguration/SdkConfiguration.swift /Users/borystrubitsun/StudioProjects/ios-sdk/REES46/Classes/Extensions/SdkConfiguration/SdkFontInjector/SdkDynamicFont.swift /Users/borystrubitsun/StudioProjects/ios-sdk/REES46/Classes/Extensions/SdkConfiguration/SdkFontInjector/SdkFontInjector.swift /Users/borystrubitsun/StudioProjects/ios-sdk/REES46/Classes/Extensions/SdkConfiguration/SdkStyle/SdkStyleAdditional/SdkFontInstaller.swift /Users/borystrubitsun/StudioProjects/ios-sdk/REES46/Classes/Extensions/NetworkStatus/SdkGlobalHelper.swift /Users/borystrubitsun/StudioProjects/ios-sdk/REES46/Classes/Extensions/StoriesImageLoader/Core/SdkImageReloader.swift /Users/borystrubitsun/StudioProjects/ios-sdk/REES46/Classes/Extensions/SdkConfiguration/PromocodeBanner/SdkPopupAlertView.swift /Users/borystrubitsun/StudioProjects/ios-sdk/REES46/Classes/Extensions/SessionQueue/SdkQueryBuilder.swift /Users/borystrubitsun/StudioProjects/ios-sdk/REES46/Classes/Extensions/SdkConfiguration/SdkStyle/SdkStyle.swift /Users/borystrubitsun/StudioProjects/ios-sdk/REES46/Classes/Extensions/SdkConfiguration/SdkStyle/SdkStyleColorScheme/SdkStyleColorScheme.swift /Users/borystrubitsun/StudioProjects/ios-sdk/REES46/Classes/Extensions/SdkConfiguration/SdkStyle/SdkStyleColorScheme/SdkStyleColorSchemeAwareView.swift /Users/borystrubitsun/StudioProjects/ios-sdk/REES46/Classes/Extensions/SdkConfiguration/SdkStyle/SdkStyleColorScheme/SdkStyleColorSchemeAwareViewController.swift /Users/borystrubitsun/StudioProjects/ios-sdk/REES46/Classes/Extensions/SdkConfiguration/SdkStyle/SdkStyleColorScheme/SdkStyleCustomColorScheme.swift /Users/borystrubitsun/StudioProjects/ios-sdk/REES46/Classes/Extensions/SdkConfiguration/SdkStyle/SdkStyleColorScheme/SdkStyleCustomColorSchemeAwareView.swift /Users/borystrubitsun/StudioProjects/ios-sdk/REES46/Classes/Extensions/SdkConfiguration/SdkStyle/SdkStyleColorScheme/SdkStyleCustomColorSchemeAwareViewController.swift /Users/borystrubitsun/StudioProjects/ios-sdk/REES46/Classes/Extensions/SdkConfiguration/SdkStyle/SdkStyleFonts/SdkStyleCustomFonts.swift /Users/borystrubitsun/StudioProjects/ios-sdk/REES46/Classes/Extensions/SdkConfiguration/SdkStyle/SdkStyleFonts/SdkStyleCustomFontSizeAwareView.swift /Users/borystrubitsun/StudioProjects/ios-sdk/REES46/Classes/Extensions/SdkConfiguration/SdkStyle/SdkStyleFonts/SdkStyleCustomFontSizeAwareViewController.swift /Users/borystrubitsun/StudioProjects/ios-sdk/REES46/Classes/Extensions/SdkConfiguration/SdkStyle/SdkStyleAdditional/SdkStyleUIApplication.swift /Users/borystrubitsun/StudioProjects/ios-sdk/REES46/Classes/Model/SearchResponse.swift /Users/borystrubitsun/StudioProjects/ios-sdk/REES46/Classes/Stories/StoryViewController/SearchWidget/SearchWidget.swift /Users/borystrubitsun/StudioProjects/ios-sdk/REES46/Classes/Stories/StoryViewController/SearchWidget/SearchWidgetCategoriesButton.swift /Users/borystrubitsun/StudioProjects/ios-sdk/REES46/Classes/Stories/StoryViewController/SearchWidget/SearchWidgetDelegate.swift /Users/borystrubitsun/StudioProjects/ios-sdk/REES46/Classes/Stories/StoryViewController/SearchWidget/SearchWidgetExtension.swift /Users/borystrubitsun/StudioProjects/ios-sdk/REES46/Classes/Stories/StoryViewController/SearchWidget/SearchWidgetHistoryButton.swift /Users/borystrubitsun/StudioProjects/ios-sdk/REES46/Classes/Stories/StoryViewController/SearchWidget/SearchWidgetListView.swift /Users/borystrubitsun/StudioProjects/ios-sdk/REES46/Classes/Stories/StoryViewController/SearchWidget/SearchWidgetListViewCell.swift /Users/borystrubitsun/StudioProjects/ios-sdk/REES46/Classes/Stories/StoryViewController/SearchWidget/SearchWidgetMainView.swift /Users/borystrubitsun/StudioProjects/ios-sdk/REES46/Classes/Stories/StoryViewController/SearchWidget/SearchWidgetModel.swift /Users/borystrubitsun/StudioProjects/ios-sdk/REES46/Classes/Stories/StoryViewController/SearchWidget/SearchWidgetObjectification.swift /Users/borystrubitsun/StudioProjects/ios-sdk/REES46/Classes/Stories/StoryViewController/SearchWidget/SearchWidgetTextField.swift /Users/borystrubitsun/StudioProjects/ios-sdk/REES46/Classes/Stories/StoryViewController/SearchWidget/SearchWidgetView.swift /Users/borystrubitsun/StudioProjects/ios-sdk/REES46/Classes/Stories/StoryViewController/SearchWidget/SearchWidgetViewController.swift /Users/borystrubitsun/StudioProjects/ios-sdk/REES46/Classes/Extensions/SessionQueue/SessionDataTaskProtocol.swift /Users/borystrubitsun/StudioProjects/ios-sdk/REES46/Classes/Extensions/SessionQueue/SessionOperation.swift /Users/borystrubitsun/StudioProjects/ios-sdk/REES46/Classes/Extensions/SessionQueue/SessionQueue.swift /Users/borystrubitsun/StudioProjects/ios-sdk/REES46/Classes/Extensions/SdkConfiguration/ManagedViewConfig/SettingsManageable.swift -primary-file /Users/borystrubitsun/StudioProjects/ios-sdk/REES46/Classes/SimplePersonalizationSDK.swift /Users/borystrubitsun/StudioProjects/ios-sdk/REES46/Classes/Model/Stories.swift /Users/borystrubitsun/StudioProjects/ios-sdk/REES46/Classes/Stories/CollectionCell/StoriesCollectionViewPreviewCell.swift /Users/borystrubitsun/StudioProjects/ios-sdk/REES46/Classes/Extensions/StoriesImageLoader/Core/StoriesImageLoader.swift /Users/borystrubitsun/StudioProjects/ios-sdk/REES46/Classes/Extensions/StoriesPreload/StoriesSlideReloadIndicator.swift /Users/borystrubitsun/StudioProjects/ios-sdk/REES46/Classes/Stories/StoriesView.swift /Users/borystrubitsun/StudioProjects/ios-sdk/REES46/Classes/Extensions/StoriesImageLoader/StoryBlockImageCache.swift /Users/borystrubitsun/StudioProjects/ios-sdk/REES46/Classes/Button/StoryButton.swift /Users/borystrubitsun/StudioProjects/ios-sdk/REES46/Classes/Stories/StoryViewController/CollectionViewCell/StoryCollectionViewCell.swift /Users/borystrubitsun/StudioProjects/ios-sdk/REES46/Classes/Stories/StoryViewController/StoryViewController.swift /Users/borystrubitsun/StudioProjects/ios-sdk/REES46/Classes/Stories/TextBlockView/TextBlockConfiguration/TBSubConfigurations/TBAppearanceConfiguration.swift /Users/borystrubitsun/StudioProjects/ios-sdk/REES46/Classes/Stories/TextBlockView/TextBlockConfiguration/TBSubConfigurations/TBFontConfiguration.swift /Users/borystrubitsun/StudioProjects/ios-sdk/REES46/Classes/Stories/TextBlockView/TextBlockConfiguration/TBSubConfigurations/TBTextConfiguration.swift /Users/borystrubitsun/StudioProjects/ios-sdk/REES46/Classes/Stories/TextBlockView/TextBlockConfiguration/TexBlockConfiguration.swift /Users/borystrubitsun/StudioProjects/ios-sdk/REES46/Classes/Stories/TextBlockView/TextBlockConstants.swift /Users/borystrubitsun/StudioProjects/ios-sdk/REES46/Classes/Stories/TextBlockView/TextBlockView.swift /Users/borystrubitsun/StudioProjects/ios-sdk/REES46/Classes/Extensions/StoriesPreload/PreloadIndicatorProperties/UIBezierPath+Circle.swift /Users/borystrubitsun/StudioProjects/ios-sdk/REES46/Classes/Extensions/SdkConfiguration/PromocodeImagePlaceholder/UIBezierPath+ImagePlaceholder.swift /Users/borystrubitsun/StudioProjects/ios-sdk/REES46/Classes/Extensions/StoriesImageLoader/Extension/UIColor+Extension.swift /Users/borystrubitsun/StudioProjects/ios-sdk/REES46/Classes/Extensions/SdkConfiguration/SdkFontInjector/UIFont+FontInjector.swift /Users/borystrubitsun/StudioProjects/ios-sdk/REES46/Classes/Extensions/SdkConfiguration/SdkStyle/SdkStyleAdditional/UIFontDescriptorUsage.swift /Users/borystrubitsun/StudioProjects/ios-sdk/REES46/Classes/Extensions/StoriesImageLoader/Extension/UIImage+ImageLoader.swift /Users/borystrubitsun/StudioProjects/ios-sdk/REES46/Classes/Extensions/StoriesImageLoader/Extension/UIImageView+ImageLoader.swift /Users/borystrubitsun/StudioProjects/ios-sdk/REES46/Classes/Extensions/SdkConfiguration/SdkFontInjector/UISdkWrapLabel.swift /Users/borystrubitsun/StudioProjects/ios-sdk/REES46/Classes/Extensions/SdkConfiguration/PromocodeBanner/UIViewController+PromocodeBanner.swift /Users/borystrubitsun/StudioProjects/ios-sdk/REES46/Classes/Extensions/StoriesImageLoader/Core/URLLiteralConvertible.swift /Users/borystrubitsun/StudioProjects/ios-sdk/REES46/Classes/Extensions/SessionQueue/URLSessionQueue.swift /Users/borystrubitsun/StudioProjects/ios-sdk/REES46/Classes/Extensions/UserDefaultsExtension.swift /Users/borystrubitsun/StudioProjects/ios-sdk/REES46/Classes/Model/UserSettings.swift /Users/borystrubitsun/StudioProjects/ios-sdk/REES46/Classes/Extensions/DownloadManager/VideoDownloadManager.swift /Users/borystrubitsun/StudioProjects/ios-sdk/REES46/Classes/Extensions/DownloadManager/VideoDownloadObject.swift /Users/borystrubitsun/StudioProjects/ios-sdk/REES46/Classes/Extensions/DownloadManager/VideoFileUtils.swift /Users/borystrubitsun/StudioProjects/ios-sdk/REES46/Classes/Extensions/SdkConfiguration/ManagedViewConfig/ViewConfigPlain.swift /Users/borystrubitsun/StudioProjects/ios-sdk/REES46/Classes/Extensions/SdkConfiguration/ManagedViewConfig/ViewConfigService.swift /Users/borystrubitsun/Library/Developer/Xcode/DerivedData/REES46-dnyzkgijlgweoohelxlafevfnrnt/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/REES46.build/DerivedSources/GeneratedAssetSymbols.swift -emit-dependencies-path /Users/borystrubitsun/Library/Developer/Xcode/DerivedData/REES46-dnyzkgijlgweoohelxlafevfnrnt/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/REES46.build/Objects-normal/arm64/SimplePersonalizationSDK.d -emit-const-values-path /Users/borystrubitsun/Library/Developer/Xcode/DerivedData/REES46-dnyzkgijlgweoohelxlafevfnrnt/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/REES46.build/Objects-normal/arm64/SimplePersonalizationSDK.swiftconstvalues -emit-reference-dependencies-path /Users/borystrubitsun/Library/Developer/Xcode/DerivedData/REES46-dnyzkgijlgweoohelxlafevfnrnt/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/REES46.build/Objects-normal/arm64/SimplePersonalizationSDK.swiftdeps -serialize-diagnostics-path /Users/borystrubitsun/Library/Developer/Xcode/DerivedData/REES46-dnyzkgijlgweoohelxlafevfnrnt/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/REES46.build/Objects-normal/arm64/SimplePersonalizationSDK.dia -target arm64-apple-ios12.0-simulator -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator17.5.sdk -I /Users/borystrubitsun/Library/Developer/Xcode/DerivedData/REES46-dnyzkgijlgweoohelxlafevfnrnt/Build/Products/Debug-iphonesimulator/REES46 -F /Users/borystrubitsun/Library/Developer/Xcode/DerivedData/REES46-dnyzkgijlgweoohelxlafevfnrnt/Build/Products/Debug-iphonesimulator/REES46 -no-color-diagnostics -enable-testing -g -import-underlying-module -module-cache-path /Users/borystrubitsun/Library/Developer/Xcode/DerivedData/ModuleCache.noindex -swift-version 5 -enforce-exclusivity\=checked -Onone -D DEBUG -D COCOAPODS -serialize-debugging-options -const-gather-protocols-file /Users/borystrubitsun/Library/Developer/Xcode/DerivedData/REES46-dnyzkgijlgweoohelxlafevfnrnt/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/REES46.build/Objects-normal/arm64/REES46_const_extract_protocols.json -enable-bare-slash-regex -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/borystrubitsun/Library/Developer/Xcode/DerivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/borystrubitsun/StudioProjects/ios-sdk/DemoApp/Pods -resource-dir /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -ivfsstatcache -Xcc /Users/borystrubitsun/Library/Developer/Xcode/DerivedData/SDKStatCaches.noindex/iphonesimulator17.5-21F77-c098706a9f71eba4e76ae92ab367209a.sdkstatcache -Xcc -I/Users/borystrubitsun/Library/Developer/Xcode/DerivedData/REES46-dnyzkgijlgweoohelxlafevfnrnt/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/REES46.build/swift-overrides.hmap -Xcc -iquote -Xcc /Users/borystrubitsun/Library/Developer/Xcode/DerivedData/REES46-dnyzkgijlgweoohelxlafevfnrnt/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/REES46.build/REES46-generated-files.hmap -Xcc -I/Users/borystrubitsun/Library/Developer/Xcode/DerivedData/REES46-dnyzkgijlgweoohelxlafevfnrnt/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/REES46.build/REES46-own-target-headers.hmap -Xcc -I/Users/borystrubitsun/Library/Developer/Xcode/DerivedData/REES46-dnyzkgijlgweoohelxlafevfnrnt/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/REES46.build/REES46-all-non-framework-target-headers.hmap -Xcc -ivfsoverlay -Xcc /Users/borystrubitsun/Library/Developer/Xcode/DerivedData/REES46-dnyzkgijlgweoohelxlafevfnrnt/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/REES46.build/all-product-headers.yaml -Xcc -iquote -Xcc /Users/borystrubitsun/Library/Developer/Xcode/DerivedData/REES46-dnyzkgijlgweoohelxlafevfnrnt/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/REES46.build/REES46-project-headers.hmap -Xcc -I/Users/borystrubitsun/Library/Developer/Xcode/DerivedData/REES46-dnyzkgijlgweoohelxlafevfnrnt/Build/Products/Debug-iphonesimulator/REES46/include -Xcc -I/Users/borystrubitsun/Library/Developer/Xcode/DerivedData/REES46-dnyzkgijlgweoohelxlafevfnrnt/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/REES46.build/DerivedSources-normal/arm64 -Xcc -I/Users/borystrubitsun/Library/Developer/Xcode/DerivedData/REES46-dnyzkgijlgweoohelxlafevfnrnt/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/REES46.build/DerivedSources/arm64 -Xcc -I/Users/borystrubitsun/Library/Developer/Xcode/DerivedData/REES46-dnyzkgijlgweoohelxlafevfnrnt/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/REES46.build/DerivedSources -Xcc -DPOD_CONFIGURATION_DEBUG\=1 -Xcc -DDEBUG\=1 -Xcc -DCOCOAPODS\=1 -Xcc -ivfsoverlay -Xcc /Users/borystrubitsun/Library/Developer/Xcode/DerivedData/REES46-dnyzkgijlgweoohelxlafevfnrnt/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/REES46.build/unextended-module-overlay.yaml -module-name REES46 -frontend-parseable-output -disable-clang-spi -target-sdk-version 17.5 -target-sdk-name iphonesimulator17.5 -external-plugin-path /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator17.5.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator17.5.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator17.5.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator17.5.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/borystrubitsun/Library/Developer/Xcode/DerivedData/REES46-dnyzkgijlgweoohelxlafevfnrnt/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/REES46.build/Objects-normal/arm64/SimplePersonalizationSDK.o -index-unit-output-path /Pods.build/Debug-iphonesimulator/REES46.build/Objects-normal/arm64/SimplePersonalizationSDK.o -index-store-path /Users/borystrubitsun/Library/Developer/Xcode/DerivedData/REES46-dnyzkgijlgweoohelxlafevfnrnt/Index.noindex/DataStore -index-system-modules
SwiftDriverJobDiscovery normal arm64 Compiling SimplePersonalizationSDK.swift (in target 'REES46' from project 'Pods')
SwiftDriver\ Compilation REES46 normal arm64 com.apple.xcode.tools.swift.compiler (in target 'REES46' from project 'Pods')
cd /Users/borystrubitsun/StudioProjects/ios-sdk/DemoApp/Pods
builtin-Swift-Compilation -- /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name REES46 -Onone -enforce-exclusivity\=checked @/Users/borystrubitsun/Library/Developer/Xcode/DerivedData/REES46-dnyzkgijlgweoohelxlafevfnrnt/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/REES46.build/Objects-normal/arm64/REES46.SwiftFileList -DDEBUG -D COCOAPODS -sdk /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator17.5.sdk -target arm64-apple-ios12.0-simulator -enable-bare-slash-regex -g -module-cache-path /Users/borystrubitsun/Library/Developer/Xcode/DerivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -enable-testing -index-store-path /Users/borystrubitsun/Library/Developer/Xcode/DerivedData/REES46-dnyzkgijlgweoohelxlafevfnrnt/Index.noindex/DataStore -swift-version 5 -I /Users/borystrubitsun/Library/Developer/Xcode/DerivedData/REES46-dnyzkgijlgweoohelxlafevfnrnt/Build/Products/Debug-iphonesimulator/REES46 -F /Users/borystrubitsun/Library/Developer/Xcode/DerivedData/REES46-dnyzkgijlgweoohelxlafevfnrnt/Build/Products/Debug-iphonesimulator/REES46 -c -j8 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/borystrubitsun/Library/Developer/Xcode/DerivedData/SDKStatCaches.noindex/iphonesimulator17.5-21F77-c098706a9f71eba4e76ae92ab367209a.sdkstatcache -output-file-map /Users/borystrubitsun/Library/Developer/Xcode/DerivedData/REES46-dnyzkgijlgweoohelxlafevfnrnt/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/REES46.build/Objects-normal/arm64/REES46-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/borystrubitsun/Library/Developer/Xcode/DerivedData/REES46-dnyzkgijlgweoohelxlafevfnrnt/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/REES46.build/Objects-normal/arm64/REES46.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/borystrubitsun/Library/Developer/Xcode/DerivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/borystrubitsun/Library/Developer/Xcode/DerivedData/REES46-dnyzkgijlgweoohelxlafevfnrnt/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/REES46.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/borystrubitsun/Library/Developer/Xcode/DerivedData/REES46-dnyzkgijlgweoohelxlafevfnrnt/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/REES46.build/Objects-normal/arm64/REES46_const_extract_protocols.json -Xcc -iquote -Xcc /Users/borystrubitsun/Library/Developer/Xcode/DerivedData/REES46-dnyzkgijlgweoohelxlafevfnrnt/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/REES46.build/REES46-generated-files.hmap -Xcc -I/Users/borystrubitsun/Library/Developer/Xcode/DerivedData/REES46-dnyzkgijlgweoohelxlafevfnrnt/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/REES46.build/REES46-own-target-headers.hmap -Xcc -I/Users/borystrubitsun/Library/Developer/Xcode/DerivedData/REES46-dnyzkgijlgweoohelxlafevfnrnt/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/REES46.build/REES46-all-non-framework-target-headers.hmap -Xcc -ivfsoverlay -Xcc /Users/borystrubitsun/Library/Developer/Xcode/DerivedData/REES46-dnyzkgijlgweoohelxlafevfnrnt/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/REES46.build/all-product-headers.yaml -Xcc -iquote -Xcc /Users/borystrubitsun/Library/Developer/Xcode/DerivedData/REES46-dnyzkgijlgweoohelxlafevfnrnt/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/REES46.build/REES46-project-headers.hmap -Xcc -I/Users/borystrubitsun/Library/Developer/Xcode/DerivedData/REES46-dnyzkgijlgweoohelxlafevfnrnt/Build/Products/Debug-iphonesimulator/REES46/include -Xcc -I/Users/borystrubitsun/Library/Developer/Xcode/DerivedData/REES46-dnyzkgijlgweoohelxlafevfnrnt/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/REES46.build/DerivedSources-normal/arm64 -Xcc -I/Users/borystrubitsun/Library/Developer/Xcode/DerivedData/REES46-dnyzkgijlgweoohelxlafevfnrnt/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/REES46.build/DerivedSources/arm64 -Xcc -I/Users/borystrubitsun/Library/Developer/Xcode/DerivedData/REES46-dnyzkgijlgweoohelxlafevfnrnt/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/REES46.build/DerivedSources -Xcc -DPOD_CONFIGURATION_DEBUG\=1 -Xcc -DDEBUG\=1 -Xcc -DCOCOAPODS\=1 -emit-objc-header -emit-objc-header-path /Users/borystrubitsun/Library/Developer/Xcode/DerivedData/REES46-dnyzkgijlgweoohelxlafevfnrnt/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/REES46.build/Objects-normal/arm64/REES46-Swift.h -import-underlying-module -Xcc -ivfsoverlay -Xcc /Users/borystrubitsun/Library/Developer/Xcode/DerivedData/REES46-dnyzkgijlgweoohelxlafevfnrnt/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/REES46.build/unextended-module-overlay.yaml -working-directory /Users/borystrubitsun/StudioProjects/ios-sdk/DemoApp/Pods -experimental-emit-module-separately -disable-cmo
Ld /Users/borystrubitsun/Library/Developer/Xcode/DerivedData/REES46-dnyzkgijlgweoohelxlafevfnrnt/Build/Products/Debug-iphonesimulator/REES46/REES46.framework/REES46 normal (in target 'REES46' from project 'Pods')
cd /Users/borystrubitsun/StudioProjects/ios-sdk/DemoApp/Pods
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-ios12.0-simulator -dynamiclib -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator17.5.sdk -O0 -L/Users/borystrubitsun/Library/Developer/Xcode/DerivedData/REES46-dnyzkgijlgweoohelxlafevfnrnt/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphonesimulator -L/Users/borystrubitsun/Library/Developer/Xcode/DerivedData/REES46-dnyzkgijlgweoohelxlafevfnrnt/Build/Products/Debug-iphonesimulator/REES46 -L/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator -L/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator17.5.sdk/usr/lib/swift -F/Users/borystrubitsun/Library/Developer/Xcode/DerivedData/REES46-dnyzkgijlgweoohelxlafevfnrnt/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphonesimulator -F/Users/borystrubitsun/Library/Developer/Xcode/DerivedData/REES46-dnyzkgijlgweoohelxlafevfnrnt/Build/Products/Debug-iphonesimulator/REES46 -filelist /Users/borystrubitsun/Library/Developer/Xcode/DerivedData/REES46-dnyzkgijlgweoohelxlafevfnrnt/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/REES46.build/Objects-normal/arm64/REES46.LinkFileList -install_name @rpath/REES46.framework/REES46 -Xlinker -rpath -Xlinker /usr/lib/swift -Xlinker -rpath -Xlinker @executable_path/Frameworks -Xlinker -rpath -Xlinker @loader_path/Frameworks -dead_strip -Xlinker -object_path_lto -Xlinker /Users/borystrubitsun/Library/Developer/Xcode/DerivedData/REES46-dnyzkgijlgweoohelxlafevfnrnt/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/REES46.build/Objects-normal/arm64/REES46_lto.o -Xlinker -export_dynamic -Xlinker -no_deduplicate -Xlinker -objc_abi_version -Xlinker 2 -fobjc-arc -fobjc-link-runtime -L/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/borystrubitsun/Library/Developer/Xcode/DerivedData/REES46-dnyzkgijlgweoohelxlafevfnrnt/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/REES46.build/Objects-normal/arm64/REES46.swiftmodule -framework Foundation -Xlinker -no_adhoc_codesign -compatibility_version 1 -current_version 1 -Xlinker -dependency_info -Xlinker /Users/borystrubitsun/Library/Developer/Xcode/DerivedData/REES46-dnyzkgijlgweoohelxlafevfnrnt/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/REES46.build/Objects-normal/arm64/REES46_dependency_info.dat -o /Users/borystrubitsun/Library/Developer/Xcode/DerivedData/REES46-dnyzkgijlgweoohelxlafevfnrnt/Build/Products/Debug-iphonesimulator/REES46/REES46.framework/REES46
ExtractAppIntentsMetadata (in target 'REES46' from project 'Pods')
cd /Users/borystrubitsun/StudioProjects/ios-sdk/DemoApp/Pods
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/appintentsmetadataprocessor --output /Users/borystrubitsun/Library/Developer/Xcode/DerivedData/REES46-dnyzkgijlgweoohelxlafevfnrnt/Build/Products/Debug-iphonesimulator/REES46/REES46.framework --toolchain-dir /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain --module-name REES46 --sdk-root /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator17.5.sdk --xcode-version 15F31d --platform-family iOS --deployment-target 12.0 --target-triple arm64-apple-ios12.0-simulator --binary-file /Users/borystrubitsun/Library/Developer/Xcode/DerivedData/REES46-dnyzkgijlgweoohelxlafevfnrnt/Build/Products/Debug-iphonesimulator/REES46/REES46.framework/REES46 --dependency-file /Users/borystrubitsun/Library/Developer/Xcode/DerivedData/REES46-dnyzkgijlgweoohelxlafevfnrnt/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/REES46.build/Objects-normal/arm64/REES46_dependency_info.dat --stringsdata-file /Users/borystrubitsun/Library/Developer/Xcode/DerivedData/REES46-dnyzkgijlgweoohelxlafevfnrnt/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/REES46.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/borystrubitsun/Library/Developer/Xcode/DerivedData/REES46-dnyzkgijlgweoohelxlafevfnrnt/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/REES46.build/Objects-normal/arm64/REES46.SwiftFileList --swift-const-vals-list /Users/borystrubitsun/Library/Developer/Xcode/DerivedData/REES46-dnyzkgijlgweoohelxlafevfnrnt/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/REES46.build/Objects-normal/arm64/REES46.SwiftConstValuesFileList --compile-time-extraction --deployment-aware-processing
note: Metadata extraction skipped. No AppIntents.framework dependency found. (in target 'REES46' from project 'Pods')
GenerateTAPI /Users/borystrubitsun/Library/Developer/Xcode/DerivedData/REES46-dnyzkgijlgweoohelxlafevfnrnt/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphonesimulator/REES46.framework/REES46.tbd (in target 'REES46' from project 'Pods')
cd /Users/borystrubitsun/StudioProjects/ios-sdk/DemoApp/Pods
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/tapi stubify -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator17.5.sdk -F/Users/borystrubitsun/Library/Developer/Xcode/DerivedData/REES46-dnyzkgijlgweoohelxlafevfnrnt/Build/Products/Debug-iphonesimulator/REES46 -L/Users/borystrubitsun/Library/Developer/Xcode/DerivedData/REES46-dnyzkgijlgweoohelxlafevfnrnt/Build/Products/Debug-iphonesimulator/REES46 -L/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator -L/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator17.5.sdk/usr/lib/swift /Users/borystrubitsun/Library/Developer/Xcode/DerivedData/REES46-dnyzkgijlgweoohelxlafevfnrnt/Build/Products/Debug-iphonesimulator/REES46/REES46.framework/REES46 -o /Users/borystrubitsun/Library/Developer/Xcode/DerivedData/REES46-dnyzkgijlgweoohelxlafevfnrnt/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphonesimulator/REES46.framework/REES46.tbd
CodeSign /Users/borystrubitsun/Library/Developer/Xcode/DerivedData/REES46-dnyzkgijlgweoohelxlafevfnrnt/Build/Products/Debug-iphonesimulator/REES46/REES46.framework (in target 'REES46' from project 'Pods')
cd /Users/borystrubitsun/StudioProjects/ios-sdk/DemoApp/Pods
Signing Identity: "-"
/usr/bin/codesign --force --sign - --timestamp\=none --generate-entitlement-der /Users/borystrubitsun/Library/Developer/Xcode/DerivedData/REES46-dnyzkgijlgweoohelxlafevfnrnt/Build/Products/Debug-iphonesimulator/REES46/REES46.framework
PhaseScriptExecution [CP]\ Embed\ Pods\ Frameworks /Users/borystrubitsun/Library/Developer/Xcode/DerivedData/REES46-dnyzkgijlgweoohelxlafevfnrnt/Build/Intermediates.noindex/REES46.build/Debug-iphonesimulator/REES46Demo.build/Script-06CA8FF35E55D579B2E91A4C.sh (in target 'REES46Demo' from project 'REES46')
cd /Users/borystrubitsun/StudioProjects/ios-sdk/DemoApp
/bin/sh -c /Users/borystrubitsun/Library/Developer/Xcode/DerivedData/REES46-dnyzkgijlgweoohelxlafevfnrnt/Build/Intermediates.noindex/REES46.build/Debug-iphonesimulator/REES46Demo.build/Script-06CA8FF35E55D579B2E91A4C.sh
mkdir -p /Users/borystrubitsun/Library/Developer/Xcode/DerivedData/REES46-dnyzkgijlgweoohelxlafevfnrnt/Build/Products/Debug-iphonesimulator/REES46Demo.app/Frameworks
rsync --delete -av --filter P .*.?????? --links --filter "- CVS/" --filter "- .svn/" --filter "- .git/" --filter "- .hg/" --filter "- Headers" --filter "- PrivateHeaders" --filter "- Modules" "/Users/borystrubitsun/Library/Developer/Xcode/DerivedData/REES46-dnyzkgijlgweoohelxlafevfnrnt/Build/Products/Debug-iphonesimulator/FirebaseCore/FirebaseCore.framework" "/Users/borystrubitsun/Library/Developer/Xcode/DerivedData/REES46-dnyzkgijlgweoohelxlafevfnrnt/Build/Products/Debug-iphonesimulator/REES46Demo.app/Frameworks"
building file list ... done
FirebaseCore.framework/
FirebaseCore.framework/FirebaseCore
FirebaseCore.framework/_CodeSignature/CodeResources
sent 201521 bytes received 70 bytes 403182.00 bytes/sec
total size is 201955 speedup is 1.00
Code Signing /Users/borystrubitsun/Library/Developer/Xcode/DerivedData/REES46-dnyzkgijlgweoohelxlafevfnrnt/Build/Products/Debug-iphonesimulator/REES46Demo.app/Frameworks/FirebaseCore.framework with Identity -
/usr/bin/codesign --force --sign - --preserve-metadata=identifier,entitlements '/Users/borystrubitsun/Library/Developer/Xcode/DerivedData/REES46-dnyzkgijlgweoohelxlafevfnrnt/Build/Products/Debug-iphonesimulator/REES46Demo.app/Frameworks/FirebaseCore.framework'
/Users/borystrubitsun/Library/Developer/Xcode/DerivedData/REES46-dnyzkgijlgweoohelxlafevfnrnt/Build/Products/Debug-iphonesimulator/REES46Demo.app/Frameworks/FirebaseCore.framework: replacing existing signature
rsync --delete -av --filter P .*.?????? --links --filter "- CVS/" --filter "- .svn/" --filter "- .git/" --filter "- .hg/" --filter "- Headers" --filter "- PrivateHeaders" --filter "- Modules" "/Users/borystrubitsun/Library/Developer/Xcode/DerivedData/REES46-dnyzkgijlgweoohelxlafevfnrnt/Build/Products/Debug-iphonesimulator/FirebaseCoreInternal/FirebaseCoreInternal.framework" "/Users/borystrubitsun/Library/Developer/Xcode/DerivedData/REES46-dnyzkgijlgweoohelxlafevfnrnt/Build/Products/Debug-iphonesimulator/REES46Demo.app/Frameworks"
building file list ... done
FirebaseCoreInternal.framework/
FirebaseCoreInternal.framework/FirebaseCoreInternal
FirebaseCoreInternal.framework/_CodeSignature/CodeResources
sent 451831 bytes received 70 bytes 903802.00 bytes/sec
total size is 452239 speedup is 1.00
Code Signing /Users/borystrubitsun/Library/Developer/Xcode/DerivedData/REES46-dnyzkgijlgweoohelxlafevfnrnt/Build/Products/Debug-iphonesimulator/REES46Demo.app/Frameworks/FirebaseCoreInternal.framework with Identity -
/usr/bin/codesign --force --sign - --preserve-metadata=identifier,entitlements '/Users/borystrubitsun/Library/Developer/Xcode/DerivedData/REES46-dnyzkgijlgweoohelxlafevfnrnt/Build/Products/Debug-iphonesimulator/REES46Demo.app/Frameworks/FirebaseCoreInternal.framework'
/Users/borystrubitsun/Library/Developer/Xcode/DerivedData/REES46-dnyzkgijlgweoohelxlafevfnrnt/Build/Products/Debug-iphonesimulator/REES46Demo.app/Frameworks/FirebaseCoreInternal.framework: replacing existing signature
rsync --delete -av --filter P .*.?????? --links --filter "- CVS/" --filter "- .svn/" --filter "- .git/" --filter "- .hg/" --filter "- Headers" --filter "- PrivateHeaders" --filter "- Modules" "/Users/borystrubitsun/Library/Developer/Xcode/DerivedData/REES46-dnyzkgijlgweoohelxlafevfnrnt/Build/Products/Debug-iphonesimulator/FirebaseInstallations/FirebaseInstallations.framework" "/Users/borystrubitsun/Library/Developer/Xcode/DerivedData/REES46-dnyzkgijlgweoohelxlafevfnrnt/Build/Products/Debug-iphonesimulator/REES46Demo.app/Frameworks"
building file list ... done
FirebaseInstallations.framework/
FirebaseInstallations.framework/FirebaseInstallations
FirebaseInstallations.framework/_CodeSignature/CodeResources
sent 275805 bytes received 70 bytes 551750.00 bytes/sec
total size is 276233 speedup is 1.00
Code Signing /Users/borystrubitsun/Library/Developer/Xcode/DerivedData/REES46-dnyzkgijlgweoohelxlafevfnrnt/Build/Products/Debug-iphonesimulator/REES46Demo.app/Frameworks/FirebaseInstallations.framework with Identity -
/usr/bin/codesign --force --sign - --preserve-metadata=identifier,entitlements '/Users/borystrubitsun/Library/Developer/Xcode/DerivedData/REES46-dnyzkgijlgweoohelxlafevfnrnt/Build/Products/Debug-iphonesimulator/REES46Demo.app/Frameworks/FirebaseInstallations.framework'
/Users/borystrubitsun/Library/Developer/Xcode/DerivedData/REES46-dnyzkgijlgweoohelxlafevfnrnt/Build/Products/Debug-iphonesimulator/REES46Demo.app/Frameworks/FirebaseInstallations.framework: replacing existing signature
rsync --delete -av --filter P .*.?????? --links --filter "- CVS/" --filter "- .svn/" --filter "- .git/" --filter "- .hg/" --filter "- Headers" --filter "- PrivateHeaders" --filter "- Modules" "/Users/borystrubitsun/Library/Developer/Xcode/DerivedData/REES46-dnyzkgijlgweoohelxlafevfnrnt/Build/Products/Debug-iphonesimulator/FirebaseMessaging/FirebaseMessaging.framework" "/Users/borystrubitsun/Library/Developer/Xcode/DerivedData/REES46-dnyzkgijlgweoohelxlafevfnrnt/Build/Products/Debug-iphonesimulator/REES46Demo.app/Frameworks"
building file list ... done
FirebaseMessaging.framework/
FirebaseMessaging.framework/FirebaseMessaging
FirebaseMessaging.framework/_CodeSignature/CodeResources
sent 571759 bytes received 70 bytes 1143658.00 bytes/sec
total size is 572151 speedup is 1.00
Code Signing /Users/borystrubitsun/Library/Developer/Xcode/DerivedData/REES46-dnyzkgijlgweoohelxlafevfnrnt/Build/Products/Debug-iphonesimulator/REES46Demo.app/Frameworks/FirebaseMessaging.framework with Identity -
/usr/bin/codesign --force --sign - --preserve-metadata=identifier,entitlements '/Users/borystrubitsun/Library/Developer/Xcode/DerivedData/REES46-dnyzkgijlgweoohelxlafevfnrnt/Build/Products/Debug-iphonesimulator/REES46Demo.app/Frameworks/FirebaseMessaging.framework'
/Users/borystrubitsun/Library/Developer/Xcode/DerivedData/REES46-dnyzkgijlgweoohelxlafevfnrnt/Build/Products/Debug-iphonesimulator/REES46Demo.app/Frameworks/FirebaseMessaging.framework: replacing existing signature
rsync --delete -av --filter P .*.?????? --links --filter "- CVS/" --filter "- .svn/" --filter "- .git/" --filter "- .hg/" --filter "- Headers" --filter "- PrivateHeaders" --filter "- Modules" "/Users/borystrubitsun/Library/Developer/Xcode/DerivedData/REES46-dnyzkgijlgweoohelxlafevfnrnt/Build/Products/Debug-iphonesimulator/GoogleDataTransport/GoogleDataTransport.framework" "/Users/borystrubitsun/Library/Developer/Xcode/DerivedData/REES46-dnyzkgijlgweoohelxlafevfnrnt/Build/Products/Debug-iphonesimulator/REES46Demo.app/Frameworks"
building file list ... done
GoogleDataTransport.framework/
GoogleDataTransport.framework/GoogleDataTransport
GoogleDataTransport.framework/_CodeSignature/CodeResources
sent 424059 bytes received 70 bytes 848258.00 bytes/sec
total size is 424469 speedup is 1.00
Code Signing /Users/borystrubitsun/Library/Developer/Xcode/DerivedData/REES46-dnyzkgijlgweoohelxlafevfnrnt/Build/Products/Debug-iphonesimulator/REES46Demo.app/Frameworks/GoogleDataTransport.framework with Identity -
/usr/bin/codesign --force --sign - --preserve-metadata=identifier,entitlements '/Users/borystrubitsun/Library/Developer/Xcode/DerivedData/REES46-dnyzkgijlgweoohelxlafevfnrnt/Build/Products/Debug-iphonesimulator/REES46Demo.app/Frameworks/GoogleDataTransport.framework'
/Users/borystrubitsun/Library/Developer/Xcode/DerivedData/REES46-dnyzkgijlgweoohelxlafevfnrnt/Build/Products/Debug-iphonesimulator/REES46Demo.app/Frameworks/GoogleDataTransport.framework: replacing existing signature
rsync --delete -av --filter P .*.?????? --links --filter "- CVS/" --filter "- .svn/" --filter "- .git/" --filter "- .hg/" --filter "- Headers" --filter "- PrivateHeaders" --filter "- Modules" "/Users/borystrubitsun/Library/Developer/Xcode/DerivedData/REES46-dnyzkgijlgweoohelxlafevfnrnt/Build/Products/Debug-iphonesimulator/GoogleUtilities/GoogleUtilities.framework" "/Users/borystrubitsun/Library/Developer/Xcode/DerivedData/REES46-dnyzkgijlgweoohelxlafevfnrnt/Build/Products/Debug-iphonesimulator/REES46Demo.app/Frameworks"
building file list ... done
GoogleUtilities.framework/
GoogleUtilities.framework/GoogleUtilities
GoogleUtilities.framework/_CodeSignature/CodeResources
sent 342639 bytes received 70 bytes 685418.00 bytes/sec
total size is 343058 speedup is 1.00
Code Signing /Users/borystrubitsun/Library/Developer/Xcode/DerivedData/REES46-dnyzkgijlgweoohelxlafevfnrnt/Build/Products/Debug-iphonesimulator/REES46Demo.app/Frameworks/GoogleUtilities.framework with Identity -
/usr/bin/codesign --force --sign - --preserve-metadata=identifier,entitlements '/Users/borystrubitsun/Library/Developer/Xcode/DerivedData/REES46-dnyzkgijlgweoohelxlafevfnrnt/Build/Products/Debug-iphonesimulator/REES46Demo.app/Frameworks/GoogleUtilities.framework'
/Users/borystrubitsun/Library/Developer/Xcode/DerivedData/REES46-dnyzkgijlgweoohelxlafevfnrnt/Build/Products/Debug-iphonesimulator/REES46Demo.app/Frameworks/GoogleUtilities.framework: replacing existing signature
rsync --delete -av --filter P .*.?????? --links --filter "- CVS/" --filter "- .svn/" --filter "- .git/" --filter "- .hg/" --filter "- Headers" --filter "- PrivateHeaders" --filter "- Modules" "/Users/borystrubitsun/Library/Developer/Xcode/DerivedData/REES46-dnyzkgijlgweoohelxlafevfnrnt/Build/Products/Debug-iphonesimulator/PromisesObjC/FBLPromises.framework" "/Users/borystrubitsun/Library/Developer/Xcode/DerivedData/REES46-dnyzkgijlgweoohelxlafevfnrnt/Build/Products/Debug-iphonesimulator/REES46Demo.app/Frameworks"
building file list ... done
FBLPromises.framework/
FBLPromises.framework/FBLPromises
FBLPromises.framework/_CodeSignature/CodeResources
sent 212115 bytes received 70 bytes 424370.00 bytes/sec
total size is 212547 speedup is 1.00
Code Signing /Users/borystrubitsun/Library/Developer/Xcode/DerivedData/REES46-dnyzkgijlgweoohelxlafevfnrnt/Build/Products/Debug-iphonesimulator/REES46Demo.app/Frameworks/FBLPromises.framework with Identity -
/usr/bin/codesign --force --sign - --preserve-metadata=identifier,entitlements '/Users/borystrubitsun/Library/Developer/Xcode/DerivedData/REES46-dnyzkgijlgweoohelxlafevfnrnt/Build/Products/Debug-iphonesimulator/REES46Demo.app/Frameworks/FBLPromises.framework'
/Users/borystrubitsun/Library/Developer/Xcode/DerivedData/REES46-dnyzkgijlgweoohelxlafevfnrnt/Build/Products/Debug-iphonesimulator/REES46Demo.app/Frameworks/FBLPromises.framework: replacing existing signature
rsync --delete -av --filter P .*.?????? --links --filter "- CVS/" --filter "- .svn/" --filter "- .git/" --filter "- .hg/" --filter "- Headers" --filter "- PrivateHeaders" --filter "- Modules" "/Users/borystrubitsun/Library/Developer/Xcode/DerivedData/REES46-dnyzkgijlgweoohelxlafevfnrnt/Build/Products/Debug-iphonesimulator/REES46/REES46.framework" "/Users/borystrubitsun/Library/Developer/Xcode/DerivedData/REES46-dnyzkgijlgweoohelxlafevfnrnt/Build/Products/Debug-iphonesimulator/REES46Demo.app/Frameworks"
building file list ... done
REES46.framework/
REES46.framework/REES46
REES46.framework/_CodeSignature/CodeResources
sent 4655738 bytes received 70 bytes 9311616.00 bytes/sec
total size is 4734805 speedup is 1.02
Code Signing /Users/borystrubitsun/Library/Developer/Xcode/DerivedData/REES46-dnyzkgijlgweoohelxlafevfnrnt/Build/Products/Debug-iphonesimulator/REES46Demo.app/Frameworks/REES46.framework with Identity -
/usr/bin/codesign --force --sign - --preserve-metadata=identifier,entitlements '/Users/borystrubitsun/Library/Developer/Xcode/DerivedData/REES46-dnyzkgijlgweoohelxlafevfnrnt/Build/Products/Debug-iphonesimulator/REES46Demo.app/Frameworks/REES46.framework'
/Users/borystrubitsun/Library/Developer/Xcode/DerivedData/REES46-dnyzkgijlgweoohelxlafevfnrnt/Build/Products/Debug-iphonesimulator/REES46Demo.app/Frameworks/REES46.framework: replacing existing signature
rsync --delete -av --filter P .*.?????? --links --filter "- CVS/" --filter "- .svn/" --filter "- .git/" --filter "- .hg/" --filter "- Headers" --filter "- PrivateHeaders" --filter "- Modules" "/Users/borystrubitsun/Library/Developer/Xcode/DerivedData/REES46-dnyzkgijlgweoohelxlafevfnrnt/Build/Products/Debug-iphonesimulator/nanopb/nanopb.framework" "/Users/borystrubitsun/Library/Developer/Xcode/DerivedData/REES46-dnyzkgijlgweoohelxlafevfnrnt/Build/Products/Debug-iphonesimulator/REES46Demo.app/Frameworks"
building file list ... done
nanopb.framework/
nanopb.framework/nanopb
nanopb.framework/_CodeSignature/CodeResources
sent 100351 bytes received 70 bytes 200842.00 bytes/sec
total size is 100803 speedup is 1.00
Code Signing /Users/borystrubitsun/Library/Developer/Xcode/DerivedData/REES46-dnyzkgijlgweoohelxlafevfnrnt/Build/Products/Debug-iphonesimulator/REES46Demo.app/Frameworks/nanopb.framework with Identity -
/usr/bin/codesign --force --sign - --preserve-metadata=identifier,entitlements '/Users/borystrubitsun/Library/Developer/Xcode/DerivedData/REES46-dnyzkgijlgweoohelxlafevfnrnt/Build/Products/Debug-iphonesimulator/REES46Demo.app/Frameworks/nanopb.framework'
/Users/borystrubitsun/Library/Developer/Xcode/DerivedData/REES46-dnyzkgijlgweoohelxlafevfnrnt/Build/Products/Debug-iphonesimulator/REES46Demo.app/Frameworks/nanopb.framework: replacing existing signature
CopySwiftLibs /Users/borystrubitsun/Library/Developer/Xcode/DerivedData/REES46-dnyzkgijlgweoohelxlafevfnrnt/Build/Products/Debug-iphonesimulator/REES46Demo.app (in target 'REES46Demo' from project 'REES46')
cd /Users/borystrubitsun/StudioProjects/ios-sdk/DemoApp
builtin-swiftStdLibTool --copy --verbose --sign - --scan-executable /Users/borystrubitsun/Library/Developer/Xcode/DerivedData/REES46-dnyzkgijlgweoohelxlafevfnrnt/Build/Products/Debug-iphonesimulator/REES46Demo.app/REES46Demo --scan-folder /Users/borystrubitsun/Library/Developer/Xcode/DerivedData/REES46-dnyzkgijlgweoohelxlafevfnrnt/Build/Products/Debug-iphonesimulator/REES46Demo.app/Frameworks --scan-folder /Users/borystrubitsun/Library/Developer/Xcode/DerivedData/REES46-dnyzkgijlgweoohelxlafevfnrnt/Build/Products/Debug-iphonesimulator/REES46Demo.app/PlugIns --scan-folder /Users/borystrubitsun/Library/Developer/Xcode/DerivedData/REES46-dnyzkgijlgweoohelxlafevfnrnt/Build/Products/Debug-iphonesimulator/REES46Demo.app/SystemExtensions --scan-folder /Users/borystrubitsun/Library/Developer/Xcode/DerivedData/REES46-dnyzkgijlgweoohelxlafevfnrnt/Build/Products/Debug-iphonesimulator/REES46Demo.app/Extensions --scan-folder /Users/borystrubitsun/Library/Developer/Xcode/DerivedData/REES46-dnyzkgijlgweoohelxlafevfnrnt/Build/Products/Debug-iphonesimulator/Pods_REES46Demo.framework --platform iphonesimulator --toolchain /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain --destination /Users/borystrubitsun/Library/Developer/Xcode/DerivedData/REES46-dnyzkgijlgweoohelxlafevfnrnt/Build/Products/Debug-iphonesimulator/REES46Demo.app/Frameworks --strip-bitcode --strip-bitcode-tool /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/bitcode_strip --emit-dependency-info /Users/borystrubitsun/Library/Developer/Xcode/DerivedData/REES46-dnyzkgijlgweoohelxlafevfnrnt/Build/Intermediates.noindex/REES46.build/Debug-iphonesimulator/REES46Demo.build/SwiftStdLibToolInputDependencies.dep --filter-for-swift-os
SwiftDriver REES46Tests normal arm64 com.apple.xcode.tools.swift.compiler (in target 'REES46Tests' from project 'REES46')
cd /Users/borystrubitsun/StudioProjects/ios-sdk/DemoApp
builtin-SwiftDriver -- /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name REES46Tests -Onone -enforce-exclusivity\=checked @/Users/borystrubitsun/Library/Developer/Xcode/DerivedData/REES46-dnyzkgijlgweoohelxlafevfnrnt/Build/Intermediates.noindex/REES46.build/Debug-iphonesimulator/REES46Tests.build/Objects-normal/arm64/REES46Tests.SwiftFileList -sdk /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator17.5.sdk -target arm64-apple-ios12.0-simulator -enable-bare-slash-regex -g -module-cache-path /Users/borystrubitsun/Library/Developer/Xcode/DerivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -enable-testing -index-store-path /Users/borystrubitsun/Library/Developer/Xcode/DerivedData/REES46-dnyzkgijlgweoohelxlafevfnrnt/Index.noindex/DataStore -swift-version 5 -I /Users/borystrubitsun/Library/Developer/Xcode/DerivedData/REES46-dnyzkgijlgweoohelxlafevfnrnt/Build/Products/Debug-iphonesimulator -I /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/lib -F /Users/borystrubitsun/Library/Developer/Xcode/DerivedData/REES46-dnyzkgijlgweoohelxlafevfnrnt/Build/Products/Debug-iphonesimulator -F /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Library/Frameworks -F /Users/borystrubitsun/Library/Developer/Xcode/DerivedData/REES46-dnyzkgijlgweoohelxlafevfnrnt/Build/Products/Debug-iphonesimulator/FirebaseCore -F /Users/borystrubitsun/Library/Developer/Xcode/DerivedData/REES46-dnyzkgijlgweoohelxlafevfnrnt/Build/Products/Debug-iphonesimulator/FirebaseCoreInternal -F /Users/borystrubitsun/Library/Developer/Xcode/DerivedData/REES46-dnyzkgijlgweoohelxlafevfnrnt/Build/Products/Debug-iphonesimulator/FirebaseInstallations -F /Users/borystrubitsun/Library/Developer/Xcode/DerivedData/REES46-dnyzkgijlgweoohelxlafevfnrnt/Build/Products/Debug-iphonesimulator/FirebaseMessaging -F /Users/borystrubitsun/Library/Developer/Xcode/DerivedData/REES46-dnyzkgijlgweoohelxlafevfnrnt/Build/Products/Debug-iphonesimulator/GoogleDataTransport -F /Users/borystrubitsun/Library/Developer/Xcode/DerivedData/REES46-dnyzkgijlgweoohelxlafevfnrnt/Build/Products/Debug-iphonesimulator/GoogleUtilities -F /Users/borystrubitsun/Library/Developer/Xcode/DerivedData/REES46-dnyzkgijlgweoohelxlafevfnrnt/Build/Products/Debug-iphonesimulator/PromisesObjC -F /Users/borystrubitsun/Library/Developer/Xcode/DerivedData/REES46-dnyzkgijlgweoohelxlafevfnrnt/Build/Products/Debug-iphonesimulator/REES46 -F /Users/borystrubitsun/Library/Developer/Xcode/DerivedData/REES46-dnyzkgijlgweoohelxlafevfnrnt/Build/Products/Debug-iphonesimulator/nanopb -F /Users/borystrubitsun/StudioProjects/ios-sdk/DemoApp/Pods/FirebaseAnalytics/Frameworks -F /Users/borystrubitsun/StudioProjects/ios-sdk/DemoApp/Pods/GoogleAppMeasurement/Frameworks -F /Users/borystrubitsun/Library/Developer/Xcode/DerivedData/REES46-dnyzkgijlgweoohelxlafevfnrnt/Build/Products/Debug-iphonesimulator/XCFrameworkIntermediates/FirebaseAnalytics/AdIdSupport -F /Users/borystrubitsun/Library/Developer/Xcode/DerivedData/REES46-dnyzkgijlgweoohelxlafevfnrnt/Build/Products/Debug-iphonesimulator/XCFrameworkIntermediates/GoogleAppMeasurement/AdIdSupport -F /Users/borystrubitsun/Library/Developer/Xcode/DerivedData/REES46-dnyzkgijlgweoohelxlafevfnrnt/Build/Products/Debug-iphonesimulator/XCFrameworkIntermediates/GoogleAppMeasurement/WithoutAdIdSupport -F /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator17.5.sdk/Developer/Library/Frameworks -parse-as-library -c -j8 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/borystrubitsun/Library/Developer/Xcode/DerivedData/SDKStatCaches.noindex/iphonesimulator17.5-21F77-c098706a9f71eba4e76ae92ab367209a.sdkstatcache -output-file-map /Users/borystrubitsun/Library/Developer/Xcode/DerivedData/REES46-dnyzkgijlgweoohelxlafevfnrnt/Build/Intermediates.noindex/REES46.build/Debug-iphonesimulator/REES46Tests.build/Objects-normal/arm64/REES46Tests-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/borystrubitsun/Library/Developer/Xcode/DerivedData/REES46-dnyzkgijlgweoohelxlafevfnrnt/Build/Intermediates.noindex/REES46.build/Debug-iphonesimulator/REES46Tests.build/Objects-normal/arm64/REES46Tests.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/borystrubitsun/Library/Developer/Xcode/DerivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/borystrubitsun/Library/Developer/Xcode/DerivedData/REES46-dnyzkgijlgweoohelxlafevfnrnt/Build/Intermediates.noindex/REES46.build/Debug-iphonesimulator/REES46Tests.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/borystrubitsun/Library/Developer/Xcode/DerivedData/REES46-dnyzkgijlgweoohelxlafevfnrnt/Build/Intermediates.noindex/REES46.build/Debug-iphonesimulator/REES46Tests.build/Objects-normal/arm64/REES46Tests_const_extract_protocols.json -Xcc -iquote -Xcc /Users/borystrubitsun/Library/Developer/Xcode/DerivedData/REES46-dnyzkgijlgweoohelxlafevfnrnt/Build/Intermediates.noindex/REES46.build/Debug-iphonesimulator/REES46Tests.build/REES46Tests-generated-files.hmap -Xcc -I/Users/borystrubitsun/Library/Developer/Xcode/DerivedData/REES46-dnyzkgijlgweoohelxlafevfnrnt/Build/Intermediates.noindex/REES46.build/Debug-iphonesimulator/REES46Tests.build/REES46Tests-own-target-headers.hmap -Xcc -I/Users/borystrubitsun/Library/Developer/Xcode/DerivedData/REES46-dnyzkgijlgweoohelxlafevfnrnt/Build/Intermediates.noindex/REES46.build/Debug-iphonesimulator/REES46Tests.build/REES46Tests-all-non-framework-target-headers.hmap -Xcc -ivfsoverlay -Xcc /Users/borystrubitsun/Library/Developer/Xcode/DerivedData/REES46-dnyzkgijlgweoohelxlafevfnrnt/Build/Intermediates.noindex/REES46.build/Debug-iphonesimulator/REES46Tests.build/all-product-headers.yaml -Xcc -iquote -Xcc /Users/borystrubitsun/Library/Developer/Xcode/DerivedData/REES46-dnyzkgijlgweoohelxlafevfnrnt/Build/Intermediates.noindex/REES46.build/Debug-iphonesimulator/REES46Tests.build/REES46Tests-project-headers.hmap -Xcc -I/Users/borystrubitsun/Library/Developer/Xcode/DerivedData/REES46-dnyzkgijlgweoohelxlafevfnrnt/Build/Products/Debug-iphonesimulator/include -Xcc -I/Users/borystrubitsun/Library/Developer/Xcode/DerivedData/REES46-dnyzkgijlgweoohelxlafevfnrnt/Build/Products/Debug-iphonesimulator/FirebaseCore/FirebaseCore.framework/Headers -Xcc -I/Users/borystrubitsun/Library/Developer/Xcode/DerivedData/REES46-dnyzkgijlgweoohelxlafevfnrnt/Build/Products/Debug-iphonesimulator/FirebaseCoreInternal/FirebaseCoreInternal.framework/Headers -Xcc -I/Users/borystrubitsun/Library/Developer/Xcode/DerivedData/REES46-dnyzkgijlgweoohelxlafevfnrnt/Build/Products/Debug-iphonesimulator/FirebaseInstallations/FirebaseInstallations.framework/Headers -Xcc -I/Users/borystrubitsun/Library/Developer/Xcode/DerivedData/REES46-dnyzkgijlgweoohelxlafevfnrnt/Build/Products/Debug-iphonesimulator/FirebaseMessaging/FirebaseMessaging.framework/Headers -Xcc -I/Users/borystrubitsun/Library/Developer/Xcode/DerivedData/REES46-dnyzkgijlgweoohelxlafevfnrnt/Build/Products/Debug-iphonesimulator/GoogleDataTransport/GoogleDataTransport.framework/Headers -Xcc -I/Users/borystrubitsun/Library/Developer/Xcode/DerivedData/REES46-dnyzkgijlgweoohelxlafevfnrnt/Build/Products/Debug-iphonesimulator/GoogleUtilities/GoogleUtilities.framework/Headers -Xcc -I/Users/borystrubitsun/Library/Developer/Xcode/DerivedData/REES46-dnyzkgijlgweoohelxlafevfnrnt/Build/Products/Debug-iphonesimulator/PromisesObjC/FBLPromises.framework/Headers -Xcc -I/Users/borystrubitsun/Library/Developer/Xcode/DerivedData/REES46-dnyzkgijlgweoohelxlafevfnrnt/Build/Products/Debug-iphonesimulator/REES46/REES46.framework/Headers -Xcc -I/Users/borystrubitsun/Library/Developer/Xcode/DerivedData/REES46-dnyzkgijlgweoohelxlafevfnrnt/Build/Products/Debug-iphonesimulator/nanopb/nanopb.framework/Headers -Xcc -I/Users/borystrubitsun/StudioProjects/ios-sdk/DemoApp/Pods/Headers/Public -Xcc -I/Users/borystrubitsun/StudioProjects/ios-sdk/DemoApp/Pods/Headers/Public/Firebase -Xcc -I/Users/borystrubitsun/StudioProjects/ios-sdk/DemoApp/Pods/Firebase/CoreOnly/Sources -Xcc -I/Users/borystrubitsun/Library/Developer/Xcode/DerivedData/REES46-dnyzkgijlgweoohelxlafevfnrnt/Build/Intermediates.noindex/REES46.build/Debug-iphonesimulator/REES46Tests.build/DerivedSources-normal/arm64 -Xcc -I/Users/borystrubitsun/Library/Developer/Xcode/DerivedData/REES46-dnyzkgijlgweoohelxlafevfnrnt/Build/Intermediates.noindex/REES46.build/Debug-iphonesimulator/REES46Tests.build/DerivedSources/arm64 -Xcc -I/Users/borystrubitsun/Library/Developer/Xcode/DerivedData/REES46-dnyzkgijlgweoohelxlafevfnrnt/Build/Intermediates.noindex/REES46.build/Debug-iphonesimulator/REES46Tests.build/DerivedSources -Xcc -DDEBUG\=1 -Xcc -DDEBUG\=1 -Xcc -DCOCOAPODS\=1 -Xcc -DDEBUG\=1 -Xcc -DPB_FIELD_32BIT\=1 -Xcc -DPB_NO_PACKED_STRUCTS\=1 -Xcc -DPB_ENABLE_MALLOC\=1 -emit-objc-header -emit-objc-header-path /Users/borystrubitsun/Library/Developer/Xcode/DerivedData/REES46-dnyzkgijlgweoohelxlafevfnrnt/Build/Intermediates.noindex/REES46.build/Debug-iphonesimulator/REES46Tests.build/Objects-normal/arm64/REES46Tests-Swift.h -working-directory /Users/borystrubitsun/StudioProjects/ios-sdk/DemoApp -experimental-emit-module-separately -disable-cmo
SwiftEmitModule normal arm64 Emitting\ module\ for\ REES46Tests (in target 'REES46Tests' from project 'REES46')
cd /Users/borystrubitsun/StudioProjects/ios-sdk/DemoApp
builtin-swiftTaskExecution -- /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -emit-module -experimental-skip-non-inlinable-function-bodies-without-types /Users/borystrubitsun/StudioProjects/ios-sdk/DemoApp/Tests/Tests.swift -target arm64-apple-ios12.0-simulator -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator17.5.sdk -I /Users/borystrubitsun/Library/Developer/Xcode/DerivedData/REES46-dnyzkgijlgweoohelxlafevfnrnt/Build/Products/Debug-iphonesimulator -I /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/lib -F /Users/borystrubitsun/Library/Developer/Xcode/DerivedData/REES46-dnyzkgijlgweoohelxlafevfnrnt/Build/Products/Debug-iphonesimulator -F /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Library/Frameworks -F /Users/borystrubitsun/Library/Developer/Xcode/DerivedData/REES46-dnyzkgijlgweoohelxlafevfnrnt/Build/Products/Debug-iphonesimulator/FirebaseCore -F /Users/borystrubitsun/Library/Developer/Xcode/DerivedData/REES46-dnyzkgijlgweoohelxlafevfnrnt/Build/Products/Debug-iphonesimulator/FirebaseCoreInternal -F /Users/borystrubitsun/Library/Developer/Xcode/DerivedData/REES46-dnyzkgijlgweoohelxlafevfnrnt/Build/Products/Debug-iphonesimulator/FirebaseInstallations -F /Users/borystrubitsun/Library/Developer/Xcode/DerivedData/REES46-dnyzkgijlgweoohelxlafevfnrnt/Build/Products/Debug-iphonesimulator/FirebaseMessaging -F /Users/borystrubitsun/Library/Developer/Xcode/DerivedData/REES46-dnyzkgijlgweoohelxlafevfnrnt/Build/Products/Debug-iphonesimulator/GoogleDataTransport -F /Users/borystrubitsun/Library/Developer/Xcode/DerivedData/REES46-dnyzkgijlgweoohelxlafevfnrnt/Build/Products/Debug-iphonesimulator/GoogleUtilities -F /Users/borystrubitsun/Library/Developer/Xcode/DerivedData/REES46-dnyzkgijlgweoohelxlafevfnrnt/Build/Products/Debug-iphonesimulator/PromisesObjC -F /Users/borystrubitsun/Library/Developer/Xcode/DerivedData/REES46-dnyzkgijlgweoohelxlafevfnrnt/Build/Products/Debug-iphonesimulator/REES46 -F /Users/borystrubitsun/Library/Developer/Xcode/DerivedData/REES46-dnyzkgijlgweoohelxlafevfnrnt/Build/Products/Debug-iphonesimulator/nanopb -F /Users/borystrubitsun/StudioProjects/ios-sdk/DemoApp/Pods/FirebaseAnalytics/Frameworks -F /Users/borystrubitsun/StudioProjects/ios-sdk/DemoApp/Pods/GoogleAppMeasurement/Frameworks -F /Users/borystrubitsun/Library/Developer/Xcode/DerivedData/REES46-dnyzkgijlgweoohelxlafevfnrnt/Build/Products/Debug-iphonesimulator/XCFrameworkIntermediates/FirebaseAnalytics/AdIdSupport -F /Users/borystrubitsun/Library/Developer/Xcode/DerivedData/REES46-dnyzkgijlgweoohelxlafevfnrnt/Build/Products/Debug-iphonesimulator/XCFrameworkIntermediates/GoogleAppMeasurement/AdIdSupport -F /Users/borystrubitsun/Library/Developer/Xcode/DerivedData/REES46-dnyzkgijlgweoohelxlafevfnrnt/Build/Products/Debug-iphonesimulator/XCFrameworkIntermediates/GoogleAppMeasurement/WithoutAdIdSupport -F /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator17.5.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/borystrubitsun/Library/Developer/Xcode/DerivedData/ModuleCache.noindex -swift-version 5 -enforce-exclusivity\=checked -Onone -serialize-debugging-options -const-gather-protocols-file /Users/borystrubitsun/Library/Developer/Xcode/DerivedData/REES46-dnyzkgijlgweoohelxlafevfnrnt/Build/Intermediates.noindex/REES46.build/Debug-iphonesimulator/REES46Tests.build/Objects-normal/arm64/REES46Tests_const_extract_protocols.json -enable-bare-slash-regex -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/borystrubitsun/Library/Developer/Xcode/DerivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/borystrubitsun/StudioProjects/ios-sdk/DemoApp -resource-dir /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -ivfsstatcache -Xcc /Users/borystrubitsun/Library/Developer/Xcode/DerivedData/SDKStatCaches.noindex/iphonesimulator17.5-21F77-c098706a9f71eba4e76ae92ab367209a.sdkstatcache -Xcc -I/Users/borystrubitsun/Library/Developer/Xcode/DerivedData/REES46-dnyzkgijlgweoohelxlafevfnrnt/Build/Intermediates.noindex/REES46.build/Debug-iphonesimulator/REES46Tests.build/swift-overrides.hmap -Xcc -iquote -Xcc /Users/borystrubitsun/Library/Developer/Xcode/DerivedData/REES46-dnyzkgijlgweoohelxlafevfnrnt/Build/Intermediates.noindex/REES46.build/Debug-iphonesimulator/REES46Tests.build/REES46Tests-generated-files.hmap -Xcc -I/Users/borystrubitsun/Library/Developer/Xcode/DerivedData/REES46-dnyzkgijlgweoohelxlafevfnrnt/Build/Intermediates.noindex/REES46.build/Debug-iphonesimulator/REES46Tests.build/REES46Tests-own-target-headers.hmap -Xcc -I/Users/borystrubitsun/Library/Developer/Xcode/DerivedData/REES46-dnyzkgijlgweoohelxlafevfnrnt/Build/Intermediates.noindex/REES46.build/Debug-iphonesimulator/REES46Tests.build/REES46Tests-all-non-framework-target-headers.hmap -Xcc -ivfsoverlay -Xcc /Users/borystrubitsun/Library/Developer/Xcode/DerivedData/REES46-dnyzkgijlgweoohelxlafevfnrnt/Build/Intermediates.noindex/REES46.build/Debug-iphonesimulator/REES46Tests.build/all-product-headers.yaml -Xcc -iquote -Xcc /Users/borystrubitsun/Library/Developer/Xcode/DerivedData/REES46-dnyzkgijlgweoohelxlafevfnrnt/Build/Intermediates.noindex/REES46.build/Debug-iphonesimulator/REES46Tests.build/REES46Tests-project-headers.hmap -Xcc -I/Users/borystrubitsun/Library/Developer/Xcode/DerivedData/REES46-dnyzkgijlgweoohelxlafevfnrnt/Build/Products/Debug-iphonesimulator/include -Xcc -I/Users/borystrubitsun/Library/Developer/Xcode/DerivedData/REES46-dnyzkgijlgweoohelxlafevfnrnt/Build/Products/Debug-iphonesimulator/FirebaseCore/FirebaseCore.framework/Headers -Xcc -I/Users/borystrubitsun/Library/Developer/Xcode/DerivedData/REES46-dnyzkgijlgweoohelxlafevfnrnt/Build/Products/Debug-iphonesimulator/FirebaseCoreInternal/FirebaseCoreInternal.framework/Headers -Xcc -I/Users/borystrubitsun/Library/Developer/Xcode/DerivedData/REES46-dnyzkgijlgweoohelxlafevfnrnt/Build/Products/Debug-iphonesimulator/FirebaseInstallations/FirebaseInstallations.framework/Headers -Xcc -I/Users/borystrubitsun/Library/Developer/Xcode/DerivedData/REES46-dnyzkgijlgweoohelxlafevfnrnt/Build/Products/Debug-iphonesimulator/FirebaseMessaging/FirebaseMessaging.framework/Headers -Xcc -I/Users/borystrubitsun/Library/Developer/Xcode/DerivedData/REES46-dnyzkgijlgweoohelxlafevfnrnt/Build/Products/Debug-iphonesimulator/GoogleDataTransport/GoogleDataTransport.framework/Headers -Xcc -I/Users/borystrubitsun/Library/Developer/Xcode/DerivedData/REES46-dnyzkgijlgweoohelxlafevfnrnt/Build/Products/Debug-iphonesimulator/GoogleUtilities/GoogleUtilities.framework/Headers -Xcc -I/Users/borystrubitsun/Library/Developer/Xcode/DerivedData/REES46-dnyzkgijlgweoohelxlafevfnrnt/Build/Products/Debug-iphonesimulator/PromisesObjC/FBLPromises.framework/Headers -Xcc -I/Users/borystrubitsun/Library/Developer/Xcode/DerivedData/REES46-dnyzkgijlgweoohelxlafevfnrnt/Build/Products/Debug-iphonesimulator/REES46/REES46.framework/Headers -Xcc -I/Users/borystrubitsun/Library/Developer/Xcode/DerivedData/REES46-dnyzkgijlgweoohelxlafevfnrnt/Build/Products/Debug-iphonesimulator/nanopb/nanopb.framework/Headers -Xcc -I/Users/borystrubitsun/StudioProjects/ios-sdk/DemoApp/Pods/Headers/Public -Xcc -I/Users/borystrubitsun/StudioProjects/ios-sdk/DemoApp/Pods/Headers/Public/Firebase -Xcc -I/Users/borystrubitsun/StudioProjects/ios-sdk/DemoApp/Pods/Firebase/CoreOnly/Sources -Xcc -I/Users/borystrubitsun/Library/Developer/Xcode/DerivedData/REES46-dnyzkgijlgweoohelxlafevfnrnt/Build/Intermediates.noindex/REES46.build/Debug-iphonesimulator/REES46Tests.build/DerivedSources-normal/arm64 -Xcc -I/Users/borystrubitsun/Library/Developer/Xcode/DerivedData/REES46-dnyzkgijlgweoohelxlafevfnrnt/Build/Intermediates.noindex/REES46.build/Debug-iphonesimulator/REES46Tests.build/DerivedSources/arm64 -Xcc -I/Users/borystrubitsun/Library/Developer/Xcode/DerivedData/REES46-dnyzkgijlgweoohelxlafevfnrnt/Build/Intermediates.noindex/REES46.build/Debug-iphonesimulator/REES46Tests.build/DerivedSources -Xcc -DDEBUG\=1 -Xcc -DDEBUG\=1 -Xcc -DCOCOAPODS\=1 -Xcc -DDEBUG\=1 -Xcc -DPB_FIELD_32BIT\=1 -Xcc -DPB_NO_PACKED_STRUCTS\=1 -Xcc -DPB_ENABLE_MALLOC\=1 -module-name REES46Tests -disable-clang-spi -target-sdk-version 17.5 -target-sdk-name iphonesimulator17.5 -external-plugin-path /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator17.5.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator17.5.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator17.5.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator17.5.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -emit-module-doc-path /Users/borystrubitsun/Library/Developer/Xcode/DerivedData/REES46-dnyzkgijlgweoohelxlafevfnrnt/Build/Intermediates.noindex/REES46.build/Debug-iphonesimulator/REES46Tests.build/Objects-normal/arm64/REES46Tests.swiftdoc -emit-module-source-info-path /Users/borystrubitsun/Library/Developer/Xcode/DerivedData/REES46-dnyzkgijlgweoohelxlafevfnrnt/Build/Intermediates.noindex/REES46.build/Debug-iphonesimulator/REES46Tests.build/Objects-normal/arm64/REES46Tests.swiftsourceinfo -emit-objc-header-path /Users/borystrubitsun/Library/Developer/Xcode/DerivedData/REES46-dnyzkgijlgweoohelxlafevfnrnt/Build/Intermediates.noindex/REES46.build/Debug-iphonesimulator/REES46Tests.build/Objects-normal/arm64/REES46Tests-Swift.h -serialize-diagnostics-path /Users/borystrubitsun/Library/Developer/Xcode/DerivedData/REES46-dnyzkgijlgweoohelxlafevfnrnt/Build/Intermediates.noindex/REES46.build/Debug-iphonesimulator/REES46Tests.build/Objects-normal/arm64/REES46Tests-master-emit-module.dia -emit-dependencies-path /Users/borystrubitsun/Library/Developer/Xcode/DerivedData/REES46-dnyzkgijlgweoohelxlafevfnrnt/Build/Intermediates.noindex/REES46.build/Debug-iphonesimulator/REES46Tests.build/Objects-normal/arm64/REES46Tests-master-emit-module.d -parse-as-library -o /Users/borystrubitsun/Library/Developer/Xcode/DerivedData/REES46-dnyzkgijlgweoohelxlafevfnrnt/Build/Intermediates.noindex/REES46.build/Debug-iphonesimulator/REES46Tests.build/Objects-normal/arm64/REES46Tests.swiftmodule -emit-abi-descriptor-path /Users/borystrubitsun/Library/Developer/Xcode/DerivedData/REES46-dnyzkgijlgweoohelxlafevfnrnt/Build/Intermediates.noindex/REES46.build/Debug-iphonesimulator/REES46Tests.build/Objects-normal/arm64/REES46Tests.abi.json
SwiftCompile normal arm64 Compiling\ Tests.swift /Users/borystrubitsun/StudioProjects/ios-sdk/DemoApp/Tests/Tests.swift (in target 'REES46Tests' from project 'REES46')
cd /Users/borystrubitsun/StudioProjects/ios-sdk/DemoApp
builtin-swiftTaskExecution -- /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -c -primary-file /Users/borystrubitsun/StudioProjects/ios-sdk/DemoApp/Tests/Tests.swift -emit-dependencies-path /Users/borystrubitsun/Library/Developer/Xcode/DerivedData/REES46-dnyzkgijlgweoohelxlafevfnrnt/Build/Intermediates.noindex/REES46.build/Debug-iphonesimulator/REES46Tests.build/Objects-normal/arm64/Tests.d -emit-const-values-path /Users/borystrubitsun/Library/Developer/Xcode/DerivedData/REES46-dnyzkgijlgweoohelxlafevfnrnt/Build/Intermediates.noindex/REES46.build/Debug-iphonesimulator/REES46Tests.build/Objects-normal/arm64/Tests.swiftconstvalues -emit-reference-dependencies-path /Users/borystrubitsun/Library/Developer/Xcode/DerivedData/REES46-dnyzkgijlgweoohelxlafevfnrnt/Build/Intermediates.noindex/REES46.build/Debug-iphonesimulator/REES46Tests.build/Objects-normal/arm64/Tests.swiftdeps -serialize-diagnostics-path /Users/borystrubitsun/Library/Developer/Xcode/DerivedData/REES46-dnyzkgijlgweoohelxlafevfnrnt/Build/Intermediates.noindex/REES46.build/Debug-iphonesimulator/REES46Tests.build/Objects-normal/arm64/Tests.dia -target arm64-apple-ios12.0-simulator -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator17.5.sdk -I /Users/borystrubitsun/Library/Developer/Xcode/DerivedData/REES46-dnyzkgijlgweoohelxlafevfnrnt/Build/Products/Debug-iphonesimulator -I /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/lib -F /Users/borystrubitsun/Library/Developer/Xcode/DerivedData/REES46-dnyzkgijlgweoohelxlafevfnrnt/Build/Products/Debug-iphonesimulator -F /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Library/Frameworks -F /Users/borystrubitsun/Library/Developer/Xcode/DerivedData/REES46-dnyzkgijlgweoohelxlafevfnrnt/Build/Products/Debug-iphonesimulator/FirebaseCore -F /Users/borystrubitsun/Library/Developer/Xcode/DerivedData/REES46-dnyzkgijlgweoohelxlafevfnrnt/Build/Products/Debug-iphonesimulator/FirebaseCoreInternal -F /Users/borystrubitsun/Library/Developer/Xcode/DerivedData/REES46-dnyzkgijlgweoohelxlafevfnrnt/Build/Products/Debug-iphonesimulator/FirebaseInstallations -F /Users/borystrubitsun/Library/Developer/Xcode/DerivedData/REES46-dnyzkgijlgweoohelxlafevfnrnt/Build/Products/Debug-iphonesimulator/FirebaseMessaging -F /Users/borystrubitsun/Library/Developer/Xcode/DerivedData/REES46-dnyzkgijlgweoohelxlafevfnrnt/Build/Products/Debug-iphonesimulator/GoogleDataTransport -F /Users/borystrubitsun/Library/Developer/Xcode/DerivedData/REES46-dnyzkgijlgweoohelxlafevfnrnt/Build/Products/Debug-iphonesimulator/GoogleUtilities -F /Users/borystrubitsun/Library/Developer/Xcode/DerivedData/REES46-dnyzkgijlgweoohelxlafevfnrnt/Build/Products/Debug-iphonesimulator/PromisesObjC -F /Users/borystrubitsun/Library/Developer/Xcode/DerivedData/REES46-dnyzkgijlgweoohelxlafevfnrnt/Build/Products/Debug-iphonesimulator/REES46 -F /Users/borystrubitsun/Library/Developer/Xcode/DerivedData/REES46-dnyzkgijlgweoohelxlafevfnrnt/Build/Products/Debug-iphonesimulator/nanopb -F /Users/borystrubitsun/StudioProjects/ios-sdk/DemoApp/Pods/FirebaseAnalytics/Frameworks -F /Users/borystrubitsun/StudioProjects/ios-sdk/DemoApp/Pods/GoogleAppMeasurement/Frameworks -F /Users/borystrubitsun/Library/Developer/Xcode/DerivedData/REES46-dnyzkgijlgweoohelxlafevfnrnt/Build/Products/Debug-iphonesimulator/XCFrameworkIntermediates/FirebaseAnalytics/AdIdSupport -F /Users/borystrubitsun/Library/Developer/Xcode/DerivedData/REES46-dnyzkgijlgweoohelxlafevfnrnt/Build/Products/Debug-iphonesimulator/XCFrameworkIntermediates/GoogleAppMeasurement/AdIdSupport -F /Users/borystrubitsun/Library/Developer/Xcode/DerivedData/REES46-dnyzkgijlgweoohelxlafevfnrnt/Build/Products/Debug-iphonesimulator/XCFrameworkIntermediates/GoogleAppMeasurement/WithoutAdIdSupport -F /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator17.5.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/borystrubitsun/Library/Developer/Xcode/DerivedData/ModuleCache.noindex -swift-version 5 -enforce-exclusivity\=checked -Onone -serialize-debugging-options -const-gather-protocols-file /Users/borystrubitsun/Library/Developer/Xcode/DerivedData/REES46-dnyzkgijlgweoohelxlafevfnrnt/Build/Intermediates.noindex/REES46.build/Debug-iphonesimulator/REES46Tests.build/Objects-normal/arm64/REES46Tests_const_extract_protocols.json -enable-bare-slash-regex -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/borystrubitsun/Library/Developer/Xcode/DerivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/borystrubitsun/StudioProjects/ios-sdk/DemoApp -resource-dir /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -ivfsstatcache -Xcc /Users/borystrubitsun/Library/Developer/Xcode/DerivedData/SDKStatCaches.noindex/iphonesimulator17.5-21F77-c098706a9f71eba4e76ae92ab367209a.sdkstatcache -Xcc -I/Users/borystrubitsun/Library/Developer/Xcode/DerivedData/REES46-dnyzkgijlgweoohelxlafevfnrnt/Build/Intermediates.noindex/REES46.build/Debug-iphonesimulator/REES46Tests.build/swift-overrides.hmap -Xcc -iquote -Xcc /Users/borystrubitsun/Library/Developer/Xcode/DerivedData/REES46-dnyzkgijlgweoohelxlafevfnrnt/Build/Intermediates.noindex/REES46.build/Debug-iphonesimulator/REES46Tests.build/REES46Tests-generated-files.hmap -Xcc -I/Users/borystrubitsun/Library/Developer/Xcode/DerivedData/REES46-dnyzkgijlgweoohelxlafevfnrnt/Build/Intermediates.noindex/REES46.build/Debug-iphonesimulator/REES46Tests.build/REES46Tests-own-target-headers.hmap -Xcc -I/Users/borystrubitsun/Library/Developer/Xcode/DerivedData/REES46-dnyzkgijlgweoohelxlafevfnrnt/Build/Intermediates.noindex/REES46.build/Debug-iphonesimulator/REES46Tests.build/REES46Tests-all-non-framework-target-headers.hmap -Xcc -ivfsoverlay -Xcc /Users/borystrubitsun/Library/Developer/Xcode/DerivedData/REES46-dnyzkgijlgweoohelxlafevfnrnt/Build/Intermediates.noindex/REES46.build/Debug-iphonesimulator/REES46Tests.build/all-product-headers.yaml -Xcc -iquote -Xcc /Users/borystrubitsun/Library/Developer/Xcode/DerivedData/REES46-dnyzkgijlgweoohelxlafevfnrnt/Build/Intermediates.noindex/REES46.build/Debug-iphonesimulator/REES46Tests.build/REES46Tests-project-headers.hmap -Xcc -I/Users/borystrubitsun/Library/Developer/Xcode/DerivedData/REES46-dnyzkgijlgweoohelxlafevfnrnt/Build/Products/Debug-iphonesimulator/include -Xcc -I/Users/borystrubitsun/Library/Developer/Xcode/DerivedData/REES46-dnyzkgijlgweoohelxlafevfnrnt/Build/Products/Debug-iphonesimulator/FirebaseCore/FirebaseCore.framework/Headers -Xcc -I/Users/borystrubitsun/Library/Developer/Xcode/DerivedData/REES46-dnyzkgijlgweoohelxlafevfnrnt/Build/Products/Debug-iphonesimulator/FirebaseCoreInternal/FirebaseCoreInternal.framework/Headers -Xcc -I/Users/borystrubitsun/Library/Developer/Xcode/DerivedData/REES46-dnyzkgijlgweoohelxlafevfnrnt/Build/Products/Debug-iphonesimulator/FirebaseInstallations/FirebaseInstallations.framework/Headers -Xcc -I/Users/borystrubitsun/Library/Developer/Xcode/DerivedData/REES46-dnyzkgijlgweoohelxlafevfnrnt/Build/Products/Debug-iphonesimulator/FirebaseMessaging/FirebaseMessaging.framework/Headers -Xcc -I/Users/borystrubitsun/Library/Developer/Xcode/DerivedData/REES46-dnyzkgijlgweoohelxlafevfnrnt/Build/Products/Debug-iphonesimulator/GoogleDataTransport/GoogleDataTransport.framework/Headers -Xcc -I/Users/borystrubitsun/Library/Developer/Xcode/DerivedData/REES46-dnyzkgijlgweoohelxlafevfnrnt/Build/Products/Debug-iphonesimulator/GoogleUtilities/GoogleUtilities.framework/Headers -Xcc -I/Users/borystrubitsun/Library/Developer/Xcode/DerivedData/REES46-dnyzkgijlgweoohelxlafevfnrnt/Build/Products/Debug-iphonesimulator/PromisesObjC/FBLPromises.framework/Headers -Xcc -I/Users/borystrubitsun/Library/Developer/Xcode/DerivedData/REES46-dnyzkgijlgweoohelxlafevfnrnt/Build/Products/Debug-iphonesimulator/REES46/REES46.framework/Headers -Xcc -I/Users/borystrubitsun/Library/Developer/Xcode/DerivedData/REES46-dnyzkgijlgweoohelxlafevfnrnt/Build/Products/Debug-iphonesimulator/nanopb/nanopb.framework/Headers -Xcc -I/Users/borystrubitsun/StudioProjects/ios-sdk/DemoApp/Pods/Headers/Public -Xcc -I/Users/borystrubitsun/StudioProjects/ios-sdk/DemoApp/Pods/Headers/Public/Firebase -Xcc -I/Users/borystrubitsun/StudioProjects/ios-sdk/DemoApp/Pods/Firebase/CoreOnly/Sources -Xcc -I/Users/borystrubitsun/Library/Developer/Xcode/DerivedData/REES46-dnyzkgijlgweoohelxlafevfnrnt/Build/Intermediates.noindex/REES46.build/Debug-iphonesimulator/REES46Tests.build/DerivedSources-normal/arm64 -Xcc -I/Users/borystrubitsun/Library/Developer/Xcode/DerivedData/REES46-dnyzkgijlgweoohelxlafevfnrnt/Build/Intermediates.noindex/REES46.build/Debug-iphonesimulator/REES46Tests.build/DerivedSources/arm64 -Xcc -I/Users/borystrubitsun/Library/Developer/Xcode/DerivedData/REES46-dnyzkgijlgweoohelxlafevfnrnt/Build/Intermediates.noindex/REES46.build/Debug-iphonesimulator/REES46Tests.build/DerivedSources -Xcc -DDEBUG\=1 -Xcc -DDEBUG\=1 -Xcc -DCOCOAPODS\=1 -Xcc -DDEBUG\=1 -Xcc -DPB_FIELD_32BIT\=1 -Xcc -DPB_NO_PACKED_STRUCTS\=1 -Xcc -DPB_ENABLE_MALLOC\=1 -module-name REES46Tests -frontend-parseable-output -disable-clang-spi -target-sdk-version 17.5 -target-sdk-name iphonesimulator17.5 -external-plugin-path /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator17.5.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator17.5.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator17.5.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator17.5.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -parse-as-library -o /Users/borystrubitsun/Library/Developer/Xcode/DerivedData/REES46-dnyzkgijlgweoohelxlafevfnrnt/Build/Intermediates.noindex/REES46.build/Debug-iphonesimulator/REES46Tests.build/Objects-normal/arm64/Tests.o -index-unit-output-path /REES46.build/Debug-iphonesimulator/REES46Tests.build/Objects-normal/arm64/Tests.o -index-store-path /Users/borystrubitsun/Library/Developer/Xcode/DerivedData/REES46-dnyzkgijlgweoohelxlafevfnrnt/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/borystrubitsun/StudioProjects/ios-sdk/DemoApp/Tests/Tests.swift (in target 'REES46Tests' from project 'REES46')
cd /Users/borystrubitsun/StudioProjects/ios-sdk/DemoApp
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c -primary-file /Users/borystrubitsun/StudioProjects/ios-sdk/DemoApp/Tests/Tests.swift -emit-dependencies-path /Users/borystrubitsun/Library/Developer/Xcode/DerivedData/REES46-dnyzkgijlgweoohelxlafevfnrnt/Build/Intermediates.noindex/REES46.build/Debug-iphonesimulator/REES46Tests.build/Objects-normal/arm64/Tests.d -emit-const-values-path /Users/borystrubitsun/Library/Developer/Xcode/DerivedData/REES46-dnyzkgijlgweoohelxlafevfnrnt/Build/Intermediates.noindex/REES46.build/Debug-iphonesimulator/REES46Tests.build/Objects-normal/arm64/Tests.swiftconstvalues -emit-reference-dependencies-path /Users/borystrubitsun/Library/Developer/Xcode/DerivedData/REES46-dnyzkgijlgweoohelxlafevfnrnt/Build/Intermediates.noindex/REES46.build/Debug-iphonesimulator/REES46Tests.build/Objects-normal/arm64/Tests.swiftdeps -serialize-diagnostics-path /Users/borystrubitsun/Library/Developer/Xcode/DerivedData/REES46-dnyzkgijlgweoohelxlafevfnrnt/Build/Intermediates.noindex/REES46.build/Debug-iphonesimulator/REES46Tests.build/Objects-normal/arm64/Tests.dia -target arm64-apple-ios12.0-simulator -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator17.5.sdk -I /Users/borystrubitsun/Library/Developer/Xcode/DerivedData/REES46-dnyzkgijlgweoohelxlafevfnrnt/Build/Products/Debug-iphonesimulator -I /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/lib -F /Users/borystrubitsun/Library/Developer/Xcode/DerivedData/REES46-dnyzkgijlgweoohelxlafevfnrnt/Build/Products/Debug-iphonesimulator -F /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Library/Frameworks -F /Users/borystrubitsun/Library/Developer/Xcode/DerivedData/REES46-dnyzkgijlgweoohelxlafevfnrnt/Build/Products/Debug-iphonesimulator/FirebaseCore -F /Users/borystrubitsun/Library/Developer/Xcode/DerivedData/REES46-dnyzkgijlgweoohelxlafevfnrnt/Build/Products/Debug-iphonesimulator/FirebaseCoreInternal -F /Users/borystrubitsun/Library/Developer/Xcode/DerivedData/REES46-dnyzkgijlgweoohelxlafevfnrnt/Build/Products/Debug-iphonesimulator/FirebaseInstallations -F /Users/borystrubitsun/Library/Developer/Xcode/DerivedData/REES46-dnyzkgijlgweoohelxlafevfnrnt/Build/Products/Debug-iphonesimulator/FirebaseMessaging -F /Users/borystrubitsun/Library/Developer/Xcode/DerivedData/REES46-dnyzkgijlgweoohelxlafevfnrnt/Build/Products/Debug-iphonesimulator/GoogleDataTransport -F /Users/borystrubitsun/Library/Developer/Xcode/DerivedData/REES46-dnyzkgijlgweoohelxlafevfnrnt/Build/Products/Debug-iphonesimulator/GoogleUtilities -F /Users/borystrubitsun/Library/Developer/Xcode/DerivedData/REES46-dnyzkgijlgweoohelxlafevfnrnt/Build/Products/Debug-iphonesimulator/PromisesObjC -F /Users/borystrubitsun/Library/Developer/Xcode/DerivedData/REES46-dnyzkgijlgweoohelxlafevfnrnt/Build/Products/Debug-iphonesimulator/REES46 -F /Users/borystrubitsun/Library/Developer/Xcode/DerivedData/REES46-dnyzkgijlgweoohelxlafevfnrnt/Build/Products/Debug-iphonesimulator/nanopb -F /Users/borystrubitsun/StudioProjects/ios-sdk/DemoApp/Pods/FirebaseAnalytics/Frameworks -F /Users/borystrubitsun/StudioProjects/ios-sdk/DemoApp/Pods/GoogleAppMeasurement/Frameworks -F /Users/borystrubitsun/Library/Developer/Xcode/DerivedData/REES46-dnyzkgijlgweoohelxlafevfnrnt/Build/Products/Debug-iphonesimulator/XCFrameworkIntermediates/FirebaseAnalytics/AdIdSupport -F /Users/borystrubitsun/Library/Developer/Xcode/DerivedData/REES46-dnyzkgijlgweoohelxlafevfnrnt/Build/Products/Debug-iphonesimulator/XCFrameworkIntermediates/GoogleAppMeasurement/AdIdSupport -F /Users/borystrubitsun/Library/Developer/Xcode/DerivedData/REES46-dnyzkgijlgweoohelxlafevfnrnt/Build/Products/Debug-iphonesimulator/XCFrameworkIntermediates/GoogleAppMeasurement/WithoutAdIdSupport -F /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator17.5.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/borystrubitsun/Library/Developer/Xcode/DerivedData/ModuleCache.noindex -swift-version 5 -enforce-exclusivity\=checked -Onone -serialize-debugging-options -const-gather-protocols-file /Users/borystrubitsun/Library/Developer/Xcode/DerivedData/REES46-dnyzkgijlgweoohelxlafevfnrnt/Build/Intermediates.noindex/REES46.build/Debug-iphonesimulator/REES46Tests.build/Objects-normal/arm64/REES46Tests_const_extract_protocols.json -enable-bare-slash-regex -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/borystrubitsun/Library/Developer/Xcode/DerivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/borystrubitsun/StudioProjects/ios-sdk/DemoApp -resource-dir /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -ivfsstatcache -Xcc /Users/borystrubitsun/Library/Developer/Xcode/DerivedData/SDKStatCaches.noindex/iphonesimulator17.5-21F77-c098706a9f71eba4e76ae92ab367209a.sdkstatcache -Xcc -I/Users/borystrubitsun/Library/Developer/Xcode/DerivedData/REES46-dnyzkgijlgweoohelxlafevfnrnt/Build/Intermediates.noindex/REES46.build/Debug-iphonesimulator/REES46Tests.build/swift-overrides.hmap -Xcc -iquote -Xcc /Users/borystrubitsun/Library/Developer/Xcode/DerivedData/REES46-dnyzkgijlgweoohelxlafevfnrnt/Build/Intermediates.noindex/REES46.build/Debug-iphonesimulator/REES46Tests.build/REES46Tests-generated-files.hmap -Xcc -I/Users/borystrubitsun/Library/Developer/Xcode/DerivedData/REES46-dnyzkgijlgweoohelxlafevfnrnt/Build/Intermediates.noindex/REES46.build/Debug-iphonesimulator/REES46Tests.build/REES46Tests-own-target-headers.hmap -Xcc -I/Users/borystrubitsun/Library/Developer/Xcode/DerivedData/REES46-dnyzkgijlgweoohelxlafevfnrnt/Build/Intermediates.noindex/REES46.build/Debug-iphonesimulator/REES46Tests.build/REES46Tests-all-non-framework-target-headers.hmap -Xcc -ivfsoverlay -Xcc /Users/borystrubitsun/Library/Developer/Xcode/DerivedData/REES46-dnyzkgijlgweoohelxlafevfnrnt/Build/Intermediates.noindex/REES46.build/Debug-iphonesimulator/REES46Tests.build/all-product-headers.yaml -Xcc -iquote -Xcc /Users/borystrubitsun/Library/Developer/Xcode/DerivedData/REES46-dnyzkgijlgweoohelxlafevfnrnt/Build/Intermediates.noindex/REES46.build/Debug-iphonesimulator/REES46Tests.build/REES46Tests-project-headers.hmap -Xcc -I/Users/borystrubitsun/Library/Developer/Xcode/DerivedData/REES46-dnyzkgijlgweoohelxlafevfnrnt/Build/Products/Debug-iphonesimulator/include -Xcc -I/Users/borystrubitsun/Library/Developer/Xcode/DerivedData/REES46-dnyzkgijlgweoohelxlafevfnrnt/Build/Products/Debug-iphonesimulator/FirebaseCore/FirebaseCore.framework/Headers -Xcc -I/Users/borystrubitsun/Library/Developer/Xcode/DerivedData/REES46-dnyzkgijlgweoohelxlafevfnrnt/Build/Products/Debug-iphonesimulator/FirebaseCoreInternal/FirebaseCoreInternal.framework/Headers -Xcc -I/Users/borystrubitsun/Library/Developer/Xcode/DerivedData/REES46-dnyzkgijlgweoohelxlafevfnrnt/Build/Products/Debug-iphonesimulator/FirebaseInstallations/FirebaseInstallations.framework/Headers -Xcc -I/Users/borystrubitsun/Library/Developer/Xcode/DerivedData/REES46-dnyzkgijlgweoohelxlafevfnrnt/Build/Products/Debug-iphonesimulator/FirebaseMessaging/FirebaseMessaging.framework/Headers -Xcc -I/Users/borystrubitsun/Library/Developer/Xcode/DerivedData/REES46-dnyzkgijlgweoohelxlafevfnrnt/Build/Products/Debug-iphonesimulator/GoogleDataTransport/GoogleDataTransport.framework/Headers -Xcc -I/Users/borystrubitsun/Library/Developer/Xcode/DerivedData/REES46-dnyzkgijlgweoohelxlafevfnrnt/Build/Products/Debug-iphonesimulator/GoogleUtilities/GoogleUtilities.framework/Headers -Xcc -I/Users/borystrubitsun/Library/Developer/Xcode/DerivedData/REES46-dnyzkgijlgweoohelxlafevfnrnt/Build/Products/Debug-iphonesimulator/PromisesObjC/FBLPromises.framework/Headers -Xcc -I/Users/borystrubitsun/Library/Developer/Xcode/DerivedData/REES46-dnyzkgijlgweoohelxlafevfnrnt/Build/Products/Debug-iphonesimulator/REES46/REES46.framework/Headers -Xcc -I/Users/borystrubitsun/Library/Developer/Xcode/DerivedData/REES46-dnyzkgijlgweoohelxlafevfnrnt/Build/Products/Debug-iphonesimulator/nanopb/nanopb.framework/Headers -Xcc -I/Users/borystrubitsun/StudioProjects/ios-sdk/DemoApp/Pods/Headers/Public -Xcc -I/Users/borystrubitsun/StudioProjects/ios-sdk/DemoApp/Pods/Headers/Public/Firebase -Xcc -I/Users/borystrubitsun/StudioProjects/ios-sdk/DemoApp/Pods/Firebase/CoreOnly/Sources -Xcc -I/Users/borystrubitsun/Library/Developer/Xcode/DerivedData/REES46-dnyzkgijlgweoohelxlafevfnrnt/Build/Intermediates.noindex/REES46.build/Debug-iphonesimulator/REES46Tests.build/DerivedSources-normal/arm64 -Xcc -I/Users/borystrubitsun/Library/Developer/Xcode/DerivedData/REES46-dnyzkgijlgweoohelxlafevfnrnt/Build/Intermediates.noindex/REES46.build/Debug-iphonesimulator/REES46Tests.build/DerivedSources/arm64 -Xcc -I/Users/borystrubitsun/Library/Developer/Xcode/DerivedData/REES46-dnyzkgijlgweoohelxlafevfnrnt/Build/Intermediates.noindex/REES46.build/Debug-iphonesimulator/REES46Tests.build/DerivedSources -Xcc -DDEBUG\=1 -Xcc -DDEBUG\=1 -Xcc -DCOCOAPODS\=1 -Xcc -DDEBUG\=1 -Xcc -DPB_FIELD_32BIT\=1 -Xcc -DPB_NO_PACKED_STRUCTS\=1 -Xcc -DPB_ENABLE_MALLOC\=1 -module-name REES46Tests -frontend-parseable-output -disable-clang-spi -target-sdk-version 17.5 -target-sdk-name iphonesimulator17.5 -external-plugin-path /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator17.5.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator17.5.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator17.5.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator17.5.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -parse-as-library -o /Users/borystrubitsun/Library/Developer/Xcode/DerivedData/REES46-dnyzkgijlgweoohelxlafevfnrnt/Build/Intermediates.noindex/REES46.build/Debug-iphonesimulator/REES46Tests.build/Objects-normal/arm64/Tests.o -index-unit-output-path /REES46.build/Debug-iphonesimulator/REES46Tests.build/Objects-normal/arm64/Tests.o -index-store-path /Users/borystrubitsun/Library/Developer/Xcode/DerivedData/REES46-dnyzkgijlgweoohelxlafevfnrnt/Index.noindex/DataStore -index-system-modules
SwiftDriverJobDiscovery normal arm64 Emitting module for REES46Tests (in target 'REES46Tests' from project 'REES46')
SwiftDriver\ Compilation\ Requirements REES46Tests normal arm64 com.apple.xcode.tools.swift.compiler (in target 'REES46Tests' from project 'REES46')
cd /Users/borystrubitsun/StudioProjects/ios-sdk/DemoApp
builtin-Swift-Compilation-Requirements -- /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name REES46Tests -Onone -enforce-exclusivity\=checked @/Users/borystrubitsun/Library/Developer/Xcode/DerivedData/REES46-dnyzkgijlgweoohelxlafevfnrnt/Build/Intermediates.noindex/REES46.build/Debug-iphonesimulator/REES46Tests.build/Objects-normal/arm64/REES46Tests.SwiftFileList -sdk /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator17.5.sdk -target arm64-apple-ios12.0-simulator -enable-bare-slash-regex -g -module-cache-path /Users/borystrubitsun/Library/Developer/Xcode/DerivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -enable-testing -index-store-path /Users/borystrubitsun/Library/Developer/Xcode/DerivedData/REES46-dnyzkgijlgweoohelxlafevfnrnt/Index.noindex/DataStore -swift-version 5 -I /Users/borystrubitsun/Library/Developer/Xcode/DerivedData/REES46-dnyzkgijlgweoohelxlafevfnrnt/Build/Products/Debug-iphonesimulator -I /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/lib -F /Users/borystrubitsun/Library/Developer/Xcode/DerivedData/REES46-dnyzkgijlgweoohelxlafevfnrnt/Build/Products/Debug-iphonesimulator -F /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Library/Frameworks -F /Users/borystrubitsun/Library/Developer/Xcode/DerivedData/REES46-dnyzkgijlgweoohelxlafevfnrnt/Build/Products/Debug-iphonesimulator/FirebaseCore -F /Users/borystrubitsun/Library/Developer/Xcode/DerivedData/REES46-dnyzkgijlgweoohelxlafevfnrnt/Build/Products/Debug-iphonesimulator/FirebaseCoreInternal -F /Users/borystrubitsun/Library/Developer/Xcode/DerivedData/REES46-dnyzkgijlgweoohelxlafevfnrnt/Build/Products/Debug-iphonesimulator/FirebaseInstallations -F /Users/borystrubitsun/Library/Developer/Xcode/DerivedData/REES46-dnyzkgijlgweoohelxlafevfnrnt/Build/Products/Debug-iphonesimulator/FirebaseMessaging -F /Users/borystrubitsun/Library/Developer/Xcode/DerivedData/REES46-dnyzkgijlgweoohelxlafevfnrnt/Build/Products/Debug-iphonesimulator/GoogleDataTransport -F /Users/borystrubitsun/Library/Developer/Xcode/DerivedData/REES46-dnyzkgijlgweoohelxlafevfnrnt/Build/Products/Debug-iphonesimulator/GoogleUtilities -F /Users/borystrubitsun/Library/Developer/Xcode/DerivedData/REES46-dnyzkgijlgweoohelxlafevfnrnt/Build/Products/Debug-iphonesimulator/PromisesObjC -F /Users/borystrubitsun/Library/Developer/Xcode/DerivedData/REES46-dnyzkgijlgweoohelxlafevfnrnt/Build/Products/Debug-iphonesimulator/REES46 -F /Users/borystrubitsun/Library/Developer/Xcode/DerivedData/REES46-dnyzkgijlgweoohelxlafevfnrnt/Build/Products/Debug-iphonesimulator/nanopb -F /Users/borystrubitsun/StudioProjects/ios-sdk/DemoApp/Pods/FirebaseAnalytics/Frameworks -F /Users/borystrubitsun/StudioProjects/ios-sdk/DemoApp/Pods/GoogleAppMeasurement/Frameworks -F /Users/borystrubitsun/Library/Developer/Xcode/DerivedData/REES46-dnyzkgijlgweoohelxlafevfnrnt/Build/Products/Debug-iphonesimulator/XCFrameworkIntermediates/FirebaseAnalytics/AdIdSupport -F /Users/borystrubitsun/Library/Developer/Xcode/DerivedData/REES46-dnyzkgijlgweoohelxlafevfnrnt/Build/Products/Debug-iphonesimulator/XCFrameworkIntermediates/GoogleAppMeasurement/AdIdSupport -F /Users/borystrubitsun/Library/Developer/Xcode/DerivedData/REES46-dnyzkgijlgweoohelxlafevfnrnt/Build/Products/Debug-iphonesimulator/XCFrameworkIntermediates/GoogleAppMeasurement/WithoutAdIdSupport -F /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator17.5.sdk/Developer/Library/Frameworks -parse-as-library -c -j8 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/borystrubitsun/Library/Developer/Xcode/DerivedData/SDKStatCaches.noindex/iphonesimulator17.5-21F77-c098706a9f71eba4e76ae92ab367209a.sdkstatcache -output-file-map /Users/borystrubitsun/Library/Developer/Xcode/DerivedData/REES46-dnyzkgijlgweoohelxlafevfnrnt/Build/Intermediates.noindex/REES46.build/Debug-iphonesimulator/REES46Tests.build/Objects-normal/arm64/REES46Tests-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/borystrubitsun/Library/Developer/Xcode/DerivedData/REES46-dnyzkgijlgweoohelxlafevfnrnt/Build/Intermediates.noindex/REES46.build/Debug-iphonesimulator/REES46Tests.build/Objects-normal/arm64/REES46Tests.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/borystrubitsun/Library/Developer/Xcode/DerivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/borystrubitsun/Library/Developer/Xcode/DerivedData/REES46-dnyzkgijlgweoohelxlafevfnrnt/Build/Intermediates.noindex/REES46.build/Debug-iphonesimulator/REES46Tests.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/borystrubitsun/Library/Developer/Xcode/DerivedData/REES46-dnyzkgijlgweoohelxlafevfnrnt/Build/Intermediates.noindex/REES46.build/Debug-iphonesimulator/REES46Tests.build/Objects-normal/arm64/REES46Tests_const_extract_protocols.json -Xcc -iquote -Xcc /Users/borystrubitsun/Library/Developer/Xcode/DerivedData/REES46-dnyzkgijlgweoohelxlafevfnrnt/Build/Intermediates.noindex/REES46.build/Debug-iphonesimulator/REES46Tests.build/REES46Tests-generated-files.hmap -Xcc -I/Users/borystrubitsun/Library/Developer/Xcode/DerivedData/REES46-dnyzkgijlgweoohelxlafevfnrnt/Build/Intermediates.noindex/REES46.build/Debug-iphonesimulator/REES46Tests.build/REES46Tests-own-target-headers.hmap -Xcc -I/Users/borystrubitsun/Library/Developer/Xcode/DerivedData/REES46-dnyzkgijlgweoohelxlafevfnrnt/Build/Intermediates.noindex/REES46.build/Debug-iphonesimulator/REES46Tests.build/REES46Tests-all-non-framework-target-headers.hmap -Xcc -ivfsoverlay -Xcc /Users/borystrubitsun/Library/Developer/Xcode/DerivedData/REES46-dnyzkgijlgweoohelxlafevfnrnt/Build/Intermediates.noindex/REES46.build/Debug-iphonesimulator/REES46Tests.build/all-product-headers.yaml -Xcc -iquote -Xcc /Users/borystrubitsun/Library/Developer/Xcode/DerivedData/REES46-dnyzkgijlgweoohelxlafevfnrnt/Build/Intermediates.noindex/REES46.build/Debug-iphonesimulator/REES46Tests.build/REES46Tests-project-headers.hmap -Xcc -I/Users/borystrubitsun/Library/Developer/Xcode/DerivedData/REES46-dnyzkgijlgweoohelxlafevfnrnt/Build/Products/Debug-iphonesimulator/include -Xcc -I/Users/borystrubitsun/Library/Developer/Xcode/DerivedData/REES46-dnyzkgijlgweoohelxlafevfnrnt/Build/Products/Debug-iphonesimulator/FirebaseCore/FirebaseCore.framework/Headers -Xcc -I/Users/borystrubitsun/Library/Developer/Xcode/DerivedData/REES46-dnyzkgijlgweoohelxlafevfnrnt/Build/Products/Debug-iphonesimulator/FirebaseCoreInternal/FirebaseCoreInternal.framework/Headers -Xcc -I/Users/borystrubitsun/Library/Developer/Xcode/DerivedData/REES46-dnyzkgijlgweoohelxlafevfnrnt/Build/Products/Debug-iphonesimulator/FirebaseInstallations/FirebaseInstallations.framework/Headers -Xcc -I/Users/borystrubitsun/Library/Developer/Xcode/DerivedData/REES46-dnyzkgijlgweoohelxlafevfnrnt/Build/Products/Debug-iphonesimulator/FirebaseMessaging/FirebaseMessaging.framework/Headers -Xcc -I/Users/borystrubitsun/Library/Developer/Xcode/DerivedData/REES46-dnyzkgijlgweoohelxlafevfnrnt/Build/Products/Debug-iphonesimulator/GoogleDataTransport/GoogleDataTransport.framework/Headers -Xcc -I/Users/borystrubitsun/Library/Developer/Xcode/DerivedData/REES46-dnyzkgijlgweoohelxlafevfnrnt/Build/Products/Debug-iphonesimulator/GoogleUtilities/GoogleUtilities.framework/Headers -Xcc -I/Users/borystrubitsun/Library/Developer/Xcode/DerivedData/REES46-dnyzkgijlgweoohelxlafevfnrnt/Build/Products/Debug-iphonesimulator/PromisesObjC/FBLPromises.framework/Headers -Xcc -I/Users/borystrubitsun/Library/Developer/Xcode/DerivedData/REES46-dnyzkgijlgweoohelxlafevfnrnt/Build/Products/Debug-iphonesimulator/REES46/REES46.framework/Headers -Xcc -I/Users/borystrubitsun/Library/Developer/Xcode/DerivedData/REES46-dnyzkgijlgweoohelxlafevfnrnt/Build/Products/Debug-iphonesimulator/nanopb/nanopb.framework/Headers -Xcc -I/Users/borystrubitsun/StudioProjects/ios-sdk/DemoApp/Pods/Headers/Public -Xcc -I/Users/borystrubitsun/StudioProjects/ios-sdk/DemoApp/Pods/Headers/Public/Firebase -Xcc -I/Users/borystrubitsun/StudioProjects/ios-sdk/DemoApp/Pods/Firebase/CoreOnly/Sources -Xcc -I/Users/borystrubitsun/Library/Developer/Xcode/DerivedData/REES46-dnyzkgijlgweoohelxlafevfnrnt/Build/Intermediates.noindex/REES46.build/Debug-iphonesimulator/REES46Tests.build/DerivedSources-normal/arm64 -Xcc -I/Users/borystrubitsun/Library/Developer/Xcode/DerivedData/REES46-dnyzkgijlgweoohelxlafevfnrnt/Build/Intermediates.noindex/REES46.build/Debug-iphonesimulator/REES46Tests.build/DerivedSources/arm64 -Xcc -I/Users/borystrubitsun/Library/Developer/Xcode/DerivedData/REES46-dnyzkgijlgweoohelxlafevfnrnt/Build/Intermediates.noindex/REES46.build/Debug-iphonesimulator/REES46Tests.build/DerivedSources -Xcc -DDEBUG\=1 -Xcc -DDEBUG\=1 -Xcc -DCOCOAPODS\=1 -Xcc -DDEBUG\=1 -Xcc -DPB_FIELD_32BIT\=1 -Xcc -DPB_NO_PACKED_STRUCTS\=1 -Xcc -DPB_ENABLE_MALLOC\=1 -emit-objc-header -emit-objc-header-path /Users/borystrubitsun/Library/Developer/Xcode/DerivedData/REES46-dnyzkgijlgweoohelxlafevfnrnt/Build/Intermediates.noindex/REES46.build/Debug-iphonesimulator/REES46Tests.build/Objects-normal/arm64/REES46Tests-Swift.h -working-directory /Users/borystrubitsun/StudioProjects/ios-sdk/DemoApp -experimental-emit-module-separately -disable-cmo
Copy /Users/borystrubitsun/Library/Developer/Xcode/DerivedData/REES46-dnyzkgijlgweoohelxlafevfnrnt/Build/Products/Debug-iphonesimulator/REES46Tests.swiftmodule/Project/arm64-apple-ios-simulator.swiftsourceinfo /Users/borystrubitsun/Library/Developer/Xcode/DerivedData/REES46-dnyzkgijlgweoohelxlafevfnrnt/Build/Intermediates.noindex/REES46.build/Debug-iphonesimulator/REES46Tests.build/Objects-normal/arm64/REES46Tests.swiftsourceinfo (in target 'REES46Tests' from project 'REES46')
cd /Users/borystrubitsun/StudioProjects/ios-sdk/DemoApp
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/borystrubitsun/Library/Developer/Xcode/DerivedData/REES46-dnyzkgijlgweoohelxlafevfnrnt/Build/Intermediates.noindex/REES46.build/Debug-iphonesimulator/REES46Tests.build/Objects-normal/arm64/REES46Tests.swiftsourceinfo /Users/borystrubitsun/Library/Developer/Xcode/DerivedData/REES46-dnyzkgijlgweoohelxlafevfnrnt/Build/Products/Debug-iphonesimulator/REES46Tests.swiftmodule/Project/arm64-apple-ios-simulator.swiftsourceinfo
Copy /Users/borystrubitsun/Library/Developer/Xcode/DerivedData/REES46-dnyzkgijlgweoohelxlafevfnrnt/Build/Products/Debug-iphonesimulator/REES46Tests.swiftmodule/arm64-apple-ios-simulator.abi.json /Users/borystrubitsun/Library/Developer/Xcode/DerivedData/REES46-dnyzkgijlgweoohelxlafevfnrnt/Build/Intermediates.noindex/REES46.build/Debug-iphonesimulator/REES46Tests.build/Objects-normal/arm64/REES46Tests.abi.json (in target 'REES46Tests' from project 'REES46')
cd /Users/borystrubitsun/StudioProjects/ios-sdk/DemoApp
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/borystrubitsun/Library/Developer/Xcode/DerivedData/REES46-dnyzkgijlgweoohelxlafevfnrnt/Build/Intermediates.noindex/REES46.build/Debug-iphonesimulator/REES46Tests.build/Objects-normal/arm64/REES46Tests.abi.json /Users/borystrubitsun/Library/Developer/Xcode/DerivedData/REES46-dnyzkgijlgweoohelxlafevfnrnt/Build/Products/Debug-iphonesimulator/REES46Tests.swiftmodule/arm64-apple-ios-simulator.abi.json
SwiftDriverJobDiscovery normal arm64 Compiling Tests.swift (in target 'REES46Tests' from project 'REES46')
SwiftDriver\ Compilation REES46Tests normal arm64 com.apple.xcode.tools.swift.compiler (in target 'REES46Tests' from project 'REES46')
cd /Users/borystrubitsun/StudioProjects/ios-sdk/DemoApp
builtin-Swift-Compilation -- /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name REES46Tests -Onone -enforce-exclusivity\=checked @/Users/borystrubitsun/Library/Developer/Xcode/DerivedData/REES46-dnyzkgijlgweoohelxlafevfnrnt/Build/Intermediates.noindex/REES46.build/Debug-iphonesimulator/REES46Tests.build/Objects-normal/arm64/REES46Tests.SwiftFileList -sdk /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator17.5.sdk -target arm64-apple-ios12.0-simulator -enable-bare-slash-regex -g -module-cache-path /Users/borystrubitsun/Library/Developer/Xcode/DerivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -enable-testing -index-store-path /Users/borystrubitsun/Library/Developer/Xcode/DerivedData/REES46-dnyzkgijlgweoohelxlafevfnrnt/Index.noindex/DataStore -swift-version 5 -I /Users/borystrubitsun/Library/Developer/Xcode/DerivedData/REES46-dnyzkgijlgweoohelxlafevfnrnt/Build/Products/Debug-iphonesimulator -I /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/lib -F /Users/borystrubitsun/Library/Developer/Xcode/DerivedData/REES46-dnyzkgijlgweoohelxlafevfnrnt/Build/Products/Debug-iphonesimulator -F /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Library/Frameworks -F /Users/borystrubitsun/Library/Developer/Xcode/DerivedData/REES46-dnyzkgijlgweoohelxlafevfnrnt/Build/Products/Debug-iphonesimulator/FirebaseCore -F /Users/borystrubitsun/Library/Developer/Xcode/DerivedData/REES46-dnyzkgijlgweoohelxlafevfnrnt/Build/Products/Debug-iphonesimulator/FirebaseCoreInternal -F /Users/borystrubitsun/Library/Developer/Xcode/DerivedData/REES46-dnyzkgijlgweoohelxlafevfnrnt/Build/Products/Debug-iphonesimulator/FirebaseInstallations -F /Users/borystrubitsun/Library/Developer/Xcode/DerivedData/REES46-dnyzkgijlgweoohelxlafevfnrnt/Build/Products/Debug-iphonesimulator/FirebaseMessaging -F /Users/borystrubitsun/Library/Developer/Xcode/DerivedData/REES46-dnyzkgijlgweoohelxlafevfnrnt/Build/Products/Debug-iphonesimulator/GoogleDataTransport -F /Users/borystrubitsun/Library/Developer/Xcode/DerivedData/REES46-dnyzkgijlgweoohelxlafevfnrnt/Build/Products/Debug-iphonesimulator/GoogleUtilities -F /Users/borystrubitsun/Library/Developer/Xcode/DerivedData/REES46-dnyzkgijlgweoohelxlafevfnrnt/Build/Products/Debug-iphonesimulator/PromisesObjC -F /Users/borystrubitsun/Library/Developer/Xcode/DerivedData/REES46-dnyzkgijlgweoohelxlafevfnrnt/Build/Products/Debug-iphonesimulator/REES46 -F /Users/borystrubitsun/Library/Developer/Xcode/DerivedData/REES46-dnyzkgijlgweoohelxlafevfnrnt/Build/Products/Debug-iphonesimulator/nanopb -F /Users/borystrubitsun/StudioProjects/ios-sdk/DemoApp/Pods/FirebaseAnalytics/Frameworks -F /Users/borystrubitsun/StudioProjects/ios-sdk/DemoApp/Pods/GoogleAppMeasurement/Frameworks -F /Users/borystrubitsun/Library/Developer/Xcode/DerivedData/REES46-dnyzkgijlgweoohelxlafevfnrnt/Build/Products/Debug-iphonesimulator/XCFrameworkIntermediates/FirebaseAnalytics/AdIdSupport -F /Users/borystrubitsun/Library/Developer/Xcode/DerivedData/REES46-dnyzkgijlgweoohelxlafevfnrnt/Build/Products/Debug-iphonesimulator/XCFrameworkIntermediates/GoogleAppMeasurement/AdIdSupport -F /Users/borystrubitsun/Library/Developer/Xcode/DerivedData/REES46-dnyzkgijlgweoohelxlafevfnrnt/Build/Products/Debug-iphonesimulator/XCFrameworkIntermediates/GoogleAppMeasurement/WithoutAdIdSupport -F /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator17.5.sdk/Developer/Library/Frameworks -parse-as-library -c -j8 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/borystrubitsun/Library/Developer/Xcode/DerivedData/SDKStatCaches.noindex/iphonesimulator17.5-21F77-c098706a9f71eba4e76ae92ab367209a.sdkstatcache -output-file-map /Users/borystrubitsun/Library/Developer/Xcode/DerivedData/REES46-dnyzkgijlgweoohelxlafevfnrnt/Build/Intermediates.noindex/REES46.build/Debug-iphonesimulator/REES46Tests.build/Objects-normal/arm64/REES46Tests-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/borystrubitsun/Library/Developer/Xcode/DerivedData/REES46-dnyzkgijlgweoohelxlafevfnrnt/Build/Intermediates.noindex/REES46.build/Debug-iphonesimulator/REES46Tests.build/Objects-normal/arm64/REES46Tests.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/borystrubitsun/Library/Developer/Xcode/DerivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/borystrubitsun/Library/Developer/Xcode/DerivedData/REES46-dnyzkgijlgweoohelxlafevfnrnt/Build/Intermediates.noindex/REES46.build/Debug-iphonesimulator/REES46Tests.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/borystrubitsun/Library/Developer/Xcode/DerivedData/REES46-dnyzkgijlgweoohelxlafevfnrnt/Build/Intermediates.noindex/REES46.build/Debug-iphonesimulator/REES46Tests.build/Objects-normal/arm64/REES46Tests_const_extract_protocols.json -Xcc -iquote -Xcc /Users/borystrubitsun/Library/Developer/Xcode/DerivedData/REES46-dnyzkgijlgweoohelxlafevfnrnt/Build/Intermediates.noindex/REES46.build/Debug-iphonesimulator/REES46Tests.build/REES46Tests-generated-files.hmap -Xcc -I/Users/borystrubitsun/Library/Developer/Xcode/DerivedData/REES46-dnyzkgijlgweoohelxlafevfnrnt/Build/Intermediates.noindex/REES46.build/Debug-iphonesimulator/REES46Tests.build/REES46Tests-own-target-headers.hmap -Xcc -I/Users/borystrubitsun/Library/Developer/Xcode/DerivedData/REES46-dnyzkgijlgweoohelxlafevfnrnt/Build/Intermediates.noindex/REES46.build/Debug-iphonesimulator/REES46Tests.build/REES46Tests-all-non-framework-target-headers.hmap -Xcc -ivfsoverlay -Xcc /Users/borystrubitsun/Library/Developer/Xcode/DerivedData/REES46-dnyzkgijlgweoohelxlafevfnrnt/Build/Intermediates.noindex/REES46.build/Debug-iphonesimulator/REES46Tests.build/all-product-headers.yaml -Xcc -iquote -Xcc /Users/borystrubitsun/Library/Developer/Xcode/DerivedData/REES46-dnyzkgijlgweoohelxlafevfnrnt/Build/Intermediates.noindex/REES46.build/Debug-iphonesimulator/REES46Tests.build/REES46Tests-project-headers.hmap -Xcc -I/Users/borystrubitsun/Library/Developer/Xcode/DerivedData/REES46-dnyzkgijlgweoohelxlafevfnrnt/Build/Products/Debug-iphonesimulator/include -Xcc -I/Users/borystrubitsun/Library/Developer/Xcode/DerivedData/REES46-dnyzkgijlgweoohelxlafevfnrnt/Build/Products/Debug-iphonesimulator/FirebaseCore/FirebaseCore.framework/Headers -Xcc -I/Users/borystrubitsun/Library/Developer/Xcode/DerivedData/REES46-dnyzkgijlgweoohelxlafevfnrnt/Build/Products/Debug-iphonesimulator/FirebaseCoreInternal/FirebaseCoreInternal.framework/Headers -Xcc -I/Users/borystrubitsun/Library/Developer/Xcode/DerivedData/REES46-dnyzkgijlgweoohelxlafevfnrnt/Build/Products/Debug-iphonesimulator/FirebaseInstallations/FirebaseInstallations.framework/Headers -Xcc -I/Users/borystrubitsun/Library/Developer/Xcode/DerivedData/REES46-dnyzkgijlgweoohelxlafevfnrnt/Build/Products/Debug-iphonesimulator/FirebaseMessaging/FirebaseMessaging.framework/Headers -Xcc -I/Users/borystrubitsun/Library/Developer/Xcode/DerivedData/REES46-dnyzkgijlgweoohelxlafevfnrnt/Build/Products/Debug-iphonesimulator/GoogleDataTransport/GoogleDataTransport.framework/Headers -Xcc -I/Users/borystrubitsun/Library/Developer/Xcode/DerivedData/REES46-dnyzkgijlgweoohelxlafevfnrnt/Build/Products/Debug-iphonesimulator/GoogleUtilities/GoogleUtilities.framework/Headers -Xcc -I/Users/borystrubitsun/Library/Developer/Xcode/DerivedData/REES46-dnyzkgijlgweoohelxlafevfnrnt/Build/Products/Debug-iphonesimulator/PromisesObjC/FBLPromises.framework/Headers -Xcc -I/Users/borystrubitsun/Library/Developer/Xcode/DerivedData/REES46-dnyzkgijlgweoohelxlafevfnrnt/Build/Products/Debug-iphonesimulator/REES46/REES46.framework/Headers -Xcc -I/Users/borystrubitsun/Library/Developer/Xcode/DerivedData/REES46-dnyzkgijlgweoohelxlafevfnrnt/Build/Products/Debug-iphonesimulator/nanopb/nanopb.framework/Headers -Xcc -I/Users/borystrubitsun/StudioProjects/ios-sdk/DemoApp/Pods/Headers/Public -Xcc -I/Users/borystrubitsun/StudioProjects/ios-sdk/DemoApp/Pods/Headers/Public/Firebase -Xcc -I/Users/borystrubitsun/StudioProjects/ios-sdk/DemoApp/Pods/Firebase/CoreOnly/Sources -Xcc -I/Users/borystrubitsun/Library/Developer/Xcode/DerivedData/REES46-dnyzkgijlgweoohelxlafevfnrnt/Build/Intermediates.noindex/REES46.build/Debug-iphonesimulator/REES46Tests.build/DerivedSources-normal/arm64 -Xcc -I/Users/borystrubitsun/Library/Developer/Xcode/DerivedData/REES46-dnyzkgijlgweoohelxlafevfnrnt/Build/Intermediates.noindex/REES46.build/Debug-iphonesimulator/REES46Tests.build/DerivedSources/arm64 -Xcc -I/Users/borystrubitsun/Library/Developer/Xcode/DerivedData/REES46-dnyzkgijlgweoohelxlafevfnrnt/Build/Intermediates.noindex/REES46.build/Debug-iphonesimulator/REES46Tests.build/DerivedSources -Xcc -DDEBUG\=1 -Xcc -DDEBUG\=1 -Xcc -DCOCOAPODS\=1 -Xcc -DDEBUG\=1 -Xcc -DPB_FIELD_32BIT\=1 -Xcc -DPB_NO_PACKED_STRUCTS\=1 -Xcc -DPB_ENABLE_MALLOC\=1 -emit-objc-header -emit-objc-header-path /Users/borystrubitsun/Library/Developer/Xcode/DerivedData/REES46-dnyzkgijlgweoohelxlafevfnrnt/Build/Intermediates.noindex/REES46.build/Debug-iphonesimulator/REES46Tests.build/Objects-normal/arm64/REES46Tests-Swift.h -working-directory /Users/borystrubitsun/StudioProjects/ios-sdk/DemoApp -experimental-emit-module-separately -disable-cmo
Ld /Users/borystrubitsun/Library/Developer/Xcode/DerivedData/REES46-dnyzkgijlgweoohelxlafevfnrnt/Build/Products/Debug-iphonesimulator/REES46Demo.app/PlugIns/REES46Tests.xctest/REES46Tests normal (in target 'REES46Tests' from project 'REES46')
cd /Users/borystrubitsun/StudioProjects/ios-sdk/DemoApp
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-ios12.0-simulator -bundle -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator17.5.sdk -O0 -L/Users/borystrubitsun/Library/Developer/Xcode/DerivedData/REES46-dnyzkgijlgweoohelxlafevfnrnt/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphonesimulator -L/Users/borystrubitsun/Library/Developer/Xcode/DerivedData/REES46-dnyzkgijlgweoohelxlafevfnrnt/Build/Products/Debug-iphonesimulator -L/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/lib -F/Users/borystrubitsun/Library/Developer/Xcode/DerivedData/REES46-dnyzkgijlgweoohelxlafevfnrnt/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphonesimulator -F/Users/borystrubitsun/Library/Developer/Xcode/DerivedData/REES46-dnyzkgijlgweoohelxlafevfnrnt/Build/Products/Debug-iphonesimulator -F/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Library/Frameworks -F/Users/borystrubitsun/Library/Developer/Xcode/DerivedData/REES46-dnyzkgijlgweoohelxlafevfnrnt/Build/Products/Debug-iphonesimulator/FirebaseCore -F/Users/borystrubitsun/Library/Developer/Xcode/DerivedData/REES46-dnyzkgijlgweoohelxlafevfnrnt/Build/Products/Debug-iphonesimulator/FirebaseCoreInternal -F/Users/borystrubitsun/Library/Developer/Xcode/DerivedData/REES46-dnyzkgijlgweoohelxlafevfnrnt/Build/Products/Debug-iphonesimulator/FirebaseInstallations -F/Users/borystrubitsun/Library/Developer/Xcode/DerivedData/REES46-dnyzkgijlgweoohelxlafevfnrnt/Build/Products/Debug-iphonesimulator/FirebaseMessaging -F/Users/borystrubitsun/Library/Developer/Xcode/DerivedData/REES46-dnyzkgijlgweoohelxlafevfnrnt/Build/Products/Debug-iphonesimulator/GoogleDataTransport -F/Users/borystrubitsun/Library/Developer/Xcode/DerivedData/REES46-dnyzkgijlgweoohelxlafevfnrnt/Build/Products/Debug-iphonesimulator/GoogleUtilities -F/Users/borystrubitsun/Library/Developer/Xcode/DerivedData/REES46-dnyzkgijlgweoohelxlafevfnrnt/Build/Products/Debug-iphonesimulator/PromisesObjC -F/Users/borystrubitsun/Library/Developer/Xcode/DerivedData/REES46-dnyzkgijlgweoohelxlafevfnrnt/Build/Products/Debug-iphonesimulator/REES46 -F/Users/borystrubitsun/Library/Developer/Xcode/DerivedData/REES46-dnyzkgijlgweoohelxlafevfnrnt/Build/Products/Debug-iphonesimulator/nanopb -F/Users/borystrubitsun/StudioProjects/ios-sdk/DemoApp/Pods/FirebaseAnalytics/Frameworks -F/Users/borystrubitsun/StudioProjects/ios-sdk/DemoApp/Pods/GoogleAppMeasurement/Frameworks -F/Users/borystrubitsun/Library/Developer/Xcode/DerivedData/REES46-dnyzkgijlgweoohelxlafevfnrnt/Build/Products/Debug-iphonesimulator/XCFrameworkIntermediates/FirebaseAnalytics/AdIdSupport -F/Users/borystrubitsun/Library/Developer/Xcode/DerivedData/REES46-dnyzkgijlgweoohelxlafevfnrnt/Build/Products/Debug-iphonesimulator/XCFrameworkIntermediates/GoogleAppMeasurement/AdIdSupport -F/Users/borystrubitsun/Library/Developer/Xcode/DerivedData/REES46-dnyzkgijlgweoohelxlafevfnrnt/Build/Products/Debug-iphonesimulator/XCFrameworkIntermediates/GoogleAppMeasurement/WithoutAdIdSupport -iframework /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Library/Frameworks -iframework /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator17.5.sdk/Developer/Library/Frameworks -filelist /Users/borystrubitsun/Library/Developer/Xcode/DerivedData/REES46-dnyzkgijlgweoohelxlafevfnrnt/Build/Intermediates.noindex/REES46.build/Debug-iphonesimulator/REES46Tests.build/Objects-normal/arm64/REES46Tests.LinkFileList -Xlinker -rpath -Xlinker /usr/lib/swift -Xlinker -rpath -Xlinker @loader_path/Frameworks -Xlinker -rpath -Xlinker @executable_path/Frameworks -dead_strip -Xlinker -object_path_lto -Xlinker /Users/borystrubitsun/Library/Developer/Xcode/DerivedData/REES46-dnyzkgijlgweoohelxlafevfnrnt/Build/Intermediates.noindex/REES46.build/Debug-iphonesimulator/REES46Tests.build/Objects-normal/arm64/REES46Tests_lto.o -Xlinker -export_dynamic -Xlinker -no_deduplicate -Xlinker -objc_abi_version -Xlinker 2 -fobjc-link-runtime -L/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/borystrubitsun/Library/Developer/Xcode/DerivedData/REES46-dnyzkgijlgweoohelxlafevfnrnt/Build/Intermediates.noindex/REES46.build/Debug-iphonesimulator/REES46Tests.build/Objects-normal/arm64/REES46Tests.swiftmodule -lc++ -lsqlite3 -lz -framework CoreTelephony -framework FBLPromises -framework FirebaseCore -framework FirebaseCoreInternal -framework FirebaseInstallations -framework FirebaseMessaging -framework Foundation -framework GoogleDataTransport -framework GoogleUtilities -framework REES46 -framework Security -framework StoreKit -framework SystemConfiguration -framework UIKit -framework nanopb -weak_framework UserNotifications -framework XCTest -framework Pods_REES46Tests -Xlinker -no_adhoc_codesign -Xlinker -dependency_info -Xlinker /Users/borystrubitsun/Library/Developer/Xcode/DerivedData/REES46-dnyzkgijlgweoohelxlafevfnrnt/Build/Intermediates.noindex/REES46.build/Debug-iphonesimulator/REES46Tests.build/Objects-normal/arm64/REES46Tests_dependency_info.dat -o /Users/borystrubitsun/Library/Developer/Xcode/DerivedData/REES46-dnyzkgijlgweoohelxlafevfnrnt/Build/Products/Debug-iphonesimulator/REES46Demo.app/PlugIns/REES46Tests.xctest/REES46Tests
CopySwiftLibs /Users/borystrubitsun/Library/Developer/Xcode/DerivedData/REES46-dnyzkgijlgweoohelxlafevfnrnt/Build/Products/Debug-iphonesimulator/REES46Demo.app/PlugIns/REES46Tests.xctest (in target 'REES46Tests' from project 'REES46')
cd /Users/borystrubitsun/StudioProjects/ios-sdk/DemoApp
builtin-swiftStdLibTool --copy --verbose --sign - --scan-executable /Users/borystrubitsun/Library/Developer/Xcode/DerivedData/REES46-dnyzkgijlgweoohelxlafevfnrnt/Build/Products/Debug-iphonesimulator/REES46Demo.app/PlugIns/REES46Tests.xctest/REES46Tests --scan-folder /Users/borystrubitsun/Library/Developer/Xcode/DerivedData/REES46-dnyzkgijlgweoohelxlafevfnrnt/Build/Products/Debug-iphonesimulator/REES46Demo.app/PlugIns/REES46Tests.xctest/Frameworks --scan-folder /Users/borystrubitsun/Library/Developer/Xcode/DerivedData/REES46-dnyzkgijlgweoohelxlafevfnrnt/Build/Products/Debug-iphonesimulator/REES46Demo.app/PlugIns/REES46Tests.xctest/PlugIns --scan-folder /Users/borystrubitsun/Library/Developer/Xcode/DerivedData/REES46-dnyzkgijlgweoohelxlafevfnrnt/Build/Products/Debug-iphonesimulator/REES46Demo.app/PlugIns/REES46Tests.xctest/SystemExtensions --scan-folder /Users/borystrubitsun/Library/Developer/Xcode/DerivedData/REES46-dnyzkgijlgweoohelxlafevfnrnt/Build/Products/Debug-iphonesimulator/REES46Demo.app/PlugIns/REES46Tests.xctest/Extensions --scan-folder /Users/borystrubitsun/Library/Developer/Xcode/DerivedData/REES46-dnyzkgijlgweoohelxlafevfnrnt/Build/Products/Debug-iphonesimulator/Pods_REES46Tests.framework --platform iphonesimulator --toolchain /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain --destination /Users/borystrubitsun/Library/Developer/Xcode/DerivedData/REES46-dnyzkgijlgweoohelxlafevfnrnt/Build/Products/Debug-iphonesimulator/REES46Demo.app/PlugIns/REES46Tests.xctest/Frameworks --strip-bitcode --scan-executable /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/lib/libXCTestSwiftSupport.dylib --strip-bitcode-tool /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/bitcode_strip --emit-dependency-info /Users/borystrubitsun/Library/Developer/Xcode/DerivedData/REES46-dnyzkgijlgweoohelxlafevfnrnt/Build/Intermediates.noindex/REES46.build/Debug-iphonesimulator/REES46Tests.build/SwiftStdLibToolInputDependencies.dep --filter-for-swift-os
ExtractAppIntentsMetadata (in target 'REES46Tests' from project 'REES46')
cd /Users/borystrubitsun/StudioProjects/ios-sdk/DemoApp
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/appintentsmetadataprocessor --output /Users/borystrubitsun/Library/Developer/Xcode/DerivedData/REES46-dnyzkgijlgweoohelxlafevfnrnt/Build/Products/Debug-iphonesimulator/REES46Demo.app/PlugIns/REES46Tests.xctest --toolchain-dir /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain --module-name REES46Tests --sdk-root /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator17.5.sdk --xcode-version 15F31d --platform-family iOS --deployment-target 12.0 --target-triple arm64-apple-ios12.0-simulator --binary-file /Users/borystrubitsun/Library/Developer/Xcode/DerivedData/REES46-dnyzkgijlgweoohelxlafevfnrnt/Build/Products/Debug-iphonesimulator/REES46Demo.app/PlugIns/REES46Tests.xctest/REES46Tests --dependency-file /Users/borystrubitsun/Library/Developer/Xcode/DerivedData/REES46-dnyzkgijlgweoohelxlafevfnrnt/Build/Intermediates.noindex/REES46.build/Debug-iphonesimulator/REES46Tests.build/Objects-normal/arm64/REES46Tests_dependency_info.dat --stringsdata-file /Users/borystrubitsun/Library/Developer/Xcode/DerivedData/REES46-dnyzkgijlgweoohelxlafevfnrnt/Build/Intermediates.noindex/REES46.build/Debug-iphonesimulator/REES46Tests.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/borystrubitsun/Library/Developer/Xcode/DerivedData/REES46-dnyzkgijlgweoohelxlafevfnrnt/Build/Intermediates.noindex/REES46.build/Debug-iphonesimulator/REES46Tests.build/Objects-normal/arm64/REES46Tests.SwiftFileList --swift-const-vals-list /Users/borystrubitsun/Library/Developer/Xcode/DerivedData/REES46-dnyzkgijlgweoohelxlafevfnrnt/Build/Intermediates.noindex/REES46.build/Debug-iphonesimulator/REES46Tests.build/Objects-normal/arm64/REES46Tests.SwiftConstValuesFileList --compile-time-extraction --deployment-aware-processing
note: Metadata extraction skipped. No AppIntents.framework dependency found. (in target 'REES46Tests' from project 'REES46')
GenerateDSYMFile /Users/borystrubitsun/Library/Developer/Xcode/DerivedData/REES46-dnyzkgijlgweoohelxlafevfnrnt/Build/Products/Debug-iphonesimulator/REES46Demo.app/PlugIns/REES46Tests.xctest.dSYM /Users/borystrubitsun/Library/Developer/Xcode/DerivedData/REES46-dnyzkgijlgweoohelxlafevfnrnt/Build/Products/Debug-iphonesimulator/REES46Demo.app/PlugIns/REES46Tests.xctest/REES46Tests (in target 'REES46Tests' from project 'REES46')
cd /Users/borystrubitsun/StudioProjects/ios-sdk/DemoApp
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/dsymutil /Users/borystrubitsun/Library/Developer/Xcode/DerivedData/REES46-dnyzkgijlgweoohelxlafevfnrnt/Build/Products/Debug-iphonesimulator/REES46Demo.app/PlugIns/REES46Tests.xctest/REES46Tests -o /Users/borystrubitsun/Library/Developer/Xcode/DerivedData/REES46-dnyzkgijlgweoohelxlafevfnrnt/Build/Products/Debug-iphonesimulator/REES46Demo.app/PlugIns/REES46Tests.xctest.dSYM
CodeSign /Users/borystrubitsun/Library/Developer/Xcode/DerivedData/REES46-dnyzkgijlgweoohelxlafevfnrnt/Build/Products/Debug-iphonesimulator/REES46Demo.app/PlugIns/REES46Tests.xctest (in target 'REES46Tests' from project 'REES46')
cd /Users/borystrubitsun/StudioProjects/ios-sdk/DemoApp
Signing Identity: "-"
/usr/bin/codesign --force --sign - --timestamp\=none --generate-entitlement-der /Users/borystrubitsun/Library/Developer/Xcode/DerivedData/REES46-dnyzkgijlgweoohelxlafevfnrnt/Build/Products/Debug-iphonesimulator/REES46Demo.app/PlugIns/REES46Tests.xctest
CodeSign /Users/borystrubitsun/Library/Developer/Xcode/DerivedData/REES46-dnyzkgijlgweoohelxlafevfnrnt/Build/Products/Debug-iphonesimulator/REES46Demo.app (in target 'REES46Demo' from project 'REES46')
cd /Users/borystrubitsun/StudioProjects/ios-sdk/DemoApp
Signing Identity: "-"
/usr/bin/codesign --force --sign - --entitlements /Users/borystrubitsun/Library/Developer/Xcode/DerivedData/REES46-dnyzkgijlgweoohelxlafevfnrnt/Build/Intermediates.noindex/REES46.build/Debug-iphonesimulator/REES46Demo.build/REES46Demo.app.xcent --timestamp\=none --generate-entitlement-der /Users/borystrubitsun/Library/Developer/Xcode/DerivedData/REES46-dnyzkgijlgweoohelxlafevfnrnt/Build/Products/Debug-iphonesimulator/REES46Demo.app
/Users/borystrubitsun/Library/Developer/Xcode/DerivedData/REES46-dnyzkgijlgweoohelxlafevfnrnt/Build/Products/Debug-iphonesimulator/REES46Demo.app: replacing existing signature
Validate /Users/borystrubitsun/Library/Developer/Xcode/DerivedData/REES46-dnyzkgijlgweoohelxlafevfnrnt/Build/Products/Debug-iphonesimulator/REES46Demo.app (in target 'REES46Demo' from project 'REES46')
cd /Users/borystrubitsun/StudioProjects/ios-sdk/DemoApp
builtin-validationUtility /Users/borystrubitsun/Library/Developer/Xcode/DerivedData/REES46-dnyzkgijlgweoohelxlafevfnrnt/Build/Products/Debug-iphonesimulator/REES46Demo.app
A. Init firebase sdk
======
0. Init SDK
2. Register push
======
2024-06-18 14:47:04.614808+0200 REES46Demo[63125:2910522] Could not load the "iconCopyDark" image referenced from a nib in the bundle with identifier "Avsi.TestPushSDK1"
Push Token: 80e8dc542c14d1d435d21956b6aa488e2ab185f67dfd8c4a89f838e951171e7f8416913d28d053b35e555a7bfe43268aca873506f82054408d811311138502134beb6fe5d081e37c802fd6a5d94d7232
SDK User not received an authorization request to 'ios_advertising_id' IDFA
Test Suite 'All tests' started at 2024-06-18 14:47:05.048.
Test Suite 'REES46Tests.xctest' started at 2024-06-18 14:47:05.048.
Test Suite 'DeviceIdSaveTest' started at 2024-06-18 14:47:05.048.
Test Case '-[REES46Tests.DeviceIdSaveTest test_is_device_id_haved_second_run]' started.
Test Case '-[REES46Tests.DeviceIdSaveTest test_is_device_id_haved_second_run]' passed (0.001 seconds).
Test Suite 'DeviceIdSaveTest' passed at 2024-06-18 14:47:05.050.
Executed 1 test, with 0 failures (0 unexpected) in 0.001 (0.002) seconds
Test Suite 'Tests' started at 2024-06-18 14:47:05.050.
Test Case '-[REES46Tests.Tests test_device_id_initialization]' started.
Test Case '-[REES46Tests.Tests test_device_id_initialization]' passed (0.001 seconds).
Test Case '-[REES46Tests.Tests test_device_id_rewrite]' started.
Test Case '-[REES46Tests.Tests test_device_id_rewrite]' passed (0.001 seconds).
Test Case '-[REES46Tests.Tests test_session_generated]' started.
Test Case '-[REES46Tests.Tests test_session_generated]' passed (0.001 seconds).
Test Suite 'Tests' passed at 2024-06-18 14:47:05.061.
Executed 3 tests, with 0 failures (0 unexpected) in 0.002 (0.011) seconds
Test Suite 'REES46Tests.xctest' passed at 2024-06-18 14:47:05.061.
Executed 4 tests, with 0 failures (0 unexpected) in 0.003 (0.013) seconds
Test Suite 'All tests' passed at 2024-06-18 14:47:05.062.
Executed 4 tests, with 0 failures (0 unexpected) in 0.003 (0.014) seconds
Test session results, code coverage, and logs:
/Users/borystrubitsun/Library/Developer/Xcode/DerivedData/REES46-dnyzkgijlgweoohelxlafevfnrnt/Logs/Test/Test-REES46Demo-2024.06.18_14-46-42-+0200.xcresult
** TEST SUCCEEDED **
Testing started