c++ CLANG_MACRO("SWIFT_CALL", , "__attribute__((swiftcall))")
https://github.com/apple/swift/blob/8d548efbb981666297077658a745db3bffb35e2d/include/swift/PrintAsClang/ClangMacros.defc++ CLANG_MACRO("SWIFT_INDIRECT_RESULT", , "__attribute__((swift_indirect_result))") CLANG_MACRO("SWIFT_CONTEXT", , "__attribute__((swift_context))") CLANG_MACRO("SWIFT_ERROR_RESULT", , "__attribute__((swift_error_result))")
↑このへんもあった。indirect_result
とかもポートしてるの面白いね