Adding a (convenient) computed height property to UIView in my UIViewExtension.swift file is causing the Swift compiler to segfault...
height
UIView
UIViewExtension.swift
As for me, adding private to static var fixed clang crash:
private
private static var taskId = 0