Reply to Swift 6 concurrency - Xcode 16b5 - init() is always nonisolated? In MyCustomScroller, instead of a custom init, overriding the init with a default value worked for me. override init(frame: CGRect = .zero) { super.init(frame: frame) } Programming Languages Swift Aug ’24