Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Summary: When compiling with library evolution and emitting a swiftinterface file, the swift-driver will add module verification steps: https://github.com/swiftlang/swift-driver/blob/072409a4c28c97dd4b08e70e1de14dac042ebc43/Sources/SwiftDriver/Jobs/Planning.swift#L592-L609 This is failing existing builds with errors like: ``` 4 | import Foundation 5 | @_exported import MetaKit | `- error: underlying Objective-C module 'MetaKit' not found ``` Disable module verification for now, which matches the legacy driver behavior. Reviewed By: drodriguez Differential Revision: D68905282 fbshipit-source-id: f8b6fc2167b93ba3eb60af706144e2aef272990d
- Loading branch information