diff --git a/apple/internal/swift_info_support.bzl b/apple/internal/swift_info_support.bzl index 04c61894dc..22bf14ff64 100644 --- a/apple/internal/swift_info_support.bzl +++ b/apple/internal/swift_info_support.bzl @@ -81,7 +81,8 @@ swift_library dependencies.\ """, ) - if not all([module.name, module.swift.swiftdoc]) or not (module.swift.swiftmodule or module.swift.swiftinterface): fail( + if not all([module.name, module.swift.swiftdoc]) or not (module.swift.swiftmodule or module.swift.swiftinterface): + fail( """\ error: Could not find all required artifacts and information to build a Swift framework. \ Please file an issue with a reproducible error case.\