SwiftGenPlugin
SwiftGenPlugin copied to clipboard
SwiftGen plugin for SPM
Hello, As we approach the upcoming spring and the anticipated implementation of the [Privacy Manifest](https://developer.apple.com/support/third-party-SDK-requirements/) by Apple, it's crucial to ensure that your SDK fully complies with Apple's requirements. Does...
Hello community! I have a problem with SwiftGenPlugin when I try to run SwiftGen-Generate inside XCode. Via command line tools in terminal the same configuration works great. Could someone help...
The `testTarget` is accessing Colour from generated code and thus crashing. The below code results in `fatalError` ``` @available(iOS 11.0, tvOS 11.0, watchOS 4.0, macOS 10.13, *) public private(set) lazy...
First thanks for the awesome addition of a build plugin! This PR is pretty basic and just cope-pastes the existing code with a few modifications to add support for Xcode...
## Issue Description **Summary:** SwiftGenPlugin causes Xcode to display a build error with the following message: ``` Internal inconsistency error (didStartTask): targetID (174) not found in _activeTargets. Internal inconsistency error...
I wanted to install swiftgen via homebrew on my mac and its saying that swiftgen has been disabled because it does not build. Steps to reproduce: > brew update >...
Running the Swiftgen plugin in an Xcode Cloud build fails with the following errors: > Plug-in ended with non-zero exit code: 64) > xcodebuild: error: Failed to copy build products...
Hi, I'm using this plugin well but I'm would like to gen the localizable strings in multiple files in to the same enum class. How can I do that? Thanks...
Xcode always passes targets as arguments to plugin, thats why a condition `!arguments.isEmpty` is always true, and final command is incorrect. Also have added missing `DERIVED_SOURCES_DIR` environment support. Fixes #8
I tried to build my project with Xcode 15 and got a new error: ` Error Domain=NSCocoaErrorDomain Code=513 "You don’t have permission to save the file “Strings+Generated.swift” in the folder...