Results 4 issues of Jeff

In Xcode 14 beta 4 (14A5284g), building a toy example project will output this warning: ``` warning: Run script build phase '[OBX] Update Sourcery Generated Files' will be run during...

**Describe the bug** `applyToDb` throws `cannotRelateToUnsavedEntities(message: "Must put the entity before you can apply().")` with mutable structs in Swift. Classes work just fine with code sequence. **Basic info:** - ObjectBox...

bug

**Describe the solution you'd like** Full examples of how to achieve tasks using Swift immutable structs. It is very difficult to achieve even the simplest tasks. Example: https://stackoverflow.com/questions/73556044/how-to-get-objectbox-backlinks-to-save-with-swift-structs Or, if...

enhancement

### Summary Key errors from `cargo install --path helix-term --locked` output: ``` error: failed to run custom build command for `helix-term v25.7.1 (/Users/jeff/Code/helix/helix-term)` Caused by: process didn't exit successfully: `/Users/jeff/Code/helix/target/release/build/helix-term-17b224cb060b2dc1/build-script-build`...

C-bug