Intermediate
Swift
Q86 / 100
What is a Swift package plugin?
Correct! Well done.
Incorrect.
The correct answer is B) A Swift Package that provides custom build tools or commands that run during the build phase, like code generators or linters
B
Correct Answer
A Swift Package that provides custom build tools or commands that run during the build phase, like code generators or linters
Explanation
Swift package plugins (SPM 5.6+) run during build (CommandPlugin, BuildToolPlugin). Used for source code generation, protobuf compilation, and other pre-build tasks.
Progress
86/100