Can we make apple_static_framework_import support frameworks that are implemented in Swift? Currently, using a framework implemented in Swift will result in linker errors, for missing libraries such as swiftFoundation. Perhaps by adding something like a swift = True keyword argument?