-
### Motivation
This isn't an area I understand very well. But it seems like nonisolated property wrappers should be possible if the underlying wrapper type is `Sendable`.
```swift
@propertyWrappe…
-
Actually, I think there may be a problem with this. It looks like the current Maven Wrapper script that is generated for Maven 3.9.9, includes some logic starting at line 175 that will switch the dow…
-
### Description
_No response_
### Reproduction
```swift
import _Differentiation
@propertyWrapper
struct Wrapper : Differentiable {
var wrappedValue: Float
init(wrappedValue: Float) {…
-
### Description
_No response_
### Reproduction
```swift
@propertyWrapper
struct Wrapper {
var wrappedValue: Float
var projectedValue: Float
init(wrappedValue: Float) {
sel…
-
Been able to append an unmanaged objects with a nested managed object.
At the moment trying to append an unmanaged object with a nested managed object is crashing with the following error `Object is …
-
### Describe the bug
When connecting to a read-only cluster endpoint with the `failover2` plugin and without the `failoverMode` property, it appears that `failoverMode` defaults to `strict-writer`.…
-
### Description
It is possible to actor isolate the `wrappedValue` of a property wrapper and interact with it in a nonisolated way, leading to a crash.
### Reproduction
```swift
@propertyWra…
-
-
### Describe the bug
The generated code for the `Command` component contains a data attribute `cmdk-input-wrapper` (presumably used for styling?). ESLint complains about this unknown attribute.
![…
-
Hi !
Following the example given in the documentation:
```
struct Book: Codable {
@Element var id: Int
}
```
I tried to create an instance of a Book:
`let book = Book(id: 42)`
B…