Keitaro Kawahara
Keitaro Kawahara
Fixes https://github.com/mac-cain13/R.swift/issues/862 The RswiftCore implementation can be found at [`try contents.write(to: outputURL, atomically: true, encoding: .utf8)`](https://github.com/mac-cain13/R.swift/blob/a76220f2c4b73bdda670f4a318c6ec983399ac6d/Sources/rswift/RswiftCore.swift#L331C6-L331C6) is used to write the generated code; if `atomically` is `true`, the content is...
## Overview Fixes #314 This draft PR addresses an issue where `@available` annotations on protocols are not inherited by the generated mock classes. This can cause compilation errors when the...
## Problem Currently, when a protocol has `@available` annotations, the generated mock classes do not inherit these availability constraints. This leads to compilation errors when using the mocks in contexts...