Naoki Hiroshima

Results 3 issues of Naoki Hiroshima

### Description `TaskGroup` can't be used in a `GlobalActor` isolated context (e.g. `MainActor`) because "nonisolated callee risks causing data races." ### Reproduction The code below doesn't build with Swift 6....

bug
triage needed

`callOnTapGesture()` does not work when the view is presented with `host() async`. Tested with Xcode 16.0 with Swift 6.0 mode. ```swift struct TapGestureView: View { @State var flag = false...

bug

`tabView().count` for the view below returns 1 instead of 3. `Tab` is a new (iOS 18) component for `TabView`. ```swift TabView { Tab("Received", systemImage: "tray.and.arrow.down.fill") { ReceivedView() } Tab("Sent", systemImage:...