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
> _`KeyPathsOptionalTests.ReferenceTypeInReferenceType.aggressivelyUnwrapped()` contains a note, mentioning that aggressive unwrapping is not guaranteed for nested reference types, at least when such unwrapped paths are combined with some other ones_
325
325
326
+
> [!Tip]
327
+
>
328
+
> `KeyPathsExtensions` also provide "_Sendable"-prefixed keyPath aliases and `unsafeSendable()` methods.
329
+
326
330
## Installation
327
331
328
332
### Basic
329
333
330
-
You can add KeypathsExtensions to an Xcode project by adding it as a package dependency.
334
+
You can add `swift-keypaths-extensions` to an Xcode project by adding it as a package dependency.
331
335
332
336
1. From the **File** menu, select **Swift Packages › Add Package Dependency…**
333
337
2. Enter [`"https://github.com/capturecontext/swift-keypaths-extensions"`](https://github.com/capturecontext/swift-keypaths-extensions) into the package repository URL text field
334
-
3. Choose products you need to link them to your project.
338
+
3. Choose products you need to link to your project.
335
339
336
340
### Recommended
337
341
338
-
If you use SwiftPM for your project structure, add KeyPathsExtensions to your package file.
0 commit comments