Post

Replies

Boosts

Views

Activity

Reply to Too many swift file can affect build time?
A very big file is always bad as it is difficult to maintain if not properly structured. With Swift you can set protocol conformance in class/struct extensions and set store extension in different files. Making multiple files may enable preview/error auto search faster as the whole file does not need to be reabzlysed for each modification. BTW, when you build for archive for example, it is good to clean build folder before . I don’t think build time should be very different .
Nov ’22
Reply to New trick by HACKERS
I can’t say a lot about your problem but few hints : try disable handoff, AirPlay sharing, airdrop. You could also try to download some utility like Lulu (by Objective-See) or Little Snitch to control the output connections from your computer,
Nov ’22