Skip to content

Commit 96b35ee

Browse files
committed
Commands: enable the parseable module interface by default
Enable the swift module interface to be emitted by default. This is helpful for API surface tracking and can potentially enable perusal of the swiftinterface in VSCode mirroring what XCode already permits.
1 parent 9a640ae commit 96b35ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/Commands/Options.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -320,7 +320,7 @@ struct BuildOptions: ParsableArguments {
320320

321321
/// Whether to enable generation of `.swiftinterface`s alongside `.swiftmodule`s.
322322
@Flag(name: .customLong("enable-parseable-module-interfaces"))
323-
var shouldEnableParseableModuleInterfaces: Bool = false
323+
var shouldEnableParseableModuleInterfaces: Bool = true
324324

325325
/// The number of jobs for llbuild to start (aka the number of schedulerLanes)
326326
@Option(name: .shortAndLong, help: "The number of jobs to spawn in parallel during the build process")

0 commit comments

Comments
 (0)