Avatar
omochimetaru 5/16/2023 2:31 AM
@omochimetaru @tobi462 14.3でビルドできなくなったけど仕様だったので難しすぎるんですよね https://t.co/Bzw5X083rh
2:31 AM
Description I'm getting an error when building the following code with Swift 5.8. This error does not occur in Swift 5.7. protocol P {} struct MyP: P { let elements: [any P] } @resultBuilder st...
2:32 AM
2:32 AM
Swift5.8でResultBuilderの推論が改善された、ってblogでもアナウンスされていたけど、
2:32 AM
実際にはソース互換性が失われているケースがあるらしい・・・
2:33 AM
I am happy to announce that the result builder implementation has been re-worked in Swift 5.8 to greatly improve compile-time performance, code completion results, and diagnostics. The new implementation is now enabled by default on main and release/5.8. The Swift 5.8 result builder implementation enforces stricter type inference that matches th...
👀 1
2:33 AM
このスレッドに詳細が書いてあるらしい