SonarKit podspec validation fails
See original GitHub issueCurrently pod spec lint SonarKit.podspec
fails and its blocking us to release it on cocoapods. It fails the following error
-> SonarKit (0.0.1)
- WARN | source: Git sources should specify a tag.
- WARN | url: The URL (https://github.com/facebook/Sonar) is not reachable.
- WARN | [SonarKit/SonarKitLayoutPlugin, SonarKit/SonarKitLayoutComponentKitSupport, SonarKit/SonarKitNetworkPlugin, and more...] swift: The validator used Swift 3.2 by default because no Swift version was specified. To specify a Swift version during validation, add the `swift_version` attribute in your podspec. Note that usage of the `--swift-version` parameter or a `.swift-version` file is now deprecated.
- ERROR | [SonarKit/SonarKitLayoutPlugin, SonarKit/SonarKitLayoutComponentKitSupport, SonarKit/SonarKitNetworkPlugin, and more...] xcodebuild: Returned an unsuccessful exit code. You can use `--verbose` for more information.
- NOTE | [SonarKit/SonarKitLayoutComponentKitSupport] xcodebuild: warning: no rule to process file 'ComponentKit/ComponentKit/ComponentKit.xcconfig' of type text.xcconfig for architecture i386
- NOTE | [SonarKit/SonarKitLayoutComponentKitSupport] xcodebuild: warning: no rule to process file 'ComponentKit/ComponentKit/ComponentKit.xcconfig' of type text.xcconfig for architecture x86_64
- WARN | [SonarKit/SonarKitLayoutPlugin,SonarKit/SonarKitNetworkPlugin] xcodebuild: glog/src/demangle.cc:343:18: warning: implicit conversion loses integer precision: 'size_t' (aka 'unsigned long') to 'int' [-Wshorten-64-to-32]
- WARN | [SonarKit/SonarKitLayoutPlugin,SonarKit/SonarKitLayoutComponentKitSupport] xcodebuild: DoubleConversion/double-conversion/strtod.cc:209:7: warning: code will never be executed [-Wunreachable-code]
- WARN | [SonarKit/SonarKitLayoutPlugin, SonarKit/SonarKitLayoutComponentKitSupport, SonarKit/SonarKitNetworkPlugin, and more...] xcodebuild: PeerTalk/peertalk/PTChannel.m:70:81: warning: 'dispatch_get_current_queue' is deprecated: first deprecated in iOS 6.0 - unsupported interface [-Wdeprecated-declarations]
- NOTE | [SonarKit/SonarKitLayoutPlugin, SonarKit/SonarKitLayoutComponentKitSupport, SonarKit/SonarKitNetworkPlugin, and more...] xcodebuild: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator11.2.sdk/usr/include/dispatch/queue.h:343:1: note: 'dispatch_get_current_queue' has been explicitly marked deprecated here
- WARN | [SonarKit/SonarKitLayoutPlugin, SonarKit/SonarKitLayoutComponentKitSupport, SonarKit/SonarKitNetworkPlugin, and more...] xcodebuild: PeerTalk/peertalk/PTChannel.m:90:68: warning: 'dispatch_get_current_queue' is deprecated: first deprecated in iOS 6.0 - unsupported interface [-Wdeprecated-declarations]
- WARN | [SonarKit/SonarKitLayoutPlugin, SonarKit/SonarKitLayoutComponentKitSupport, SonarKit/SonarKitNetworkPlugin, and more...] xcodebuild: PeerTalk/peertalk/PTChannel.m:200:7: warning: block implicitly retains 'self'; explicitly mention 'self' to indicate this is intended behavior [-Wimplicit-retain-self]
- WARN | [SonarKit/SonarKitLayoutPlugin, SonarKit/SonarKitLayoutComponentKitSupport, SonarKit/SonarKitNetworkPlugin, and more...] xcodebuild: PeerTalk/peertalk/PTChannel.m:204:9: warning: block implicitly retains 'self'; explicitly mention 'self' to indicate this is intended behavior [-Wimplicit-retain-self]
- WARN | [SonarKit/SonarKitLayoutPlugin, SonarKit/SonarKitLayoutComponentKitSupport, SonarKit/SonarKitNetworkPlugin, and more...] xcodebuild: PeerTalk/peertalk/PTChannel.m:205:8: warning: block implicitly retains 'self'; explicitly mention 'self' to indicate this is intended behavior [-Wimplicit-retain-self]
- WARN | [SonarKit/SonarKitLayoutPlugin, SonarKit/SonarKitLayoutComponentKitSupport, SonarKit/SonarKitNetworkPlugin, and more...] xcodebuild: PeerTalk/peertalk/PTChannel.m:207:5: warning: block implicitly retains 'self'; explicitly mention 'self' to indicate this is intended behavior [-Wimplicit-retain-self]
- WARN | [SonarKit/SonarKitLayoutPlugin, SonarKit/SonarKitLayoutComponentKitSupport, SonarKit/SonarKitNetworkPlugin, and more...] xcodebuild: PeerTalk/peertalk/PTChannel.m:265:9: warning: block implicitly retains 'self'; explicitly mention 'self' to indicate this is intended behavior [-Wimplicit-retain-self]
- WARN | [SonarKit/SonarKitLayoutPlugin, SonarKit/SonarKitLayoutComponentKitSupport, SonarKit/SonarKitNetworkPlugin, and more...] xcodebuild: PeerTalk/peertalk/PTChannel.m:266:35: warning: block implicitly retains 'self'; explicitly mention 'self' to indicate this is intended behavior [-Wimplicit-retain-self]
- WARN | [SonarKit/SonarKitLayoutPlugin, SonarKit/SonarKitLayoutComponentKitSupport, SonarKit/SonarKitNetworkPlugin, and more...] xcodebuild: PeerTalk/peertalk/PTChannel.m:267:8: warning: block implicitly retains 'self'; explicitly mention 'self' to indicate this is intended behavior [-Wimplicit-retain-self]
- WARN | [SonarKit/SonarKitLayoutPlugin, SonarKit/SonarKitLayoutComponentKitSupport, SonarKit/SonarKitNetworkPlugin, and more...] xcodebuild: PeerTalk/peertalk/PTChannel.m:268:7: warning: block implicitly retains 'self'; explicitly mention 'self' to indicate this is intended behavior [-Wimplicit-retain-self]
- WARN | [SonarKit/SonarKitLayoutPlugin, SonarKit/SonarKitLayoutComponentKitSupport, SonarKit/SonarKitNetworkPlugin, and more...] xcodebuild: PeerTalk/peertalk/PTChannel.m:345:53: warning: block implicitly retains 'self'; explicitly mention 'self' to indicate this is intended behavior [-Wimplicit-retain-self]
- WARN | [SonarKit/SonarKitLayoutPlugin, SonarKit/SonarKitLayoutComponentKitSupport, SonarKit/SonarKitNetworkPlugin, and more...] xcodebuild: PeerTalk/peertalk/PTChannel.m:351:5: warning: block implicitly retains 'self'; explicitly mention 'self' to indicate this is intended behavior [-Wimplicit-retain-self]
- WARN | [SonarKit/SonarKitLayoutPlugin, SonarKit/SonarKitLayoutComponentKitSupport, SonarKit/SonarKitNetworkPlugin, and more...] xcodebuild: PeerTalk/peertalk/PTChannel.m:353:9: warning: block implicitly retains 'self'; explicitly mention 'self' to indicate this is intended behavior [-Wimplicit-retain-self]
- WARN | [SonarKit/SonarKitLayoutPlugin, SonarKit/SonarKitLayoutComponentKitSupport, SonarKit/SonarKitNetworkPlugin, and more...] xcodebuild: PeerTalk/peertalk/PTChannel.m:354:8: warning: block implicitly retains 'self'; explicitly mention 'self' to indicate this is intended behavior [-Wimplicit-retain-self]
- WARN | [SonarKit/SonarKitLayoutPlugin, SonarKit/SonarKitLayoutComponentKitSupport, SonarKit/SonarKitNetworkPlugin, and more...] xcodebuild: PeerTalk/peertalk/PTChannel.m:354:54: warning: block implicitly retains 'self'; explicitly mention 'self' to indicate this is intended behavior [-Wimplicit-retain-self]
- WARN | [SonarKit/SonarKitLayoutPlugin, SonarKit/SonarKitLayoutComponentKitSupport, SonarKit/SonarKitNetworkPlugin, and more...] xcodebuild: PeerTalk/peertalk/PTChannel.m:355:7: warning: block implicitly retains 'self'; explicitly mention 'self' to indicate this is intended behavior [-Wimplicit-retain-self]
- WARN | [SonarKit/SonarKitLayoutPlugin, SonarKit/SonarKitLayoutComponentKitSupport, SonarKit/SonarKitNetworkPlugin, and more...] xcodebuild: PeerTalk/peertalk/PTChannel.m:395:37: warning: block implicitly retains 'self'; explicitly mention 'self' to indicate this is intended behavior [-Wimplicit-retain-self]
- WARN | [SonarKit/SonarKitLayoutPlugin, SonarKit/SonarKitLayoutComponentKitSupport, SonarKit/SonarKitNetworkPlugin, and more...] xcodebuild: PeerTalk/peertalk/PTChannel.m:397:9: warning: block implicitly retains 'self'; explicitly mention 'self' to indicate this is intended behavior [-Wimplicit-retain-self]
- WARN | [SonarKit/SonarKitLayoutPlugin, SonarKit/SonarKitLayoutComponentKitSupport, SonarKit/SonarKitNetworkPlugin, and more...] xcodebuild: PeerTalk/peertalk/PTChannel.m:462:7: warning: block implicitly retains 'self'; explicitly mention 'self' to indicate this is intended behavior [-Wimplicit-retain-self]
- WARN | [SonarKit/SonarKitLayoutPlugin, SonarKit/SonarKitLayoutComponentKitSupport, SonarKit/SonarKitNetworkPlugin, and more...] xcodebuild: PeerTalk/peertalk/PTChannel.m:477:33: warning: block implicitly retains 'self'; explicitly mention 'self' to indicate this is intended behavior [-Wimplicit-retain-self]
- WARN | [SonarKit/SonarKitLayoutPlugin, SonarKit/SonarKitLayoutComponentKitSupport, SonarKit/SonarKitNetworkPlugin, and more...] xcodebuild: PeerTalk/peertalk/PTChannel.m:478:22: warning: block implicitly retains 'self'; explicitly mention 'self' to indicate this is intended behavior [-Wimplicit-retain-self]
- WARN | [SonarKit/SonarKitLayoutPlugin, SonarKit/SonarKitLayoutComponentKitSupport, SonarKit/SonarKitNetworkPlugin, and more...] xcodebuild: PeerTalk/peertalk/PTChannel.m:479:19: warning: block implicitly retains 'self'; explicitly mention 'self' to indicate this is intended behavior [-Wimplicit-retain-self]
- WARN | [SonarKit/SonarKitLayoutPlugin, SonarKit/SonarKitLayoutComponentKitSupport, SonarKit/SonarKitNetworkPlugin, and more...] xcodebuild: PeerTalk/peertalk/PTChannel.m:483:23: warning: block implicitly retains 'self'; explicitly mention 'self' to indicate this is intended behavior [-Wimplicit-retain-self]
- WARN | [SonarKit/SonarKitLayoutPlugin, SonarKit/SonarKitLayoutComponentKitSupport, SonarKit/SonarKitNetworkPlugin, and more...] xcodebuild: PeerTalk/peertalk/PTChannel.m:484:10: warning: block implicitly retains 'self'; explicitly mention 'self' to indicate this is intended behavior [-Wimplicit-retain-self]
- WARN | [SonarKit/SonarKitLayoutPlugin, SonarKit/SonarKitLayoutComponentKitSupport, SonarKit/SonarKitNetworkPlugin, and more...] xcodebuild: PeerTalk/peertalk/PTChannel.m:493:10: warning: block implicitly retains 'self'; explicitly mention 'self' to indicate this is intended behavior [-Wimplicit-retain-self]
- WARN | [SonarKit/SonarKitLayoutPlugin, SonarKit/SonarKitLayoutComponentKitSupport, SonarKit/SonarKitNetworkPlugin, and more...] xcodebuild: PeerTalk/peertalk/PTChannel.m:499:10: warning: block implicitly retains 'self'; explicitly mention 'self' to indicate this is intended behavior [-Wimplicit-retain-self]
- WARN | [SonarKit/SonarKitLayoutPlugin, SonarKit/SonarKitLayoutComponentKitSupport, SonarKit/SonarKitNetworkPlugin, and more...] xcodebuild: PeerTalk/peertalk/PTChannel.m:504:15: warning: block implicitly retains 'self'; explicitly mention 'self' to indicate this is intended behavior [-Wimplicit-retain-self]
- WARN | [SonarKit/SonarKitLayoutPlugin, SonarKit/SonarKitLayoutComponentKitSupport, SonarKit/SonarKitNetworkPlugin, and more...] xcodebuild: PeerTalk/peertalk/PTChannel.m:506:14: warning: block implicitly retains 'self'; explicitly mention 'self' to indicate this is intended behavior [-Wimplicit-retain-self]
- WARN | [SonarKit/SonarKitLayoutPlugin, SonarKit/SonarKitLayoutComponentKitSupport, SonarKit/SonarKitNetworkPlugin, and more...] xcodebuild: PeerTalk/peertalk/PTProtocol.m:79:38: warning: 'dispatch_get_current_queue' is deprecated: first deprecated in iOS 6.0 - unsupported interface [-Wdeprecated-declarations]
- WARN | [SonarKit/SonarKitLayoutPlugin, SonarKit/SonarKitLayoutComponentKitSupport, SonarKit/SonarKitNetworkPlugin, and more...] xcodebuild: PeerTalk/peertalk/PTProtocol.m:314:69: warning: 'dispatch_get_current_queue' is deprecated: first deprecated in iOS 6.0 - unsupported interface [-Wdeprecated-declarations]
- WARN | [SonarKit/SonarKitLayoutPlugin, SonarKit/SonarKitLayoutComponentKitSupport, SonarKit/SonarKitNetworkPlugin, and more...] xcodebuild: PeerTalk/peertalk/PTUSBHub.m:217:29: warning: 'dispatch_get_current_queue' is deprecated: first deprecated in iOS 6.0 - unsupported interface [-Wdeprecated-declarations]
- WARN | [SonarKit/SonarKitLayoutPlugin, SonarKit/SonarKitLayoutComponentKitSupport, SonarKit/SonarKitNetworkPlugin, and more...] xcodebuild: PeerTalk/peertalk/PTUSBHub.m:324:28: warning: 'dispatch_get_current_queue' is deprecated: first deprecated in iOS 6.0 - unsupported interface [-Wdeprecated-declarations]
- WARN | [SonarKit/SonarKitLayoutPlugin, SonarKit/SonarKitLayoutComponentKitSupport, SonarKit/SonarKitNetworkPlugin, and more...] xcodebuild: PeerTalk/peertalk/PTUSBHub.m:416:10: warning: block implicitly retains 'self'; explicitly mention 'self' to indicate this is intended behavior [-Wimplicit-retain-self]
- WARN | [SonarKit/SonarKitLayoutPlugin, SonarKit/SonarKitLayoutComponentKitSupport, SonarKit/SonarKitNetworkPlugin, and more...] xcodebuild: PeerTalk/peertalk/PTUSBHub.m:416:26: warning: block implicitly retains 'self'; explicitly mention 'self' to indicate this is intended behavior [-Wimplicit-retain-self]
- WARN | [SonarKit/SonarKitLayoutPlugin, SonarKit/SonarKitLayoutComponentKitSupport, SonarKit/SonarKitNetworkPlugin, and more...] xcodebuild: PeerTalk/peertalk/PTUSBHub.m:417:6: warning: block implicitly retains 'self'; explicitly mention 'self' to indicate this is intended behavior [-Wimplicit-retain-self]
- WARN | [SonarKit/SonarKitLayoutPlugin, SonarKit/SonarKitLayoutComponentKitSupport, SonarKit/SonarKitNetworkPlugin, and more...] xcodebuild: PeerTalk/peertalk/PTUSBHub.m:441:16: warning: block implicitly retains 'self'; explicitly mention 'self' to indicate this is intended behavior [-Wimplicit-retain-self]
- WARN | [SonarKit/SonarKitLayoutPlugin, SonarKit/SonarKitLayoutComponentKitSupport, SonarKit/SonarKitNetworkPlugin, and more...] xcodebuild: PeerTalk/peertalk/PTUSBHub.m:444:57: warning: block implicitly retains 'self'; explicitly mention 'self' to indicate this is intended behavior [-Wimplicit-retain-self]
- WARN | [SonarKit/SonarKitLayoutPlugin, SonarKit/SonarKitLayoutComponentKitSupport, SonarKit/SonarKitNetworkPlugin, and more...] xcodebuild: PeerTalk/peertalk/PTUSBHub.m:446:10: warning: block implicitly retains 'self'; explicitly mention 'self' to indicate this is intended behavior [-Wimplicit-retain-self]
- WARN | [SonarKit/SonarKitLayoutPlugin, SonarKit/SonarKitLayoutComponentKitSupport, SonarKit/SonarKitNetworkPlugin, and more...] xcodebuild: PeerTalk/peertalk/PTUSBHub.m:454:9: warning: block implicitly retains 'self'; explicitly mention 'self' to indicate this is intended behavior [-Wimplicit-retain-self]
- WARN | [SonarKit/SonarKitLayoutPlugin, SonarKit/SonarKitLayoutComponentKitSupport, SonarKit/SonarKitNetworkPlugin, and more...] xcodebuild: PeerTalk/peertalk/PTUSBHub.m:472:7: warning: block implicitly retains 'self'; explicitly mention 'self' to indicate this is intended behavior [-Wimplicit-retain-self]
- WARN | [SonarKit/SonarKitLayoutPlugin, SonarKit/SonarKitLayoutComponentKitSupport, SonarKit/SonarKitNetworkPlugin, and more...] xcodebuild: PeerTalk/peertalk/PTUSBHub.m:492:22: warning: block implicitly retains 'self'; explicitly mention 'self' to indicate this is intended behavior [-Wimplicit-retain-self]
- WARN | [SonarKit/SonarKitLayoutPlugin, SonarKit/SonarKitLayoutComponentKitSupport, SonarKit/SonarKitNetworkPlugin, and more...] xcodebuild: PeerTalk/peertalk/PTUSBHub.m:492:64: warning: block implicitly retains 'self'; explicitly mention 'self' to indicate this is intended behavior [-Wimplicit-retain-self]
- WARN | [SonarKit/SonarKitLayoutPlugin, SonarKit/SonarKitLayoutComponentKitSupport, SonarKit/SonarKitNetworkPlugin, and more...] xcodebuild: PeerTalk/peertalk/PTUSBHub.m:498:7: warning: block implicitly retains 'self'; explicitly mention 'self' to indicate this is intended behavior [-Wimplicit-retain-self]
- WARN | [SonarKit/SonarKitLayoutPlugin, SonarKit/SonarKitLayoutComponentKitSupport, SonarKit/SonarKitNetworkPlugin, and more...] xcodebuild: PeerTalk/peertalk/PTUSBHub.m:492:54: warning: implicit conversion loses integer precision: 'long long' to 'size_t' (aka 'unsigned long') [-Wshorten-64-to-32]
- WARN | [SonarKit/SonarKitLayoutPlugin, SonarKit/SonarKitLayoutComponentKitSupport, SonarKit/SonarKitNetworkPlugin, and more...] xcodebuild: PeerTalk/peertalk/PTChannel.m:567:62: warning: implicit conversion loses integer precision: 'unsigned long' to 'socklen_t' (aka 'unsigned int') [-Wshorten-64-to-32]
- WARN | [SonarKit/SonarKitLayoutPlugin, SonarKit/SonarKitLayoutComponentKitSupport, SonarKit/SonarKitNetworkPlugin, and more...] xcodebuild: PeerTalk/peertalk/PTChannel.m:589:60: warning: values of type 'NSInteger' should not be used as format arguments; add an explicit cast to 'long' instead [-Wformat]
- WARN | [SonarKit/SonarKitLayoutPlugin, SonarKit/SonarKitLayoutComponentKitSupport, SonarKit/SonarKitNetworkPlugin, and more...] xcodebuild: PeerTalk/peertalk/PTUSBHub.m:88:49: warning: implicit conversion loses integer precision: 'NSUInteger' (aka 'unsigned long') to 'uint32_t' (aka 'unsigned int') [-Wshorten-64-to-32]
- WARN | [SonarKit/SonarKitLayoutPlugin, SonarKit/SonarKitLayoutComponentKitSupport, SonarKit/SonarKitNetworkPlugin, and more...] xcodebuild: PeerTalk/peertalk/PTUSBHub.m:385:33: warning: implicit conversion loses integer precision: 'NSInteger' (aka 'long') to 'USBMuxReplyCode' (aka 'unsigned int') [-Wshorten-64-to-32]
- NOTE | [SonarKit/SonarKitLayoutPlugin, SonarKit/SonarKitLayoutComponentKitSupport, SonarKit/SonarKitNetworkPlugin, and more...] xcodebuild: clang: error: linker command failed with exit code 1 (use -v to see invocation)
- WARN | [iOS] [SonarKit/SonarKitLayoutPlugin] xcodebuild: glog/src/logging.cc:135:1: warning: implicit conversion loses integer precision: 'long' to 'google::int32' (aka 'int') [-Wshorten-64-to-32]
- WARN | [iOS] [SonarKit/SonarKitLayoutPlugin] xcodebuild: glog/src/logging.cc:137:1: warning: implicit conversion loses integer precision: 'long' to 'google::int32' (aka 'int') [-Wshorten-64-to-32]
- WARN | [iOS] [SonarKit/SonarKitLayoutPlugin] xcodebuild: glog/src/logging.cc:141:1: warning: implicit conversion loses integer precision: 'long' to 'google::int32' (aka 'int') [-Wshorten-64-to-32]
- WARN | [iOS] [SonarKit/SonarKitLayoutPlugin] xcodebuild: glog/src/logging.cc:143:1: warning: implicit conversion loses integer precision: 'long' to 'google::int32' (aka 'int') [-Wshorten-64-to-32]
- WARN | [iOS] [SonarKit/SonarKitLayoutPlugin] xcodebuild: glog/src/logging.cc:170:1: warning: implicit conversion loses integer precision: 'long' to 'google::int32' (aka 'int') [-Wshorten-64-to-32]
- WARN | [iOS] [SonarKit/SonarKitLayoutPlugin] xcodebuild: glog/src/logging.cc:624:33: warning: implicit conversion loses integer precision: 'unsigned long' to 'int' [-Wshorten-64-to-32]
- WARN | [iOS] [SonarKit/SonarKitLayoutPlugin] xcodebuild: glog/src/logging.cc:757:65: warning: implicit conversion loses integer precision: 'size_t' (aka 'unsigned long') to 'int' [-Wshorten-64-to-32]
- WARN | [iOS] [SonarKit/SonarKitLayoutPlugin] xcodebuild: glog/src/logging.cc:782:33: warning: implicit conversion loses integer precision: 'unsigned long' to 'int' [-Wshorten-64-to-32]
- WARN | [iOS] [SonarKit/SonarKitLayoutPlugin] xcodebuild: glog/src/logging.cc:792:33: warning: implicit conversion loses integer precision: 'unsigned long' to 'int' [-Wshorten-64-to-32]
- WARN | [iOS] [SonarKit/SonarKitLayoutPlugin] xcodebuild: glog/src/logging.cc:1073:47: warning: implicit conversion loses integer precision: 'size_type' (aka 'unsigned long') to 'const int' [-Wshorten-64-to-32]
- WARN | [iOS] [SonarKit/SonarKitLayoutPlugin] xcodebuild: glog/src/logging.cc:1334:19: warning: implicit conversion loses integer precision: 'size_t' (aka 'unsigned long') to 'const int' [-Wshorten-64-to-32]
- WARN | [iOS] [SonarKit/SonarKitLayoutPlugin] xcodebuild: glog/src/logging.cc:1406:40: warning: implicit conversion loses integer precision: 'size_t' (aka 'unsigned long') to 'const int' [-Wshorten-64-to-32]
- WARN | [iOS] [SonarKit/SonarKitLayoutPlugin] xcodebuild: glog/src/logging.cc:1507:67: warning: implicit conversion loses integer precision: 'unsigned long' to 'int' [-Wshorten-64-to-32]
- WARN | [iOS] [SonarKit/SonarKitLayoutPlugin] xcodebuild: glog/src/logging.cc:1520:67: warning: implicit conversion loses integer precision: 'unsigned long' to 'int' [-Wshorten-64-to-32]
- WARN | [iOS] [SonarKit/SonarKitLayoutPlugin] xcodebuild: glog/src/logging.cc:1887:21: warning: implicit conversion loses integer precision: 'ssize_t' (aka 'long') to 'int' [-Wshorten-64-to-32]
- WARN | [iOS] [SonarKit/SonarKitLayoutPlugin] xcodebuild: glog/src/logging.cc:1888:16: warning: implicit conversion loses integer precision: 'ssize_t' (aka 'long') to 'int' [-Wshorten-64-to-32]
- WARN | [iOS] [SonarKit/SonarKitLayoutPlugin] xcodebuild: glog/src/signalhandler.cc:95:50: warning: implicit conversion loses integer precision: 'long' to 'int' [-Wshorten-64-to-32]
- WARN | [iOS] [SonarKit/SonarKitLayoutPlugin] xcodebuild: glog/src/vlog_is_on.cc:52:1: warning: implicit conversion loses integer precision: 'long' to 'google::int32' (aka 'int') [-Wshorten-64-to-32]
- WARN | [iOS] [SonarKit/SonarKitLayoutPlugin] xcodebuild: glog/src/vlog_is_on.cc:163:27: warning: implicit conversion loses integer precision: 'size_t' (aka 'unsigned long') to 'const int' [-Wshorten-64-to-32]
Issue Analytics
- State:
- Created 5 years ago
- Comments:10 (6 by maintainers)
Top Results From Across the Web
Podspec fails to pass validation, but no ERROR logged
Got my answer from the Cocoapods guys. Podspec validation fails on all errors and warnings. Failing on warnings doesn't mean the project fails...
Read more >TPInAppReceipt on CocoaPods.org
TPInAppReceipt is a lightweight, pure-Swift library for reading and validating Apple In App Purchase Receipt locally. Features. Read all In-App Receipt ...
Read more >TrustKit on CocoaPods.org
Reporting mechanism to notify a server about pinning validation failures happening within the App, when an unexpected certificate chain is detected.
Read more >SwiftValidator on CocoaPods.org
SwiftValidator. Swift Validator is a rule-based validation library for Swift. Swift Validator. Core Concepts. UITextField + [Rule] + (and optional error ...
Read more >Specs and the Specs Repo - CocoaPods Guides
A Podspec, or Spec, describes a version of a Pod library. ... This is used to validate specifications. ... The push will be...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@minikin This commit is the culprit. Fix for this is comming
Since the podspec now validates using the cocoapods private repo, I think we can close this issue in favor of #132