Guest User

Untitled

a guest
Jul 17th, 2018
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 83.26 KB | None | 0 0
  1. Building & testing AsyncDisplayKit.
  2. Analyzing dependencies
  3. Downloading dependencies
  4. Using FBSnapshotTestCase (2.1.4)
  5. Using FLAnimatedImage (1.0.12)
  6. Using JGMethodSwizzler (2.0.1)
  7. Using OCMock (3.4.2)
  8. Using PINCache (3.0.1-beta.6)
  9. Using PINOperation (1.1.1)
  10. Using PINRemoteImage (3.0.0-beta.13)
  11. Generating Pods project
  12. Integrating client project
  13. Sending stats
  14. Pod installation complete! There are 4 dependencies from the Podfile and 7 total pods installed.
  15. ▸ Building AsyncDisplayKit/AsyncDisplayKit [Debug]
  16. ▸ Check Dependencies
  17. ▸ Building AsyncDisplayKit/AsyncDisplayKitTestHost [Debug]
  18. ▸ Check Dependencies
  19. ▸ Building Pods/FBSnapshotTestCase [Debug]
  20. ▸ Check Dependencies
  21. ▸ Compiling FBSnapshotTestCase.m
  22.  
  23. ⚠️ /Users/Shared/buildkite/builds/iosf-garrett-vuqKsO4.dyn.pinadmin.com-1/pinterest/texture/Pods/FBSnapshotTestCase/FBSnapshotTestCase/FBSnapshotTestController.h:92:9: parameter 'error' not found in the function declaration [-Wdocumentation]
  24.  
  25. @param error An error to log in an XCTAssert() macro if the method fails (missing reference image, images differ, etc).
  26. ^~~~~
  27.  
  28.  
  29.  
  30. ⚠️ /Users/Shared/buildkite/builds/iosf-garrett-vuqKsO4.dyn.pinadmin.com-1/pinterest/texture/Pods/FBSnapshotTestCase/FBSnapshotTestCase/FBSnapshotTestController.h:105:9: parameter 'error' not found in the function declaration [-Wdocumentation]
  31.  
  32. @param error An error to log in an XCTAssert() macro if the method fails (missing reference image, images differ, etc).
  33. ^~~~~
  34.  
  35.  
  36.  
  37. ⚠️ /Users/Shared/buildkite/builds/iosf-garrett-vuqKsO4.dyn.pinadmin.com-1/pinterest/texture/Pods/FBSnapshotTestCase/FBSnapshotTestCase/FBSnapshotTestController.h:115:9: parameter 'view' not found in the function declaration [-Wdocumentation]
  38.  
  39. @param view The view or layer to snapshot.
  40. ^~~~~
  41.  
  42.  
  43.  
  44. ⚠️ /Users/Shared/buildkite/builds/iosf-garrett-vuqKsO4.dyn.pinadmin.com-1/pinterest/texture/Pods/FBSnapshotTestCase/FBSnapshotTestCase/FBSnapshotTestController.h:119:9: parameter 'error' not found in the function declaration [-Wdocumentation]
  45.  
  46. @param error An error to log in an XCTAssert() macro if the method fails (missing reference image, images differ, etc).
  47. ^~~~
  48.  
  49.  
  50. ▸ Compiling FBSnapshotTestCase-dummy.m
  51. ▸ Compiling FBSnapshotTestCasePlatform.m
  52. ▸ Compiling FBSnapshotTestController.m
  53.  
  54. ⚠️ /Users/Shared/buildkite/builds/iosf-garrett-vuqKsO4.dyn.pinadmin.com-1/pinterest/texture/Pods/FBSnapshotTestCase/FBSnapshotTestCase/FBSnapshotTestController.h:92:9: parameter 'error' not found in the function declaration [-Wdocumentation]
  55.  
  56. @param error An error to log in an XCTAssert() macro if the method fails (missing reference image, images differ, etc).
  57. ^~~~~
  58.  
  59.  
  60.  
  61. ⚠️ /Users/Shared/buildkite/builds/iosf-garrett-vuqKsO4.dyn.pinadmin.com-1/pinterest/texture/Pods/FBSnapshotTestCase/FBSnapshotTestCase/FBSnapshotTestController.h:105:9: parameter 'error' not found in the function declaration [-Wdocumentation]
  62.  
  63. @param error An error to log in an XCTAssert() macro if the method fails (missing reference image, images differ, etc).
  64. ^~~~~
  65.  
  66.  
  67.  
  68. ⚠️ /Users/Shared/buildkite/builds/iosf-garrett-vuqKsO4.dyn.pinadmin.com-1/pinterest/texture/Pods/FBSnapshotTestCase/FBSnapshotTestCase/FBSnapshotTestController.h:115:9: parameter 'view' not found in the function declaration [-Wdocumentation]
  69.  
  70. @param view The view or layer to snapshot.
  71. ^~~~~
  72.  
  73.  
  74.  
  75. ⚠️ /Users/Shared/buildkite/builds/iosf-garrett-vuqKsO4.dyn.pinadmin.com-1/pinterest/texture/Pods/FBSnapshotTestCase/FBSnapshotTestCase/FBSnapshotTestController.h:119:9: parameter 'error' not found in the function declaration [-Wdocumentation]
  76.  
  77. @param error An error to log in an XCTAssert() macro if the method fails (missing reference image, images differ, etc).
  78. ^~~~
  79.  
  80.  
  81. ▸ Compiling UIApplication+StrictKeyWindow.m
  82. ▸ Compiling UIImage+Compare.m
  83. ▸ Compiling UIImage+Diff.m
  84. ▸ Compiling UIImage+Snapshot.m
  85. ▸ Building library libFBSnapshotTestCase.a
  86. ▸ Building Pods/FLAnimatedImage [Debug]
  87. ▸ Check Dependencies
  88. ▸ Compiling FLAnimatedImage-dummy.m
  89. ▸ Compiling FLAnimatedImage.m
  90.  
  91. ⚠️ /Users/Shared/buildkite/builds/iosf-garrett-vuqKsO4.dyn.pinadmin.com-1/pinterest/texture/Pods/FLAnimatedImage/FLAnimatedImage/FLAnimatedImage.m:302:142: block implicitly retains 'self'; explicitly mention 'self' to indicate this is intended behavior [-Wimplicit-retain-self]
  92.  
  93. FLLog(FLLogLevelInfo, @"Dropping frame %zu because failed to `CGImageSourceCreateImageAtIndex` with image source %@", i, _imageSource);
  94. ^~~~~
  95.  
  96.  
  97. ▸ Compiling FLAnimatedImageView.m
  98. ▸ Building library libFLAnimatedImage.a
  99. ▸ Building Pods/JGMethodSwizzler [Debug]
  100. ▸ Check Dependencies
  101. ▸ Compiling JGMethodSwizzler-dummy.m
  102. ▸ Compiling JGMethodSwizzler.m
  103.  
  104. ⚠️ /Users/Shared/buildkite/builds/iosf-garrett-vuqKsO4.dyn.pinadmin.com-1/pinterest/texture/Pods/JGMethodSwizzler/JGMethodSwizzler/JGMethodSwizzler.h:77:9: parameter 'replacement' not found in the function declaration [-Wdocumentation]
  105.  
  106. @param replacement The replacement block to use for swizzling the method. Its signature needs to be: return_type ^(id self, ...).
  107. ^
  108.  
  109.  
  110.  
  111. ⚠️ /Users/Shared/buildkite/builds/iosf-garrett-vuqKsO4.dyn.pinadmin.com-1/pinterest/texture/Pods/JGMethodSwizzler/JGMethodSwizzler/JGMethodSwizzler.h:88:9: parameter 'replacement' not found in the function declaration [-Wdocumentation]
  112.  
  113. @param replacement The replacement block to use for swizzling the method. Its signature needs to be: return_type ^(id self, ...).
  114. ^~~~~~~~~~~
  115.  
  116.  
  117.  
  118. ⚠️ /Users/Shared/buildkite/builds/iosf-garrett-vuqKsO4.dyn.pinadmin.com-1/pinterest/texture/Pods/JGMethodSwizzler/JGMethodSwizzler/JGMethodSwizzler.h:184:9: parameter 'replacement' not found in the function declaration [-Wdocumentation]
  119.  
  120. @param replacement The replacement block to use for swizzling the method. Its signature needs to be: return_type ^(id self, ...).
  121. ^~~~~~~~~~~
  122.  
  123.  
  124.  
  125. ⚠️ /Users/Shared/buildkite/builds/iosf-garrett-vuqKsO4.dyn.pinadmin.com-1/pinterest/texture/Pods/JGMethodSwizzler/JGMethodSwizzler/JGMethodSwizzler.m:189:42: 'objectForKeyedSubscript:' is only available on iOS 6.0 or newer [-Wunguarded-availability]
  126.  
  127. NSMutableDictionary *classSwizzles = originalClassMethods[classKey];
  128. ^~~~~~~~~~~
  129.  
  130.  
  131.  
  132. ⚠️ /Users/Shared/buildkite/builds/iosf-garrett-vuqKsO4.dyn.pinadmin.com-1/pinterest/texture/Pods/JGMethodSwizzler/JGMethodSwizzler/JGMethodSwizzler.m:191:29: 'objectForKeyedSubscript:' is only available on iOS 6.0 or newer [-Wunguarded-availability]
  133.  
  134. NSValue *pointerValue = classSwizzles[selectorKey];
  135. ^~~~~~~~~~~~~~~~~~~~
  136.  
  137.  
  138.  
  139. ⚠️ /Users/Shared/buildkite/builds/iosf-garrett-vuqKsO4.dyn.pinadmin.com-1/pinterest/texture/Pods/JGMethodSwizzler/JGMethodSwizzler/JGMethodSwizzler.m:196:9: 'setObject:forKeyedSubscript:' is only available on iOS 6.0 or newer [-Wunguarded-availability]
  140.  
  141. originalClassMethods[classKey] = classSwizzles;
  142. ^~~~~~~~~~~~~
  143.  
  144.  
  145.  
  146. ⚠️ /Users/Shared/buildkite/builds/iosf-garrett-vuqKsO4.dyn.pinadmin.com-1/pinterest/texture/Pods/JGMethodSwizzler/JGMethodSwizzler/JGMethodSwizzler.m:216:9: 'setObject:forKeyedSubscript:' is only available on iOS 6.0 or newer [-Wunguarded-availability]
  147.  
  148. classSwizzles[selectorKey] = [NSValue valueWithPointer:orig];
  149. ^~~~~~~~~~~~~~~~~~~~
  150.  
  151.  
  152.  
  153. ⚠️ /Users/Shared/buildkite/builds/iosf-garrett-vuqKsO4.dyn.pinadmin.com-1/pinterest/texture/Pods/JGMethodSwizzler/JGMethodSwizzler/JGMethodSwizzler.m:244:42: 'objectForKeyedSubscript:' is only available on iOS 6.0 or newer [-Wunguarded-availability]
  154.  
  155. NSMutableDictionary *classSwizzles = originalInstanceMethods[classKey];
  156. ^~~~~~~~~~~~~
  157.  
  158.  
  159.  
  160. ⚠️ /Users/Shared/buildkite/builds/iosf-garrett-vuqKsO4.dyn.pinadmin.com-1/pinterest/texture/Pods/JGMethodSwizzler/JGMethodSwizzler/JGMethodSwizzler.m:246:29: 'objectForKeyedSubscript:' is only available on iOS 6.0 or newer [-Wunguarded-availability]
  161.  
  162. NSValue *pointerValue = classSwizzles[selectorKey];
  163. ^~~~~~~~~~~~~~~~~~~~~~~
  164.  
  165.  
  166.  
  167. ⚠️ /Users/Shared/buildkite/builds/iosf-garrett-vuqKsO4.dyn.pinadmin.com-1/pinterest/texture/Pods/JGMethodSwizzler/JGMethodSwizzler/JGMethodSwizzler.m:251:9: 'setObject:forKeyedSubscript:' is only available on iOS 6.0 or newer [-Wunguarded-availability]
  168.  
  169. originalInstanceMethods[classKey] = classSwizzles;
  170. ^~~~~~~~~~~~~
  171.  
  172.  
  173.  
  174. ⚠️ /Users/Shared/buildkite/builds/iosf-garrett-vuqKsO4.dyn.pinadmin.com-1/pinterest/texture/Pods/JGMethodSwizzler/JGMethodSwizzler/JGMethodSwizzler.m:269:9: 'setObject:forKeyedSubscript:' is only available on iOS 6.0 or newer [-Wunguarded-availability]
  175.  
  176. classSwizzles[selectorKey] = [NSValue valueWithPointer:orig];
  177. ^~~~~~~~~~~~~~~~~~~~~~~
  178.  
  179.  
  180.  
  181. ⚠️ /Users/Shared/buildkite/builds/iosf-garrett-vuqKsO4.dyn.pinadmin.com-1/pinterest/texture/Pods/JGMethodSwizzler/JGMethodSwizzler/JGMethodSwizzler.m:298:45: 'objectForKeyedSubscript:' is only available on iOS 6.0 or newer [-Wunguarded-availability]
  182.  
  183. NSMutableDictionary *instanceSwizzles = originalInstanceInstanceMethods[classKey];
  184. ^~~~~~~~~~~~~
  185.  
  186.  
  187.  
  188. ⚠️ /Users/Shared/buildkite/builds/iosf-garrett-vuqKsO4.dyn.pinadmin.com-1/pinterest/texture/Pods/JGMethodSwizzler/JGMethodSwizzler/JGMethodSwizzler.m:303:9: 'setObject:forKeyedSubscript:' is only available on iOS 6.0 or newer [-Wunguarded-availability]
  189.  
  190. originalInstanceInstanceMethods[classKey] = instanceSwizzles;
  191. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  192.  
  193.  
  194.  
  195. ⚠️ /Users/Shared/buildkite/builds/iosf-garrett-vuqKsO4.dyn.pinadmin.com-1/pinterest/texture/Pods/JGMethodSwizzler/JGMethodSwizzler/JGMethodSwizzler.m:309:37: 'objectForKeyedSubscript:' is only available on iOS 6.0 or newer [-Wunguarded-availability]
  196.  
  197. NSMutableDictionary *dict = instanceSwizzles[selectorKey];
  198. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  199.  
  200.  
  201.  
  202. ⚠️ /Users/Shared/buildkite/builds/iosf-garrett-vuqKsO4.dyn.pinadmin.com-1/pinterest/texture/Pods/JGMethodSwizzler/JGMethodSwizzler/JGMethodSwizzler.m:313:33: 'objectForKeyedSubscript:' is only available on iOS 6.0 or newer [-Wunguarded-availability]
  203.  
  204. NSValue *pointerValue = dict[kIMPKey];
  205. ^~~~~~~~~~~~~~~~
  206.  
  207.  
  208.  
  209. ⚠️ /Users/Shared/buildkite/builds/iosf-garrett-vuqKsO4.dyn.pinadmin.com-1/pinterest/texture/Pods/JGMethodSwizzler/JGMethodSwizzler/JGMethodSwizzler.m:315:31: 'objectForKeyedSubscript:' is only available on iOS 6.0 or newer [-Wunguarded-availability]
  210.  
  211. unsigned int count = [dict[kCountKey] unsignedIntValue];
  212. ^~~~
  213.  
  214.  
  215.  
  216. ⚠️ /Users/Shared/buildkite/builds/iosf-garrett-vuqKsO4.dyn.pinadmin.com-1/pinterest/texture/Pods/JGMethodSwizzler/JGMethodSwizzler/JGMethodSwizzler.m:323:13: 'setObject:forKeyedSubscript:' is only available on iOS 6.0 or newer [-Wunguarded-availability]
  217.  
  218. dict[kCountKey] = @(count-1);
  219. ^~~~
  220.  
  221.  
  222.  
  223. ⚠️ /Users/Shared/buildkite/builds/iosf-garrett-vuqKsO4.dyn.pinadmin.com-1/pinterest/texture/Pods/JGMethodSwizzler/JGMethodSwizzler/JGMethodSwizzler.m:327:37: 'objectForKeyedSubscript:' is only available on iOS 6.0 or newer [-Wunguarded-availability]
  224.  
  225. NSMutableDictionary *dict = instanceSwizzles[selectorKey];
  226. ^~~~
  227.  
  228.  
  229.  
  230. ⚠️ /Users/Shared/buildkite/builds/iosf-garrett-vuqKsO4.dyn.pinadmin.com-1/pinterest/texture/Pods/JGMethodSwizzler/JGMethodSwizzler/JGMethodSwizzler.m:330:13: 'setObject:forKeyedSubscript:' is only available on iOS 6.0 or newer [-Wunguarded-availability]
  231.  
  232. dict[kCountKey] = @(1);
  233. ^~~~~~~~~~~~~~~~
  234.  
  235.  
  236.  
  237. ⚠️ /Users/Shared/buildkite/builds/iosf-garrett-vuqKsO4.dyn.pinadmin.com-1/pinterest/texture/Pods/JGMethodSwizzler/JGMethodSwizzler/JGMethodSwizzler.m:333:13: 'setObject:forKeyedSubscript:' is only available on iOS 6.0 or newer [-Wunguarded-availability]
  238.  
  239. dict[kIMPKey] = [NSValue valueWithPointer:orig];
  240. ^~~~
  241.  
  242.  
  243.  
  244. ⚠️ /Users/Shared/buildkite/builds/iosf-garrett-vuqKsO4.dyn.pinadmin.com-1/pinterest/texture/Pods/JGMethodSwizzler/JGMethodSwizzler/JGMethodSwizzler.m:335:13: 'setObject:forKeyedSubscript:' is only available on iOS 6.0 or newer [-Wunguarded-availability]
  245.  
  246. instanceSwizzles[selectorKey] = dict;
  247. ^~~~
  248.  
  249.  
  250.  
  251. ⚠️ /Users/Shared/buildkite/builds/iosf-garrett-vuqKsO4.dyn.pinadmin.com-1/pinterest/texture/Pods/JGMethodSwizzler/JGMethodSwizzler/JGMethodSwizzler.m:338:21: 'objectForKeyedSubscript:' is only available on iOS 6.0 or newer [-Wunguarded-availability]
  252.  
  253. orig = [dict[kIMPKey] pointerValue];
  254. ^~~~~~~~~~~~~~~~
  255.  
  256.  
  257.  
  258. ⚠️ /Users/Shared/buildkite/builds/iosf-garrett-vuqKsO4.dyn.pinadmin.com-1/pinterest/texture/Pods/JGMethodSwizzler/JGMethodSwizzler/JGMethodSwizzler.m:340:35: 'objectForKeyedSubscript:' is only available on iOS 6.0 or newer [-Wunguarded-availability]
  259.  
  260. unsigned int count = [dict[kCountKey] unsignedIntValue];
  261. ^~~~
  262.  
  263.  
  264.  
  265. ⚠️ /Users/Shared/buildkite/builds/iosf-garrett-vuqKsO4.dyn.pinadmin.com-1/pinterest/texture/Pods/JGMethodSwizzler/JGMethodSwizzler/JGMethodSwizzler.m:341:13: 'setObject:forKeyedSubscript:' is only available on iOS 6.0 or newer [-Wunguarded-availability]
  266.  
  267. dict[kCountKey] = @(count+1);
  268. ^~~~
  269.  
  270.  
  271.  
  272. ⚠️ /Users/Shared/buildkite/builds/iosf-garrett-vuqKsO4.dyn.pinadmin.com-1/pinterest/texture/Pods/JGMethodSwizzler/JGMethodSwizzler/JGMethodSwizzler.m:394:24: 'objectForKeyedSubscript:' is only available on iOS 6.0 or newer [-Wunguarded-availability]
  273.  
  274. NSDictionary *d = [originalClassMethods[NSStringFromClass(class)] copy];
  275. ^~~~
  276.  
  277.  
  278.  
  279. ⚠️ /Users/Shared/buildkite/builds/iosf-garrett-vuqKsO4.dyn.pinadmin.com-1/pinterest/texture/Pods/JGMethodSwizzler/JGMethodSwizzler/JGMethodSwizzler.m:411:24: 'objectForKeyedSubscript:' is only available on iOS 6.0 or newer [-Wunguarded-availability]
  280.  
  281. NSDictionary *d = [originalInstanceMethods[NSStringFromClass(class)] copy];
  282. ^~~~~~~~~~~~~~~~~~~~
  283.  
  284.  
  285.  
  286. ⚠️ /Users/Shared/buildkite/builds/iosf-garrett-vuqKsO4.dyn.pinadmin.com-1/pinterest/texture/Pods/JGMethodSwizzler/JGMethodSwizzler/JGMethodSwizzler.m:455:15: 'objectForKeyedSubscript:' is only available on iOS 6.0 or newer [-Wunguarded-availability]
  287.  
  288. NSCAssert(originalInstanceInstanceMethods[NSStringFromClass(class)][NSStringFromSelector(selector)] == nil, @"Swizzling an instance method that has already been swizzled on a specific instance is not supported");
  289. ^~~~~~~~~~~~~~~~~~~~~~~
  290.  
  291.  
  292.  
  293. ⚠️ /Users/Shared/buildkite/builds/iosf-garrett-vuqKsO4.dyn.pinadmin.com-1/pinterest/texture/Pods/JGMethodSwizzler/JGMethodSwizzler/JGMethodSwizzler.m:455:15: 'objectForKeyedSubscript:' is only available on iOS 6.0 or newer [-Wunguarded-availability]
  294.  
  295. NSCAssert(originalInstanceInstanceMethods[NSStringFromClass(class)][NSStringFromSelector(selector)] == nil, @"Swizzling an instance method that has already been swizzled on a specific instance is not supported");
  296. ^~~~~~~~~
  297.  
  298.  
  299.  
  300. ⚠️ /Users/Shared/buildkite/builds/iosf-garrett-vuqKsO4.dyn.pinadmin.com-1/pinterest/texture/Pods/JGMethodSwizzler/JGMethodSwizzler/JGMethodSwizzler.m:484:27: 'objectForKeyedSubscript:' is only available on iOS 6.0 or newer [-Wunguarded-availability]
  301.  
  302. unsigned int count = [dynamicSubclassesByObject[key][kCountKey] unsignedIntValue];
  303. ^~~~~~~~~
  304.  
  305.  
  306.  
  307. ⚠️ /Users/Shared/buildkite/builds/iosf-garrett-vuqKsO4.dyn.pinadmin.com-1/pinterest/texture/Pods/JGMethodSwizzler/JGMethodSwizzler/JGMethodSwizzler.m:484:27: 'objectForKeyedSubscript:' is only available on iOS 6.0 or newer [-Wunguarded-availability]
  308.  
  309. unsigned int count = [dynamicSubclassesByObject[key][kCountKey] unsignedIntValue];
  310. ^~~~~~~~~~~~~~~~~~~~~~~~~
  311.  
  312.  
  313.  
  314. ⚠️ /Users/Shared/buildkite/builds/iosf-garrett-vuqKsO4.dyn.pinadmin.com-1/pinterest/texture/Pods/JGMethodSwizzler/JGMethodSwizzler/JGMethodSwizzler.m:492:38: 'objectForKeyedSubscript:' is only available on iOS 6.0 or newer [-Wunguarded-availability]
  315.  
  316. NSMutableDictionary *classDict = dynamicSubclassesByObject[key];
  317. ^~~~~~~~~~~~~~~~~~~~~~~~~
  318.  
  319.  
  320.  
  321. ⚠️ /Users/Shared/buildkite/builds/iosf-garrett-vuqKsO4.dyn.pinadmin.com-1/pinterest/texture/Pods/JGMethodSwizzler/JGMethodSwizzler/JGMethodSwizzler.m:494:27: 'objectForKeyedSubscript:' is only available on iOS 6.0 or newer [-Wunguarded-availability]
  322.  
  323. unsigned int count = [classDict[kCountKey] unsignedIntValue];
  324. ^~~~~~~~~~~~~~~~~~~~~~~~~
  325.  
  326.  
  327.  
  328. ⚠️ /Users/Shared/buildkite/builds/iosf-garrett-vuqKsO4.dyn.pinadmin.com-1/pinterest/texture/Pods/JGMethodSwizzler/JGMethodSwizzler/JGMethodSwizzler.m:496:5: 'setObject:forKeyedSubscript:' is only available on iOS 6.0 or newer [-Wunguarded-availability]
  329.  
  330. classDict[kCountKey] = @(count-1);
  331. ^~~~~~~~~
  332.  
  333.  
  334.  
  335. ⚠️ /Users/Shared/buildkite/builds/iosf-garrett-vuqKsO4.dyn.pinadmin.com-1/pinterest/texture/Pods/JGMethodSwizzler/JGMethodSwizzler/JGMethodSwizzler.m:576:38: 'objectForKeyedSubscript:' is only available on iOS 6.0 or newer [-Wunguarded-availability]
  336.  
  337. NSMutableDictionary *classDict = dynamicSubclassesByObject[key];
  338. ^~~~~~~~~
  339.  
  340.  
  341.  
  342. ⚠️ /Users/Shared/buildkite/builds/iosf-garrett-vuqKsO4.dyn.pinadmin.com-1/pinterest/texture/Pods/JGMethodSwizzler/JGMethodSwizzler/JGMethodSwizzler.m:578:20: 'objectForKeyedSubscript:' is only available on iOS 6.0 or newer [-Wunguarded-availability]
  343.  
  344. Class newClass = [classDict[kClassKey] pointerValue];
  345. ^~~~~~~~~~~~~~~~~~~~~~~~~
  346.  
  347.  
  348.  
  349. ⚠️ /Users/Shared/buildkite/builds/iosf-garrett-vuqKsO4.dyn.pinadmin.com-1/pinterest/texture/Pods/JGMethodSwizzler/JGMethodSwizzler/JGMethodSwizzler.m:581:102: 'NSUUID' is only available on iOS 6.0 or newer [-Wunguarded-availability]
  350.  
  351. NSString *dynamicSubclass = [NSStringFromClass(class) stringByAppendingFormat:@"_JGMS_%@", [[NSUUID UUID] UUIDString]];
  352. ^~~~~~~~~
  353.  
  354.  
  355.  
  356. ⚠️ /Users/Shared/buildkite/builds/iosf-garrett-vuqKsO4.dyn.pinadmin.com-1/pinterest/texture/Pods/JGMethodSwizzler/JGMethodSwizzler/JGMethodSwizzler.m:594:9: 'setObject:forKeyedSubscript:' is only available on iOS 6.0 or newer [-Wunguarded-availability]
  357.  
  358. classDict[kClassKey] = [NSValue valueWithPointer:JGBridgeCast(const void *, newClass)];
  359. ^~~~~~
  360.  
  361.  
  362.  
  363. ⚠️ /Users/Shared/buildkite/builds/iosf-garrett-vuqKsO4.dyn.pinadmin.com-1/pinterest/texture/Pods/JGMethodSwizzler/JGMethodSwizzler/JGMethodSwizzler.m:595:9: 'setObject:forKeyedSubscript:' is only available on iOS 6.0 or newer [-Wunguarded-availability]
  364.  
  365. classDict[kCountKey] = @(1);
  366. ^~~~~~~~~
  367.  
  368.  
  369.  
  370. ⚠️ /Users/Shared/buildkite/builds/iosf-garrett-vuqKsO4.dyn.pinadmin.com-1/pinterest/texture/Pods/JGMethodSwizzler/JGMethodSwizzler/JGMethodSwizzler.m:597:9: 'setObject:forKeyedSubscript:' is only available on iOS 6.0 or newer [-Wunguarded-availability]
  371.  
  372. dynamicSubclassesByObject[[NSValue valueWithPointer:JGBridgeCast(const void *, object)]] = classDict;
  373. ^~~~~~~~~
  374.  
  375.  
  376.  
  377. ⚠️ /Users/Shared/buildkite/builds/iosf-garrett-vuqKsO4.dyn.pinadmin.com-1/pinterest/texture/Pods/JGMethodSwizzler/JGMethodSwizzler/JGMethodSwizzler.m:623:31: 'objectForKeyedSubscript:' is only available on iOS 6.0 or newer [-Wunguarded-availability]
  378.  
  379. unsigned int count = [classDict[kCountKey] unsignedIntValue];
  380. ^~~~~~~~~~~~~~~~~~~~~~~~~
  381.  
  382.  
  383.  
  384. ⚠️ /Users/Shared/buildkite/builds/iosf-garrett-vuqKsO4.dyn.pinadmin.com-1/pinterest/texture/Pods/JGMethodSwizzler/JGMethodSwizzler/JGMethodSwizzler.m:624:9: 'setObject:forKeyedSubscript:' is only available on iOS 6.0 or newer [-Wunguarded-availability]
  385.  
  386. classDict[kCountKey] = @(count+1);
  387. ^~~~~~~~~
  388.  
  389.  
  390. ▸ Building library libJGMethodSwizzler.a
  391. ▸ Building Pods/OCMock [Debug]
  392. ▸ Check Dependencies
  393. ▸ Compiling NSInvocation+OCMAdditions.m
  394. ▸ Compiling NSMethodSignature+OCMAdditions.m
  395. ▸ Compiling NSNotificationCenter+OCMAdditions.m
  396. ▸ Compiling NSObject+OCMAdditions.m
  397. ▸ Compiling NSValue+OCMAdditions.m
  398. ▸ Compiling OCClassMockObject.m
  399. ▸ Compiling OCMArg.m
  400. ▸ Compiling OCMArgAction.m
  401. ▸ Compiling OCMBlockArgCaller.m
  402. ▸ Compiling OCMBlockCaller.m
  403. ▸ Compiling OCMBoxedReturnValueProvider.m
  404. ▸ Compiling OCMConstraint.m
  405. ▸ Compiling OCMExceptionReturnValueProvider.m
  406. ▸ Compiling OCMExpectationRecorder.m
  407. ▸ Compiling OCMFunctions.m
  408. ▸ Compiling OCMIndirectReturnValueProvider.m
  409. ▸ Compiling OCMInvocationExpectation.m
  410. ▸ Compiling OCMInvocationMatcher.m
  411. ▸ Compiling OCMInvocationStub.m
  412. ▸ Compiling OCMLocation.m
  413. ▸ Compiling OCMMacroState.m
  414. ▸ Compiling OCMNotificationPoster.m
  415. ▸ Compiling OCMObserverRecorder.m
  416. ▸ Compiling OCMock-dummy.m
  417. ▸ Compiling OCMockObject.m
  418. ▸ Compiling OCMPassByRefSetter.m
  419. ▸ Compiling OCMRealObjectForwarder.m
  420. ▸ Compiling OCMRecorder.m
  421. ▸ Compiling OCMReturnValueProvider.m
  422. ▸ Compiling OCMStubRecorder.m
  423. ▸ Compiling OCMVerifier.m
  424. ▸ Compiling OCObserverMockObject.m
  425. ▸ Compiling OCPartialMockObject.m
  426. ▸ Compiling OCProtocolMockObject.m
  427. ▸ Building library libOCMock.a
  428. ▸ Building Pods/PINOperation [Debug]
  429. ▸ Check Dependencies
  430. ▸ Compiling PINOperation-dummy.m
  431. ▸ Compiling PINOperationGroup.m
  432. ▸ Compiling PINOperationQueue.m
  433. ▸ Building library libPINOperation.a
  434. ▸ Building Pods/PINCache [Debug]
  435. ▸ Check Dependencies
  436. ▸ Compiling PINCache-dummy.m
  437. ▸ Compiling PINCache.m
  438.  
  439. ⚠️ /Users/Shared/buildkite/builds/iosf-garrett-vuqKsO4.dyn.pinadmin.com-1/pinterest/texture/Pods/PINCache/Source/PINCache.m:145:10: block implicitly retains 'self'; explicitly mention 'self' to indicate this is intended behavior [-Wimplicit-retain-self]
  440.  
  441. [_memoryCache setObject:object forKey:key withCost:cost];
  442. ^~~~~~~~~
  443.  
  444.  
  445.  
  446. ⚠️ /Users/Shared/buildkite/builds/iosf-garrett-vuqKsO4.dyn.pinadmin.com-1/pinterest/texture/Pods/PINCache/Source/PINCache.m:148:10: block implicitly retains 'self'; explicitly mention 'self' to indicate this is intended behavior [-Wimplicit-retain-self]
  447.  
  448. [_diskCache setObject:object forKey:key];
  449. ^
  450.  
  451.  
  452.  
  453. ⚠️ /Users/Shared/buildkite/builds/iosf-garrett-vuqKsO4.dyn.pinadmin.com-1/pinterest/texture/Pods/PINCache/Source/PINCache.m:168:10: block implicitly retains 'self'; explicitly mention 'self' to indicate this is intended behavior [-Wimplicit-retain-self]
  454.  
  455. [_memoryCache removeObjectForKey:key];
  456. ^
  457.  
  458.  
  459.  
  460. ⚠️ /Users/Shared/buildkite/builds/iosf-garrett-vuqKsO4.dyn.pinadmin.com-1/pinterest/texture/Pods/PINCache/Source/PINCache.m:171:10: block implicitly retains 'self'; explicitly mention 'self' to indicate this is intended behavior [-Wimplicit-retain-self]
  461.  
  462. [_diskCache removeObjectForKey:key];
  463. ^
  464.  
  465.  
  466.  
  467. ⚠️ /Users/Shared/buildkite/builds/iosf-garrett-vuqKsO4.dyn.pinadmin.com-1/pinterest/texture/Pods/PINCache/Source/PINCache.m:188:10: block implicitly retains 'self'; explicitly mention 'self' to indicate this is intended behavior [-Wimplicit-retain-self]
  468.  
  469. [_memoryCache removeAllObjects];
  470. ^
  471.  
  472.  
  473.  
  474. ⚠️ /Users/Shared/buildkite/builds/iosf-garrett-vuqKsO4.dyn.pinadmin.com-1/pinterest/texture/Pods/PINCache/Source/PINCache.m:191:10: block implicitly retains 'self'; explicitly mention 'self' to indicate this is intended behavior [-Wimplicit-retain-self]
  475.  
  476. [_diskCache removeAllObjects];
  477. ^
  478.  
  479.  
  480.  
  481. ⚠️ /Users/Shared/buildkite/builds/iosf-garrett-vuqKsO4.dyn.pinadmin.com-1/pinterest/texture/Pods/PINCache/Source/PINCache.m:211:10: block implicitly retains 'self'; explicitly mention 'self' to indicate this is intended behavior [-Wimplicit-retain-self]
  482.  
  483. [_memoryCache trimToDate:date];
  484. ^
  485.  
  486.  
  487.  
  488. ⚠️ /Users/Shared/buildkite/builds/iosf-garrett-vuqKsO4.dyn.pinadmin.com-1/pinterest/texture/Pods/PINCache/Source/PINCache.m:214:10: block implicitly retains 'self'; explicitly mention 'self' to indicate this is intended behavior [-Wimplicit-retain-self]
  489.  
  490. [_diskCache trimToDate:date];
  491. ^
  492.  
  493.  
  494. ▸ Compiling PINDiskCache.m
  495.  
  496. ⚠️ /Users/Shared/buildkite/builds/iosf-garrett-vuqKsO4.dyn.pinadmin.com-1/pinterest/texture/Pods/PINCache/Source/PINDiskCache.m:475:17: 'objectForKeyedSubscript:' is only available on iOS 6.0 or newer [-Wunguarded-availability]
  497.  
  498. if (_metadata[key] == nil) {
  499. ^
  500.  
  501.  
  502.  
  503. ⚠️ /Users/Shared/buildkite/builds/iosf-garrett-vuqKsO4.dyn.pinadmin.com-1/pinterest/texture/Pods/PINCache/Source/PINDiskCache.m:476:17: 'setObject:forKeyedSubscript:' is only available on iOS 6.0 or newer [-Wunguarded-availability]
  504.  
  505. _metadata[key] = [[PINDiskCacheMetadata alloc] init];
  506. ^~~~~~~~~
  507.  
  508.  
  509.  
  510. ⚠️ /Users/Shared/buildkite/builds/iosf-garrett-vuqKsO4.dyn.pinadmin.com-1/pinterest/texture/Pods/PINCache/Source/PINDiskCache.m:481:17: 'objectForKeyedSubscript:' is only available on iOS 6.0 or newer [-Wunguarded-availability]
  511.  
  512. _metadata[key].date = date;
  513. ^~~~~~~~~
  514.  
  515.  
  516.  
  517. ⚠️ /Users/Shared/buildkite/builds/iosf-garrett-vuqKsO4.dyn.pinadmin.com-1/pinterest/texture/Pods/PINCache/Source/PINDiskCache.m:485:17: 'objectForKeyedSubscript:' is only available on iOS 6.0 or newer [-Wunguarded-availability]
  518.  
  519. _metadata[key].size = fileSize;
  520. ^~~~~~~~~
  521.  
  522.  
  523.  
  524. ⚠️ /Users/Shared/buildkite/builds/iosf-garrett-vuqKsO4.dyn.pinadmin.com-1/pinterest/texture/Pods/PINCache/Source/PINDiskCache.m:527:13: 'objectForKeyedSubscript:' is only available on iOS 6.0 or newer [-Wunguarded-availability]
  525.  
  526. _metadata[key].date = date;
  527. ^~~~~~~~~
  528.  
  529.  
  530.  
  531. ⚠️ /Users/Shared/buildkite/builds/iosf-garrett-vuqKsO4.dyn.pinadmin.com-1/pinterest/texture/Pods/PINCache/Source/PINDiskCache.m:560:30: 'objectForKeyedSubscript:' is only available on iOS 6.0 or newer [-Wunguarded-availability]
  532.  
  533. NSNumber *byteSize = _metadata[key].size;
  534. ^~~~~~~~~
  535.  
  536.  
  537.  
  538. ⚠️ /Users/Shared/buildkite/builds/iosf-garrett-vuqKsO4.dyn.pinadmin.com-1/pinterest/texture/Pods/PINCache/Source/PINDiskCache.m:632:34: 'objectForKeyedSubscript:' is only available on iOS 6.0 or newer [-Wunguarded-availability]
  539.  
  540. NSDate *accessDate = _metadata[key].date;
  541. ^~~~~~~~~
  542.  
  543.  
  544.  
  545. ⚠️ /Users/Shared/buildkite/builds/iosf-garrett-vuqKsO4.dyn.pinadmin.com-1/pinterest/texture/Pods/PINCache/Source/PINDiskCache.m:847:13: 'objectForKeyedSubscript:' is only available on iOS 6.0 or newer [-Wunguarded-availability]
  546.  
  547. if (_metadata[key] != nil || _diskStateKnown == NO) {
  548. ^~~~~~~~~
  549.  
  550.  
  551.  
  552. ⚠️ /Users/Shared/buildkite/builds/iosf-garrett-vuqKsO4.dyn.pinadmin.com-1/pinterest/texture/Pods/PINCache/Source/PINDiskCache.m:868:28: 'objectForKeyedSubscript:' is only available on iOS 6.0 or newer [-Wunguarded-availability]
  553.  
  554. BOOL containsKey = _metadata[key] != nil || _diskStateKnown == NO;
  555. ^~~~~~~~~
  556.  
  557.  
  558.  
  559. ⚠️ /Users/Shared/buildkite/builds/iosf-garrett-vuqKsO4.dyn.pinadmin.com-1/pinterest/texture/Pods/PINCache/Source/PINDiskCache.m:885:63: 'objectForKeyedSubscript:' is only available on iOS 6.0 or newer [-Wunguarded-availability]
  560.  
  561. if (!self->_ttlCache || self->_ageLimit <= 0 || fabs([_metadata[key].date timeIntervalSinceDate:now]) < self->_ageLimit) {
  562. ^~~~~~~~~
  563.  
  564.  
  565.  
  566. ⚠️ /Users/Shared/buildkite/builds/iosf-garrett-vuqKsO4.dyn.pinadmin.com-1/pinterest/texture/Pods/PINCache/Source/PINDiskCache.m:1007:17: 'objectForKeyedSubscript:' is only available on iOS 6.0 or newer [-Wunguarded-availability]
  567.  
  568. if (_metadata[key] == nil) {
  569. ^~~~~~~~~
  570.  
  571.  
  572.  
  573. ⚠️ /Users/Shared/buildkite/builds/iosf-garrett-vuqKsO4.dyn.pinadmin.com-1/pinterest/texture/Pods/PINCache/Source/PINDiskCache.m:1008:17: 'setObject:forKeyedSubscript:' is only available on iOS 6.0 or newer [-Wunguarded-availability]
  574.  
  575. _metadata[key] = [[PINDiskCacheMetadata alloc] init];
  576. ^~~~~~~~~
  577.  
  578.  
  579.  
  580. ⚠️ /Users/Shared/buildkite/builds/iosf-garrett-vuqKsO4.dyn.pinadmin.com-1/pinterest/texture/Pods/PINCache/Source/PINDiskCache.m:1017:46: 'objectForKeyedSubscript:' is only available on iOS 6.0 or newer [-Wunguarded-availability]
  581.  
  582. NSNumber *prevDiskFileSize = self->_metadata[key].size;
  583. ^~~~~~~~~
  584.  
  585.  
  586.  
  587. ⚠️ /Users/Shared/buildkite/builds/iosf-garrett-vuqKsO4.dyn.pinadmin.com-1/pinterest/texture/Pods/PINCache/Source/PINDiskCache.m:1021:17: 'objectForKeyedSubscript:' is only available on iOS 6.0 or newer [-Wunguarded-availability]
  588.  
  589. self->_metadata[key].size = diskFileSize;
  590. ^~~~
  591.  
  592.  
  593.  
  594. ⚠️ /Users/Shared/buildkite/builds/iosf-garrett-vuqKsO4.dyn.pinadmin.com-1/pinterest/texture/Pods/PINCache/Source/PINDiskCache.m:1026:17: 'objectForKeyedSubscript:' is only available on iOS 6.0 or newer [-Wunguarded-availability]
  595.  
  596. self->_metadata[key].date = date;
  597. ^~~~
  598.  
  599.  
  600.  
  601. ⚠️ /Users/Shared/buildkite/builds/iosf-garrett-vuqKsO4.dyn.pinadmin.com-1/pinterest/texture/Pods/PINCache/Source/PINDiskCache.m:1142:28: 'objectForKeyedSubscript:' is only available on iOS 6.0 or newer [-Wunguarded-availability]
  602.  
  603. NSDate *date = _metadata[key].date;
  604. ^~~~
  605.  
  606.  
  607. ▸ Compiling PINMemoryCache.m
  608.  
  609. ⚠️ /Users/Shared/buildkite/builds/iosf-garrett-vuqKsO4.dyn.pinadmin.com-1/pinterest/texture/Pods/PINCache/Source/PINMemoryCache.m:154:21: 'objectForKeyedSubscript:' is only available on iOS 6.0 or newer [-Wunguarded-availability]
  610.  
  611. id object = _dictionary[key];
  612. ^~~~~~~~~
  613.  
  614.  
  615.  
  616. ⚠️ /Users/Shared/buildkite/builds/iosf-garrett-vuqKsO4.dyn.pinadmin.com-1/pinterest/texture/Pods/PINCache/Source/PINMemoryCache.m:155:26: 'objectForKeyedSubscript:' is only available on iOS 6.0 or newer [-Wunguarded-availability]
  617.  
  618. NSNumber *cost = _costs[key];
  619. ^~~~~~~~~~~
  620.  
  621.  
  622.  
  623. ⚠️ /Users/Shared/buildkite/builds/iosf-garrett-vuqKsO4.dyn.pinadmin.com-1/pinterest/texture/Pods/PINCache/Source/PINMemoryCache.m:184:30: 'objectForKeyedSubscript:' is only available on iOS 6.0 or newer [-Wunguarded-availability]
  624.  
  625. NSDate *accessDate = dates[key];
  626. ^~~~~~
  627.  
  628.  
  629.  
  630. ⚠️ /Users/Shared/buildkite/builds/iosf-garrett-vuqKsO4.dyn.pinadmin.com-1/pinterest/texture/Pods/PINCache/Source/PINMemoryCache.m:375:32: 'objectForKeyedSubscript:' is only available on iOS 6.0 or newer [-Wunguarded-availability]
  631.  
  632. BOOL containsObject = (_dictionary[key] != nil);
  633. ^~~~~
  634.  
  635.  
  636.  
  637. ⚠️ /Users/Shared/buildkite/builds/iosf-garrett-vuqKsO4.dyn.pinadmin.com-1/pinterest/texture/Pods/PINCache/Source/PINMemoryCache.m:390:22: 'objectForKeyedSubscript:' is only available on iOS 6.0 or newer [-Wunguarded-availability]
  638.  
  639. object = _dictionary[key];
  640. ^~~~~~~~~~~
  641.  
  642.  
  643.  
  644. ⚠️ /Users/Shared/buildkite/builds/iosf-garrett-vuqKsO4.dyn.pinadmin.com-1/pinterest/texture/Pods/PINCache/Source/PINMemoryCache.m:396:13: 'setObject:forKeyedSubscript:' is only available on iOS 6.0 or newer [-Wunguarded-availability]
  645.  
  646. _dates[key] = now;
  647. ^~~~~~~~~~~
  648.  
  649.  
  650.  
  651. ⚠️ /Users/Shared/buildkite/builds/iosf-garrett-vuqKsO4.dyn.pinadmin.com-1/pinterest/texture/Pods/PINCache/Source/PINMemoryCache.m:437:29: 'objectForKeyedSubscript:' is only available on iOS 6.0 or newer [-Wunguarded-availability]
  652.  
  653. NSNumber* oldCost = _costs[key];
  654. ^~~~~~
  655.  
  656.  
  657.  
  658. ⚠️ /Users/Shared/buildkite/builds/iosf-garrett-vuqKsO4.dyn.pinadmin.com-1/pinterest/texture/Pods/PINCache/Source/PINMemoryCache.m:441:9: 'setObject:forKeyedSubscript:' is only available on iOS 6.0 or newer [-Wunguarded-availability]
  659.  
  660. _dictionary[key] = object;
  661. ^~~~~~
  662.  
  663.  
  664.  
  665. ⚠️ /Users/Shared/buildkite/builds/iosf-garrett-vuqKsO4.dyn.pinadmin.com-1/pinterest/texture/Pods/PINCache/Source/PINMemoryCache.m:442:9: 'setObject:forKeyedSubscript:' is only available on iOS 6.0 or newer [-Wunguarded-availability]
  666.  
  667. _dates[key] = [[NSDate alloc] init];
  668. ^~~~~~~~~~~
  669.  
  670.  
  671.  
  672. ⚠️ /Users/Shared/buildkite/builds/iosf-garrett-vuqKsO4.dyn.pinadmin.com-1/pinterest/texture/Pods/PINCache/Source/PINMemoryCache.m:443:9: 'setObject:forKeyedSubscript:' is only available on iOS 6.0 or newer [-Wunguarded-availability]
  673.  
  674. _costs[key] = @(cost);
  675. ^~~~~~
  676.  
  677.  
  678.  
  679. ⚠️ /Users/Shared/buildkite/builds/iosf-garrett-vuqKsO4.dyn.pinadmin.com-1/pinterest/texture/Pods/PINCache/Source/PINMemoryCache.m:522:34: 'objectForKeyedSubscript:' is only available on iOS 6.0 or newer [-Wunguarded-availability]
  680.  
  681. block(self, key, _dictionary[key], &stop);
  682. ^~~~~~
  683.  
  684.  
  685. ▸ Building library libPINCache.a
  686. ▸ Building Pods/PINRemoteImage [Debug]
  687. ▸ Check Dependencies
  688. ▸ Compiling FLAnimatedImageView+PINRemoteImage.m
  689. ▸ Compiling NSData+ImageDetectors.m
  690. ▸ Compiling PINAlternateRepresentationProvider.m
  691. ▸ Compiling PINAnimatedImage.m
  692. ▸ Compiling PINButton+PINRemoteImage.m
  693. ▸ Compiling PINCache+PINRemoteImageCaching.m
  694. ▸ Compiling PINCachedAnimatedImage.m
  695.  
  696. ⚠️ /Users/Shared/buildkite/builds/iosf-garrett-vuqKsO4.dyn.pinadmin.com-1/pinterest/texture/Pods/PINRemoteImage/Source/Classes/AnimatedImages/PINCachedAnimatedImage.m:112:13: block implicitly retains 'self'; explicitly mention 'self' to indicate this is intended behavior [-Wimplicit-retain-self]
  697.  
  698. if (_coverImage == nil) {
  699. ^~~~~~~~~~~
  700.  
  701.  
  702.  
  703. ⚠️ /Users/Shared/buildkite/builds/iosf-garrett-vuqKsO4.dyn.pinadmin.com-1/pinterest/texture/Pods/PINRemoteImage/Source/Classes/AnimatedImages/PINCachedAnimatedImage.m:113:41: block implicitly retains 'self'; explicitly mention 'self' to indicate this is intended behavior [-Wimplicit-retain-self]
  704.  
  705. CGImageRef coverImageRef = [_animatedImage imageAtIndex:0 cacheProvider:self];
  706. ^
  707.  
  708.  
  709.  
  710. ⚠️ /Users/Shared/buildkite/builds/iosf-garrett-vuqKsO4.dyn.pinadmin.com-1/pinterest/texture/Pods/PINRemoteImage/Source/Classes/AnimatedImages/PINCachedAnimatedImage.m:116:17: block implicitly retains 'self'; explicitly mention 'self' to indicate this is intended behavior [-Wimplicit-retain-self]
  711.  
  712. _coverImage = [UIImage imageWithCGImage:coverImageRef];
  713. ^
  714.  
  715.  
  716.  
  717. ⚠️ /Users/Shared/buildkite/builds/iosf-garrett-vuqKsO4.dyn.pinadmin.com-1/pinterest/texture/Pods/PINRemoteImage/Source/Classes/AnimatedImages/PINCachedAnimatedImage.m:122:22: block implicitly retains 'self'; explicitly mention 'self' to indicate this is intended behavior [-Wimplicit-retain-self]
  718.  
  719. coverImage = _coverImage;
  720. ^
  721.  
  722.  
  723.  
  724. ⚠️ /Users/Shared/buildkite/builds/iosf-garrett-vuqKsO4.dyn.pinadmin.com-1/pinterest/texture/Pods/PINRemoteImage/Source/Classes/AnimatedImages/PINCachedAnimatedImage.m:165:42: block implicitly retains 'self'; explicitly mention 'self' to indicate this is intended behavior [-Wimplicit-retain-self]
  725.  
  726. imageRef = (__bridge CGImageRef)[_frameCache objectForKey:@(index)];
  727. ^
  728.  
  729.  
  730.  
  731. ⚠️ /Users/Shared/buildkite/builds/iosf-garrett-vuqKsO4.dyn.pinadmin.com-1/pinterest/texture/Pods/PINRemoteImage/Source/Classes/AnimatedImages/PINCachedAnimatedImage.m:167:9: block implicitly retains 'self'; explicitly mention 'self' to indicate this is intended behavior [-Wimplicit-retain-self]
  732.  
  733. _playhead = index;
  734. ^
  735.  
  736.  
  737.  
  738. ⚠️ /Users/Shared/buildkite/builds/iosf-garrett-vuqKsO4.dyn.pinadmin.com-1/pinterest/texture/Pods/PINRemoteImage/Source/Classes/AnimatedImages/PINCachedAnimatedImage.m:174:17: block implicitly retains 'self'; explicitly mention 'self' to indicate this is intended behavior [-Wimplicit-retain-self]
  739.  
  740. _notifyOnReady = YES;
  741. ^
  742.  
  743.  
  744.  
  745. ⚠️ /Users/Shared/buildkite/builds/iosf-garrett-vuqKsO4.dyn.pinadmin.com-1/pinterest/texture/Pods/PINRemoteImage/Source/Classes/AnimatedImages/PINCachedAnimatedImage.m:208:26: block implicitly retains 'self'; explicitly mention 'self' to indicate this is intended behavior [-Wimplicit-retain-self]
  746.  
  747. if ([_cachedOrCachingFrames containsIndex:idx] == NO) {
  748. ^
  749.  
  750.  
  751.  
  752. ⚠️ /Users/Shared/buildkite/builds/iosf-garrett-vuqKsO4.dyn.pinadmin.com-1/pinterest/texture/Pods/PINRemoteImage/Source/Classes/AnimatedImages/PINCachedAnimatedImage.m:215:30: block implicitly retains 'self'; explicitly mention 'self' to indicate this is intended behavior [-Wimplicit-retain-self]
  753.  
  754. if ([_cachedOrCachingFrames containsIndex:idx] == NO) {
  755. ^
  756.  
  757.  
  758.  
  759. ⚠️ /Users/Shared/buildkite/builds/iosf-garrett-vuqKsO4.dyn.pinadmin.com-1/pinterest/texture/Pods/PINRemoteImage/Source/Classes/AnimatedImages/PINCachedAnimatedImage.m:238:36: block implicitly retains 'self'; explicitly mention 'self' to indicate this is intended behavior [-Wimplicit-retain-self]
  760.  
  761. endKeepRange = NSMakeRange(_playhead, framesToCache);
  762. ^
  763.  
  764.  
  765.  
  766. ⚠️ /Users/Shared/buildkite/builds/iosf-garrett-vuqKsO4.dyn.pinadmin.com-1/pinterest/texture/Pods/PINRemoteImage/Source/Classes/AnimatedImages/PINCachedAnimatedImage.m:240:40: block implicitly retains 'self'; explicitly mention 'self' to indicate this is intended behavior [-Wimplicit-retain-self]
  767.  
  768. if (NSMaxRange(endKeepRange) > _animatedImage.frameCount) {
  769. ^
  770.  
  771.  
  772.  
  773. ⚠️ /Users/Shared/buildkite/builds/iosf-garrett-vuqKsO4.dyn.pinadmin.com-1/pinterest/texture/Pods/PINRemoteImage/Source/Classes/AnimatedImages/PINCachedAnimatedImage.m:241:76: block implicitly retains 'self'; explicitly mention 'self' to indicate this is intended behavior [-Wimplicit-retain-self]
  774.  
  775. beginningKeepRange = NSMakeRange(0, NSMaxRange(endKeepRange) - _animatedImage.frameCount);
  776. ^
  777.  
  778.  
  779.  
  780. ⚠️ /Users/Shared/buildkite/builds/iosf-garrett-vuqKsO4.dyn.pinadmin.com-1/pinterest/texture/Pods/PINRemoteImage/Source/Classes/AnimatedImages/PINCachedAnimatedImage.m:242:35: block implicitly retains 'self'; explicitly mention 'self' to indicate this is intended behavior [-Wimplicit-retain-self]
  781.  
  782. endKeepRange.length = _animatedImage.frameCount - _playhead;
  783. ^
  784.  
  785.  
  786.  
  787. ⚠️ /Users/Shared/buildkite/builds/iosf-garrett-vuqKsO4.dyn.pinadmin.com-1/pinterest/texture/Pods/PINRemoteImage/Source/Classes/AnimatedImages/PINCachedAnimatedImage.m:242:63: block implicitly retains 'self'; explicitly mention 'self' to indicate this is intended behavior [-Wimplicit-retain-self]
  788.  
  789. endKeepRange.length = _animatedImage.frameCount - _playhead;
  790. ^
  791.  
  792.  
  793.  
  794. ⚠️ /Users/Shared/buildkite/builds/iosf-garrett-vuqKsO4.dyn.pinadmin.com-1/pinterest/texture/Pods/PINRemoteImage/Source/Classes/AnimatedImages/PINCachedAnimatedImage.m:263:10: block implicitly retains 'self'; explicitly mention 'self' to indicate this is intended behavior [-Wimplicit-retain-self]
  795.  
  796. [_cachedOrCachingFrames enumerateIndexesUsingBlock:^(NSUInteger idx, BOOL * _Nonnull stop) {
  797. ^
  798.  
  799.  
  800.  
  801. ⚠️ /Users/Shared/buildkite/builds/iosf-garrett-vuqKsO4.dyn.pinadmin.com-1/pinterest/texture/Pods/PINRemoteImage/Source/Classes/AnimatedImages/PINCachedAnimatedImage.m:274:10: block implicitly retains 'self'; explicitly mention 'self' to indicate this is intended behavior [-Wimplicit-retain-self]
  802.  
  803. [_cachedOrCachingFrames removeIndexes:removedFrames];
  804. ^
  805.  
  806.  
  807.  
  808. ⚠️ /Users/Shared/buildkite/builds/iosf-garrett-vuqKsO4.dyn.pinadmin.com-1/pinterest/texture/Pods/PINRemoteImage/Source/Classes/AnimatedImages/PINCachedAnimatedImage.m:302:30: block implicitly retains 'self'; explicitly mention 'self' to indicate this is intended behavior [-Wimplicit-retain-self]
  809.  
  810. [_operationQueue scheduleOperation:^{
  811. ^
  812.  
  813.  
  814.  
  815. ⚠️ /Users/Shared/buildkite/builds/iosf-garrett-vuqKsO4.dyn.pinadmin.com-1/pinterest/texture/Pods/PINRemoteImage/Source/Classes/AnimatedImages/PINCachedAnimatedImage.m:356:25: block implicitly retains 'self'; explicitly mention 'self' to indicate this is intended behavior [-Wimplicit-retain-self]
  816.  
  817. playbackReady = _playbackReady == 0;
  818. ^
  819.  
  820.  
  821.  
  822. ⚠️ /Users/Shared/buildkite/builds/iosf-garrett-vuqKsO4.dyn.pinadmin.com-1/pinterest/texture/Pods/PINRemoteImage/Source/Classes/AnimatedImages/PINCachedAnimatedImage.m:365:33: block implicitly retains 'self'; explicitly mention 'self' to indicate this is intended behavior [-Wimplicit-retain-self]
  823.  
  824. playbackReadyCallback = _playbackReadyCallback;
  825. ^
  826.  
  827.  
  828.  
  829. ⚠️ /Users/Shared/buildkite/builds/iosf-garrett-vuqKsO4.dyn.pinadmin.com-1/pinterest/texture/Pods/PINRemoteImage/Source/Classes/AnimatedImages/PINCachedAnimatedImage.m:373:9: block implicitly retains 'self'; explicitly mention 'self' to indicate this is intended behavior [-Wimplicit-retain-self]
  830.  
  831. _playbackReadyCallback = playbackReadyCallback;
  832. ^
  833.  
  834.  
  835.  
  836. ⚠️ /Users/Shared/buildkite/builds/iosf-garrett-vuqKsO4.dyn.pinadmin.com-1/pinterest/texture/Pods/PINRemoteImage/Source/Classes/AnimatedImages/PINCachedAnimatedImage.m:381:35: block implicitly retains 'self'; explicitly mention 'self' to indicate this is intended behavior [-Wimplicit-retain-self]
  837.  
  838. coverImageReadyCallback = _coverImageReadyCallback;
  839. ^
  840.  
  841.  
  842.  
  843. ⚠️ /Users/Shared/buildkite/builds/iosf-garrett-vuqKsO4.dyn.pinadmin.com-1/pinterest/texture/Pods/PINRemoteImage/Source/Classes/AnimatedImages/PINCachedAnimatedImage.m:389:9: block implicitly retains 'self'; explicitly mention 'self' to indicate this is intended behavior [-Wimplicit-retain-self]
  844.  
  845. _coverImageReadyCallback = coverImageReadyCallback;
  846. ^
  847.  
  848.  
  849.  
  850. ⚠️ /Users/Shared/buildkite/builds/iosf-garrett-vuqKsO4.dyn.pinadmin.com-1/pinterest/texture/Pods/PINRemoteImage/Source/Classes/AnimatedImages/PINCachedAnimatedImage.m:399:9: block implicitly retains 'self'; explicitly mention 'self' to indicate this is intended behavior [-Wimplicit-retain-self]
  851.  
  852. _coverImage = nil;
  853. ^
  854.  
  855.  
  856.  
  857. ⚠️ /Users/Shared/buildkite/builds/iosf-garrett-vuqKsO4.dyn.pinadmin.com-1/pinterest/texture/Pods/PINRemoteImage/Source/Classes/AnimatedImages/PINCachedAnimatedImage.m:400:10: block implicitly retains 'self'; explicitly mention 'self' to indicate this is intended behavior [-Wimplicit-retain-self]
  858.  
  859. [_cachedOrCachingFrames enumerateIndexesUsingBlock:^(NSUInteger idx, BOOL * _Nonnull stop) {
  860. ^
  861.  
  862.  
  863.  
  864. ⚠️ /Users/Shared/buildkite/builds/iosf-garrett-vuqKsO4.dyn.pinadmin.com-1/pinterest/texture/Pods/PINRemoteImage/Source/Classes/AnimatedImages/PINCachedAnimatedImage.m:401:14: block implicitly retains 'self'; explicitly mention 'self' to indicate this is intended behavior [-Wimplicit-retain-self]
  865.  
  866. [_frameCache removeObjectForKey:@(idx)];
  867. ^
  868.  
  869.  
  870.  
  871. ⚠️ /Users/Shared/buildkite/builds/iosf-garrett-vuqKsO4.dyn.pinadmin.com-1/pinterest/texture/Pods/PINRemoteImage/Source/Classes/AnimatedImages/PINCachedAnimatedImage.m:403:10: block implicitly retains 'self'; explicitly mention 'self' to indicate this is intended behavior [-Wimplicit-retain-self]
  872.  
  873. [_cachedOrCachingFrames removeAllIndexes];
  874. ^
  875.  
  876.  
  877.  
  878. ⚠️ /Users/Shared/buildkite/builds/iosf-garrett-vuqKsO4.dyn.pinadmin.com-1/pinterest/texture/Pods/PINRemoteImage/Source/Classes/AnimatedImages/PINCachedAnimatedImage.m:413:42: block implicitly retains 'self'; explicitly mention 'self' to indicate this is intended behavior [-Wimplicit-retain-self]
  879.  
  880. imageRef = (__bridge CGImageRef)[_frameCache objectForKey:@(index)];
  881. ^
  882.  
  883.  
  884. ▸ Compiling PINGIFAnimatedImage.m
  885. ▸ Compiling PINGIFAnimatedImageManager.m
  886.  
  887. ⚠️ /Users/Shared/buildkite/builds/iosf-garrett-vuqKsO4.dyn.pinadmin.com-1/pinterest/texture/Pods/PINRemoteImage/Source/Classes/PINGIFAnimatedImageManager.m:87:8: block implicitly retains 'self'; explicitly mention 'self' to indicate this is intended behavior [-Wimplicit-retain-self]
  888.  
  889. [_lock lockWhenCondition:PINAnimatedImageManagerConditionNotReady];
  890. ^
  891.  
  892.  
  893.  
  894. ⚠️ /Users/Shared/buildkite/builds/iosf-garrett-vuqKsO4.dyn.pinadmin.com-1/pinterest/texture/Pods/PINRemoteImage/Source/Classes/PINGIFAnimatedImageManager.m:92:8: block implicitly retains 'self'; explicitly mention 'self' to indicate this is intended behavior [-Wimplicit-retain-self]
  895.  
  896. [_lock unlockWithCondition:PINAnimatedImageManagerConditionReady];
  897. ^
  898.  
  899.  
  900.  
  901. ⚠️ /Users/Shared/buildkite/builds/iosf-garrett-vuqKsO4.dyn.pinadmin.com-1/pinterest/texture/Pods/PINRemoteImage/Source/Classes/PINGIFAnimatedImageManager.m:123:6: block implicitly retains 'self'; explicitly mention 'self' to indicate this is intended behavior [-Wimplicit-retain-self]
  902.  
  903. [_lock lockWhenCondition:PINAnimatedImageManagerConditionReady];
  904. ^
  905.  
  906.  
  907.  
  908. ⚠️ /Users/Shared/buildkite/builds/iosf-garrett-vuqKsO4.dyn.pinadmin.com-1/pinterest/texture/Pods/PINRemoteImage/Source/Classes/PINGIFAnimatedImageManager.m:168:6: block implicitly retains 'self'; explicitly mention 'self' to indicate this is intended behavior [-Wimplicit-retain-self]
  909.  
  910. [_lock unlockWithCondition:PINAnimatedImageManagerConditionReady];
  911. ^
  912.  
  913.  
  914.  
  915. ⚠️ /Users/Shared/buildkite/builds/iosf-garrett-vuqKsO4.dyn.pinadmin.com-1/pinterest/texture/Pods/PINRemoteImage/Source/Classes/PINGIFAnimatedImageManager.m:175:12: block implicitly retains 'self'; explicitly mention 'self' to indicate this is intended behavior [-Wimplicit-retain-self]
  916.  
  917. [_lock lockWhenCondition:PINAnimatedImageManagerConditionReady];
  918. ^
  919.  
  920.  
  921.  
  922. ⚠️ /Users/Shared/buildkite/builds/iosf-garrett-vuqKsO4.dyn.pinadmin.com-1/pinterest/texture/Pods/PINRemoteImage/Source/Classes/PINGIFAnimatedImageManager.m:180:12: block implicitly retains 'self'; explicitly mention 'self' to indicate this is intended behavior [-Wimplicit-retain-self]
  923.  
  924. [_lock unlockWithCondition:PINAnimatedImageManagerConditionReady];
  925. ^
  926.  
  927.  
  928.  
  929. ⚠️ /Users/Shared/buildkite/builds/iosf-garrett-vuqKsO4.dyn.pinadmin.com-1/pinterest/texture/Pods/PINRemoteImage/Source/Classes/PINGIFAnimatedImageManager.m:188:14: block implicitly retains 'self'; explicitly mention 'self' to indicate this is intended behavior [-Wimplicit-retain-self]
  930.  
  931. [_lock lockWhenCondition:PINAnimatedImageManagerConditionReady];
  932. ^
  933.  
  934.  
  935.  
  936. ⚠️ /Users/Shared/buildkite/builds/iosf-garrett-vuqKsO4.dyn.pinadmin.com-1/pinterest/texture/Pods/PINRemoteImage/Source/Classes/PINGIFAnimatedImageManager.m:211:14: block implicitly retains 'self'; explicitly mention 'self' to indicate this is intended behavior [-Wimplicit-retain-self]
  937.  
  938. [_lock unlockWithCondition:PINAnimatedImageManagerConditionReady];
  939. ^
  940.  
  941.  
  942. ▸ Compiling PINImage+DecodedImage.m
  943. ▸ Compiling PINImage+ScaledImage.m
  944. ▸ Compiling PINImage+WebP.m
  945. ▸ Compiling PINImageView+PINRemoteImage.m
  946. ▸ Compiling PINMemMapAnimatedImage.m
  947.  
  948. ⚠️ /Users/Shared/buildkite/builds/iosf-garrett-vuqKsO4.dyn.pinadmin.com-1/pinterest/texture/Pods/PINRemoteImage/Source/Classes/AnimatedImages/PINMemMapAnimatedImage.m:53:8: block implicitly retains 'self'; explicitly mention 'self' to indicate this is intended behavior [-Wimplicit-retain-self]
  949.  
  950. [_completionLock lockWithBlock:^{
  951. ^
  952.  
  953.  
  954.  
  955. ⚠️ /Users/Shared/buildkite/builds/iosf-garrett-vuqKsO4.dyn.pinadmin.com-1/pinterest/texture/Pods/PINRemoteImage/Source/Classes/AnimatedImages/PINMemMapAnimatedImage.m:54:13: block implicitly retains 'self'; explicitly mention 'self' to indicate this is intended behavior [-Wimplicit-retain-self]
  956.  
  957. if (_infoCompletion) {
  958. ^
  959.  
  960.  
  961.  
  962. ⚠️ /Users/Shared/buildkite/builds/iosf-garrett-vuqKsO4.dyn.pinadmin.com-1/pinterest/texture/Pods/PINRemoteImage/Source/Classes/AnimatedImages/PINMemMapAnimatedImage.m:55:11: block implicitly retains 'self'; explicitly mention 'self' to indicate this is intended behavior [-Wimplicit-retain-self]
  963.  
  964. _infoCompletion(coverImage);
  965. ^
  966.  
  967.  
  968.  
  969. ⚠️ /Users/Shared/buildkite/builds/iosf-garrett-vuqKsO4.dyn.pinadmin.com-1/pinterest/texture/Pods/PINRemoteImage/Source/Classes/AnimatedImages/PINMemMapAnimatedImage.m:56:11: block implicitly retains 'self'; explicitly mention 'self' to indicate this is intended behavior [-Wimplicit-retain-self]
  970.  
  971. _infoCompletion = nil;
  972. ^
  973.  
  974.  
  975.  
  976. ⚠️ /Users/Shared/buildkite/builds/iosf-garrett-vuqKsO4.dyn.pinadmin.com-1/pinterest/texture/Pods/PINRemoteImage/Source/Classes/AnimatedImages/PINMemMapAnimatedImage.m:66:8: block implicitly retains 'self'; explicitly mention 'self' to indicate this is intended behavior [-Wimplicit-retain-self]
  977.  
  978. [_completionLock lockWithBlock:^{
  979. ^
  980.  
  981.  
  982.  
  983. ⚠️ /Users/Shared/buildkite/builds/iosf-garrett-vuqKsO4.dyn.pinadmin.com-1/pinterest/texture/Pods/PINRemoteImage/Source/Classes/AnimatedImages/PINMemMapAnimatedImage.m:67:13: block implicitly retains 'self'; explicitly mention 'self' to indicate this is intended behavior [-Wimplicit-retain-self]
  984.  
  985. if (_fileReady) {
  986. ^
  987.  
  988.  
  989.  
  990. ⚠️ /Users/Shared/buildkite/builds/iosf-garrett-vuqKsO4.dyn.pinadmin.com-1/pinterest/texture/Pods/PINRemoteImage/Source/Classes/AnimatedImages/PINMemMapAnimatedImage.m:68:11: block implicitly retains 'self'; explicitly mention 'self' to indicate this is intended behavior [-Wimplicit-retain-self]
  991.  
  992. _fileReady();
  993. ^
  994.  
  995.  
  996.  
  997. ⚠️ /Users/Shared/buildkite/builds/iosf-garrett-vuqKsO4.dyn.pinadmin.com-1/pinterest/texture/Pods/PINRemoteImage/Source/Classes/AnimatedImages/PINMemMapAnimatedImage.m:73:10: block implicitly retains 'self'; explicitly mention 'self' to indicate this is intended behavior [-Wimplicit-retain-self]
  998.  
  999. [_completionLock lockWithBlock:^{
  1000. ^
  1001.  
  1002.  
  1003.  
  1004. ⚠️ /Users/Shared/buildkite/builds/iosf-garrett-vuqKsO4.dyn.pinadmin.com-1/pinterest/texture/Pods/PINRemoteImage/Source/Classes/AnimatedImages/PINMemMapAnimatedImage.m:74:15: block implicitly retains 'self'; explicitly mention 'self' to indicate this is intended behavior [-Wimplicit-retain-self]
  1005.  
  1006. if (_animatedImageReady) {
  1007. ^
  1008.  
  1009.  
  1010.  
  1011. ⚠️ /Users/Shared/buildkite/builds/iosf-garrett-vuqKsO4.dyn.pinadmin.com-1/pinterest/texture/Pods/PINRemoteImage/Source/Classes/AnimatedImages/PINMemMapAnimatedImage.m:75:13: block implicitly retains 'self'; explicitly mention 'self' to indicate this is intended behavior [-Wimplicit-retain-self]
  1012.  
  1013. _animatedImageReady();
  1014. ^
  1015.  
  1016.  
  1017.  
  1018. ⚠️ /Users/Shared/buildkite/builds/iosf-garrett-vuqKsO4.dyn.pinadmin.com-1/pinterest/texture/Pods/PINRemoteImage/Source/Classes/AnimatedImages/PINMemMapAnimatedImage.m:76:13: block implicitly retains 'self'; explicitly mention 'self' to indicate this is intended behavior [-Wimplicit-retain-self]
  1019.  
  1020. _fileReady = nil;
  1021. ^
  1022.  
  1023.  
  1024.  
  1025. ⚠️ /Users/Shared/buildkite/builds/iosf-garrett-vuqKsO4.dyn.pinadmin.com-1/pinterest/texture/Pods/PINRemoteImage/Source/Classes/AnimatedImages/PINMemMapAnimatedImage.m:77:13: block implicitly retains 'self'; explicitly mention 'self' to indicate this is intended behavior [-Wimplicit-retain-self]
  1026.  
  1027. _animatedImageReady = nil;
  1028. ^
  1029.  
  1030.  
  1031.  
  1032. ⚠️ /Users/Shared/buildkite/builds/iosf-garrett-vuqKsO4.dyn.pinadmin.com-1/pinterest/texture/Pods/PINRemoteImage/Source/Classes/AnimatedImages/PINMemMapAnimatedImage.m:89:5: block implicitly retains 'self'; explicitly mention 'self' to indicate this is intended behavior [-Wimplicit-retain-self]
  1033.  
  1034. _infoCompletion = infoCompletion;
  1035. ^
  1036.  
  1037.  
  1038.  
  1039. ⚠️ /Users/Shared/buildkite/builds/iosf-garrett-vuqKsO4.dyn.pinadmin.com-1/pinterest/texture/Pods/PINRemoteImage/Source/Classes/AnimatedImages/PINMemMapAnimatedImage.m:96:5: block implicitly retains 'self'; explicitly mention 'self' to indicate this is intended behavior [-Wimplicit-retain-self]
  1040.  
  1041. _animatedImageReady = animatedImageReady;
  1042. ^
  1043.  
  1044.  
  1045.  
  1046. ⚠️ /Users/Shared/buildkite/builds/iosf-garrett-vuqKsO4.dyn.pinadmin.com-1/pinterest/texture/Pods/PINRemoteImage/Source/Classes/AnimatedImages/PINMemMapAnimatedImage.m:103:5: block implicitly retains 'self'; explicitly mention 'self' to indicate this is intended behavior [-Wimplicit-retain-self]
  1047.  
  1048. _fileReady = fileReady;
  1049. ^
  1050.  
  1051.  
  1052.  
  1053. ⚠️ /Users/Shared/buildkite/builds/iosf-garrett-vuqKsO4.dyn.pinadmin.com-1/pinterest/texture/Pods/PINRemoteImage/Source/Classes/AnimatedImages/PINMemMapAnimatedImage.m:136:9: block implicitly retains 'self'; explicitly mention 'self' to indicate this is intended behavior [-Wimplicit-retain-self]
  1054.  
  1055. _currentData = memoryMappedData;
  1056. ^
  1057.  
  1058.  
  1059.  
  1060. ⚠️ /Users/Shared/buildkite/builds/iosf-garrett-vuqKsO4.dyn.pinadmin.com-1/pinterest/texture/Pods/PINRemoteImage/Source/Classes/AnimatedImages/PINMemMapAnimatedImage.m:138:12: block implicitly retains 'self'; explicitly mention 'self' to indicate this is intended behavior [-Wimplicit-retain-self]
  1061.  
  1062. [_dataLock lockWithBlock:^{
  1063. ^
  1064.  
  1065.  
  1066.  
  1067. ⚠️ /Users/Shared/buildkite/builds/iosf-garrett-vuqKsO4.dyn.pinadmin.com-1/pinterest/texture/Pods/PINRemoteImage/Source/Classes/AnimatedImages/PINMemMapAnimatedImage.m:139:13: block implicitly retains 'self'; explicitly mention 'self' to indicate this is intended behavior [-Wimplicit-retain-self]
  1068.  
  1069. _nextData = (fileIdx + 1 < imageFiles.count) ? imageFiles[fileIdx + 1].memoryMappedData : imageFiles[0].memoryMappedData;
  1070. ^
  1071.  
  1072.  
  1073.  
  1074. ⚠️ /Users/Shared/buildkite/builds/iosf-garrett-vuqKsO4.dyn.pinadmin.com-1/pinterest/texture/Pods/PINRemoteImage/Source/Classes/AnimatedImages/PINMemMapAnimatedImage.m:340:5: block implicitly retains 'self'; explicitly mention 'self' to indicate this is intended behavior [-Wimplicit-retain-self]
  1075.  
  1076. _currentData = nil;
  1077. ^
  1078.  
  1079.  
  1080.  
  1081. ⚠️ /Users/Shared/buildkite/builds/iosf-garrett-vuqKsO4.dyn.pinadmin.com-1/pinterest/texture/Pods/PINRemoteImage/Source/Classes/AnimatedImages/PINMemMapAnimatedImage.m:341:5: block implicitly retains 'self'; explicitly mention 'self' to indicate this is intended behavior [-Wimplicit-retain-self]
  1082.  
  1083. _nextData = nil;
  1084. ^
  1085.  
  1086.  
  1087.  
  1088. ⚠️ /Users/Shared/buildkite/builds/iosf-garrett-vuqKsO4.dyn.pinadmin.com-1/pinterest/texture/Pods/PINRemoteImage/Source/Classes/AnimatedImages/PINMemMapAnimatedImage.m:364:5: block implicitly retains 'self'; explicitly mention 'self' to indicate this is intended behavior [-Wimplicit-retain-self]
  1089.  
  1090. _coverImage = coverImage;
  1091. ^
  1092.  
  1093.  
  1094.  
  1095. ⚠️ /Users/Shared/buildkite/builds/iosf-garrett-vuqKsO4.dyn.pinadmin.com-1/pinterest/texture/Pods/PINRemoteImage/Source/Classes/AnimatedImages/PINMemMapAnimatedImage.m:406:9: block implicitly retains 'self'; explicitly mention 'self' to indicate this is intended behavior [-Wimplicit-retain-self]
  1096.  
  1097. if (_coverImage == nil) {
  1098. ^
  1099.  
  1100.  
  1101.  
  1102. ⚠️ /Users/Shared/buildkite/builds/iosf-garrett-vuqKsO4.dyn.pinadmin.com-1/pinterest/texture/Pods/PINRemoteImage/Source/Classes/AnimatedImages/PINMemMapAnimatedImage.m:413:7: block implicitly retains 'self'; explicitly mention 'self' to indicate this is intended behavior [-Wimplicit-retain-self]
  1103.  
  1104. _coverImage = coverImage;
  1105. ^
  1106.  
  1107.  
  1108.  
  1109. ⚠️ /Users/Shared/buildkite/builds/iosf-garrett-vuqKsO4.dyn.pinadmin.com-1/pinterest/texture/Pods/PINRemoteImage/Source/Classes/AnimatedImages/PINMemMapAnimatedImage.m:415:20: block implicitly retains 'self'; explicitly mention 'self' to indicate this is intended behavior [-Wimplicit-retain-self]
  1110.  
  1111. coverImage = _coverImage;
  1112. ^
  1113.  
  1114.  
  1115.  
  1116. ⚠️ /Users/Shared/buildkite/builds/iosf-garrett-vuqKsO4.dyn.pinadmin.com-1/pinterest/texture/Pods/PINRemoteImage/Source/Classes/AnimatedImages/PINMemMapAnimatedImage.m:448:9: block implicitly retains 'self'; explicitly mention 'self' to indicate this is intended behavior [-Wimplicit-retain-self]
  1117.  
  1118. if (_frameCount == 0) {
  1119. ^
  1120.  
  1121.  
  1122.  
  1123. ⚠️ /Users/Shared/buildkite/builds/iosf-garrett-vuqKsO4.dyn.pinadmin.com-1/pinterest/texture/Pods/PINRemoteImage/Source/Classes/AnimatedImages/PINMemMapAnimatedImage.m:449:34: block implicitly retains 'self'; explicitly mention 'self' to indicate this is intended behavior [-Wimplicit-retain-self]
  1124.  
  1125. NSData *memoryMappedData = _memoryMappedData;
  1126. ^
  1127.  
  1128.  
  1129.  
  1130. ⚠️ /Users/Shared/buildkite/builds/iosf-garrett-vuqKsO4.dyn.pinadmin.com-1/pinterest/texture/Pods/PINRemoteImage/Source/Classes/AnimatedImages/PINMemMapAnimatedImage.m:453:35: block implicitly retains 'self'; explicitly mention 'self' to indicate this is intended behavior [-Wimplicit-retain-self]
  1131.  
  1132. [memoryMappedData getBytes:&_frameCount range:NSMakeRange(0, sizeof(_frameCount))];
  1133. ^
  1134.  
  1135.  
  1136.  
  1137. ⚠️ /Users/Shared/buildkite/builds/iosf-garrett-vuqKsO4.dyn.pinadmin.com-1/pinterest/texture/Pods/PINRemoteImage/Source/Classes/AnimatedImages/PINMemMapAnimatedImage.m:453:75: block implicitly retains 'self'; explicitly mention 'self' to indicate this is intended behavior [-Wimplicit-retain-self]
  1138.  
  1139. [memoryMappedData getBytes:&_frameCount range:NSMakeRange(0, sizeof(_frameCount))];
  1140. ^
  1141.  
  1142.  
  1143.  
  1144. ⚠️ /Users/Shared/buildkite/builds/iosf-garrett-vuqKsO4.dyn.pinadmin.com-1/pinterest/texture/Pods/PINRemoteImage/Source/Classes/AnimatedImages/PINMemMapAnimatedImage.m:455:18: block implicitly retains 'self'; explicitly mention 'self' to indicate this is intended behavior [-Wimplicit-retain-self]
  1145.  
  1146. frameCount = _frameCount;
  1147. ^
  1148.  
  1149.  
  1150.  
  1151. ⚠️ /Users/Shared/buildkite/builds/iosf-garrett-vuqKsO4.dyn.pinadmin.com-1/pinterest/texture/Pods/PINRemoteImage/Source/Classes/AnimatedImages/PINMemMapAnimatedImage.m:465:24: block implicitly retains 'self'; explicitly mention 'self' to indicate this is intended behavior [-Wimplicit-retain-self]
  1152.  
  1153. memoryMappedData = _memoryMappedData;
  1154. ^
  1155.  
  1156.  
  1157. ▸ Compiling PINProgressiveImage.m
  1158. ▸ Compiling PINRemoteImage-dummy.m
  1159. ▸ Compiling PINRemoteImageBasicCache.m
  1160. ▸ Compiling PINRemoteImageCallbacks.m
  1161. ▸ Compiling PINRemoteImageCategoryManager.m
  1162. ▸ Compiling PINRemoteImageDownloadQueue.m
  1163.  
  1164. ⚠️ /Users/Shared/buildkite/builds/iosf-garrett-vuqKsO4.dyn.pinadmin.com-1/pinterest/texture/Pods/PINRemoteImage/Source/Classes/PINRemoteImageDownloadQueue.m:74:14: block implicitly retains 'self'; explicitly mention 'self' to indicate this is intended behavior [-Wimplicit-retain-self]
  1165.  
  1166. [_runningTasks removeObject:task];
  1167. ^
  1168.  
  1169.  
  1170. ▸ Compiling PINRemoteImageDownloadTask.m
  1171.  
  1172. ⚠️ /Users/Shared/buildkite/builds/iosf-garrett-vuqKsO4.dyn.pinadmin.com-1/pinterest/texture/Pods/PINRemoteImage/Source/Classes/PINRemoteImageDownloadTask.m:47:26: block implicitly retains 'self'; explicitly mention 'self' to indicate this is intended behavior [-Wimplicit-retain-self]
  1173.  
  1174. completedBytes = _progressImage.dataTask.countOfBytesReceived;
  1175. ^
  1176.  
  1177.  
  1178.  
  1179. ⚠️ /Users/Shared/buildkite/builds/iosf-garrett-vuqKsO4.dyn.pinadmin.com-1/pinterest/texture/Pods/PINRemoteImage/Source/Classes/PINRemoteImageDownloadTask.m:48:22: block implicitly retains 'self'; explicitly mention 'self' to indicate this is intended behavior [-Wimplicit-retain-self]
  1180.  
  1181. totalBytes = _progressImage.dataTask.countOfBytesExpectedToReceive;
  1182. ^
  1183.  
  1184.  
  1185.  
  1186. ⚠️ /Users/Shared/buildkite/builds/iosf-garrett-vuqKsO4.dyn.pinadmin.com-1/pinterest/texture/Pods/PINRemoteImage/Source/Classes/PINRemoteImageDownloadTask.m:101:112: block implicitly retains 'self'; explicitly mention 'self' to indicate this is intended behavior [-Wimplicit-retain-self]
  1187.  
  1188. NSTimeInterval timeToFirstByte = [[PINSpeedRecorder sharedRecorder] weightedTimeToFirstByteForHost:_progressImage.dataTask.currentRequest.URL.host];
  1189. ^
  1190.  
  1191.  
  1192.  
  1193. ⚠️ /Users/Shared/buildkite/builds/iosf-garrett-vuqKsO4.dyn.pinadmin.com-1/pinterest/texture/Pods/PINRemoteImage/Source/Classes/PINRemoteImageDownloadTask.m:102:17: block implicitly retains 'self'; explicitly mention 'self' to indicate this is intended behavior [-Wimplicit-retain-self]
  1194.  
  1195. if (_progressImage.estimatedRemainingTime <= timeToFirstByte) {
  1196. ^
  1197.  
  1198.  
  1199.  
  1200. ⚠️ /Users/Shared/buildkite/builds/iosf-garrett-vuqKsO4.dyn.pinadmin.com-1/pinterest/texture/Pods/PINRemoteImage/Source/Classes/PINRemoteImageDownloadTask.m:111:75: block implicitly retains 'self'; explicitly mention 'self' to indicate this is intended behavior [-Wimplicit-retain-self]
  1201.  
  1202. [self.manager.urlSessionTaskQueue removeDownloadTaskFromQueue:_progressImage.dataTask];
  1203. ^
  1204.  
  1205.  
  1206.  
  1207. ⚠️ /Users/Shared/buildkite/builds/iosf-garrett-vuqKsO4.dyn.pinadmin.com-1/pinterest/texture/Pods/PINRemoteImage/Source/Classes/PINRemoteImageDownloadTask.m:112:14: block implicitly retains 'self'; explicitly mention 'self' to indicate this is intended behavior [-Wimplicit-retain-self]
  1208.  
  1209. [_progressImage.dataTask cancel];
  1210. ^
  1211.  
  1212.  
  1213.  
  1214. ⚠️ /Users/Shared/buildkite/builds/iosf-garrett-vuqKsO4.dyn.pinadmin.com-1/pinterest/texture/Pods/PINRemoteImage/Source/Classes/PINRemoteImageDownloadTask.m:114:30: block implicitly retains 'self'; explicitly mention 'self' to indicate this is intended behavior [-Wimplicit-retain-self]
  1215.  
  1216. if (hasResume && _ifRange && _progressImage.dataTask.countOfBytesExpectedToReceive > 0 && _progressImage.dataTask.countOfBytesExpectedToReceive != NSURLSessionTransferSizeUnknown) {
  1217. ^
  1218.  
  1219.  
  1220.  
  1221. ⚠️ /Users/Shared/buildkite/builds/iosf-garrett-vuqKsO4.dyn.pinadmin.com-1/pinterest/texture/Pods/PINRemoteImage/Source/Classes/PINRemoteImageDownloadTask.m:114:42: block implicitly retains 'self'; explicitly mention 'self' to indicate this is intended behavior [-Wimplicit-retain-self]
  1222.  
  1223. if (hasResume && _ifRange && _progressImage.dataTask.countOfBytesExpectedToReceive > 0 && _progressImage.dataTask.countOfBytesExpectedToReceive != NSURLSessionTransferSizeUnknown) {
  1224. ^
  1225.  
  1226.  
  1227.  
  1228. ⚠️ /Users/Shared/buildkite/builds/iosf-garrett-vuqKsO4.dyn.pinadmin.com-1/pinterest/texture/Pods/PINRemoteImage/Source/Classes/PINRemoteImageDownloadTask.m:114:103: block implicitly retains 'self'; explicitly mention 'self' to indicate this is intended behavior [-Wimplicit-retain-self]
  1229.  
  1230. if (hasResume && _ifRange && _progressImage.dataTask.countOfBytesExpectedToReceive > 0 && _progressImage.dataTask.countOfBytesExpectedToReceive != NSURLSessionTransferSizeUnknown) {
  1231. ^
  1232.  
  1233.  
  1234.  
  1235. ⚠️ /Users/Shared/buildkite/builds/iosf-garrett-vuqKsO4.dyn.pinadmin.com-1/pinterest/texture/Pods/PINRemoteImage/Source/Classes/PINRemoteImageDownloadTask.m:115:40: block implicitly retains 'self'; explicitly mention 'self' to indicate this is intended behavior [-Wimplicit-retain-self]
  1236.  
  1237. NSData *progressData = _progressImage.data;
  1238. ^
  1239.  
  1240.  
  1241.  
  1242. ⚠️ /Users/Shared/buildkite/builds/iosf-garrett-vuqKsO4.dyn.pinadmin.com-1/pinterest/texture/Pods/PINRemoteImage/Source/Classes/PINRemoteImageDownloadTask.m:117:79: block implicitly retains 'self'; explicitly mention 'self' to indicate this is intended behavior [-Wimplicit-retain-self]
  1243.  
  1244. strongResume = [PINResume resumeData:progressData ifRange:_ifRange totalBytes:_progressImage.dataTask.countOfBytesExpectedToReceive];
  1245. ^
  1246.  
  1247.  
  1248.  
  1249. ⚠️ /Users/Shared/buildkite/builds/iosf-garrett-vuqKsO4.dyn.pinadmin.com-1/pinterest/texture/Pods/PINRemoteImage/Source/Classes/PINRemoteImageDownloadTask.m:117:99: block implicitly retains 'self'; explicitly mention 'self' to indicate this is intended behavior [-Wimplicit-retain-self]
  1250.  
  1251. strongResume = [PINResume resumeData:progressData ifRange:_ifRange totalBytes:_progressImage.dataTask.countOfBytesExpectedToReceive];
  1252. ^
  1253.  
  1254.  
  1255.  
  1256. ⚠️ /Users/Shared/buildkite/builds/iosf-garrett-vuqKsO4.dyn.pinadmin.com-1/pinterest/texture/Pods/PINRemoteImage/Source/Classes/PINRemoteImageDownloadTask.m:142:17: block implicitly retains 'self'; explicitly mention 'self' to indicate this is intended behavior [-Wimplicit-retain-self]
  1257.  
  1258. if (_progressImage.dataTask) {
  1259. ^
  1260.  
  1261.  
  1262.  
  1263. ⚠️ /Users/Shared/buildkite/builds/iosf-garrett-vuqKsO4.dyn.pinadmin.com-1/pinterest/texture/Pods/PINRemoteImage/Source/Classes/PINRemoteImageDownloadTask.m:143:17: block implicitly retains 'self'; explicitly mention 'self' to indicate this is intended behavior [-Wimplicit-retain-self]
  1264.  
  1265. _progressImage.dataTask.priority = dataTaskPriorityWithImageManagerPriority(priority);
  1266. ^
  1267.  
  1268.  
  1269.  
  1270. ⚠️ /Users/Shared/buildkite/builds/iosf-garrett-vuqKsO4.dyn.pinadmin.com-1/pinterest/texture/Pods/PINRemoteImage/Source/Classes/PINRemoteImageDownloadTask.m:144:85: block implicitly retains 'self'; explicitly mention 'self' to indicate this is intended behavior [-Wimplicit-retain-self]
  1271.  
  1272. [self.manager.urlSessionTaskQueue setQueuePriority:priority forTask:_progressImage.dataTask];
  1273. ^
  1274.  
  1275.  
  1276.  
  1277. ⚠️ /Users/Shared/buildkite/builds/iosf-garrett-vuqKsO4.dyn.pinadmin.com-1/pinterest/texture/Pods/PINRemoteImage/Source/Classes/PINRemoteImageDownloadTask.m:154:15: block implicitly retains 'self'; explicitly mention 'self' to indicate this is intended behavior [-Wimplicit-retain-self]
  1278.  
  1279. url = _progressImage.dataTask.originalRequest.URL;
  1280. ^
  1281.  
  1282.  
  1283.  
  1284. ⚠️ /Users/Shared/buildkite/builds/iosf-garrett-vuqKsO4.dyn.pinadmin.com-1/pinterest/texture/Pods/PINRemoteImage/Source/Classes/PINRemoteImageDownloadTask.m:169:32: block implicitly retains 'self'; explicitly mention 'self' to indicate this is intended behavior [-Wimplicit-retain-self]
  1285.  
  1286. bytesSavedByResuming = _resume.resumeData.length;
  1287. ^
  1288.  
  1289.  
  1290.  
  1291. ⚠️ /Users/Shared/buildkite/builds/iosf-garrett-vuqKsO4.dyn.pinadmin.com-1/pinterest/texture/Pods/PINRemoteImage/Source/Classes/PINRemoteImageDownloadTask.m:187:33: block implicitly retains 'self'; explicitly mention 'self' to indicate this is intended behavior [-Wimplicit-retain-self]
  1292.  
  1293. expectedNumberOfBytes = _progressImage.dataTask.countOfBytesExpectedToReceive;
  1294. ^
  1295.  
  1296.  
  1297.  
  1298. ⚠️ /Users/Shared/buildkite/builds/iosf-garrett-vuqKsO4.dyn.pinadmin.com-1/pinterest/texture/Pods/PINRemoteImage/Source/Classes/PINRemoteImageDownloadTask.m:198:25: block implicitly retains 'self'; explicitly mention 'self' to indicate this is intended behavior [-Wimplicit-retain-self]
  1299.  
  1300. progressImage = _progressImage;
  1301. ^
  1302.  
  1303.  
  1304.  
  1305. ⚠️ /Users/Shared/buildkite/builds/iosf-garrett-vuqKsO4.dyn.pinadmin.com-1/pinterest/texture/Pods/PINRemoteImage/Source/Classes/PINRemoteImageDownloadTask.m:231:26: block implicitly retains 'self'; explicitly mention 'self' to indicate this is intended behavior [-Wimplicit-retain-self]
  1306.  
  1307. resume = _resume;
  1308. ^
  1309.  
  1310.  
  1311.  
  1312. ⚠️ /Users/Shared/buildkite/builds/iosf-garrett-vuqKsO4.dyn.pinadmin.com-1/pinterest/texture/Pods/PINRemoteImage/Source/Classes/PINRemoteImageDownloadTask.m:238:17: block implicitly retains 'self'; explicitly mention 'self' to indicate this is intended behavior [-Wimplicit-retain-self]
  1313.  
  1314. _resume = nil;
  1315. ^
  1316.  
  1317.  
  1318.  
  1319. ⚠️ /Users/Shared/buildkite/builds/iosf-garrett-vuqKsO4.dyn.pinadmin.com-1/pinterest/texture/Pods/PINRemoteImage/Source/Classes/PINRemoteImageDownloadTask.m:257:21: block implicitly retains 'self'; explicitly mention 'self' to indicate this is intended behavior [-Wimplicit-retain-self]
  1320.  
  1321. _ifRange = ifRange;
  1322. ^
  1323.  
  1324.  
  1325.  
  1326. ⚠️ /Users/Shared/buildkite/builds/iosf-garrett-vuqKsO4.dyn.pinadmin.com-1/pinterest/texture/Pods/PINRemoteImage/Source/Classes/PINRemoteImageDownloadTask.m:281:13: block implicitly retains 'self'; explicitly mention 'self' to indicate this is intended behavior [-Wimplicit-retain-self]
  1327.  
  1328. if (_progressImage != nil || [self l_callbackBlocks].count == 0 || (isRetry == NO && _retryStrategy.numberOfRetries > 0)) {
  1329. ^
  1330.  
  1331.  
  1332.  
  1333. ⚠️ /Users/Shared/buildkite/builds/iosf-garrett-vuqKsO4.dyn.pinadmin.com-1/pinterest/texture/Pods/PINRemoteImage/Source/Classes/PINRemoteImageDownloadTask.m:281:94: block implicitly retains 'self'; explicitly mention 'self' to indicate this is intended behavior [-Wimplicit-retain-self]
  1334.  
  1335. if (_progressImage != nil || [self l_callbackBlocks].count == 0 || (isRetry == NO && _retryStrategy.numberOfRetries > 0)) {
  1336. ^
  1337.  
  1338.  
  1339.  
  1340. ⚠️ /Users/Shared/buildkite/builds/iosf-garrett-vuqKsO4.dyn.pinadmin.com-1/pinterest/texture/Pods/PINRemoteImage/Source/Classes/PINRemoteImageDownloadTask.m:284:9: block implicitly retains 'self'; explicitly mention 'self' to indicate this is intended behavior [-Wimplicit-retain-self]
  1341.  
  1342. _resume = resume;
  1343. ^
  1344.  
  1345.  
  1346.  
  1347. ⚠️ /Users/Shared/buildkite/builds/iosf-garrett-vuqKsO4.dyn.pinadmin.com-1/pinterest/texture/Pods/PINRemoteImage/Source/Classes/PINRemoteImageDownloadTask.m:287:13: block implicitly retains 'self'; explicitly mention 'self' to indicate this is intended behavior [-Wimplicit-retain-self]
  1348.  
  1349. if (_resume) {
  1350. ^
  1351.  
  1352.  
  1353.  
  1354. ⚠️ /Users/Shared/buildkite/builds/iosf-garrett-vuqKsO4.dyn.pinadmin.com-1/pinterest/texture/Pods/PINRemoteImage/Source/Classes/PINRemoteImageDownloadTask.m:290:36: block implicitly retains 'self'; explicitly mention 'self' to indicate this is intended behavior [-Wimplicit-retain-self]
  1355.  
  1356. headers[@"If-Range"] = _resume.ifRange;
  1357. ^
  1358.  
  1359.  
  1360.  
  1361. ⚠️ /Users/Shared/buildkite/builds/iosf-garrett-vuqKsO4.dyn.pinadmin.com-1/pinterest/texture/Pods/PINRemoteImage/Source/Classes/PINRemoteImageDownloadTask.m:291:75: block implicitly retains 'self'; explicitly mention 'self' to indicate this is intended behavior [-Wimplicit-retain-self]
  1362.  
  1363. headers[@"Range"] = [NSString stringWithFormat:@"bytes=%tu-", _resume.resumeData.length];
  1364. ^
  1365.  
  1366.  
  1367.  
  1368. ⚠️ /Users/Shared/buildkite/builds/iosf-garrett-vuqKsO4.dyn.pinadmin.com-1/pinterest/texture/Pods/PINRemoteImage/Source/Classes/PINRemoteImageDownloadTask.m:296:9: block implicitly retains 'self'; explicitly mention 'self' to indicate this is intended behavior [-Wimplicit-retain-self]
  1369.  
  1370. _progressImage = [[PINProgressiveImage alloc] initWithDataTask:[self.manager.urlSessionTaskQueue addDownloadWithSessionManager:self.manager.sessionManager
  1371. ^
  1372.  
  1373.  
  1374.  
  1375. ⚠️ /Users/Shared/buildkite/builds/iosf-garrett-vuqKsO4.dyn.pinadmin.com-1/pinterest/texture/Pods/PINRemoteImage/Source/Classes/PINRemoteImageDownloadTask.m:325:53: block implicitly retains 'self'; explicitly mention 'self' to indicate this is intended behavior [-Wimplicit-retain-self]
  1376.  
  1377. retry = skipRetry == NO && [_retryStrategy shouldRetryWithError:error];
  1378. ^
  1379.  
  1380.  
  1381.  
  1382. ⚠️ /Users/Shared/buildkite/builds/iosf-garrett-vuqKsO4.dyn.pinadmin.com-1/pinterest/texture/Pods/PINRemoteImage/Source/Classes/PINRemoteImageDownloadTask.m:328:29: block implicitly retains 'self'; explicitly mention 'self' to indicate this is intended behavior [-Wimplicit-retain-self]
  1383.  
  1384. _progressImage = nil;
  1385. ^
  1386.  
  1387.  
  1388.  
  1389. ⚠️ /Users/Shared/buildkite/builds/iosf-garrett-vuqKsO4.dyn.pinadmin.com-1/pinterest/texture/Pods/PINRemoteImage/Source/Classes/PINRemoteImageDownloadTask.m:329:30: block implicitly retains 'self'; explicitly mention 'self' to indicate this is intended behavior [-Wimplicit-retain-self]
  1390.  
  1391. [_retryStrategy incrementRetryCount];
  1392. ^
  1393.  
  1394.  
  1395.  
  1396. ⚠️ /Users/Shared/buildkite/builds/iosf-garrett-vuqKsO4.dyn.pinadmin.com-1/pinterest/texture/Pods/PINRemoteImage/Source/Classes/PINRemoteImageDownloadTask.m:330:38: block implicitly retains 'self'; explicitly mention 'self' to indicate this is intended behavior [-Wimplicit-retain-self]
  1397.  
  1398. delay = [_retryStrategy nextDelay];
  1399. ^
  1400.  
  1401.  
  1402.  
  1403. ⚠️ /Users/Shared/buildkite/builds/iosf-garrett-vuqKsO4.dyn.pinadmin.com-1/pinterest/texture/Pods/PINRemoteImage/Source/Classes/PINRemoteImageDownloadTask.m:347:13: block implicitly retains 'self'; explicitly mention 'self' to indicate this is intended behavior [-Wimplicit-retain-self]
  1404.  
  1405. _progressImage.dataTask.priority = dataTaskPriorityWithImageManagerPriority(priority);
  1406. ^
  1407.  
  1408.  
  1409.  
  1410. ⚠️ /Users/Shared/buildkite/builds/iosf-garrett-vuqKsO4.dyn.pinadmin.com-1/pinterest/texture/Pods/PINRemoteImage/Source/Classes/PINRemoteImageDownloadTask.m:356:25: block implicitly retains 'self'; explicitly mention 'self' to indicate this is intended behavior [-Wimplicit-retain-self]
  1411.  
  1412. progressImage = _progressImage;
  1413. ^
  1414.  
  1415.  
  1416. ▸ Compiling PINRemoteImageManager.m
  1417.  
  1418. ⚠️ /Users/Shared/buildkite/builds/iosf-garrett-vuqKsO4.dyn.pinadmin.com-1/pinterest/texture/Pods/PINRemoteImage/Source/Classes/PINRemoteImageManager.m:768:10: block implicitly retains 'self'; explicitly mention 'self' to indicate this is intended behavior [-Wimplicit-retain-self]
  1419.  
  1420. [_concurrentOperationQueue scheduleOperation:^
  1421. ^
  1422.  
  1423.  
  1424.  
  1425. ⚠️ /Users/Shared/buildkite/builds/iosf-garrett-vuqKsO4.dyn.pinadmin.com-1/pinterest/texture/Pods/PINRemoteImage/Source/Classes/PINRemoteImageManager.m:996:13: block implicitly retains 'self'; explicitly mention 'self' to indicate this is intended behavior [-Wimplicit-retain-self]
  1426.  
  1427. _retryStrategyCreationBlock = retryStrategyCreationBlock;
  1428. ^
  1429.  
  1430.  
  1431. ▸ Compiling PINRemoteImageManagerResult.m
  1432. ▸ Compiling PINRemoteImageMemoryContainer.m
  1433. ▸ Compiling PINRemoteImageProcessorTask.m
  1434.  
  1435. ⚠️ /Users/Shared/buildkite/builds/iosf-garrett-vuqKsO4.dyn.pinadmin.com-1/pinterest/texture/Pods/PINRemoteImage/Source/Classes/PINRemoteImageProcessorTask.m:19:34: block implicitly retains 'self'; explicitly mention 'self' to indicate this is intended behavior [-Wimplicit-retain-self]
  1436.  
  1437. if (noMoreCompletions && _downloadTaskUUID) {
  1438. ^
  1439.  
  1440.  
  1441.  
  1442. ⚠️ /Users/Shared/buildkite/builds/iosf-garrett-vuqKsO4.dyn.pinadmin.com-1/pinterest/texture/Pods/PINRemoteImage/Source/Classes/PINRemoteImageProcessorTask.m:20:46: block implicitly retains 'self'; explicitly mention 'self' to indicate this is intended behavior [-Wimplicit-retain-self]
  1443.  
  1444. [self.manager cancelTaskWithUUID:_downloadTaskUUID];
  1445. ^
  1446.  
  1447.  
  1448.  
  1449. ⚠️ /Users/Shared/buildkite/builds/iosf-garrett-vuqKsO4.dyn.pinadmin.com-1/pinterest/texture/Pods/PINRemoteImage/Source/Classes/PINRemoteImageProcessorTask.m:21:13: block implicitly retains 'self'; explicitly mention 'self' to indicate this is intended behavior [-Wimplicit-retain-self]
  1450.  
  1451. _downloadTaskUUID = nil;
  1452. ^
  1453.  
  1454.  
  1455.  
  1456. ⚠️ /Users/Shared/buildkite/builds/iosf-garrett-vuqKsO4.dyn.pinadmin.com-1/pinterest/texture/Pods/PINRemoteImage/Source/Classes/PINRemoteImageProcessorTask.m:30:18: block implicitly retains 'self'; explicitly mention 'self' to indicate this is intended behavior [-Wimplicit-retain-self]
  1457.  
  1458. NSAssert(_downloadTaskUUID == nil, @"downloadTaskUUID should be nil");
  1459. ^
  1460.  
  1461.  
  1462.  
  1463. ⚠️ /Users/Shared/buildkite/builds/iosf-garrett-vuqKsO4.dyn.pinadmin.com-1/pinterest/texture/Pods/PINRemoteImage/Source/Classes/PINRemoteImageProcessorTask.m:31:9: block implicitly retains 'self'; explicitly mention 'self' to indicate this is intended behavior [-Wimplicit-retain-self]
  1464.  
  1465. _downloadTaskUUID = downloadTaskUUID;
  1466. ^
  1467.  
  1468.  
  1469.  
  1470. ⚠️ /Users/Shared/buildkite/builds/iosf-garrett-vuqKsO4.dyn.pinadmin.com-1/pinterest/texture/Pods/PINRemoteImage/Source/Classes/PINRemoteImageProcessorTask.m:39:28: block implicitly retains 'self'; explicitly mention 'self' to indicate this is intended behavior [-Wimplicit-retain-self]
  1471.  
  1472. downloadTaskUUID = _downloadTaskUUID;
  1473. ^
  1474.  
  1475.  
  1476. ▸ Compiling PINRemoteImageTask.m
  1477.  
  1478. ⚠️ /Users/Shared/buildkite/builds/iosf-garrett-vuqKsO4.dyn.pinadmin.com-1/pinterest/texture/Pods/PINRemoteImage/Source/Classes/PINRemoteImageTask.m:51:10: block implicitly retains 'self'; explicitly mention 'self' to indicate this is intended behavior [-Wimplicit-retain-self]
  1479.  
  1480. [_callbackBlocks setObject:completion forKey:UUID];
  1481. ^
  1482.  
  1483.  
  1484.  
  1485. ⚠️ /Users/Shared/buildkite/builds/iosf-garrett-vuqKsO4.dyn.pinadmin.com-1/pinterest/texture/Pods/PINRemoteImage/Source/Classes/PINRemoteImageTask.m:71:27: block implicitly retains 'self'; explicitly mention 'self' to indicate this is intended behavior [-Wimplicit-retain-self]
  1486.  
  1487. callbackBlocks = [_callbackBlocks copy];
  1488. ^
  1489.  
  1490.  
  1491. ▸ Compiling PINRemoteLock.m
  1492. ▸ Compiling PINRequestRetryStrategy.m
  1493. ▸ Compiling PINResume.m
  1494. ▸ Compiling PINSpeedRecorder.m
  1495.  
  1496. ⚠️ /Users/Shared/buildkite/builds/iosf-garrett-vuqKsO4.dyn.pinadmin.com-1/pinterest/texture/Pods/PINRemoteImage/Source/Classes/PINSpeedRecorder.m:101:10: block implicitly retains 'self'; explicitly mention 'self' to indicate this is intended behavior [-Wimplicit-retain-self]
  1497.  
  1498. [_speedMeasurements removeAllObjects];
  1499. ^
  1500.  
  1501.  
  1502.  
  1503. ⚠️ /Users/Shared/buildkite/builds/iosf-garrett-vuqKsO4.dyn.pinadmin.com-1/pinterest/texture/Pods/PINRemoteImage/Source/Classes/PINSpeedRecorder.m:108:45: block implicitly retains 'self'; explicitly mention 'self' to indicate this is intended behavior [-Wimplicit-retain-self]
  1504.  
  1505. PINSpeedMeasurement *measurement = [_speedMeasurements objectForKey:host];
  1506. ^
  1507.  
  1508.  
  1509.  
  1510. ⚠️ /Users/Shared/buildkite/builds/iosf-garrett-vuqKsO4.dyn.pinadmin.com-1/pinterest/texture/Pods/PINRemoteImage/Source/Classes/PINSpeedRecorder.m:115:14: block implicitly retains 'self'; explicitly mention 'self' to indicate this is intended behavior [-Wimplicit-retain-self]
  1511.  
  1512. [_speedMeasurements setObject:measurement forKey:host];
  1513. ^
  1514.  
  1515.  
  1516.  
  1517. ⚠️ /Users/Shared/buildkite/builds/iosf-garrett-vuqKsO4.dyn.pinadmin.com-1/pinterest/texture/Pods/PINRemoteImage/Source/Classes/PINSpeedRecorder.m:132:13: block implicitly retains 'self'; explicitly mention 'self' to indicate this is intended behavior [-Wimplicit-retain-self]
  1518.  
  1519. if (_overrideBPS) {
  1520. ^
  1521.  
  1522.  
  1523.  
  1524. ⚠️ /Users/Shared/buildkite/builds/iosf-garrett-vuqKsO4.dyn.pinadmin.com-1/pinterest/texture/Pods/PINRemoteImage/Source/Classes/PINSpeedRecorder.m:133:43: block implicitly retains 'self'; explicitly mention 'self' to indicate this is intended behavior [-Wimplicit-retain-self]
  1525.  
  1526. startAdjustedBytesPerSecond = _currentBPS;
  1527. ^
  1528.  
  1529.  
  1530.  
  1531. ⚠️ /Users/Shared/buildkite/builds/iosf-garrett-vuqKsO4.dyn.pinadmin.com-1/pinterest/texture/Pods/PINRemoteImage/Source/Classes/PINSpeedRecorder.m:137:45: block implicitly retains 'self'; explicitly mention 'self' to indicate this is intended behavior [-Wimplicit-retain-self]
  1532.  
  1533. PINSpeedMeasurement *measurement = [_speedMeasurements objectForKey:host];
  1534. ^
  1535.  
  1536.  
  1537.  
  1538. ⚠️ /Users/Shared/buildkite/builds/iosf-garrett-vuqKsO4.dyn.pinadmin.com-1/pinterest/texture/Pods/PINRemoteImage/Source/Classes/PINSpeedRecorder.m:151:45: block implicitly retains 'self'; explicitly mention 'self' to indicate this is intended behavior [-Wimplicit-retain-self]
  1539.  
  1540. PINSpeedMeasurement *measurement = [_speedMeasurements objectForKey:host];
  1541. ^
  1542.  
  1543.  
  1544.  
  1545. ⚠️ /Users/Shared/buildkite/builds/iosf-garrett-vuqKsO4.dyn.pinadmin.com-1/pinterest/texture/Pods/PINRemoteImage/Source/Classes/PINSpeedRecorder.m:162:13: block implicitly retains 'self'; explicitly mention 'self' to indicate this is intended behavior [-Wimplicit-retain-self]
  1546.  
  1547. _overrideBPS = NO;
  1548. ^
  1549.  
  1550.  
  1551.  
  1552. ⚠️ /Users/Shared/buildkite/builds/iosf-garrett-vuqKsO4.dyn.pinadmin.com-1/pinterest/texture/Pods/PINRemoteImage/Source/Classes/PINSpeedRecorder.m:164:13: block implicitly retains 'self'; explicitly mention 'self' to indicate this is intended behavior [-Wimplicit-retain-self]
  1553.  
  1554. _overrideBPS = YES;
  1555. ^
  1556.  
  1557.  
  1558.  
  1559. ⚠️ /Users/Shared/buildkite/builds/iosf-garrett-vuqKsO4.dyn.pinadmin.com-1/pinterest/texture/Pods/PINRemoteImage/Source/Classes/PINSpeedRecorder.m:166:9: block implicitly retains 'self'; explicitly mention 'self' to indicate this is intended behavior [-Wimplicit-retain-self]
  1560.  
  1561. _currentBPS = currentBPS;
  1562. ^
  1563.  
  1564.  
  1565. ▸ Compiling PINURLSessionManager.m
  1566.  
  1567. ⚠️ /Users/Shared/buildkite/builds/iosf-garrett-vuqKsO4.dyn.pinadmin.com-1/pinterest/texture/Pods/PINRemoteImage/Source/Classes/PINURLSessionManager.m:212:19: 'getAllTasksWithCompletionHandler:' is only available on iOS 9.0 or newer [-Wunguarded-availability]
  1568.  
  1569. [self.session getAllTasksWithCompletionHandler:^(NSArray<__kindof NSURLSessionTask *> * _Nonnull tasks) {
  1570. ^
  1571.  
  1572.  
  1573. ▸ Compiling PINWebPAnimatedImage.m
  1574. ▸ Building library libPINRemoteImage.a
  1575. ▸ Building Pods/Pods-AsyncDisplayKitTests [Debug]
  1576. ▸ Check Dependencies
  1577. ▸ Compiling Pods-AsyncDisplayKitTests-dummy.m
  1578. ▸ Building library libPods-AsyncDisplayKitTests.a
  1579. ▸ Building AsyncDisplayKit/AsyncDisplayKitTests [Debug]
  1580. ▸ Check Dependencies
  1581. ▸ Running script '[CP] Check Pods Manifest.lock'
  1582. ▸ Linking AsyncDisplayKitTests
  1583. ▸ Generating 'AsyncDisplayKitTests.xctest.dSYM'
  1584. ▸ Running script '[CP] Copy Pods Resources'
  1585. ▸ Running script '[CP] Embed Pods Frameworks'
  1586. ▸ Touching AsyncDisplayKitTests.xctest
  1587. ▸ Signing /Users/buildkite/Library/Developer/Xcode/DerivedData/AsyncDisplayKit-flropdewrohhogbsunzwwtturdwd/Build/Products/Debug-iphonesimulator/AsyncDisplayKitTestHost.app/PlugIns/AsyncDisplayKitTests.xctest
  1588. ▸ Test build Succeeded
  1589. 2018-07-17 09:47:09.441 xcodebuild[24267:269887] IDETestOperationsObserverDebug: Writing diagnostic log for test session to:
  1590. /var/folders/6h/ql1brcjx3936vr5vwgblbnc80000rm/T/com.apple.dt.XCTest/IDETestRunSession-EC97CE7A-9DA2-4806-990E-55B5A1B287E6/AsyncDisplayKitTests-C68A79AC-1C52-4901-8262-5222D82807FC/Session-AsyncDisplayKitTests-2018-07-17_094709-1z3qya.log
  1591. 2018-07-17 09:47:09.441 xcodebuild[24267:269874] [MT] IDETestOperationsObserverDebug: (5CD34A74-CCFA-4892-AB2F-BDB53A821E89) Beginning test session AsyncDisplayKitTests-5CD34A74-CCFA-4892-AB2F-BDB53A821E89 at 2018-07-17 09:47:09.441 with Xcode 9A235 on target <DVTiPhoneSimulator: 0x7fa59d70c810> {
  1592. SimDevice: iPhone 7 (B2A2393E-7201-4E96-9C7B-2CB9B96BB40D, iOS 10.2, Booted)
  1593. } (10.2 (14C89))
  1594. ▸ Building AsyncDisplayKit/AsyncDisplayKit [Debug]
  1595. ▸ Check Dependencies
  1596. ▸ Building AsyncDisplayKit/AsyncDisplayKitTestHost [Debug]
  1597. ▸ Check Dependencies
  1598. ▸ Building Pods/FBSnapshotTestCase [Debug]
  1599. ▸ Check Dependencies
  1600. ▸ Building Pods/FLAnimatedImage [Debug]
  1601. ▸ Check Dependencies
  1602. ▸ Building Pods/JGMethodSwizzler [Debug]
  1603. ▸ Check Dependencies
  1604. ▸ Building Pods/OCMock [Debug]
  1605. ▸ Check Dependencies
  1606. ▸ Building Pods/PINOperation [Debug]
  1607. ▸ Check Dependencies
  1608. ▸ Building Pods/PINCache [Debug]
  1609. ▸ Check Dependencies
  1610. ▸ Building Pods/PINRemoteImage [Debug]
  1611. ▸ Check Dependencies
  1612. ▸ Building Pods/Pods-AsyncDisplayKitTests [Debug]
  1613. ▸ Check Dependencies
  1614. ▸ Building AsyncDisplayKit/AsyncDisplayKitTests [Debug]
  1615. ▸ Check Dependencies
  1616. ▸ Running script '[CP] Check Pods Manifest.lock'
  1617. ▸ Running script '[CP] Copy Pods Resources'
  1618. ▸ Running script '[CP] Embed Pods Frameworks'
  1619. 2018-07-17 09:47:28.541 xcodebuild[24267:269874] Error Domain=IDETestOperationsObserverErrorDomain Code=6 "Early unexpected exit, operation never finished bootstrapping - no restart will be attempted" UserInfo={NSLocalizedDescription=Early unexpected exit, operation never finished bootstrapping - no restart will be attempted}
  1620.  
  1621. Testing failed:
  1622. Early unexpected exit, operation never finished bootstrapping - no restart will be attempted
  1623. ** TEST FAILED **
  1624.  
  1625.  
  1626.  
  1627. Oh no! You walked directly into the slavering fangs of a lurking grue!
  1628. **** You have died ****
Add Comment
Please, Sign In to add comment