mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
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
5 lines
93 B
Plaintext
5 lines
93 B
Plaintext
// swift-interface-format-version: 1.0
|
|
// swift-module-flags: -module-name Foo
|
|
import Swift
|
|
|