Contents

Unknown region isolation pattern (RegionIsolationUnknownPattern)

Overview

This diagnostic indicates that the region-based isolation checker has detected an isolation error but the compiler does not currently know how to emit a descriptive diagnostic for the detected pattern. This is a compiler bug. If you encounter this diagnostic, please file a bug report at https://github.com/swiftlang/swift/issues with a minimal example that reproduces the issue.

See Also