Jiefu Men
Jiefu Men
### What problem or need do you have? I ran into a similar issue with https://github.com/tuist/tuist/issues/6188. I am using firebase directly with SPM instead of managing it through tuist. I...
### What happened? I want to add some build setting for my local swift package through `PackageSettings`. But I found `baseSettings` and `targetSettings` cannot work as expected. Check below `Package.swift`....
- [x] I have read the [documentation](https://swiftpackageindex.com/SwiftyLab/MetaCodable/main/documentation/metacodable). **Describe the bug** Below code works well. working code ```swift @Codable @CodedAs @CodedAt("operation") protocol ResponseAttributes {} @Codable struct Response { @CodedIn("data") let id:...
### What happened? I am trying to use some swift macros in my project. I found that [ComposableArchitecture](https://github.com/pointfreeco/swift-composable-architecture) can work properly as external dependency. But the [MetaCodable](https://github.com/SwiftyLab/MetaCodable) not. Both work...
### What happened? My app and modules have some swift macros as external dependencies. Everything works well when run through Xcode. But it failed when run by `xcodebuild` no matter...