k-kohey

Results 4 issues of k-kohey

## Description testSettingLocale in DateAttributedFormatStyleTests fails as shown in the following image. This is caused by the fact that the result of formatting the string deviates from the actual time...

```swift // LoggerBundller.swift @MutationBuilder var mutations: [Mutation] // Usage logger.mutations = { AnyMutation { $0.parameters["device_id"] = "...." } if let user = session.user { AnyMutation { $0.parameters["user_id"] = user.id }...

SwiftSyntaxt, on which EventGen depends, requires Xcode14.3 as its execution environment. Since GitHubActions cannot use that environment, EventGen tests are disabled. We would like to fix it so that EventGen...