tmandry / Swindler

macOS window management library for Swift
https://tmandry.github.io/Swindler/docs/main/
MIT License
690 stars 66 forks source link

bug: 'self' captured by a closure before all members were initialized #66

Closed notmgsk closed 3 years ago

notmgsk commented 4 years ago

xcode Version 11.3.1 (11C504)

Luccifer commented 4 years ago

He(@notmgsk) meant Screen.swift file init() function where "self" is actually inbound init

Luccifer commented 4 years ago

You can reproduce the bug if u add source files of Swindler 9like drag and drop) to new pros with dependance-pods (PromiseKit/AXSwift)

talaviram commented 3 years ago

My apologizes. I've commented on the commit (c721ccc0b8f01df2d3cbb801c9b2d38e9f5b607f). Deleting my comment which is dupe of this issue.

tmandry commented 3 years ago

This was failing yesterday but is now fixed on master. CI runs Xcode 11.3 so should prevent this issue from coming up again in the future.

Feel free to reopen if not fixed. Thanks!