Files
swift-mirror/test/ScanDependencies/Inputs/Swift/Foo.swiftinterface
Artem Chikin 1b7d55582d Do not build Swift interface files into binary modules when performing a canImport query.
We should hold off actually building the binary module file until it is imported.
`canImport` queries can happen, for example, during dependency scanning, when we do not wish to have the scanner tool execute any module builds.

Resolves rdar://82603098
2021-09-02 12:09:57 -07:00

5 lines
93 B
Plaintext

// swift-interface-format-version: 1.0
// swift-module-flags: -module-name Foo
import Swift