Giter Site home page Giter Site logo

Comments (5)

groue avatar groue commented on May 26, 2024 1

Hi @czechboy0 :-)

I'm on the latest Xcode 15.3, swift-driver version: 1.90.11.1 Apple Swift version 5.10 (swiftlang-5.10.0.13 clang-1500.3.9.4).

One way to get rid of the warnings is to invoke the CLI manually

Oh yes, it works (I can exclude the YAML files in Package.swift without errors) 👍

OK, this solves the issue for me. I will opt-in for the warning because I hope that #376 will be fixed eventually and that I can get back to the automatic generation. Meanwhile, I'd rather keep openapi-generator-config.yaml as the source of truth.

Thank you for your support!

from swift-openapi-generator.

groue avatar groue commented on May 26, 2024 1

Oh, you're right, with the --config option:

swift run swift-openapi-generator generate \
  --output-directory Sources/MyTarget/GeneratedSources \
  --config Sources/MyTarget/openapi-generator-config.yaml \
  Sources/MyTarget/openapi.yaml

Now I can exclude the yaml files from Package.swift.

Thanks, this is just perfect now 💯

from swift-openapi-generator.

czechboy0 avatar czechboy0 commented on May 26, 2024

Hi @groue,

yeah we've seen this before, which Xcode toolchain are you on? Can you try on the recently released 5.10, does it reproduce there? (And bump the swift-tools-version to 5.10 as well)?

One way to get rid of the warnings is to invoke the CLI manually, not even using the command plugin: https://swiftpackageindex.com/apple/swift-openapi-generator/1.2.1/documentation/swift-openapi-generator/manually-invoking-the-generator-cli#Invoke-the-CLI-manually

from swift-openapi-generator.

czechboy0 avatar czechboy0 commented on May 26, 2024

I think this was fixed here: apple/swift-package-manager#7300

from swift-openapi-generator.

czechboy0 avatar czechboy0 commented on May 26, 2024

Meanwhile, I'd rather keep openapi-generator-config.yaml as the source of truth.

You can continue to do that, by passing the path to the config file to the CLI - that's what the plugin does under the hood. No need to specify inputs using CLI options.

from swift-openapi-generator.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.