You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1. Confirm your deployment targets and Swift version meet V2 requirements.
251
+
1. Confirm your deployment targets and Swift version meet V2 requirements, and note that current runtime validation has only been performed on iOS 15+.
245
252
2. Replace any V1 merger or deduplicator customization with Merge Hooks.
246
253
3. Add Observer Hooks where you need read-only monitoring.
Runtime validation in the current toolchain environment has been performed on iOS 15+.
497
+
Older declared deployment targets are compiler-checked but have not been runtime-validated here.
498
+
494
499
---
495
500
496
501
## Documentation
@@ -505,6 +510,9 @@ let hookB = await kit.registerMergeHook(before: hookA) { _ in
505
510
506
511
Tests are validated under parallel execution. The test infrastructure serializes `NSPersistentContainer` creation internally to avoid Core Data store-loading crashes while preserving parallel suite execution.
507
512
513
+
Current runtime validation has been performed on iOS 15+.
514
+
Although the package declares support for older OS versions, iOS 13 and iOS 14 have not been runtime-validated in the current Xcode environment.
0 commit comments