7 Semantic Issues in XCode 10.1 with Bolts 1.9.0
XCode 10.1 shows the following warnings in a project that uses a pod that requires Bolts:
/Users/georg/Projekte/Apps/xxx/Pods/Bolts/Bolts/iOS/BFAppLinkReturnToRefererController.m:133:17: Block implicitly retains 'self'; explicitly mention 'self' to indicate this is intended behavior
/Users/georg/Projekte/Apps/xxx/Pods/Bolts/Bolts/iOS/BFAppLinkReturnToRefererController.m:148:18: Block implicitly retains 'self'; explicitly mention 'self' to indicate this is intended behavior
/Users/georg/Projekte/Apps/xxx/Pods/Bolts/Bolts/iOS/BFAppLinkReturnToRefererController.m:189:13: Block implicitly retains 'self'; explicitly mention 'self' to indicate this is intended behavior
/Users/georg/Projekte/Apps/xxx/Pods/Bolts/Bolts/iOS/BFAppLinkReturnToRefererController.m:190:40: Block implicitly retains 'self'; explicitly mention 'self' to indicate this is intended behavior
/Users/georg/Projekte/Apps/xxx/Pods/Bolts/Bolts/iOS/BFAppLinkReturnToRefererController.m:193:24: Block implicitly retains 'self'; explicitly mention 'self' to indicate this is intended behavior
/Users/georg/Projekte/Apps/xxx/Pods/Bolts/Bolts/iOS/BFAppLinkReturnToRefererController.m:195:9: Block implicitly retains 'self'; explicitly mention 'self' to indicate this is intended behavior
/Users/georg/Projekte/Apps/xxx/Pods/Bolts/Bolts/iOS/BFAppLinkReturnToRefererController.m:203:17: Block implicitly retains 'self'; explicitly mention 'self' to indicate this is intended behavior