Skip to content

Commit 54b4e48

Browse files
committed
Remove verification of the module interface to not fail if a module fails to emit
1 parent 99f3c46 commit 54b4e48

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Sources/PublicModules/PADProjectBuilder/SwiftInterfaceProducer/XcodeTools.swift

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,8 @@ struct XcodeTools {
5757
"cd \(projectDirectoryPath);",
5858
"xcodebuild clean build -scheme \"\(scheme)\"",
5959
"-derivedDataPath \(Constants.derivedDataPath)",
60-
"BUILD_LIBRARY_FOR_DISTRIBUTION=YES"
60+
"BUILD_LIBRARY_FOR_DISTRIBUTION=YES",
61+
"OTHER_SWIFT_FLAGS=-no-verify-emitted-module-interface"
6162
]
6263

6364
switch platform {

0 commit comments

Comments
 (0)