API Documentation: SwiftCompile

Compiles Swift source files into object files.

Properties

Property Description

compilerArgs

Additional arguments to provide to the compiler.

It act as an escape hatch to the current model. Please open an issue on https://github.com/nokeedev/gradle-native with your reason for using this hatch so we can improve the model.

toolChain

The tool chain used for the compilation.

Methods

No methods.

Property Details

ListProperty<String> compilerArgs

Additional arguments to provide to the compiler.

It act as an escape hatch to the current model. Please open an issue on https://github.com/nokeedev/gradle-native with your reason for using this hatch so we can improve the model.

Provider<? extends ToolChain> toolChain (read-only)

The tool chain used for the compilation.