Skip to content

Commit 8898e2a

Browse files
committed
Update README
1 parent a3f1a14 commit 8898e2a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ The library can be installed using Swift Package Manager.
123123
```
124124
- If a class or a struct has one or more initialisers, the macro will use the first/top one
125125
- For structs without an initialiser, the macro makes a best guess to decide how the implicit memberwise initializer could look like. This best guess might fail for declarations that have not been considered during implementation of the macro
126-
- As of Swift 6.1.0 and Xcode 16.3 (14.05.2025) it is not possible to use the generated builders inside the SwiftUI `#Preview` closure
126+
- As of Swift 6.2.0 and Xcode 26.0 (02.10.2025) it is not possible to use the generated builders inside the SwiftUI `#Preview` closure
127127

128128
## Builder default values
129129
The list of default values is limited to the values specified in the below table.

0 commit comments

Comments
 (0)