Skip to content

Instantly share code, notes, and snippets.

@advayDev1
Created August 27, 2015 22:54
Show Gist options
  • Save advayDev1/04196894d0a6291294d5 to your computer and use it in GitHub Desktop.
Save advayDev1/04196894d0a6291294d5 to your computer and use it in GitHub Desktop.
Build logs for guava 19.0-rc1 in j2objc-gradle
With the following build:
```gradle
dependencies {
compile 'com.google.j2objc:j2objc-annotations:0.9.8'
compile 'com.google.code.findbugs:jsr305:3.0.0'
compile 'com.google.errorprone:error_prone_annotations:2.0.4'
compile 'org.codehaus.mojo:animal-sniffer-annotations:1.14'
j2objcTranslation 'com.google.guava:guava:19.0-rc1:sources'
}
j2objcConfig {
filenameCollisionCheck false
autoConfigureDeps true
// Almost always there are no tests provided in an external source jar.
testMinExpectedTests 0
finalConfigure()
}
```
We get the following compile errors:
```
See file:///Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/tmp/compileX86_64DebugThird_party_guava-j2objcStaticLibraryThird_party_guava-j2objcObjc/output.txt for all output for compileX86_64DebugThird_party_guava-j2objcStaticLibraryThird_party_guava-j2objcObjc.
compiling VisibleForTesting.m successful.
compiling GwtCompatible.m successful.
compiling GwtIncompatible.m successful.
compiling Beta.m successful.
compiling AbstractIterator.m successful.
compiling Ascii.m successful.
compiling Absent.m successful.
compiling CaseFormat.m successful.
compiling Charsets.m successful.
compiling Converter.m successful.
compiling Defaults.m successful.
compiling CharMatcher.m failed.
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/base/CharMatcher.m:64:12: error: cannot find interface declaration for 'ComGoogleCommonBaseCharMatcher_NamedFastMatcher'; did you mean 'ComGoogleCommonBaseCharMatcher_NegatedFastMatcher'?
@interface ComGoogleCommonBaseCharMatcher_NamedFastMatcher () {
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
ComGoogleCommonBaseCharMatcher_NegatedFastMatcher
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/localJ2objcDist/j2objcDist/include/com/google/common/base/CharMatcher.h:294:12: note: 'ComGoogleCommonBaseCharMatcher_NegatedFastMatcher' declared here
@interface ComGoogleCommonBaseCharMatcher_NegatedFastMatcher : ComGoogleCommonBaseCharMatcher_NegatedMatcher
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/base/CharMatcher.m:71:21: error: unknown type name 'ComGoogleCommonBaseCharMatcher_NamedFastMatcher'; did you mean 'ComGoogleCommonBaseCharMatcher_NegatedFastMatcher'?
J2OBJC_FIELD_SETTER(ComGoogleCommonBaseCharMatcher_NamedFastMatcher, description__, NSString *)
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
ComGoogleCommonBaseCharMatcher_NegatedFastMatcher
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/localJ2objcDist/j2objcDist/include/J2ObjC_common.h:247:66: note: expanded from macro 'J2OBJC_FIELD_SETTER'
__attribute__((unused)) static inline TYPE CLASS##_set_##FIELD(CLASS *instance, TYPE value) { \
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/localJ2objcDist/j2objcDist/include/com/google/common/base/CharMatcher.h:294:12: note: 'ComGoogleCommonBaseCharMatcher_NegatedFastMatcher' declared here
@interface ComGoogleCommonBaseCharMatcher_NegatedFastMatcher : ComGoogleCommonBaseCharMatcher_NegatedMatcher
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/base/CharMatcher.m:71:21: error: unknown type name 'ComGoogleCommonBaseCharMatcher_NamedFastMatcher'; did you mean 'ComGoogleCommonBaseCharMatcher_NegatedFastMatcher'?
J2OBJC_FIELD_SETTER(ComGoogleCommonBaseCharMatcher_NamedFastMatcher, description__, NSString *)
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
ComGoogleCommonBaseCharMatcher_NegatedFastMatcher
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/localJ2objcDist/j2objcDist/include/J2ObjC_common.h:251:9: note: expanded from macro 'J2OBJC_FIELD_SETTER'
CLASS *instance, NS_RELEASES_ARGUMENT TYPE value) { \
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/localJ2objcDist/j2objcDist/include/com/google/common/base/CharMatcher.h:294:12: note: 'ComGoogleCommonBaseCharMatcher_NegatedFastMatcher' declared here
@interface ComGoogleCommonBaseCharMatcher_NegatedFastMatcher : ComGoogleCommonBaseCharMatcher_NegatedMatcher
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/base/CharMatcher.m:73:59: error: cannot find interface declaration for 'ComGoogleCommonBaseCharMatcher_NamedFastMatcher', superclass of 'ComGoogleCommonBaseCharMatcher_BitSetMatcher'; did you mean 'ComGoogleCommonBaseCharMatcher_NegatedFastMatcher'?
@interface ComGoogleCommonBaseCharMatcher_BitSetMatcher : ComGoogleCommonBaseCharMatcher_NamedFastMatcher {
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
ComGoogleCommonBaseCharMatcher_NegatedFastMatcher
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/localJ2objcDist/j2objcDist/include/com/google/common/base/CharMatcher.h:294:12: note: 'ComGoogleCommonBaseCharMatcher_NegatedFastMatcher' declared here
@interface ComGoogleCommonBaseCharMatcher_NegatedFastMatcher : ComGoogleCommonBaseCharMatcher_NegatedMatcher
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/base/CharMatcher.m:97:49: error: cannot find interface declaration for 'ComGoogleCommonBaseCharMatcher_NamedFastMatcher', superclass of 'ComGoogleCommonBaseCharMatcher_Any'; did you mean 'ComGoogleCommonBaseCharMatcher_NegatedFastMatcher'?
@interface ComGoogleCommonBaseCharMatcher_Any : ComGoogleCommonBaseCharMatcher_NamedFastMatcher
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
ComGoogleCommonBaseCharMatcher_NegatedFastMatcher
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/localJ2objcDist/j2objcDist/include/com/google/common/base/CharMatcher.h:294:12: note: 'ComGoogleCommonBaseCharMatcher_NegatedFastMatcher' declared here
@interface ComGoogleCommonBaseCharMatcher_NegatedFastMatcher : ComGoogleCommonBaseCharMatcher_NegatedMatcher
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/base/CharMatcher.m:148:50: error: cannot find interface declaration for 'ComGoogleCommonBaseCharMatcher_NamedFastMatcher', superclass of 'ComGoogleCommonBaseCharMatcher_None'; did you mean 'ComGoogleCommonBaseCharMatcher_NegatedFastMatcher'?
@interface ComGoogleCommonBaseCharMatcher_None : ComGoogleCommonBaseCharMatcher_NamedFastMatcher
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
ComGoogleCommonBaseCharMatcher_NegatedFastMatcher
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/localJ2objcDist/j2objcDist/include/com/google/common/base/CharMatcher.h:294:12: note: 'ComGoogleCommonBaseCharMatcher_NegatedFastMatcher' declared here
@interface ComGoogleCommonBaseCharMatcher_NegatedFastMatcher : ComGoogleCommonBaseCharMatcher_NegatedMatcher
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/base/CharMatcher.m:224:51: error: cannot find interface declaration for 'ComGoogleCommonBaseCharMatcher_NamedFastMatcher', superclass of 'ComGoogleCommonBaseCharMatcher_Ascii'; did you mean 'ComGoogleCommonBaseCharMatcher_NegatedFastMatcher'?
@interface ComGoogleCommonBaseCharMatcher_Ascii : ComGoogleCommonBaseCharMatcher_NamedFastMatcher
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
ComGoogleCommonBaseCharMatcher_NegatedFastMatcher
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/localJ2objcDist/j2objcDist/include/com/google/common/base/CharMatcher.h:294:12: note: 'ComGoogleCommonBaseCharMatcher_NegatedFastMatcher' declared here
@interface ComGoogleCommonBaseCharMatcher_NegatedFastMatcher : ComGoogleCommonBaseCharMatcher_NegatedMatcher
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/base/CharMatcher.m:245:13: error: duplicate member 'description__'
NSString *description__;
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/localJ2objcDist/j2objcDist/include/com/google/common/base/CharMatcher.h:40:13: note: previous declaration is here
NSString *description__;
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/base/CharMatcher.m:405:60: error: cannot find interface declaration for 'ComGoogleCommonBaseCharMatcher_NamedFastMatcher', superclass of 'ComGoogleCommonBaseCharMatcher_JavaIsoControl'; did you mean 'ComGoogleCommonBaseCharMatcher_NegatedFastMatcher'?
@interface ComGoogleCommonBaseCharMatcher_JavaIsoControl : ComGoogleCommonBaseCharMatcher_NamedFastMatcher
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
ComGoogleCommonBaseCharMatcher_NegatedFastMatcher
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/localJ2objcDist/j2objcDist/include/com/google/common/base/CharMatcher.h:294:12: note: 'ComGoogleCommonBaseCharMatcher_NegatedFastMatcher' declared here
@interface ComGoogleCommonBaseCharMatcher_NegatedFastMatcher : ComGoogleCommonBaseCharMatcher_NegatedMatcher
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/base/CharMatcher.m:723:10: error: implicit declaration of function 'ComGoogleCommonBaseCharMatcher_any' is invalid in C99 [-Werror,-Wimplicit-function-declaration]
return ComGoogleCommonBaseCharMatcher_any();
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/base/CharMatcher.m:723:10: note: did you mean 'ComGoogleCommonBaseCharMatcher_init'?
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/localJ2objcDist/j2objcDist/include/com/google/common/base/CharMatcher.h:199:24: note: 'ComGoogleCommonBaseCharMatcher_init' declared here
FOUNDATION_EXPORT void ComGoogleCommonBaseCharMatcher_init(ComGoogleCommonBaseCharMatcher *self);
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/base/CharMatcher.m:723:10: error: incompatible integer to pointer conversion returning 'int' from a function with result type 'ComGoogleCommonBaseCharMatcher *' [-Werror,-Wint-conversion]
return ComGoogleCommonBaseCharMatcher_any();
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/base/CharMatcher.m:727:10: error: implicit declaration of function 'ComGoogleCommonBaseCharMatcher_none' is invalid in C99 [-Werror,-Wimplicit-function-declaration]
return ComGoogleCommonBaseCharMatcher_none();
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/base/CharMatcher.m:727:10: note: did you mean 'ComGoogleCommonBaseCharMatcher_any'?
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/base/CharMatcher.m:723:10: note: 'ComGoogleCommonBaseCharMatcher_any' declared here
return ComGoogleCommonBaseCharMatcher_any();
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/base/CharMatcher.m:727:10: error: incompatible integer to pointer conversion returning 'int' from a function with result type 'ComGoogleCommonBaseCharMatcher *' [-Werror,-Wint-conversion]
return ComGoogleCommonBaseCharMatcher_none();
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/base/CharMatcher.m:731:10: error: implicit declaration of function 'ComGoogleCommonBaseCharMatcher_whitespace' is invalid in C99 [-Werror,-Wimplicit-function-declaration]
return ComGoogleCommonBaseCharMatcher_whitespace();
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/base/CharMatcher.m:731:10: note: did you mean 'ComGoogleCommonBaseCharMatcher_initialize'?
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/localJ2objcDist/j2objcDist/include/com/google/common/base/CharMatcher.h:129:1: note: 'ComGoogleCommonBaseCharMatcher_initialize' declared here
J2OBJC_STATIC_INIT(ComGoogleCommonBaseCharMatcher)
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/localJ2objcDist/j2objcDist/include/J2ObjC_common.h:183:46: note: expanded from macro 'J2OBJC_STATIC_INIT'
__attribute__((always_inline)) inline void CLASS##_initialize() { \
^
<scratch space>:118:1: note: expanded from here
ComGoogleCommonBaseCharMatcher_initialize
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/base/CharMatcher.m:731:10: error: incompatible integer to pointer conversion returning 'int' from a function with result type 'ComGoogleCommonBaseCharMatcher *' [-Werror,-Wint-conversion]
return ComGoogleCommonBaseCharMatcher_whitespace();
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/base/CharMatcher.m:735:10: error: implicit declaration of function 'ComGoogleCommonBaseCharMatcher_breakingWhitespace' is invalid in C99 [-Werror,-Wimplicit-function-declaration]
return ComGoogleCommonBaseCharMatcher_breakingWhitespace();
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/base/CharMatcher.m:735:10: note: did you mean 'ComGoogleCommonBaseCharMatcher_BreakingWhitespace_init'?
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/base/CharMatcher.m:218:37: note: 'ComGoogleCommonBaseCharMatcher_BreakingWhitespace_init' declared here
__attribute__((unused)) static void ComGoogleCommonBaseCharMatcher_BreakingWhitespace_init(ComGoogleCommonBaseCharMatcher_BreakingWhitespace *self);
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/base/CharMatcher.m:735:10: error: incompatible integer to pointer conversion returning 'int' from a function with result type 'ComGoogleCommonBaseCharMatcher *' [-Werror,-Wint-conversion]
return ComGoogleCommonBaseCharMatcher_breakingWhitespace();
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/base/CharMatcher.m:739:10: error: implicit declaration of function 'ComGoogleCommonBaseCharMatcher_ascii' is invalid in C99 [-Werror,-Wimplicit-function-declaration]
return ComGoogleCommonBaseCharMatcher_ascii();
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/base/CharMatcher.m:739:10: error: incompatible integer to pointer conversion returning 'int' from a function with result type 'ComGoogleCommonBaseCharMatcher *' [-Werror,-Wint-conversion]
return ComGoogleCommonBaseCharMatcher_ascii();
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
fatal error: too many errors emitted, stopping now [-ferror-limit=]
20 errors generated.
compiling Enums.m successful.
compiling Equivalence.m successful.
compiling FinalizablePhantomReference.m successful.
compiling FinalizableReference.m successful.
compiling FinalizableWeakReference.m successful.
compiling FinalizableSoftReference.m successful.
compiling FinalizableReferenceQueue.m successful.
compiling Function.m successful.
compiling FunctionalEquivalence.m successful.
compiling Functions.m successful.
compiling Joiner.m successful.
compiling MoreObjects.m failed.
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/base/MoreObjects.m:85:17: error: method definition for 'simpleNameWithIOSClass:' not found [-Werror,-Wincomplete-implementation]
@implementation ComGoogleCommonBaseMoreObjects
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/localJ2objcDist/j2objcDist/include/com/google/common/base/MoreObjects.h:37:1: note: method 'simpleNameWithIOSClass:' declared here
+ (NSString *)simpleNameWithIOSClass:(IOSClass *)clazz;
^
1 error generated.
compiling Objects.m successful.
compiling Optional.m successful.
compiling PairwiseEquivalence.m successful.
compiling Platform.m successful.
compiling Preconditions.m successful.
compiling Predicate.m successful.
compiling Present.m successful.
compiling Predicates.m successful.
compiling SmallCharMatcher.m failed.
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/base/SmallCharMatcher.m:147:3: error: implicit declaration of function 'ComGoogleCommonBaseCharMatcher_NamedFastMatcher_initWithNSString_' is invalid in C99 [-Werror,-Wimplicit-function-declaration]
ComGoogleCommonBaseCharMatcher_NamedFastMatcher_initWithNSString_(self, description_);
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/base/SmallCharMatcher.m:147:3: note: did you mean 'ComGoogleCommonBaseCharMatcher_FastMatcher_initWithNSString_'?
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/localJ2objcDist/j2objcDist/include/com/google/common/base/CharMatcher.h:283:24: note: 'ComGoogleCommonBaseCharMatcher_FastMatcher_initWithNSString_' declared here
FOUNDATION_EXPORT void ComGoogleCommonBaseCharMatcher_FastMatcher_initWithNSString_(ComGoogleCommonBaseCharMatcher_FastMatcher *self, NSString *description_);
^
1 error generated.
compiling Splitter.m successful.
compiling StandardSystemProperty.m successful.
compiling Stopwatch.m successful.
compiling Strings.m successful.
compiling Supplier.m successful.
compiling Suppliers.m successful.
compiling Throwables.m failed.
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/base/Throwables.m:152:10: error: implicit declaration of function 'ComGoogleCommonBaseThrowables_lazyStackTraceWithJavaLangThrowable_' is invalid in C99 [-Werror,-Wimplicit-function-declaration]
return ComGoogleCommonBaseThrowables_lazyStackTraceWithJavaLangThrowable_(throwable);
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/base/Throwables.m:152:10: note: did you mean 'ComGoogleCommonBaseThrowables_jlaStackTraceWithJavaLangThrowable_'?
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/base/Throwables.m:68:49: note: 'ComGoogleCommonBaseThrowables_jlaStackTraceWithJavaLangThrowable_' declared here
__attribute__((unused)) static id<JavaUtilList> ComGoogleCommonBaseThrowables_jlaStackTraceWithJavaLangThrowable_(JavaLangThrowable *t);
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/base/Throwables.m:152:10: error: incompatible integer to pointer conversion returning 'int' from a function with result type 'id<JavaUtilList>' [-Werror,-Wint-conversion]
return ComGoogleCommonBaseThrowables_lazyStackTraceWithJavaLangThrowable_(throwable);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/base/Throwables.m:156:10: error: implicit declaration of function 'ComGoogleCommonBaseThrowables_lazyStackTraceIsLazy' is invalid in C99 [-Werror,-Wimplicit-function-declaration]
return ComGoogleCommonBaseThrowables_lazyStackTraceIsLazy();
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/base/Throwables.m:361:18: error: conflicting types for 'ComGoogleCommonBaseThrowables_lazyStackTraceWithJavaLangThrowable_'
id<JavaUtilList> ComGoogleCommonBaseThrowables_lazyStackTraceWithJavaLangThrowable_(JavaLangThrowable *throwable) {
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/base/Throwables.m:152:10: note: previous implicit declaration is here
return ComGoogleCommonBaseThrowables_lazyStackTraceWithJavaLangThrowable_(throwable);
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/base/Throwables.m:366:10: error: conflicting types for 'ComGoogleCommonBaseThrowables_lazyStackTraceIsLazy'
jboolean ComGoogleCommonBaseThrowables_lazyStackTraceIsLazy() {
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/base/Throwables.m:156:10: note: previous implicit declaration is here
return ComGoogleCommonBaseThrowables_lazyStackTraceIsLazy();
^
5 errors generated.
compiling Ticker.m successful.
compiling Utf8.m successful.
compiling Verify.m successful.
compiling VerifyException.m failed.
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/base/VerifyException.m:26:3: error: implicit declaration of function 'ComGoogleCommonBaseVerifyException_initWithJavaLangThrowable_' is invalid in C99 [-Werror,-Wimplicit-function-declaration]
ComGoogleCommonBaseVerifyException_initWithJavaLangThrowable_(self, cause);
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/base/VerifyException.m:26:3: note: did you mean 'ComGoogleCommonBaseVerifyException_initWithNSString_'?
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/localJ2objcDist/j2objcDist/include/com/google/common/base/VerifyException.h:39:24: note: 'ComGoogleCommonBaseVerifyException_initWithNSString_' declared here
FOUNDATION_EXPORT void ComGoogleCommonBaseVerifyException_initWithNSString_(ComGoogleCommonBaseVerifyException *self, NSString *message);
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/base/VerifyException.m:32:3: error: implicit declaration of function 'ComGoogleCommonBaseVerifyException_initWithNSString_withJavaLangThrowable_' is invalid in C99 [-Werror,-Wimplicit-function-declaration]
ComGoogleCommonBaseVerifyException_initWithNSString_withJavaLangThrowable_(self, message, cause);
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/base/VerifyException.m:32:3: note: did you mean 'ComGoogleCommonBaseVerifyException_initWithJavaLangThrowable_'?
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/base/VerifyException.m:26:3: note: 'ComGoogleCommonBaseVerifyException_initWithJavaLangThrowable_' declared here
ComGoogleCommonBaseVerifyException_initWithJavaLangThrowable_(self, cause);
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/base/VerifyException.m:81:6: error: conflicting types for 'ComGoogleCommonBaseVerifyException_initWithJavaLangThrowable_'
void ComGoogleCommonBaseVerifyException_initWithJavaLangThrowable_(ComGoogleCommonBaseVerifyException *self, JavaLangThrowable *cause) {
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/base/VerifyException.m:26:3: note: previous implicit declaration is here
ComGoogleCommonBaseVerifyException_initWithJavaLangThrowable_(self, cause);
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/base/VerifyException.m:91:6: error: conflicting types for 'ComGoogleCommonBaseVerifyException_initWithNSString_withJavaLangThrowable_'
void ComGoogleCommonBaseVerifyException_initWithNSString_withJavaLangThrowable_(ComGoogleCommonBaseVerifyException *self, NSString *message, JavaLangThrowable *cause) {
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/base/VerifyException.m:32:3: note: previous implicit declaration is here
ComGoogleCommonBaseVerifyException_initWithNSString_withJavaLangThrowable_(self, message, cause);
^
4 errors generated.
compiling Finalizer.m successful.
compiling AbstractLoadingCache.m successful.
compiling Cache.m successful.
compiling AbstractCache.m successful.
compiling CacheStats.m successful.
compiling CacheLoader.m successful.
compiling CacheBuilder.m successful.
compiling CacheBuilderSpec.m successful.
compiling ForwardingCache.m successful.
compiling LoadingCache.m successful.
compiling ForwardingLoadingCache.m successful.
compiling LocalCache.m failed.
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/cache/LocalCache.m:4270:61: error: implicit declaration of function 'ComGoogleCommonCacheRemovalNotification_createWithId_withId_withComGoogleCommonCacheRemovalCauseEnum_' is invalid in C99 [-Werror,-Wimplicit-function-declaration]
ComGoogleCommonCacheRemovalNotification *notification = ComGoogleCommonCacheRemovalNotification_createWithId_withId_withComGoogleCommonCacheRemovalCauseEnum_(key, value, cause);
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/cache/LocalCache.m:4270:61: note: did you mean 'ComGoogleCommonCacheRemovalNotification_initWithId_withId_withComGoogleCommonCacheRemovalCauseEnum_'?
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/localJ2objcDist/j2objcDist/include/com/google/common/cache/RemovalNotification.h:55:24: note: 'ComGoogleCommonCacheRemovalNotification_initWithId_withId_withComGoogleCommonCacheRemovalCauseEnum_' declared here
FOUNDATION_EXPORT void ComGoogleCommonCacheRemovalNotification_initWithId_withId_withComGoogleCommonCacheRemovalCauseEnum_(ComGoogleCommonCacheRemovalNotification *self, id key, id value, ComGoogleCommonCacheRemovalCauseEnum *cause);
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/cache/LocalCache.m:4270:46: error: incompatible integer to pointer conversion initializing 'ComGoogleCommonCacheRemovalNotification *' with an expression of type 'int' [-Werror,-Wint-conversion]
ComGoogleCommonCacheRemovalNotification *notification = ComGoogleCommonCacheRemovalNotification_createWithId_withId_withComGoogleCommonCacheRemovalCauseEnum_(key, value, cause);
^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/cache/LocalCache.m:3827:17: error: method definition for 'evictEntries' not found [-Werror,-Wincomplete-implementation]
@implementation ComGoogleCommonCacheLocalCache_Segment
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/localJ2objcDist/j2objcDist/include/com/google/common/cache/LocalCache.h:1455:1: note: method 'evictEntries' declared here
- (void)evictEntries;
^
3 errors generated.
compiling LongAddable.m successful.
compiling LongAddables.m successful.
compiling LongAdder.m successful.
compiling RemovalCause.m successful.
compiling RemovalListener.m successful.
compiling RemovalListeners.m successful.
compiling RemovalNotification.m failed.
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/cache/RemovalNotification.m:37:37: error: static declaration of 'ComGoogleCommonCacheRemovalNotification_initWithId_withId_withComGoogleCommonCacheRemovalCauseEnum_' follows non-static declaration
__attribute__((unused)) static void ComGoogleCommonCacheRemovalNotification_initWithId_withId_withComGoogleCommonCacheRemovalCauseEnum_(ComGoogleCommonCacheRemovalNotification *self, id key, id value, ComGoogleCommonCacheRemovalCauseEnum *cause);
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/localJ2objcDist/j2objcDist/include/com/google/common/cache/RemovalNotification.h:55:24: note: previous declaration is here
FOUNDATION_EXPORT void ComGoogleCommonCacheRemovalNotification_initWithId_withId_withComGoogleCommonCacheRemovalCauseEnum_(ComGoogleCommonCacheRemovalNotification *self, id key, id value, ComGoogleCommonCacheRemovalCauseEnum *cause);
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/cache/RemovalNotification.m:39:73: error: static declaration of 'new_ComGoogleCommonCacheRemovalNotification_initWithId_withId_withComGoogleCommonCacheRemovalCauseEnum_' follows non-static declaration
__attribute__((unused)) static ComGoogleCommonCacheRemovalNotification *new_ComGoogleCommonCacheRemovalNotification_initWithId_withId_withComGoogleCommonCacheRemovalCauseEnum_(id key, id value, ComGoogleCommonCacheRemovalCauseEnum *cause) NS_RETURNS_RETAINED;
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/localJ2objcDist/j2objcDist/include/com/google/common/cache/RemovalNotification.h:57:60: note: previous declaration is here
FOUNDATION_EXPORT ComGoogleCommonCacheRemovalNotification *new_ComGoogleCommonCacheRemovalNotification_initWithId_withId_withComGoogleCommonCacheRemovalCauseEnum_(id key, id value, ComGoogleCommonCacheRemovalCauseEnum *cause) NS_RETURNS_RETAINED;
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/cache/RemovalNotification.m:46:10: error: implicit declaration of function 'ComGoogleCommonCacheRemovalNotification_createWithId_withId_withComGoogleCommonCacheRemovalCauseEnum_' is invalid in C99 [-Werror,-Wimplicit-function-declaration]
return ComGoogleCommonCacheRemovalNotification_createWithId_withId_withComGoogleCommonCacheRemovalCauseEnum_(key, value, cause);
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/cache/RemovalNotification.m:46:10: note: did you mean 'ComGoogleCommonCacheRemovalNotification_initWithId_withId_withComGoogleCommonCacheRemovalCauseEnum_'?
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/localJ2objcDist/j2objcDist/include/com/google/common/cache/RemovalNotification.h:55:24: note: 'ComGoogleCommonCacheRemovalNotification_initWithId_withId_withComGoogleCommonCacheRemovalCauseEnum_' declared here
FOUNDATION_EXPORT void ComGoogleCommonCacheRemovalNotification_initWithId_withId_withComGoogleCommonCacheRemovalCauseEnum_(ComGoogleCommonCacheRemovalNotification *self, id key, id value, ComGoogleCommonCacheRemovalCauseEnum *cause);
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/cache/RemovalNotification.m:46:10: error: incompatible integer to pointer conversion returning 'int' from a function with result type 'ComGoogleCommonCacheRemovalNotification *' [-Werror,-Wint-conversion]
return ComGoogleCommonCacheRemovalNotification_createWithId_withId_withComGoogleCommonCacheRemovalCauseEnum_(key, value, cause);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/cache/RemovalNotification.m:154:42: error: conflicting types for 'ComGoogleCommonCacheRemovalNotification_createWithId_withId_withComGoogleCommonCacheRemovalCauseEnum_'
ComGoogleCommonCacheRemovalNotification *ComGoogleCommonCacheRemovalNotification_createWithId_withId_withComGoogleCommonCacheRemovalCauseEnum_(id key, id value, ComGoogleCommonCacheRemovalCauseEnum *cause) {
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/cache/RemovalNotification.m:46:10: note: previous implicit declaration is here
return ComGoogleCommonCacheRemovalNotification_createWithId_withId_withComGoogleCommonCacheRemovalCauseEnum_(key, value, cause);
^
5 errors generated.
compiling Striped64.m successful.
compiling Weigher.m successful.
compiling AbstractIndexedListIterator.m successful.
compiling AbstractBiMap.m successful.
compiling AbstractIterator.m successful.
compiling AbstractListMultimap.m successful.
compiling AbstractMapBasedMultimap.m failed.
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/collect/AbstractMapBasedMultimap.m:2205:3: error: implicit declaration of function 'ComGoogleCommonCollectMaps_ViewCachingAbstractMap_init' is invalid in C99 [-Werror,-Wimplicit-function-declaration]
ComGoogleCommonCollectMaps_ViewCachingAbstractMap_init(self);
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/collect/AbstractMapBasedMultimap.m:2205:3: note: did you mean 'ComGoogleCommonCollectMaps_ImprovedAbstractMap_init'?
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/localJ2objcDist/j2objcDist/include/com/google/common/collect/Maps.h:631:24: note: 'ComGoogleCommonCollectMaps_ImprovedAbstractMap_init' declared here
FOUNDATION_EXPORT void ComGoogleCommonCollectMaps_ImprovedAbstractMap_init(ComGoogleCommonCollectMaps_ImprovedAbstractMap *self);
^
1 error generated.
compiling AbstractMapBasedMultiset.m successful.
compiling AbstractMapEntry.m successful.
compiling AbstractMultimap.m successful.
compiling AbstractMultiset.m successful.
compiling AbstractNavigableMap.m failed.
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/collect/AbstractNavigableMap.m:45:17: error: method definition for 'entrySet' not found [-Werror,-Wincomplete-implementation]
@implementation ComGoogleCommonCollectAbstractNavigableMap
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/localJ2objcDist/j2objcDist/include/com/google/common/collect/AbstractNavigableMap.h:45:1: note: method 'entrySet' declared here
- (id<JavaUtilSet>)entrySet;
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/collect/AbstractNavigableMap.m:45:17: error: method definition for 'size' not found [-Werror,-Wincomplete-implementation]
@implementation ComGoogleCommonCollectAbstractNavigableMap
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/localJ2objcDist/j2objcDist/include/com/google/common/collect/AbstractNavigableMap.h:79:1: note: method 'size' declared here
- (jint)size;
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/collect/AbstractNavigableMap.m:45:17: error: method definition for 'entryIterator' not found [-Werror,-Wincomplete-implementation]
@implementation ComGoogleCommonCollectAbstractNavigableMap
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/localJ2objcDist/j2objcDist/include/com/google/common/collect/AbstractNavigableMap.h:92:1: note: method 'entryIterator' declared here
- (id<JavaUtilIterator>)entryIterator;
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/collect/AbstractNavigableMap.m:237:3: error: implicit declaration of function 'ComGoogleCommonCollectMaps_IteratorBasedAbstractMap_init' is invalid in C99 [-Werror,-Wimplicit-function-declaration]
ComGoogleCommonCollectMaps_IteratorBasedAbstractMap_init(self);
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/collect/AbstractNavigableMap.m:237:3: note: did you mean 'ComGoogleCommonCollectMaps_ImprovedAbstractMap_init'?
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/localJ2objcDist/j2objcDist/include/com/google/common/collect/Maps.h:631:24: note: 'ComGoogleCommonCollectMaps_ImprovedAbstractMap_init' declared here
FOUNDATION_EXPORT void ComGoogleCommonCollectMaps_ImprovedAbstractMap_init(ComGoogleCommonCollectMaps_ImprovedAbstractMap *self);
^
4 errors generated.
compiling AbstractRangeSet.m successful.
compiling AbstractSequentialIterator.m successful.
compiling AbstractSetMultimap.m successful.
compiling AbstractSortedKeySortedSetMultimap.m successful.
compiling AbstractSortedMultiset.m successful.
compiling AbstractSortedSetMultimap.m successful.
compiling AbstractTable.m successful.
compiling AllEqualOrdering.m successful.
compiling ArrayListMultimap.m successful.
compiling ArrayTable.m failed.
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/collect/ArrayTable.m:83:56: error: cannot find interface declaration for 'ComGoogleCommonCollectMaps_IteratorBasedAbstractMap', superclass of 'ComGoogleCommonCollectArrayTable_ArrayMap'; did you mean 'ComGoogleCommonCollectMaps_ImprovedAbstractMap'?
@interface ComGoogleCommonCollectArrayTable_ArrayMap : ComGoogleCommonCollectMaps_IteratorBasedAbstractMap {
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
ComGoogleCommonCollectMaps_ImprovedAbstractMap
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/localJ2objcDist/j2objcDist/include/com/google/common/collect/Maps.h:607:12: note: 'ComGoogleCommonCollectMaps_ImprovedAbstractMap' declared here
@interface ComGoogleCommonCollectMaps_ImprovedAbstractMap : JavaUtilAbstractMap
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/collect/ArrayTable.m:658:42: error: implicit declaration of function 'ComGoogleCommonCollectMaps_indexMapWithJavaUtilCollection_' is invalid in C99 [-Werror,-Wimplicit-function-declaration]
JreStrongAssign(&self->rowKeyToIndex_, ComGoogleCommonCollectMaps_indexMapWithJavaUtilCollection_(self->rowList_));
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/collect/ArrayTable.m:658:42: note: did you mean 'ComGoogleCommonCollectMaps_newTreeMapWithJavaUtilComparator_'?
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/localJ2objcDist/j2objcDist/include/com/google/common/collect/Maps.h:328:36: note: 'ComGoogleCommonCollectMaps_newTreeMapWithJavaUtilComparator_' declared here
FOUNDATION_EXPORT JavaUtilTreeMap *ComGoogleCommonCollectMaps_newTreeMapWithJavaUtilComparator_(id<JavaUtilComparator> comparator);
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/collect/ArrayTable.m:658:42: error: incompatible integer to pointer conversion passing 'int' to parameter of type 'id' [-Werror,-Wint-conversion]
JreStrongAssign(&self->rowKeyToIndex_, ComGoogleCommonCollectMaps_indexMapWithJavaUtilCollection_(self->rowList_));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/localJ2objcDist/j2objcDist/include/J2ObjC_common.h:77:43: note: passing argument to parameter 'value' here
id JreStrongAssign(__strong id *pIvar, id value);
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/collect/ArrayTable.m:659:45: error: incompatible integer to pointer conversion passing 'int' to parameter of type 'id' [-Werror,-Wint-conversion]
JreStrongAssign(&self->columnKeyToIndex_, ComGoogleCommonCollectMaps_indexMapWithJavaUtilCollection_(self->columnList_));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/localJ2objcDist/j2objcDist/include/J2ObjC_common.h:77:43: note: passing argument to parameter 'value' here
id JreStrongAssign(__strong id *pIvar, id value);
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/collect/ArrayTable.m:830:3: error: implicit declaration of function 'ComGoogleCommonCollectMaps_IteratorBasedAbstractMap_init' is invalid in C99 [-Werror,-Wimplicit-function-declaration]
ComGoogleCommonCollectMaps_IteratorBasedAbstractMap_init(self);
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/collect/ArrayTable.m:830:3: note: did you mean 'ComGoogleCommonCollectMaps_ImprovedAbstractMap_init'?
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/localJ2objcDist/j2objcDist/include/com/google/common/collect/Maps.h:631:24: note: 'ComGoogleCommonCollectMaps_ImprovedAbstractMap_init' declared here
FOUNDATION_EXPORT void ComGoogleCommonCollectMaps_ImprovedAbstractMap_init(ComGoogleCommonCollectMaps_ImprovedAbstractMap *self);
^
5 errors generated.
compiling BiMap.m successful.
compiling BinaryTreeTraverser.m successful.
compiling BoundType.m successful.
compiling ByFunctionOrdering.m successful.
compiling CartesianList.m successful.
compiling ClassToInstanceMap.m successful.
compiling Collections2.m successful.
compiling CollectPreconditions.m successful.
compiling ComparatorOrdering.m successful.
compiling ComparisonChain.m successful.
compiling CompoundOrdering.m successful.
compiling ComputationException.m successful.
compiling ComputingConcurrentHashMap.m successful.
compiling ConcurrentHashMultiset.m successful.
compiling Constraint.m successful.
compiling Constraints.m successful.
compiling ConsumingQueueIterator.m successful.
compiling ContiguousSet.m successful.
compiling Count.m successful.
compiling Cut.m successful.
compiling DenseImmutableTable.m failed.
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/collect/DenseImmutableTable.m:50:74: error: cannot find interface declaration for 'ComGoogleCommonCollectImmutableMap_IteratorBasedImmutableMap', superclass of 'ComGoogleCommonCollectDenseImmutableTable_ImmutableArrayMap'
@interface ComGoogleCommonCollectDenseImmutableTable_ImmutableArrayMap : ComGoogleCommonCollectImmutableMap_IteratorBasedImmutableMap {
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/collect/DenseImmutableTable.m:297:42: error: implicit declaration of function 'ComGoogleCommonCollectMaps_indexMapWithJavaUtilCollection_' is invalid in C99 [-Werror,-Wimplicit-function-declaration]
JreStrongAssign(&self->rowKeyToIndex_, ComGoogleCommonCollectMaps_indexMapWithJavaUtilCollection_(rowSpace));
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/collect/DenseImmutableTable.m:297:42: note: did you mean 'ComGoogleCommonCollectMaps_newTreeMapWithJavaUtilComparator_'?
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/localJ2objcDist/j2objcDist/include/com/google/common/collect/Maps.h:328:36: note: 'ComGoogleCommonCollectMaps_newTreeMapWithJavaUtilComparator_' declared here
FOUNDATION_EXPORT JavaUtilTreeMap *ComGoogleCommonCollectMaps_newTreeMapWithJavaUtilComparator_(id<JavaUtilComparator> comparator);
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/collect/DenseImmutableTable.m:297:42: error: incompatible integer to pointer conversion passing 'int' to parameter of type 'id' [-Werror,-Wint-conversion]
JreStrongAssign(&self->rowKeyToIndex_, ComGoogleCommonCollectMaps_indexMapWithJavaUtilCollection_(rowSpace));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/localJ2objcDist/j2objcDist/include/J2ObjC_common.h:77:43: note: passing argument to parameter 'value' here
id JreStrongAssign(__strong id *pIvar, id value);
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/collect/DenseImmutableTable.m:298:45: error: incompatible integer to pointer conversion passing 'int' to parameter of type 'id' [-Werror,-Wint-conversion]
JreStrongAssign(&self->columnKeyToIndex_, ComGoogleCommonCollectMaps_indexMapWithJavaUtilCollection_(columnSpace));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/localJ2objcDist/j2objcDist/include/J2ObjC_common.h:77:43: note: passing argument to parameter 'value' here
id JreStrongAssign(__strong id *pIvar, id value);
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/collect/DenseImmutableTable.m:340:9: error: instance method '-doesNotRecognizeSelector:' not found (return type defaults to 'id') [-Werror,-Wobjc-method-access]
[self doesNotRecognizeSelector:_cmd];
^~~~~~~~~~~~~~~~~~~~~~~~
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/collect/DenseImmutableTable.m:50:12: note: receiver is instance of class declared here
@interface ComGoogleCommonCollectDenseImmutableTable_ImmutableArrayMap : ComGoogleCommonCollectImmutableMap_IteratorBasedImmutableMap {
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/collect/DenseImmutableTable.m:354:9: error: instance method '-doesNotRecognizeSelector:' not found (return type defaults to 'id') [-Werror,-Wobjc-method-access]
[self doesNotRecognizeSelector:_cmd];
^~~~~~~~~~~~~~~~~~~~~~~~
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/collect/DenseImmutableTable.m:50:12: note: receiver is instance of class declared here
@interface ComGoogleCommonCollectDenseImmutableTable_ImmutableArrayMap : ComGoogleCommonCollectImmutableMap_IteratorBasedImmutableMap {
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/collect/DenseImmutableTable.m:359:165: error: 'ComGoogleCommonCollectDenseImmutableTable_ImmutableArrayMap' cannot use 'super' because it is a root class
return ComGoogleCommonCollectDenseImmutableTable_ImmutableArrayMap_isFull(self) ? [((ComGoogleCommonCollectImmutableMap *) nil_chk([self keyToIndex])) keySet] : [super createKeySet];
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/collect/DenseImmutableTable.m:50:12: error: class 'ComGoogleCommonCollectDenseImmutableTable_ImmutableArrayMap' defined without specifying a base class [-Werror,-Wobjc-root-class]
@interface ComGoogleCommonCollectDenseImmutableTable_ImmutableArrayMap : ComGoogleCommonCollectImmutableMap_IteratorBasedImmutableMap {
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/collect/DenseImmutableTable.m:50:71: note: add a super class to fix this problem
@interface ComGoogleCommonCollectDenseImmutableTable_ImmutableArrayMap : ComGoogleCommonCollectImmutableMap_IteratorBasedImmutableMap {
^
: NSObject
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/collect/DenseImmutableTable.m:406:3: error: implicit declaration of function 'ComGoogleCommonCollectImmutableMap_IteratorBasedImmutableMap_init' is invalid in C99 [-Werror,-Wimplicit-function-declaration]
ComGoogleCommonCollectImmutableMap_IteratorBasedImmutableMap_init(self);
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/collect/DenseImmutableTable.m:414:1: error: class method '+class' not found (return type defaults to 'id') [-Werror,-Wobjc-method-access]
J2OBJC_CLASS_TYPE_LITERAL_SOURCE(ComGoogleCommonCollectDenseImmutableTable_ImmutableArrayMap)
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/localJ2objcDist/j2objcDist/include/J2ObjC_common.h:220:61: note: expanded from macro 'J2OBJC_CLASS_TYPE_LITERAL_SOURCE'
dispatch_once(&token, ^{ cls = IOSClass_fromClass([TYPE class]); }); \
^~~~~
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/collect/DenseImmutableTable.m:434:3: error: 'ComGoogleCommonCollectDenseImmutableTable_ImmutableArrayMap' may not respond to 'release' [-Werror]
RELEASE_(this$0_);
^ ~~~~~~~
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/localJ2objcDist/j2objcDist/include/J2ObjC_common.h:49:26: note: expanded from macro 'RELEASE_'
# define RELEASE_(x) [x release]
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/collect/DenseImmutableTable.m:493:10: error: 'ComGoogleCommonCollectDenseImmutableTable_ImmutableArrayMap' may not respond to 'dealloc' [-Werror]
[super dealloc];
~~~~~ ^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/collect/DenseImmutableTable.m:521:104: error: class method '+alloc' not found (return type defaults to 'id') [-Werror,-Wobjc-method-access]
ComGoogleCommonCollectDenseImmutableTable_Row *self = [ComGoogleCommonCollectDenseImmutableTable_Row alloc];
^~~~~
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/collect/DenseImmutableTable.m:526:1: error: class method '+class' not found (return type defaults to 'id') [-Werror,-Wobjc-method-access]
J2OBJC_CLASS_TYPE_LITERAL_SOURCE(ComGoogleCommonCollectDenseImmutableTable_Row)
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/localJ2objcDist/j2objcDist/include/J2ObjC_common.h:220:61: note: expanded from macro 'J2OBJC_CLASS_TYPE_LITERAL_SOURCE'
dispatch_once(&token, ^{ cls = IOSClass_fromClass([TYPE class]); }); \
^~~~~
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/collect/DenseImmutableTable.m:550:10: error: 'ComGoogleCommonCollectDenseImmutableTable_ImmutableArrayMap' may not respond to 'dealloc' [-Werror]
[super dealloc];
~~~~~ ^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/collect/DenseImmutableTable.m:578:110: error: class method '+alloc' not found (return type defaults to 'id') [-Werror,-Wobjc-method-access]
ComGoogleCommonCollectDenseImmutableTable_Column *self = [ComGoogleCommonCollectDenseImmutableTable_Column alloc];
^~~~~
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/collect/DenseImmutableTable.m:583:1: error: class method '+class' not found (return type defaults to 'id') [-Werror,-Wobjc-method-access]
J2OBJC_CLASS_TYPE_LITERAL_SOURCE(ComGoogleCommonCollectDenseImmutableTable_Column)
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/localJ2objcDist/j2objcDist/include/J2ObjC_common.h:220:61: note: expanded from macro 'J2OBJC_CLASS_TYPE_LITERAL_SOURCE'
dispatch_once(&token, ^{ cls = IOSClass_fromClass([TYPE class]); }); \
^~~~~
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/collect/DenseImmutableTable.m:597:139: error: 'ComGoogleCommonCollectDenseImmutableTable_Row' may not respond to 'autorelease' [-Werror]
return [new_ComGoogleCommonCollectDenseImmutableTable_Row_initWithComGoogleCommonCollectDenseImmutableTable_withInt_(this$0_, keyIndex) autorelease];
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/collect/DenseImmutableTable.m:597:10: error: returning 'ComGoogleCommonCollectDenseImmutableTable_Row *' from a function with incompatible result type 'id<JavaUtilMap>' [-Werror]
return [new_ComGoogleCommonCollectDenseImmutableTable_Row_initWithComGoogleCommonCollectDenseImmutableTable_withInt_(this$0_, keyIndex) autorelease];
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
fatal error: too many errors emitted, stopping now [-ferror-limit=]
20 errors generated.
compiling DescendingImmutableSortedMultiset.m successful.
compiling DescendingImmutableSortedSet.m successful.
compiling DescendingMultiset.m successful.
compiling DiscreteDomain.m successful.
compiling EmptyContiguousSet.m successful.
compiling EmptyImmutableListMultimap.m successful.
compiling EmptyImmutableSetMultimap.m successful.
compiling EnumBiMap.m successful.
compiling EnumHashBiMap.m successful.
compiling EnumMultiset.m successful.
compiling EvictingQueue.m successful.
compiling ExplicitOrdering.m failed.
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/collect/ExplicitOrdering.m:97:92: error: implicit declaration of function 'ComGoogleCommonCollectMaps_indexMapWithJavaUtilCollection_' is invalid in C99 [-Werror,-Wimplicit-function-declaration]
ComGoogleCommonCollectExplicitOrdering_initWithComGoogleCommonCollectImmutableMap_(self, ComGoogleCommonCollectMaps_indexMapWithJavaUtilCollection_(valuesInOrder));
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/collect/ExplicitOrdering.m:97:92: note: did you mean 'ComGoogleCommonCollectMaps_newTreeMapWithJavaUtilComparator_'?
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/localJ2objcDist/j2objcDist/include/com/google/common/collect/Maps.h:328:36: note: 'ComGoogleCommonCollectMaps_newTreeMapWithJavaUtilComparator_' declared here
FOUNDATION_EXPORT JavaUtilTreeMap *ComGoogleCommonCollectMaps_newTreeMapWithJavaUtilComparator_(id<JavaUtilComparator> comparator);
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/collect/ExplicitOrdering.m:97:92: error: incompatible integer to pointer conversion passing 'int' to parameter of type 'ComGoogleCommonCollectImmutableMap *' [-Werror,-Wint-conversion]
ComGoogleCommonCollectExplicitOrdering_initWithComGoogleCommonCollectImmutableMap_(self, ComGoogleCommonCollectMaps_indexMapWithJavaUtilCollection_(valuesInOrder));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/localJ2objcDist/j2objcDist/include/com/google/common/collect/ExplicitOrdering.h:62:189: note: passing argument to parameter 'rankMap' here
FOUNDATION_EXPORT void ComGoogleCommonCollectExplicitOrdering_initWithComGoogleCommonCollectImmutableMap_(ComGoogleCommonCollectExplicitOrdering *self, ComGoogleCommonCollectImmutableMap *rankMap);
^
2 errors generated.
compiling FilteredEntryMultimap.m failed.
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/collect/FilteredEntryMultimap.m:549:3: error: implicit declaration of function 'ComGoogleCommonCollectMaps_ViewCachingAbstractMap_init' is invalid in C99 [-Werror,-Wimplicit-function-declaration]
ComGoogleCommonCollectMaps_ViewCachingAbstractMap_init(self);
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/collect/FilteredEntryMultimap.m:549:3: note: did you mean 'ComGoogleCommonCollectMaps_ImprovedAbstractMap_init'?
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/localJ2objcDist/j2objcDist/include/com/google/common/collect/Maps.h:631:24: note: 'ComGoogleCommonCollectMaps_ImprovedAbstractMap_init' declared here
FOUNDATION_EXPORT void ComGoogleCommonCollectMaps_ImprovedAbstractMap_init(ComGoogleCommonCollectMaps_ImprovedAbstractMap *self);
^
1 error generated.
compiling FilteredEntrySetMultimap.m successful.
compiling FilteredKeyListMultimap.m successful.
compiling FilteredKeyMultimap.m successful.
compiling FilteredKeySetMultimap.m successful.
compiling FilteredMultimap.m successful.
compiling FilteredMultimapValues.m successful.
compiling FilteredSetMultimap.m successful.
compiling FluentIterable.m successful.
compiling ForwardingBlockingDeque.m successful.
compiling ForwardingCollection.m successful.
compiling ForwardingConcurrentMap.m successful.
compiling ForwardingDeque.m successful.
compiling ForwardingImmutableCollection.m successful.
compiling ForwardingImmutableList.m successful.
compiling ForwardingImmutableMap.m successful.
compiling ForwardingImmutableSet.m successful.
compiling ForwardingIterator.m successful.
compiling ForwardingList.m successful.
compiling ForwardingListIterator.m successful.
compiling ForwardingListMultimap.m successful.
compiling ForwardingMap.m successful.
compiling ForwardingMapEntry.m successful.
compiling ForwardingMultimap.m successful.
compiling ForwardingMultiset.m successful.
compiling ForwardingNavigableMap.m successful.
compiling ForwardingNavigableSet.m successful.
compiling ForwardingObject.m successful.
compiling ForwardingQueue.m successful.
compiling ForwardingSet.m successful.
compiling ForwardingSetMultimap.m successful.
compiling ForwardingSortedMap.m successful.
compiling ForwardingSortedMultiset.m successful.
compiling ForwardingSortedSet.m successful.
compiling ForwardingSortedSetMultimap.m successful.
compiling ForwardingTable.m successful.
compiling GeneralRange.m successful.
compiling GenericMapMaker.m successful.
compiling GwtTransient.m successful.
compiling HashBasedTable.m successful.
compiling HashBiMap.m failed.
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/collect/HashBiMap.m:480:30: error: 'ComGoogleCommonCollectHashBiMap_BiEntry' does not have a member named 'prevInKeyInsertionOrder_'
JreStrongAssign(&entry_->prevInKeyInsertionOrder_, nil);
~~~~~~ ^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/collect/HashBiMap.m:481:30: error: 'ComGoogleCommonCollectHashBiMap_BiEntry' does not have a member named 'nextInKeyInsertionOrder_'
JreStrongAssign(&entry_->nextInKeyInsertionOrder_, nil);
~~~~~~ ^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/collect/HashBiMap.m:389:17: error: method definition for 'entrySet' not found [-Werror,-Wincomplete-implementation]
@implementation ComGoogleCommonCollectHashBiMap
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/localJ2objcDist/j2objcDist/include/com/google/common/collect/HashBiMap.h:50:1: note: method 'entrySet' declared here
- (id<JavaUtilSet>)entrySet;
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/collect/HashBiMap.m:656:3: error: implicit declaration of function 'ComGoogleCommonCollectMaps_IteratorBasedAbstractMap_init' is invalid in C99 [-Werror,-Wimplicit-function-declaration]
ComGoogleCommonCollectMaps_IteratorBasedAbstractMap_init(self);
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/collect/HashBiMap.m:656:3: note: did you mean 'ComGoogleCommonCollectMaps_ImprovedAbstractMap_init'?
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/localJ2objcDist/j2objcDist/include/com/google/common/collect/Maps.h:631:24: note: 'ComGoogleCommonCollectMaps_ImprovedAbstractMap_init' declared here
FOUNDATION_EXPORT void ComGoogleCommonCollectMaps_ImprovedAbstractMap_init(ComGoogleCommonCollectMaps_ImprovedAbstractMap *self);
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/collect/HashBiMap.m:707:15: error: 'ComGoogleCommonCollectHashBiMap_BiEntry' does not have a member named 'prevInKeyInsertionOrder_'
if (entry_->prevInKeyInsertionOrder_ == nil) {
~~~~~~ ^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/collect/HashBiMap.m:708:63: error: 'ComGoogleCommonCollectHashBiMap_BiEntry' does not have a member named 'nextInKeyInsertionOrder_'
JreStrongAssign(&self->firstInKeyInsertionOrder_, entry_->nextInKeyInsertionOrder_);
~~~~~~ ^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/collect/HashBiMap.m:711:30: error: 'ComGoogleCommonCollectHashBiMap_BiEntry' does not have a member named 'prevInKeyInsertionOrder_'
JreStrongAssign(&entry_->prevInKeyInsertionOrder_->nextInKeyInsertionOrder_, entry_->nextInKeyInsertionOrder_);
~~~~~~ ^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/collect/HashBiMap.m:711:90: error: 'ComGoogleCommonCollectHashBiMap_BiEntry' does not have a member named 'nextInKeyInsertionOrder_'
JreStrongAssign(&entry_->prevInKeyInsertionOrder_->nextInKeyInsertionOrder_, entry_->nextInKeyInsertionOrder_);
~~~~~~ ^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/collect/HashBiMap.m:713:15: error: 'ComGoogleCommonCollectHashBiMap_BiEntry' does not have a member named 'nextInKeyInsertionOrder_'
if (entry_->nextInKeyInsertionOrder_ == nil) {
~~~~~~ ^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/collect/HashBiMap.m:714:62: error: 'ComGoogleCommonCollectHashBiMap_BiEntry' does not have a member named 'prevInKeyInsertionOrder_'
JreStrongAssign(&self->lastInKeyInsertionOrder_, entry_->prevInKeyInsertionOrder_);
~~~~~~ ^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/collect/HashBiMap.m:717:30: error: 'ComGoogleCommonCollectHashBiMap_BiEntry' does not have a member named 'nextInKeyInsertionOrder_'
JreStrongAssign(&entry_->nextInKeyInsertionOrder_->prevInKeyInsertionOrder_, entry_->prevInKeyInsertionOrder_);
~~~~~~ ^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/collect/HashBiMap.m:717:90: error: 'ComGoogleCommonCollectHashBiMap_BiEntry' does not have a member named 'prevInKeyInsertionOrder_'
JreStrongAssign(&entry_->nextInKeyInsertionOrder_->prevInKeyInsertionOrder_, entry_->prevInKeyInsertionOrder_);
~~~~~~ ^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/collect/HashBiMap.m:731:30: error: 'ComGoogleCommonCollectHashBiMap_BiEntry' does not have a member named 'prevInKeyInsertionOrder_'
JreStrongAssign(&entry_->prevInKeyInsertionOrder_, self->lastInKeyInsertionOrder_);
~~~~~~ ^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/collect/HashBiMap.m:732:30: error: 'ComGoogleCommonCollectHashBiMap_BiEntry' does not have a member named 'nextInKeyInsertionOrder_'
JreStrongAssign(&entry_->nextInKeyInsertionOrder_, nil);
~~~~~~ ^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/collect/HashBiMap.m:737:56: error: 'ComGoogleCommonCollectHashBiMap_BiEntry' does not have a member named 'nextInKeyInsertionOrder_'
JreStrongAssign(&self->lastInKeyInsertionOrder_->nextInKeyInsertionOrder_, entry_);
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/collect/HashBiMap.m:742:30: error: 'ComGoogleCommonCollectHashBiMap_BiEntry' does not have a member named 'prevInKeyInsertionOrder_'
JreStrongAssign(&entry_->prevInKeyInsertionOrder_, oldEntryForKey->prevInKeyInsertionOrder_);
~~~~~~ ^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/collect/HashBiMap.m:742:72: error: 'ComGoogleCommonCollectHashBiMap_BiEntry' does not have a member named 'prevInKeyInsertionOrder_'
JreStrongAssign(&entry_->prevInKeyInsertionOrder_, oldEntryForKey->prevInKeyInsertionOrder_);
~~~~~~~~~~~~~~ ^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/collect/HashBiMap.m:743:17: error: 'ComGoogleCommonCollectHashBiMap_BiEntry' does not have a member named 'prevInKeyInsertionOrder_'
if (entry_->prevInKeyInsertionOrder_ == nil) {
~~~~~~ ^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/collect/HashBiMap.m:747:32: error: 'ComGoogleCommonCollectHashBiMap_BiEntry' does not have a member named 'prevInKeyInsertionOrder_'
JreStrongAssign(&entry_->prevInKeyInsertionOrder_->nextInKeyInsertionOrder_, entry_);
~~~~~~ ^
fatal error: too many errors emitted, stopping now [-ferror-limit=]
20 errors generated.
compiling Hashing.m successful.
compiling HashMultimap.m successful.
compiling HashMultiset.m successful.
compiling ImmutableAsList.m successful.
compiling ImmutableBiMap.m failed.
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/collect/ImmutableBiMap.m:110:10: error: implicit declaration of function 'ComGoogleCommonCollectImmutableBiMap_copyOfWithJavaLangIterable_' is invalid in C99 [-Werror,-Wimplicit-function-declaration]
return ComGoogleCommonCollectImmutableBiMap_copyOfWithJavaLangIterable_(entries);
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/collect/ImmutableBiMap.m:110:10: note: did you mean 'ComGoogleCommonCollectImmutableSet_copyOfWithJavaLangIterable_'?
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/localJ2objcDist/j2objcDist/include/com/google/common/collect/ImmutableSet.h:121:55: note: 'ComGoogleCommonCollectImmutableSet_copyOfWithJavaLangIterable_' declared here
FOUNDATION_EXPORT ComGoogleCommonCollectImmutableSet *ComGoogleCommonCollectImmutableSet_copyOfWithJavaLangIterable_(id<JavaLangIterable> elements);
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/collect/ImmutableBiMap.m:110:10: error: incompatible integer to pointer conversion returning 'int' from a function with result type 'ComGoogleCommonCollectImmutableBiMap *' [-Werror,-Wint-conversion]
return ComGoogleCommonCollectImmutableBiMap_copyOfWithJavaLangIterable_(entries);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/collect/ImmutableBiMap.m:168:68: error: use of undeclared identifier 'ComGoogleCommonCollectRegularImmutableBiMap_EMPTY_'; did you mean 'ComGoogleCommonCollectRegularImmutableBiMap_class_'?
return (ComGoogleCommonCollectImmutableBiMap *) check_class_cast(JreLoadStatic(ComGoogleCommonCollectRegularImmutableBiMap, EMPTY_), [ComGoogleCommonCollectImmutableBiMap class]);
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/localJ2objcDist/j2objcDist/include/J2ObjC_common.h:151:60: note: expanded from macro 'JreLoadStatic'
#define JreLoadStatic(CLASS, FIELD) (CLASS##_initialize(), CLASS##_##FIELD)
^
<scratch space>:69:1: note: expanded from here
ComGoogleCommonCollectRegularImmutableBiMap_EMPTY_
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/localJ2objcDist/j2objcDist/include/com/google/common/collect/RegularImmutableBiMap.h:69:1: note: 'ComGoogleCommonCollectRegularImmutableBiMap_class_' declared here
J2OBJC_TYPE_LITERAL_HEADER(ComGoogleCommonCollectRegularImmutableBiMap)
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/localJ2objcDist/j2objcDist/include/J2ObjC_common.h:206:31: note: expanded from macro 'J2OBJC_TYPE_LITERAL_HEADER'
FOUNDATION_EXPORT IOSClass *TYPE##_class_();
^
<scratch space>:32:1: note: expanded from here
ComGoogleCommonCollectRegularImmutableBiMap_class_
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/collect/ImmutableBiMap.m:168:68: error: incompatible pointer types passing 'IOSClass *(*)()' to parameter of type 'id' [-Werror,-Wincompatible-pointer-types]
return (ComGoogleCommonCollectImmutableBiMap *) check_class_cast(JreLoadStatic(ComGoogleCommonCollectRegularImmutableBiMap, EMPTY_), [ComGoogleCommonCollectImmutableBiMap class]);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/localJ2objcDist/j2objcDist/include/J2ObjC_common.h:151:37: note: expanded from macro 'JreLoadStatic'
#define JreLoadStatic(CLASS, FIELD) (CLASS##_initialize(), CLASS##_##FIELD)
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/localJ2objcDist/j2objcDist/include/J2ObjC_common.h:106:83: note: passing argument to parameter 'p' here
__attribute__ ((unused)) static inline id check_class_cast(id __unsafe_unretained p, Class clazz) {
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/collect/ImmutableBiMap.m:178:10: error: implicit declaration of function 'ComGoogleCommonCollectRegularImmutableBiMap_fromEntriesWithJavaUtilMap_EntryArray_' is invalid in C99 [-Werror,-Wimplicit-function-declaration]
return ComGoogleCommonCollectRegularImmutableBiMap_fromEntriesWithJavaUtilMap_EntryArray_([IOSObjectArray arrayWithObjects:(id[]){ ComGoogleCommonCollectImmutableMap_entryOfWithId_withId_(k1, v1), ComGoogleCommonCollectImmutableMap_entryOfWithId_withId_(k2, v2) } count:2 type:JavaUtilMap_Entry_class_()]);
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/collect/ImmutableBiMap.m:178:10: note: did you mean 'ComGoogleCommonCollectRegularImmutableBiMap_initWithJavaUtilMap_EntryArray_'?
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/localJ2objcDist/j2objcDist/include/com/google/common/collect/RegularImmutableBiMap.h:65:24: note: 'ComGoogleCommonCollectRegularImmutableBiMap_initWithJavaUtilMap_EntryArray_' declared here
FOUNDATION_EXPORT void ComGoogleCommonCollectRegularImmutableBiMap_initWithJavaUtilMap_EntryArray_(ComGoogleCommonCollectRegularImmutableBiMap *self, IOSObjectArray *entriesToAdd);
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/collect/ImmutableBiMap.m:178:10: error: incompatible integer to pointer conversion returning 'int' from a function with result type 'ComGoogleCommonCollectImmutableBiMap *' [-Werror,-Wint-conversion]
return ComGoogleCommonCollectRegularImmutableBiMap_fromEntriesWithJavaUtilMap_EntryArray_([IOSObjectArray arrayWithObjects:(id[]){ ComGoogleCommonCollectImmutableMap_entryOfWithId_withId_(k1, v1), ComGoogleCommonCollectImmutableMap_entryOfWithId_withId_(k2, v2) } count:2 type:JavaUtilMap_Entry_class_()]);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/collect/ImmutableBiMap.m:183:10: error: incompatible integer to pointer conversion returning 'int' from a function with result type 'ComGoogleCommonCollectImmutableBiMap *' [-Werror,-Wint-conversion]
return ComGoogleCommonCollectRegularImmutableBiMap_fromEntriesWithJavaUtilMap_EntryArray_([IOSObjectArray arrayWithObjects:(id[]){ ComGoogleCommonCollectImmutableMap_entryOfWithId_withId_(k1, v1), ComGoogleCommonCollectImmutableMap_entryOfWithId_withId_(k2, v2), ComGoogleCommonCollectImmutableMap_entryOfWithId_withId_(k3, v3) } count:3 type:JavaUtilMap_Entry_class_()]);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/collect/ImmutableBiMap.m:188:10: error: incompatible integer to pointer conversion returning 'int' from a function with result type 'ComGoogleCommonCollectImmutableBiMap *' [-Werror,-Wint-conversion]
return ComGoogleCommonCollectRegularImmutableBiMap_fromEntriesWithJavaUtilMap_EntryArray_([IOSObjectArray arrayWithObjects:(id[]){ ComGoogleCommonCollectImmutableMap_entryOfWithId_withId_(k1, v1), ComGoogleCommonCollectImmutableMap_entryOfWithId_withId_(k2, v2), ComGoogleCommonCollectImmutableMap_entryOfWithId_withId_(k3, v3), ComGoogleCommonCollectImmutableMap_entryOfWithId_withId_(k4, v4) } count:4 type:JavaUtilMap_Entry_class_()]);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/collect/ImmutableBiMap.m:193:10: error: incompatible integer to pointer conversion returning 'int' from a function with result type 'ComGoogleCommonCollectImmutableBiMap *' [-Werror,-Wint-conversion]
return ComGoogleCommonCollectRegularImmutableBiMap_fromEntriesWithJavaUtilMap_EntryArray_([IOSObjectArray arrayWithObjects:(id[]){ ComGoogleCommonCollectImmutableMap_entryOfWithId_withId_(k1, v1), ComGoogleCommonCollectImmutableMap_entryOfWithId_withId_(k2, v2), ComGoogleCommonCollectImmutableMap_entryOfWithId_withId_(k3, v3), ComGoogleCommonCollectImmutableMap_entryOfWithId_withId_(k4, v4), ComGoogleCommonCollectImmutableMap_entryOfWithId_withId_(k5, v5) } count:5 type:JavaUtilMap_Entry_class_()]);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/collect/ImmutableBiMap.m:209:10: error: incompatible integer to pointer conversion returning 'int' from a function with result type 'ComGoogleCommonCollectImmutableBiMap *' [-Werror,-Wint-conversion]
return ComGoogleCommonCollectImmutableBiMap_copyOfWithJavaLangIterable_([((id<JavaUtilMap>) nil_chk(map)) entrySet]);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/collect/ImmutableBiMap.m:212:39: error: conflicting types for 'ComGoogleCommonCollectImmutableBiMap_copyOfWithJavaLangIterable_'
ComGoogleCommonCollectImmutableBiMap *ComGoogleCommonCollectImmutableBiMap_copyOfWithJavaLangIterable_(id<JavaLangIterable> entries) {
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/collect/ImmutableBiMap.m:110:10: note: previous implicit declaration is here
return ComGoogleCommonCollectImmutableBiMap_copyOfWithJavaLangIterable_(entries);
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/collect/ImmutableBiMap.m:214:68: error: implicit declaration of function 'ComGoogleCommonCollectIterables_toArrayWithJavaLangIterable_withNSObjectArray_' is invalid in C99 [-Werror,-Wimplicit-function-declaration]
IOSObjectArray *entryArray = (IOSObjectArray *) check_class_cast(ComGoogleCommonCollectIterables_toArrayWithJavaLangIterable_withNSObjectArray_(entries, JreLoadStatic(ComGoogleCommonCollectImmutableMap, EMPTY_ENTRY_ARRAY_)), [IOSObjectArray class]);
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/collect/ImmutableBiMap.m:214:68: note: did you mean 'ComGoogleCommonCollectIterables_toArrayWithJavaLangIterable_withIOSClass_'?
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/localJ2objcDist/j2objcDist/include/com/google/common/collect/Iterables.h:187:35: note: 'ComGoogleCommonCollectIterables_toArrayWithJavaLangIterable_withIOSClass_' declared here
FOUNDATION_EXPORT IOSObjectArray *ComGoogleCommonCollectIterables_toArrayWithJavaLangIterable_withIOSClass_(id<JavaLangIterable> iterable, IOSClass *type);
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/collect/ImmutableBiMap.m:214:156: error: use of undeclared identifier 'ComGoogleCommonCollectImmutableMap_EMPTY_ENTRY_ARRAY_'
IOSObjectArray *entryArray = (IOSObjectArray *) check_class_cast(ComGoogleCommonCollectIterables_toArrayWithJavaLangIterable_withNSObjectArray_(entries, JreLoadStatic(ComGoogleCommonCollectImmutableMap, EMPTY_ENTRY_ARRAY_)), [IOSObjectArray class]);
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/localJ2objcDist/j2objcDist/include/J2ObjC_common.h:151:60: note: expanded from macro 'JreLoadStatic'
#define JreLoadStatic(CLASS, FIELD) (CLASS##_initialize(), CLASS##_##FIELD)
^
<scratch space>:69:1: note: expanded from here
ComGoogleCommonCollectImmutableMap_EMPTY_ENTRY_ARRAY_
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/collect/ImmutableBiMap.m:224:14: error: incompatible integer to pointer conversion returning 'int' from a function with result type 'ComGoogleCommonCollectImmutableBiMap *' [-Werror,-Wint-conversion]
return ComGoogleCommonCollectRegularImmutableBiMap_fromEntriesWithJavaUtilMap_EntryArray_(entryArray);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/collect/ImmutableBiMap.m:243:3: error: implicit declaration of function 'ComGoogleCommonCollectImmutableBiMap_Builder_initWithInt_' is invalid in C99 [-Werror,-Wimplicit-function-declaration]
ComGoogleCommonCollectImmutableBiMap_Builder_initWithInt_(self, size);
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/collect/ImmutableBiMap.m:243:3: note: did you mean 'ComGoogleCommonCollectImmutableMap_Builder_initWithInt_'?
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/localJ2objcDist/j2objcDist/include/com/google/common/collect/ImmutableMap.h:201:24: note: 'ComGoogleCommonCollectImmutableMap_Builder_initWithInt_' declared here
FOUNDATION_EXPORT void ComGoogleCommonCollectImmutableMap_Builder_initWithInt_(ComGoogleCommonCollectImmutableMap_Builder *self, jint initialCapacity);
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/collect/ImmutableBiMap.m:264:10: error: 'ComGoogleCommonCollectImmutableMap_Builder' may not respond to 'putAllWithJavaLangIterable:' [-Werror]
[super putAllWithJavaLangIterable:entries];
~~~~~ ^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/collect/ImmutableBiMap.m:269:10: error: 'ComGoogleCommonCollectImmutableMap_Builder' may not respond to 'orderEntriesByValueWithJavaUtilComparator:' [-Werror]
[super orderEntriesByValueWithJavaUtilComparator:valueComparator];
~~~~~ ^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/collect/ImmutableBiMap.m:280:9: error: use of undeclared identifier 'valueComparator_'
if (valueComparator_ != nil) {
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/collect/ImmutableBiMap.m:281:11: error: use of undeclared identifier 'entriesUsed_'; did you mean 'entries_'?
if (entriesUsed_) {
^~~~~~~~~~~~
entries_
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/localJ2objcDist/j2objcDist/include/com/google/common/collect/ImmutableMap.h:170:19: note: 'entries_' declared here
IOSObjectArray *entries_;
^
fatal error: too many errors emitted, stopping now [-ferror-limit=]
20 errors generated.
compiling ImmutableClassToInstanceMap.m failed.
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/collect/ImmutableClassToInstanceMap.m:56:10: error: implicit declaration of function 'ComGoogleCommonCollectImmutableClassToInstanceMap_of' is invalid in C99 [-Werror,-Wimplicit-function-declaration]
return ComGoogleCommonCollectImmutableClassToInstanceMap_of();
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/collect/ImmutableClassToInstanceMap.m:56:10: note: did you mean 'ComGoogleCommonCollectImmutableClassToInstanceMap_class_'?
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/localJ2objcDist/j2objcDist/include/com/google/common/collect/ImmutableClassToInstanceMap.h:60:1: note: 'ComGoogleCommonCollectImmutableClassToInstanceMap_class_' declared here
J2OBJC_TYPE_LITERAL_HEADER(ComGoogleCommonCollectImmutableClassToInstanceMap)
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/localJ2objcDist/j2objcDist/include/J2ObjC_common.h:206:31: note: expanded from macro 'J2OBJC_TYPE_LITERAL_HEADER'
FOUNDATION_EXPORT IOSClass *TYPE##_class_();
^
<scratch space>:18:1: note: expanded from here
ComGoogleCommonCollectImmutableClassToInstanceMap_class_
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/collect/ImmutableClassToInstanceMap.m:56:10: error: incompatible integer to pointer conversion returning 'int' from a function with result type 'ComGoogleCommonCollectImmutableClassToInstanceMap *' [-Werror,-Wint-conversion]
return ComGoogleCommonCollectImmutableClassToInstanceMap_of();
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/collect/ImmutableClassToInstanceMap.m:61:10: error: implicit declaration of function 'ComGoogleCommonCollectImmutableClassToInstanceMap_ofWithIOSClass_withId_' is invalid in C99 [-Werror,-Wimplicit-function-declaration]
return ComGoogleCommonCollectImmutableClassToInstanceMap_ofWithIOSClass_withId_(type, value);
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/collect/ImmutableClassToInstanceMap.m:61:10: note: did you mean 'ComGoogleCommonCollectImmutableClassToInstanceMap_Builder_castWithIOSClass_withId_'?
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/collect/ImmutableClassToInstanceMap.m:49:35: note: 'ComGoogleCommonCollectImmutableClassToInstanceMap_Builder_castWithIOSClass_withId_' declared here
__attribute__((unused)) static id ComGoogleCommonCollectImmutableClassToInstanceMap_Builder_castWithIOSClass_withId_(IOSClass *type, id value);
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/collect/ImmutableClassToInstanceMap.m:61:10: error: incompatible integer to pointer conversion returning 'int' from a function with result type 'ComGoogleCommonCollectImmutableClassToInstanceMap *' [-Werror,-Wint-conversion]
return ComGoogleCommonCollectImmutableClassToInstanceMap_ofWithIOSClass_withId_(type, value);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/collect/ImmutableClassToInstanceMap.m:91:25: error: incompatible operand types ('int' and 'ComGoogleCommonCollectImmutableClassToInstanceMap *')
return [self isEmpty] ? ComGoogleCommonCollectImmutableClassToInstanceMap_of() : self;
^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/collect/ImmutableClassToInstanceMap.m:138:52: error: conflicting types for 'ComGoogleCommonCollectImmutableClassToInstanceMap_of'
ComGoogleCommonCollectImmutableClassToInstanceMap *ComGoogleCommonCollectImmutableClassToInstanceMap_of() {
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/collect/ImmutableClassToInstanceMap.m:56:10: note: previous implicit declaration is here
return ComGoogleCommonCollectImmutableClassToInstanceMap_of();
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/collect/ImmutableClassToInstanceMap.m:143:52: error: conflicting types for 'ComGoogleCommonCollectImmutableClassToInstanceMap_ofWithIOSClass_withId_'
ComGoogleCommonCollectImmutableClassToInstanceMap *ComGoogleCommonCollectImmutableClassToInstanceMap_ofWithIOSClass_withId_(IOSClass *type, id value) {
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/collect/ImmutableClassToInstanceMap.m:61:10: note: previous implicit declaration is here
return ComGoogleCommonCollectImmutableClassToInstanceMap_ofWithIOSClass_withId_(type, value);
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/collect/ImmutableClassToInstanceMap.m:201:12: error: incompatible integer to pointer conversion returning 'int' from a function with result type 'ComGoogleCommonCollectImmutableClassToInstanceMap *' [-Werror,-Wint-conversion]
return ComGoogleCommonCollectImmutableClassToInstanceMap_of();
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
8 errors generated.
compiling ImmutableCollection.m successful.
compiling ImmutableEntry.m successful.
compiling ImmutableEnumMap.m failed.
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/collect/ImmutableEnumMap.m:101:10: error: implicit declaration of function 'ComGoogleCommonCollectMaps_unmodifiableEntryIteratorWithJavaUtilIterator_' is invalid in C99 [-Werror,-Wimplicit-function-declaration]
return ComGoogleCommonCollectMaps_unmodifiableEntryIteratorWithJavaUtilIterator_([((id<JavaUtilSet>) nil_chk([((JavaUtilEnumMap *) nil_chk(delegate_)) entrySet])) iterator]);
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/collect/ImmutableEnumMap.m:101:10: error: incompatible integer to pointer conversion returning 'int' from a function with result type 'ComGoogleCommonCollectUnmodifiableIterator *' [-Werror,-Wint-conversion]
return ComGoogleCommonCollectMaps_unmodifiableEntryIteratorWithJavaUtilIterator_([((id<JavaUtilSet>) nil_chk([((JavaUtilEnumMap *) nil_chk(delegate_)) entrySet])) iterator]);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/collect/ImmutableEnumMap.m:63:17: error: method definition for 'createEntrySet' not found [-Werror,-Wincomplete-implementation]
@implementation ComGoogleCommonCollectImmutableEnumMap
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/localJ2objcDist/j2objcDist/include/com/google/common/collect/ImmutableEnumMap.h:40:1: note: method 'createEntrySet' declared here
- (ComGoogleCommonCollectImmutableSet *)createEntrySet;
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/collect/ImmutableEnumMap.m:63:17: error: method definition for 'createKeySet' not found [-Werror,-Wincomplete-implementation]
@implementation ComGoogleCommonCollectImmutableEnumMap
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/localJ2objcDist/j2objcDist/include/com/google/common/collect/ImmutableEnumMap.h:42:1: note: method 'createKeySet' declared here
- (ComGoogleCommonCollectImmutableSet *)createKeySet;
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/collect/ImmutableEnumMap.m:162:3: error: implicit declaration of function 'ComGoogleCommonCollectImmutableMap_IteratorBasedImmutableMap_init' is invalid in C99 [-Werror,-Wimplicit-function-declaration]
ComGoogleCommonCollectImmutableMap_IteratorBasedImmutableMap_init(self);
^
5 errors generated.
compiling ImmutableEnumSet.m successful.
compiling ImmutableList.m failed.
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/collect/ImmutableList.m:477:67: error: use of undeclared identifier 'ComGoogleCommonCollectRegularImmutableList_EMPTY_'; did you mean 'ComGoogleCommonCollectRegularImmutableList_class_'?
return (ComGoogleCommonCollectImmutableList *) check_class_cast(JreLoadStatic(ComGoogleCommonCollectRegularImmutableList, EMPTY_), [ComGoogleCommonCollectImmutableList class]);
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/localJ2objcDist/j2objcDist/include/J2ObjC_common.h:151:60: note: expanded from macro 'JreLoadStatic'
#define JreLoadStatic(CLASS, FIELD) (CLASS##_initialize(), CLASS##_##FIELD)
^
<scratch space>:11:1: note: expanded from here
ComGoogleCommonCollectRegularImmutableList_EMPTY_
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/localJ2objcDist/j2objcDist/include/com/google/common/collect/RegularImmutableList.h:69:1: note: 'ComGoogleCommonCollectRegularImmutableList_class_' declared here
J2OBJC_TYPE_LITERAL_HEADER(ComGoogleCommonCollectRegularImmutableList)
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/localJ2objcDist/j2objcDist/include/J2ObjC_common.h:206:31: note: expanded from macro 'J2OBJC_TYPE_LITERAL_HEADER'
FOUNDATION_EXPORT IOSClass *TYPE##_class_();
^
<scratch space>:50:1: note: expanded from here
ComGoogleCommonCollectRegularImmutableList_class_
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/collect/ImmutableList.m:477:67: error: incompatible pointer types passing 'IOSClass *(*)()' to parameter of type 'id' [-Werror,-Wincompatible-pointer-types]
return (ComGoogleCommonCollectImmutableList *) check_class_cast(JreLoadStatic(ComGoogleCommonCollectRegularImmutableList, EMPTY_), [ComGoogleCommonCollectImmutableList class]);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/localJ2objcDist/j2objcDist/include/J2ObjC_common.h:151:37: note: expanded from macro 'JreLoadStatic'
#define JreLoadStatic(CLASS, FIELD) (CLASS##_initialize(), CLASS##_##FIELD)
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/localJ2objcDist/j2objcDist/include/J2ObjC_common.h:106:83: note: passing argument to parameter 'p' here
__attribute__ ((unused)) static inline id check_class_cast(id __unsafe_unretained p, Class clazz) {
^
2 errors generated.
compiling ImmutableListMultimap.m failed.
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/collect/ImmutableListMultimap.m:114:10: error: implicit declaration of function 'ComGoogleCommonCollectImmutableListMultimap_copyOfWithJavaLangIterable_' is invalid in C99 [-Werror,-Wimplicit-function-declaration]
return ComGoogleCommonCollectImmutableListMultimap_copyOfWithJavaLangIterable_(entries);
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/collect/ImmutableListMultimap.m:114:10: note: did you mean 'ComGoogleCommonCollectImmutableMultiset_copyOfWithJavaLangIterable_'?
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/localJ2objcDist/j2objcDist/include/com/google/common/collect/ImmutableMultiset.h:139:60: note: 'ComGoogleCommonCollectImmutableMultiset_copyOfWithJavaLangIterable_' declared here
FOUNDATION_EXPORT ComGoogleCommonCollectImmutableMultiset *ComGoogleCommonCollectImmutableMultiset_copyOfWithJavaLangIterable_(id<JavaLangIterable> elements);
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/collect/ImmutableListMultimap.m:114:10: error: incompatible integer to pointer conversion returning 'int' from a function with result type 'ComGoogleCommonCollectImmutableListMultimap *' [-Werror,-Wint-conversion]
return ComGoogleCommonCollectImmutableListMultimap_copyOfWithJavaLangIterable_(entries);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/collect/ImmutableListMultimap.m:310:46: error: conflicting types for 'ComGoogleCommonCollectImmutableListMultimap_copyOfWithJavaLangIterable_'
ComGoogleCommonCollectImmutableListMultimap *ComGoogleCommonCollectImmutableListMultimap_copyOfWithJavaLangIterable_(id<JavaLangIterable> entries) {
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/collect/ImmutableListMultimap.m:114:10: note: previous implicit declaration is here
return ComGoogleCommonCollectImmutableListMultimap_copyOfWithJavaLangIterable_(entries);
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/collect/ImmutableListMultimap.m:312:212: error: instance method '-putAllWithJavaLangIterable:' not found (return type defaults to 'id') [-Werror,-Wobjc-method-access]
return [((ComGoogleCommonCollectImmutableListMultimap_Builder *) nil_chk([((ComGoogleCommonCollectImmutableListMultimap_Builder *) [new_ComGoogleCommonCollectImmutableListMultimap_Builder_init() autorelease]) putAllWithJavaLangIterable:entries])) build];
^~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/localJ2objcDist/j2objcDist/include/com/google/common/collect/ImmutableListMultimap.h:134:12: note: receiver is instance of class declared here
@interface ComGoogleCommonCollectImmutableListMultimap_Builder : ComGoogleCommonCollectImmutableMultimap_Builder
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/collect/ImmutableListMultimap.m:356:10: error: 'ComGoogleCommonCollectImmutableMultimap_Builder' may not respond to 'putAllWithJavaLangIterable:' [-Werror]
[super putAllWithJavaLangIterable:entries];
~~~~~ ^
5 errors generated.
compiling ImmutableMap.m failed.
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/collect/ImmutableMap.m:74:10: error: unknown type name 'ComGoogleCommonCollectImmutableMap_IteratorBasedImmutableMap'; did you mean 'ComGoogleCommonCollectImmutableMap_IteratorBasedImmutableMap_1EntrySetImpl'?
__weak ComGoogleCommonCollectImmutableMap_IteratorBasedImmutableMap *this$0_;
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
ComGoogleCommonCollectImmutableMap_IteratorBasedImmutableMap_1EntrySetImpl
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/collect/ImmutableMap.m:72:12: note: 'ComGoogleCommonCollectImmutableMap_IteratorBasedImmutableMap_1EntrySetImpl' declared here
@interface ComGoogleCommonCollectImmutableMap_IteratorBasedImmutableMap_1EntrySetImpl : ComGoogleCommonCollectImmutableMapEntrySet {
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/collect/ImmutableMap.m:81:87: error: expected a type
- (instancetype)initWithComGoogleCommonCollectImmutableMap_IteratorBasedImmutableMap:(ComGoogleCommonCollectImmutableMap_IteratorBasedImmutableMap *)outer$;
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/collect/ImmutableMap.m:88:264: error: unknown type name 'ComGoogleCommonCollectImmutableMap_IteratorBasedImmutableMap'; did you mean 'ComGoogleCommonCollectImmutableMap_IteratorBasedImmutableMap_1EntrySetImpl'?
__attribute__((unused)) static void ComGoogleCommonCollectImmutableMap_IteratorBasedImmutableMap_1EntrySetImpl_initWithComGoogleCommonCollectImmutableMap_IteratorBasedImmutableMap_(ComGoogleCommonCollectImmutableMap_IteratorBasedImmutableMap_1EntrySetImpl *self, ComGoogleCommonCollectImmutableMap_IteratorBasedImmutableMap *outer$);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
ComGoogleCommonCollectImmutableMap_IteratorBasedImmutableMap_1EntrySetImpl
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/collect/ImmutableMap.m:72:12: note: 'ComGoogleCommonCollectImmutableMap_IteratorBasedImmutableMap_1EntrySetImpl' declared here
@interface ComGoogleCommonCollectImmutableMap_IteratorBasedImmutableMap_1EntrySetImpl : ComGoogleCommonCollectImmutableMapEntrySet {
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/collect/ImmutableMap.m:90:257: error: unknown type name 'ComGoogleCommonCollectImmutableMap_IteratorBasedImmutableMap'; did you mean 'ComGoogleCommonCollectImmutableMap_IteratorBasedImmutableMap_1EntrySetImpl'?
__attribute__((unused)) static ComGoogleCommonCollectImmutableMap_IteratorBasedImmutableMap_1EntrySetImpl *new_ComGoogleCommonCollectImmutableMap_IteratorBasedImmutableMap_1EntrySetImpl_initWithComGoogleCommonCollectImmutableMap_IteratorBasedImmutableMap_(ComGoogleCommonCollectImmutableMap_IteratorBasedImmutableMap *outer$) NS_RETURNS_RETAINED;
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
ComGoogleCommonCollectImmutableMap_IteratorBasedImmutableMap_1EntrySetImpl
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/collect/ImmutableMap.m:72:12: note: 'ComGoogleCommonCollectImmutableMap_IteratorBasedImmutableMap_1EntrySetImpl' declared here
@interface ComGoogleCommonCollectImmutableMap_IteratorBasedImmutableMap_1EntrySetImpl : ComGoogleCommonCollectImmutableMapEntrySet {
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/collect/ImmutableMap.m:94:80: error: cannot find interface declaration for 'ComGoogleCommonCollectImmutableMap_IteratorBasedImmutableMap', superclass of 'ComGoogleCommonCollectImmutableMap_MapViewOfValuesAsSingletonSets'; did you mean 'ComGoogleCommonCollectImmutableMap_IteratorBasedImmutableMap_1EntrySetImpl'?
@interface ComGoogleCommonCollectImmutableMap_MapViewOfValuesAsSingletonSets : ComGoogleCommonCollectImmutableMap_IteratorBasedImmutableMap {
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
ComGoogleCommonCollectImmutableMap_IteratorBasedImmutableMap_1EntrySetImpl
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/collect/ImmutableMap.m:72:12: note: 'ComGoogleCommonCollectImmutableMap_IteratorBasedImmutableMap_1EntrySetImpl' declared here
@interface ComGoogleCommonCollectImmutableMap_IteratorBasedImmutableMap_1EntrySetImpl : ComGoogleCommonCollectImmutableMapEntrySet {
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/collect/ImmutableMap.m:96:46: error: duplicate member 'this$0_'
__weak ComGoogleCommonCollectImmutableMap *this$0_;
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/collect/ImmutableMap.m:74:72: note: previous declaration is here
__weak ComGoogleCommonCollectImmutableMap_IteratorBasedImmutableMap *this$0_;
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/collect/ImmutableMap.m:287:10: error: implicit declaration of function 'ComGoogleCommonCollectImmutableMap_copyOfWithJavaLangIterable_' is invalid in C99 [-Werror,-Wimplicit-function-declaration]
return ComGoogleCommonCollectImmutableMap_copyOfWithJavaLangIterable_(entries);
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/collect/ImmutableMap.m:287:10: note: did you mean 'ComGoogleCommonCollectImmutableSet_copyOfWithJavaLangIterable_'?
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/localJ2objcDist/j2objcDist/include/com/google/common/collect/ImmutableSet.h:121:55: note: 'ComGoogleCommonCollectImmutableSet_copyOfWithJavaLangIterable_' declared here
FOUNDATION_EXPORT ComGoogleCommonCollectImmutableSet *ComGoogleCommonCollectImmutableSet_copyOfWithJavaLangIterable_(id<JavaLangIterable> elements);
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/collect/ImmutableMap.m:287:10: error: incompatible integer to pointer conversion returning 'int' from a function with result type 'ComGoogleCommonCollectImmutableMap *' [-Werror,-Wint-conversion]
return ComGoogleCommonCollectImmutableMap_copyOfWithJavaLangIterable_(entries);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/collect/ImmutableMap.m:369:193: error: incompatible pointer types passing 'ComGoogleCommonCollectImmutableMap_MapViewOfValuesAsSingletonSets *' to parameter of type 'ComGoogleCommonCollectImmutableMap *' [-Werror,-Wincompatible-pointer-types]
return (result == nil) ? (JreStrongAssignAndConsume(&multimapView_, new_ComGoogleCommonCollectImmutableSetMultimap_initWithComGoogleCommonCollectImmutableMap_withInt_withJavaUtilComparator_([new_ComGoogleCommonCollectImmutableMap_MapViewOfValuesAsSingletonSets_initWithComGoogleCommonCollectImmutableMap_(self) autorelease], [self size], nil))) : result;
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/objc/NSObject.h:38:1: note: instance method 'autorelease' is assumed to return an instance of its receiver type ('ComGoogleCommonCollectImmutableMap_MapViewOfValuesAsSingletonSets *')
- (instancetype)autorelease OBJC_ARC_UNAVAILABLE;
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/localJ2objcDist/j2objcDist/include/com/google/common/collect/ImmutableSetMultimap.h:120:221: note: passing argument to parameter 'map' here
FOUNDATION_EXPORT ComGoogleCommonCollectImmutableSetMultimap *new_ComGoogleCommonCollectImmutableSetMultimap_initWithComGoogleCommonCollectImmutableMap_withInt_withJavaUtilComparator_(ComGoogleCommonCollectImmutableMap *map, jint size, id<JavaUtilComparator> valueComparator) NS_RETURNS_RETAINED;
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/collect/ImmutableMap.m:508:10: error: implicit declaration of function 'ComGoogleCommonCollectRegularImmutableMap_fromEntriesWithJavaUtilMap_EntryArray_' is invalid in C99 [-Werror,-Wimplicit-function-declaration]
return ComGoogleCommonCollectRegularImmutableMap_fromEntriesWithJavaUtilMap_EntryArray_([IOSObjectArray arrayWithObjects:(id[]){ ComGoogleCommonCollectImmutableMap_entryOfWithId_withId_(k1, v1), ComGoogleCommonCollectImmutableMap_entryOfWithId_withId_(k2, v2) } count:2 type:JavaUtilMap_Entry_class_()]);
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/collect/ImmutableMap.m:508:10: note: did you mean 'ComGoogleCommonCollectRegularImmutableMap_initWithJavaUtilMap_EntryArray_'?
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/localJ2objcDist/j2objcDist/include/com/google/common/collect/RegularImmutableMap.h:59:24: note: 'ComGoogleCommonCollectRegularImmutableMap_initWithJavaUtilMap_EntryArray_' declared here
FOUNDATION_EXPORT void ComGoogleCommonCollectRegularImmutableMap_initWithJavaUtilMap_EntryArray_(ComGoogleCommonCollectRegularImmutableMap *self, IOSObjectArray *theEntries);
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/collect/ImmutableMap.m:508:10: error: incompatible integer to pointer conversion returning 'int' from a function with result type 'ComGoogleCommonCollectImmutableMap *' [-Werror,-Wint-conversion]
return ComGoogleCommonCollectRegularImmutableMap_fromEntriesWithJavaUtilMap_EntryArray_([IOSObjectArray arrayWithObjects:(id[]){ ComGoogleCommonCollectImmutableMap_entryOfWithId_withId_(k1, v1), ComGoogleCommonCollectImmutableMap_entryOfWithId_withId_(k2, v2) } count:2 type:JavaUtilMap_Entry_class_()]);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/collect/ImmutableMap.m:513:10: error: incompatible integer to pointer conversion returning 'int' from a function with result type 'ComGoogleCommonCollectImmutableMap *' [-Werror,-Wint-conversion]
return ComGoogleCommonCollectRegularImmutableMap_fromEntriesWithJavaUtilMap_EntryArray_([IOSObjectArray arrayWithObjects:(id[]){ ComGoogleCommonCollectImmutableMap_entryOfWithId_withId_(k1, v1), ComGoogleCommonCollectImmutableMap_entryOfWithId_withId_(k2, v2), ComGoogleCommonCollectImmutableMap_entryOfWithId_withId_(k3, v3) } count:3 type:JavaUtilMap_Entry_class_()]);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/collect/ImmutableMap.m:518:10: error: incompatible integer to pointer conversion returning 'int' from a function with result type 'ComGoogleCommonCollectImmutableMap *' [-Werror,-Wint-conversion]
return ComGoogleCommonCollectRegularImmutableMap_fromEntriesWithJavaUtilMap_EntryArray_([IOSObjectArray arrayWithObjects:(id[]){ ComGoogleCommonCollectImmutableMap_entryOfWithId_withId_(k1, v1), ComGoogleCommonCollectImmutableMap_entryOfWithId_withId_(k2, v2), ComGoogleCommonCollectImmutableMap_entryOfWithId_withId_(k3, v3), ComGoogleCommonCollectImmutableMap_entryOfWithId_withId_(k4, v4) } count:4 type:JavaUtilMap_Entry_class_()]);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/collect/ImmutableMap.m:523:10: error: incompatible integer to pointer conversion returning 'int' from a function with result type 'ComGoogleCommonCollectImmutableMap *' [-Werror,-Wint-conversion]
return ComGoogleCommonCollectRegularImmutableMap_fromEntriesWithJavaUtilMap_EntryArray_([IOSObjectArray arrayWithObjects:(id[]){ ComGoogleCommonCollectImmutableMap_entryOfWithId_withId_(k1, v1), ComGoogleCommonCollectImmutableMap_entryOfWithId_withId_(k2, v2), ComGoogleCommonCollectImmutableMap_entryOfWithId_withId_(k3, v3), ComGoogleCommonCollectImmutableMap_entryOfWithId_withId_(k4, v4), ComGoogleCommonCollectImmutableMap_entryOfWithId_withId_(k5, v5) } count:5 type:JavaUtilMap_Entry_class_()]);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/collect/ImmutableMap.m:526:42: error: conflicting types for 'ComGoogleCommonCollectImmutableMap_entryOfWithId_withId_'
ComGoogleCommonCollectImmutableMapEntry *ComGoogleCommonCollectImmutableMap_entryOfWithId_withId_(id key, id value) {
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/localJ2objcDist/j2objcDist/include/com/google/common/collect/ImmutableMap.h:146:74: note: previous declaration is here
FOUNDATION_EXPORT ComGoogleCommonCollectImmutableMapEntry_TerminalEntry *ComGoogleCommonCollectImmutableMap_entryOfWithId_withId_(id key, id value);
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/collect/ImmutableMap.m:528:11: error: implicit declaration of function 'new_ComGoogleCommonCollectImmutableMapEntry_initWithId_withId_' is invalid in C99 [-Werror,-Wimplicit-function-declaration]
return [new_ComGoogleCommonCollectImmutableMapEntry_initWithId_withId_(key, value) autorelease];
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/collect/ImmutableMap.m:528:11: note: did you mean 'new_ComGoogleCommonCollectImmutableEntry_initWithId_withId_'?
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/localJ2objcDist/j2objcDist/include/com/google/common/collect/ImmutableEntry.h:55:57: note: 'new_ComGoogleCommonCollectImmutableEntry_initWithId_withId_' declared here
FOUNDATION_EXPORT ComGoogleCommonCollectImmutableEntry *new_ComGoogleCommonCollectImmutableEntry_initWithId_withId_(id key, id value) NS_RETURNS_RETAINED;
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/collect/ImmutableMap.m:528:11: error: receiver type 'int' is not 'id' or interface pointer, consider casting it to 'id' [-Werror,-Wreceiver-expr]
return [new_ComGoogleCommonCollectImmutableMapEntry_initWithId_withId_(key, value) autorelease];
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/collect/ImmutableMap.m:555:10: error: incompatible integer to pointer conversion returning 'int' from a function with result type 'ComGoogleCommonCollectImmutableMap *' [-Werror,-Wint-conversion]
return ComGoogleCommonCollectImmutableMap_copyOfWithJavaLangIterable_([((id<JavaUtilMap>) nil_chk(map)) entrySet]);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/collect/ImmutableMap.m:558:37: error: conflicting types for 'ComGoogleCommonCollectImmutableMap_copyOfWithJavaLangIterable_'
ComGoogleCommonCollectImmutableMap *ComGoogleCommonCollectImmutableMap_copyOfWithJavaLangIterable_(id<JavaLangIterable> entries) {
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/collect/ImmutableMap.m:287:10: note: previous implicit declaration is here
return ComGoogleCommonCollectImmutableMap_copyOfWithJavaLangIterable_(entries);
^
fatal error: too many errors emitted, stopping now [-ferror-limit=]
20 errors generated.
compiling ImmutableMapEntry.m failed.
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/collect/ImmutableMapEntry.m:14:12: error: cannot find interface declaration for 'ComGoogleCommonCollectImmutableMapEntry_NonTerminalImmutableMapEntry'; did you mean 'ComGoogleCommonCollectImmutableMapEntry_TerminalEntry'?
@interface ComGoogleCommonCollectImmutableMapEntry_NonTerminalImmutableMapEntry () {
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
ComGoogleCommonCollectImmutableMapEntry_TerminalEntry
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/localJ2objcDist/j2objcDist/include/com/google/common/collect/ImmutableMapEntry.h:56:12: note: 'ComGoogleCommonCollectImmutableMapEntry_TerminalEntry' declared here
@interface ComGoogleCommonCollectImmutableMapEntry_TerminalEntry : ComGoogleCommonCollectImmutableMapEntry
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/collect/ImmutableMapEntry.m:21:21: error: unknown type name 'ComGoogleCommonCollectImmutableMapEntry_NonTerminalImmutableMapEntry'; did you mean 'ComGoogleCommonCollectImmutableMapEntry_TerminalEntry'?
J2OBJC_FIELD_SETTER(ComGoogleCommonCollectImmutableMapEntry_NonTerminalImmutableMapEntry, nextInKeyBucket_, ComGoogleCommonCollectImmutableMapEntry *)
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
ComGoogleCommonCollectImmutableMapEntry_TerminalEntry
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/localJ2objcDist/j2objcDist/include/J2ObjC_common.h:247:66: note: expanded from macro 'J2OBJC_FIELD_SETTER'
__attribute__((unused)) static inline TYPE CLASS##_set_##FIELD(CLASS *instance, TYPE value) { \
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/localJ2objcDist/j2objcDist/include/com/google/common/collect/ImmutableMapEntry.h:56:12: note: 'ComGoogleCommonCollectImmutableMapEntry_TerminalEntry' declared here
@interface ComGoogleCommonCollectImmutableMapEntry_TerminalEntry : ComGoogleCommonCollectImmutableMapEntry
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/collect/ImmutableMapEntry.m:21:21: error: unknown type name 'ComGoogleCommonCollectImmutableMapEntry_NonTerminalImmutableMapEntry'; did you mean 'ComGoogleCommonCollectImmutableMapEntry_TerminalEntry'?
J2OBJC_FIELD_SETTER(ComGoogleCommonCollectImmutableMapEntry_NonTerminalImmutableMapEntry, nextInKeyBucket_, ComGoogleCommonCollectImmutableMapEntry *)
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
ComGoogleCommonCollectImmutableMapEntry_TerminalEntry
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/localJ2objcDist/j2objcDist/include/J2ObjC_common.h:251:9: note: expanded from macro 'J2OBJC_FIELD_SETTER'
CLASS *instance, NS_RELEASES_ARGUMENT TYPE value) { \
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/localJ2objcDist/j2objcDist/include/com/google/common/collect/ImmutableMapEntry.h:56:12: note: 'ComGoogleCommonCollectImmutableMapEntry_TerminalEntry' declared here
@interface ComGoogleCommonCollectImmutableMapEntry_TerminalEntry : ComGoogleCommonCollectImmutableMapEntry
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/collect/ImmutableMapEntry.m:23:12: error: cannot find interface declaration for 'ComGoogleCommonCollectImmutableMapEntry_NonTerminalImmutableBiMapEntry'; did you mean 'ComGoogleCommonCollectImmutableMapEntry_TerminalEntry'?
@interface ComGoogleCommonCollectImmutableMapEntry_NonTerminalImmutableBiMapEntry () {
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
ComGoogleCommonCollectImmutableMapEntry_TerminalEntry
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/localJ2objcDist/j2objcDist/include/com/google/common/collect/ImmutableMapEntry.h:56:12: note: 'ComGoogleCommonCollectImmutableMapEntry_TerminalEntry' declared here
@interface ComGoogleCommonCollectImmutableMapEntry_TerminalEntry : ComGoogleCommonCollectImmutableMapEntry
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/collect/ImmutableMapEntry.m:30:21: error: unknown type name 'ComGoogleCommonCollectImmutableMapEntry_NonTerminalImmutableBiMapEntry'; did you mean 'ComGoogleCommonCollectImmutableMapEntry_TerminalEntry'?
J2OBJC_FIELD_SETTER(ComGoogleCommonCollectImmutableMapEntry_NonTerminalImmutableBiMapEntry, nextInValueBucket_, ComGoogleCommonCollectImmutableMapEntry *)
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
ComGoogleCommonCollectImmutableMapEntry_TerminalEntry
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/localJ2objcDist/j2objcDist/include/J2ObjC_common.h:247:66: note: expanded from macro 'J2OBJC_FIELD_SETTER'
__attribute__((unused)) static inline TYPE CLASS##_set_##FIELD(CLASS *instance, TYPE value) { \
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/localJ2objcDist/j2objcDist/include/com/google/common/collect/ImmutableMapEntry.h:56:12: note: 'ComGoogleCommonCollectImmutableMapEntry_TerminalEntry' declared here
@interface ComGoogleCommonCollectImmutableMapEntry_TerminalEntry : ComGoogleCommonCollectImmutableMapEntry
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/collect/ImmutableMapEntry.m:30:21: error: unknown type name 'ComGoogleCommonCollectImmutableMapEntry_NonTerminalImmutableBiMapEntry'; did you mean 'ComGoogleCommonCollectImmutableMapEntry_TerminalEntry'?
J2OBJC_FIELD_SETTER(ComGoogleCommonCollectImmutableMapEntry_NonTerminalImmutableBiMapEntry, nextInValueBucket_, ComGoogleCommonCollectImmutableMapEntry *)
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
ComGoogleCommonCollectImmutableMapEntry_TerminalEntry
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/localJ2objcDist/j2objcDist/include/J2ObjC_common.h:251:9: note: expanded from macro 'J2OBJC_FIELD_SETTER'
CLASS *instance, NS_RELEASES_ARGUMENT TYPE value) { \
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/localJ2objcDist/j2objcDist/include/com/google/common/collect/ImmutableMapEntry.h:56:12: note: 'ComGoogleCommonCollectImmutableMapEntry_TerminalEntry' declared here
@interface ComGoogleCommonCollectImmutableMapEntry_TerminalEntry : ComGoogleCommonCollectImmutableMapEntry
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/collect/ImmutableMapEntry.m:35:10: error: implicit declaration of function 'ComGoogleCommonCollectImmutableMapEntry_createEntryArrayWithInt_' is invalid in C99 [-Werror,-Wimplicit-function-declaration]
return ComGoogleCommonCollectImmutableMapEntry_createEntryArrayWithInt_(size);
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/collect/ImmutableMapEntry.m:35:10: note: did you mean 'ComGoogleCommonCollectImmutableMapEntry_initWithId_withId_'?
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/localJ2objcDist/j2objcDist/include/com/google/common/collect/ImmutableMapEntry.h:43:24: note: 'ComGoogleCommonCollectImmutableMapEntry_initWithId_withId_' declared here
FOUNDATION_EXPORT void ComGoogleCommonCollectImmutableMapEntry_initWithId_withId_(ComGoogleCommonCollectImmutableMapEntry *self, id key, id value);
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/collect/ImmutableMapEntry.m:35:10: error: incompatible integer to pointer conversion returning 'int' from a function with result type 'IOSObjectArray *' [-Werror,-Wint-conversion]
return ComGoogleCommonCollectImmutableMapEntry_createEntryArrayWithInt_(size);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/collect/ImmutableMapEntry.m:86:17: error: conflicting types for 'ComGoogleCommonCollectImmutableMapEntry_createEntryArrayWithInt_'
IOSObjectArray *ComGoogleCommonCollectImmutableMapEntry_createEntryArrayWithInt_(jint size) {
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/collect/ImmutableMapEntry.m:35:10: note: previous implicit declaration is here
return ComGoogleCommonCollectImmutableMapEntry_createEntryArrayWithInt_(size);
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/collect/ImmutableMapEntry.m:114:17: error: cannot find interface declaration for 'ComGoogleCommonCollectImmutableMapEntry_NonTerminalImmutableMapEntry'; did you mean 'ComGoogleCommonCollectImmutableMapEntry_TerminalEntry'? [-Werror]
@implementation ComGoogleCommonCollectImmutableMapEntry_NonTerminalImmutableMapEntry
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/localJ2objcDist/j2objcDist/include/com/google/common/collect/ImmutableMapEntry.h:56:12: note: 'ComGoogleCommonCollectImmutableMapEntry_TerminalEntry' declared here
@interface ComGoogleCommonCollectImmutableMapEntry_TerminalEntry : ComGoogleCommonCollectImmutableMapEntry
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/collect/ImmutableMapEntry.m:119:3: error: implicit declaration of function 'ComGoogleCommonCollectImmutableMapEntry_NonTerminalImmutableMapEntry_initWithId_withId_withComGoogleCommonCollectImmutableMapEntry_' is invalid in C99 [-Werror,-Wimplicit-function-declaration]
ComGoogleCommonCollectImmutableMapEntry_NonTerminalImmutableMapEntry_initWithId_withId_withComGoogleCommonCollectImmutableMapEntry_(self, key, value, nextInKeyBucket);
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/collect/ImmutableMapEntry.m:119:3: note: did you mean 'ComGoogleCommonCollectImmutableMapEntry_TerminalEntry_initWithComGoogleCommonCollectImmutableMapEntry_'?
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/localJ2objcDist/j2objcDist/include/com/google/common/collect/ImmutableMapEntry.h:73:24: note: 'ComGoogleCommonCollectImmutableMapEntry_TerminalEntry_initWithComGoogleCommonCollectImmutableMapEntry_' declared here
FOUNDATION_EXPORT void ComGoogleCommonCollectImmutableMapEntry_TerminalEntry_initWithComGoogleCommonCollectImmutableMapEntry_(ComGoogleCommonCollectImmutableMapEntry_TerminalEntry *self, ComGoogleCommonCollectImmutableMapEntry *contents);
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/collect/ImmutableMapEntry.m:124:10: error: use of undeclared identifier 'nextInKeyBucket_'
return nextInKeyBucket_;
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/collect/ImmutableMapEntry.m:132:12: error: use of undeclared identifier 'nextInKeyBucket_'
RELEASE_(nextInKeyBucket_);
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/localJ2objcDist/j2objcDist/include/J2ObjC_common.h:49:24: note: expanded from macro 'RELEASE_'
# define RELEASE_(x) [x release]
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/collect/ImmutableMapEntry.m:133:4: error: 'ComGoogleCommonCollectImmutableMapEntry_NonTerminalImmutableMapEntry' cannot use 'super' because it is a root class
[super dealloc];
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/collect/ImmutableMapEntry.m:114:17: error: class 'ComGoogleCommonCollectImmutableMapEntry_NonTerminalImmutableMapEntry' defined without specifying a base class [-Werror,-Wobjc-root-class]
@implementation ComGoogleCommonCollectImmutableMapEntry_NonTerminalImmutableMapEntry
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/collect/ImmutableMapEntry.m:114:85: note: add a super class to fix this problem
@implementation ComGoogleCommonCollectImmutableMapEntry_NonTerminalImmutableMapEntry
^
: NSObject
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/collect/ImmutableMapEntry.m:156:6: error: conflicting types for 'ComGoogleCommonCollectImmutableMapEntry_NonTerminalImmutableMapEntry_initWithId_withId_withComGoogleCommonCollectImmutableMapEntry_'
void ComGoogleCommonCollectImmutableMapEntry_NonTerminalImmutableMapEntry_initWithId_withId_withComGoogleCommonCollectImmutableMapEntry_(ComGoogleCommonCollectImmutableMapEntry_NonTerminalImmutableMapEntry *self, id key, id value, ComGoogleCommonCollectImmutableMapEntry *nextInKeyBucket) {
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/collect/ImmutableMapEntry.m:119:3: note: previous implicit declaration is here
ComGoogleCommonCollectImmutableMapEntry_NonTerminalImmutableMapEntry_initWithId_withId_withComGoogleCommonCollectImmutableMapEntry_(self, key, value, nextInKeyBucket);
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/collect/ImmutableMapEntry.m:157:62: error: incompatible pointer types passing 'ComGoogleCommonCollectImmutableMapEntry_NonTerminalImmutableMapEntry *' to parameter of type 'ComGoogleCommonCollectImmutableMapEntry *' [-Werror,-Wincompatible-pointer-types]
ComGoogleCommonCollectImmutableMapEntry_initWithId_withId_(self, key, value);
^~~~
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/collect/ImmutableMapEntry.m:91:106: note: passing argument to parameter 'self' here
void ComGoogleCommonCollectImmutableMapEntry_initWithId_withId_(ComGoogleCommonCollectImmutableMapEntry *self, id key, id value) {
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/collect/ImmutableMapEntry.m:158:26: error: 'ComGoogleCommonCollectImmutableMapEntry_NonTerminalImmutableMapEntry' does not have a member named 'nextInKeyBucket_'
JreStrongAssign(&self->nextInKeyBucket_, nextInKeyBucket);
~~~~ ^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/collect/ImmutableMapEntry.m:162:150: error: class method '+alloc' not found (return type defaults to 'id') [-Werror,-Wobjc-method-access]
ComGoogleCommonCollectImmutableMapEntry_NonTerminalImmutableMapEntry *self = [ComGoogleCommonCollectImmutableMapEntry_NonTerminalImmutableMapEntry alloc];
^~~~~
fatal error: too many errors emitted, stopping now [-ferror-limit=]
20 errors generated.
compiling ImmutableMapEntrySet.m failed.
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/collect/ImmutableMapEntrySet.m:20:12: error: cannot find interface declaration for 'ComGoogleCommonCollectImmutableMapEntrySet_RegularEntrySet'; did you mean 'ComGoogleCommonCollectImmutableMapEntry_TerminalEntry'?
@interface ComGoogleCommonCollectImmutableMapEntrySet_RegularEntrySet () {
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
ComGoogleCommonCollectImmutableMapEntry_TerminalEntry
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/localJ2objcDist/j2objcDist/include/com/google/common/collect/ImmutableMap.h:28:8: note: 'ComGoogleCommonCollectImmutableMapEntry_TerminalEntry' declared here
@class ComGoogleCommonCollectImmutableMapEntry_TerminalEntry;
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/collect/ImmutableMapEntrySet.m:20:12: error: cannot define class extension for undefined class 'ComGoogleCommonCollectImmutableMapEntry_TerminalEntry'
@interface ComGoogleCommonCollectImmutableMapEntrySet_RegularEntrySet () {
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/localJ2objcDist/j2objcDist/include/com/google/common/collect/ImmutableMap.h:28:8: note: forward declaration of class here
@class ComGoogleCommonCollectImmutableMapEntry_TerminalEntry;
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/collect/ImmutableMapEntrySet.m:28:21: error: unknown type name 'ComGoogleCommonCollectImmutableMapEntrySet_RegularEntrySet'; did you mean 'ComGoogleCommonCollectImmutableMapEntry_TerminalEntry'?
J2OBJC_FIELD_SETTER(ComGoogleCommonCollectImmutableMapEntrySet_RegularEntrySet, entries_, IOSObjectArray *)
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
ComGoogleCommonCollectImmutableMapEntry_TerminalEntry
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/localJ2objcDist/j2objcDist/include/J2ObjC_common.h:247:66: note: expanded from macro 'J2OBJC_FIELD_SETTER'
__attribute__((unused)) static inline TYPE CLASS##_set_##FIELD(CLASS *instance, TYPE value) { \
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/localJ2objcDist/j2objcDist/include/com/google/common/collect/ImmutableMap.h:28:8: note: 'ComGoogleCommonCollectImmutableMapEntry_TerminalEntry' declared here
@class ComGoogleCommonCollectImmutableMapEntry_TerminalEntry;
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/collect/ImmutableMapEntrySet.m:28:1: error: incomplete definition of type 'ComGoogleCommonCollectImmutableMapEntry_TerminalEntry'
J2OBJC_FIELD_SETTER(ComGoogleCommonCollectImmutableMapEntrySet_RegularEntrySet, entries_, IOSObjectArray *)
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/localJ2objcDist/j2objcDist/include/J2ObjC_common.h:248:37: note: expanded from macro 'J2OBJC_FIELD_SETTER'
return JreStrongAssign(&instance->FIELD, value); \
~~~~~~~~^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/localJ2objcDist/j2objcDist/include/com/google/common/collect/ImmutableMap.h:28:8: note: forward declaration of class here
@class ComGoogleCommonCollectImmutableMapEntry_TerminalEntry;
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/collect/ImmutableMapEntrySet.m:28:21: error: unknown type name 'ComGoogleCommonCollectImmutableMapEntrySet_RegularEntrySet'; did you mean 'ComGoogleCommonCollectImmutableMapEntry_TerminalEntry'?
J2OBJC_FIELD_SETTER(ComGoogleCommonCollectImmutableMapEntrySet_RegularEntrySet, entries_, IOSObjectArray *)
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
ComGoogleCommonCollectImmutableMapEntry_TerminalEntry
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/localJ2objcDist/j2objcDist/include/J2ObjC_common.h:251:9: note: expanded from macro 'J2OBJC_FIELD_SETTER'
CLASS *instance, NS_RELEASES_ARGUMENT TYPE value) { \
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/localJ2objcDist/j2objcDist/include/com/google/common/collect/ImmutableMap.h:28:8: note: 'ComGoogleCommonCollectImmutableMapEntry_TerminalEntry' declared here
@class ComGoogleCommonCollectImmutableMapEntry_TerminalEntry;
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/collect/ImmutableMapEntrySet.m:28:1: error: incomplete definition of type 'ComGoogleCommonCollectImmutableMapEntry_TerminalEntry'
J2OBJC_FIELD_SETTER(ComGoogleCommonCollectImmutableMapEntrySet_RegularEntrySet, entries_, IOSObjectArray *)
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/localJ2objcDist/j2objcDist/include/J2ObjC_common.h:252:47: note: expanded from macro 'J2OBJC_FIELD_SETTER'
return JreStrongAssignAndConsume(&instance->FIELD, value); \
~~~~~~~~^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/localJ2objcDist/j2objcDist/include/com/google/common/collect/ImmutableMap.h:28:8: note: forward declaration of class here
@class ComGoogleCommonCollectImmutableMapEntry_TerminalEntry;
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/collect/ImmutableMapEntrySet.m:86:72: error: 'ComGoogleCommonCollectImmutableMap' may not respond to 'isHashCodeFast' [-Werror]
return [((ComGoogleCommonCollectImmutableMap *) nil_chk([self map])) isHashCodeFast];
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/collect/ImmutableMapEntrySet.m:130:17: error: cannot find interface declaration for 'ComGoogleCommonCollectImmutableMapEntrySet_RegularEntrySet'; did you mean 'ComGoogleCommonCollectImmutableMapEntry_TerminalEntry'? [-Werror]
@implementation ComGoogleCommonCollectImmutableMapEntrySet_RegularEntrySet
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/localJ2objcDist/j2objcDist/include/com/google/common/collect/ImmutableMap.h:28:8: note: 'ComGoogleCommonCollectImmutableMapEntry_TerminalEntry' declared here
@class ComGoogleCommonCollectImmutableMapEntry_TerminalEntry;
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/collect/ImmutableMapEntrySet.m:134:3: error: implicit declaration of function 'ComGoogleCommonCollectImmutableMapEntrySet_RegularEntrySet_initWithComGoogleCommonCollectImmutableMap_withJavaUtilMap_EntryArray_' is invalid in C99 [-Werror,-Wimplicit-function-declaration]
ComGoogleCommonCollectImmutableMapEntrySet_RegularEntrySet_initWithComGoogleCommonCollectImmutableMap_withJavaUtilMap_EntryArray_(self, map, entries);
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/collect/ImmutableMapEntrySet.m:139:10: error: use of undeclared identifier 'map_'
return map_;
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/collect/ImmutableMapEntrySet.m:143:66: error: instance method '-asList' not found (return type defaults to 'id') [-Werror,-Wobjc-method-access]
return [((ComGoogleCommonCollectImmutableList *) nil_chk([self asList])) iterator];
^~~~~~
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/collect/ImmutableMapEntrySet.m:130:17: note: receiver is instance of class declared here
@implementation ComGoogleCommonCollectImmutableMapEntrySet_RegularEntrySet
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/collect/ImmutableMapEntrySet.m:147:135: error: use of undeclared identifier 'entries_'
return [new_ComGoogleCommonCollectRegularImmutableAsList_initWithComGoogleCommonCollectImmutableCollection_withNSObjectArray_(self, entries_) autorelease];
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/collect/ImmutableMapEntrySet.m:151:12: error: use of undeclared identifier 'entries_'
RELEASE_(entries_);
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/localJ2objcDist/j2objcDist/include/J2ObjC_common.h:49:24: note: expanded from macro 'RELEASE_'
# define RELEASE_(x) [x release]
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/collect/ImmutableMapEntrySet.m:152:4: error: 'ComGoogleCommonCollectImmutableMapEntrySet_RegularEntrySet' cannot use 'super' because it is a root class
[super dealloc];
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/collect/ImmutableMapEntrySet.m:156:4: error: 'ComGoogleCommonCollectImmutableMapEntrySet_RegularEntrySet' cannot use 'super' because it is a root class
[super __javaClone];
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/collect/ImmutableMapEntrySet.m:157:4: error: use of undeclared identifier 'map_'
[map_ release];
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/collect/ImmutableMapEntrySet.m:161:36: error: passing 'ComGoogleCommonCollectImmutableMapEntrySet_RegularEntrySet *' to parameter of incompatible type 'id<JavaLangIterable>' [-Werror]
return JreDefaultFastEnumeration(self, state, stackbuf, len);
^~~~
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/localJ2objcDist/j2objcDist/include/java/lang/Iterable.h:36:26: note: passing argument to parameter 'obj' here
id<JavaLangIterable> obj, NSFastEnumerationState *state, id __unsafe_unretained *stackbuf,
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/collect/ImmutableMapEntrySet.m:130:17: error: class 'ComGoogleCommonCollectImmutableMapEntrySet_RegularEntrySet' defined without specifying a base class [-Werror,-Wobjc-root-class]
@implementation ComGoogleCommonCollectImmutableMapEntrySet_RegularEntrySet
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/collect/ImmutableMapEntrySet.m:130:75: note: add a super class to fix this problem
@implementation ComGoogleCommonCollectImmutableMapEntrySet_RegularEntrySet
^
: NSObject
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/collect/ImmutableMapEntrySet.m:182:6: error: conflicting types for 'ComGoogleCommonCollectImmutableMapEntrySet_RegularEntrySet_initWithComGoogleCommonCollectImmutableMap_withJavaUtilMap_EntryArray_'
void ComGoogleCommonCollectImmutableMapEntrySet_RegularEntrySet_initWithComGoogleCommonCollectImmutableMap_withJavaUtilMap_EntryArray_(ComGoogleCommonCollectImmutableMapEntrySet_RegularEntrySet *self, ComGoogleCommonCollectImmutableMap *map, IOSObjectArray *entries) {
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/collect/ImmutableMapEntrySet.m:134:3: note: previous implicit declaration is here
ComGoogleCommonCollectImmutableMapEntrySet_RegularEntrySet_initWithComGoogleCommonCollectImmutableMap_withJavaUtilMap_EntryArray_(self, map, entries);
^
fatal error: too many errors emitted, stopping now [-ferror-limit=]
20 errors generated.
compiling ImmutableMapKeySet.m failed.
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/collect/ImmutableMapKeySet.m:61:66: error: instance method '-keyIterator' not found (return type defaults to 'id') [-Werror,-Wobjc-method-access]
return [((ComGoogleCommonCollectImmutableMap *) nil_chk(map_)) keyIterator];
^~~~~~~~~~~
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/localJ2objcDist/j2objcDist/include/com/google/common/collect/ImmutableMap.h:34:12: note: receiver is instance of class declared here
@interface ComGoogleCommonCollectImmutableMap : NSObject < JavaUtilMap, JavaIoSerializable >
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/collect/ImmutableMapKeySet.m:49:17: error: method definition for 'createAsList' not found [-Werror,-Wincomplete-implementation]
@implementation ComGoogleCommonCollectImmutableMapKeySet
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/localJ2objcDist/j2objcDist/include/com/google/common/collect/ImmutableMapKeySet.h:41:1: note: method 'createAsList' declared here
- (ComGoogleCommonCollectImmutableList *)createAsList;
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/collect/ImmutableMapKeySet.m:115:3: error: implicit declaration of function 'ComGoogleCommonCollectImmutableSet_Indexed_init' is invalid in C99 [-Werror,-Wimplicit-function-declaration]
ComGoogleCommonCollectImmutableSet_Indexed_init(self);
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/collect/ImmutableMapKeySet.m:115:3: note: did you mean 'ComGoogleCommonCollectImmutableSet_Builder_init'?
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/localJ2objcDist/j2objcDist/include/com/google/common/collect/ImmutableSet.h:171:24: note: 'ComGoogleCommonCollectImmutableSet_Builder_init' declared here
FOUNDATION_EXPORT void ComGoogleCommonCollectImmutableSet_Builder_init(ComGoogleCommonCollectImmutableSet_Builder *self);
^
3 errors generated.
compiling ImmutableMapValues.m successful.
compiling ImmutableMultimap.m failed.
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/collect/ImmutableMultimap.m:264:10: error: implicit declaration of function 'ComGoogleCommonCollectImmutableMultimap_copyOfWithJavaLangIterable_' is invalid in C99 [-Werror,-Wimplicit-function-declaration]
return ComGoogleCommonCollectImmutableMultimap_copyOfWithJavaLangIterable_(entries);
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/collect/ImmutableMultimap.m:264:10: note: did you mean 'ComGoogleCommonCollectImmutableMultiset_copyOfWithJavaLangIterable_'?
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/localJ2objcDist/j2objcDist/include/com/google/common/collect/ImmutableMultiset.h:139:60: note: 'ComGoogleCommonCollectImmutableMultiset_copyOfWithJavaLangIterable_' declared here
FOUNDATION_EXPORT ComGoogleCommonCollectImmutableMultiset *ComGoogleCommonCollectImmutableMultiset_copyOfWithJavaLangIterable_(id<JavaLangIterable> elements);
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/collect/ImmutableMultimap.m:264:10: error: incompatible integer to pointer conversion returning 'int' from a function with result type 'ComGoogleCommonCollectImmutableMultimap *' [-Werror,-Wint-conversion]
return ComGoogleCommonCollectImmutableMultimap_copyOfWithJavaLangIterable_(entries);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/collect/ImmutableMultimap.m:514:42: error: conflicting types for 'ComGoogleCommonCollectImmutableMultimap_copyOfWithJavaLangIterable_'
ComGoogleCommonCollectImmutableMultimap *ComGoogleCommonCollectImmutableMultimap_copyOfWithJavaLangIterable_(id<JavaLangIterable> entries) {
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/collect/ImmutableMultimap.m:264:10: note: previous implicit declaration is here
return ComGoogleCommonCollectImmutableMultimap_copyOfWithJavaLangIterable_(entries);
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/collect/ImmutableMultimap.m:516:10: error: implicit declaration of function 'ComGoogleCommonCollectImmutableListMultimap_copyOfWithJavaLangIterable_' is invalid in C99 [-Werror,-Wimplicit-function-declaration]
return ComGoogleCommonCollectImmutableListMultimap_copyOfWithJavaLangIterable_(entries);
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/collect/ImmutableMultimap.m:516:10: note: did you mean 'ComGoogleCommonCollectImmutableMultimap_copyOfWithJavaLangIterable_'?
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/collect/ImmutableMultimap.m:264:10: note: 'ComGoogleCommonCollectImmutableMultimap_copyOfWithJavaLangIterable_' declared here
return ComGoogleCommonCollectImmutableMultimap_copyOfWithJavaLangIterable_(entries);
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/collect/ImmutableMultimap.m:516:10: error: incompatible integer to pointer conversion returning 'int' from a function with result type 'ComGoogleCommonCollectImmutableMultimap *' [-Werror,-Wint-conversion]
return ComGoogleCommonCollectImmutableListMultimap_copyOfWithJavaLangIterable_(entries);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
5 errors generated.
compiling ImmutableMultiset.m failed.
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/collect/ImmutableMultiset.m:54:63: error: cannot find interface declaration for 'ComGoogleCommonCollectImmutableSet_Indexed', superclass of 'ComGoogleCommonCollectImmutableMultiset_EntrySet'; did you mean 'ComGoogleCommonCollectImmutableSet_Builder'?
@interface ComGoogleCommonCollectImmutableMultiset_EntrySet : ComGoogleCommonCollectImmutableSet_Indexed {
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
ComGoogleCommonCollectImmutableSet_Builder
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/localJ2objcDist/j2objcDist/include/com/google/common/collect/ImmutableSet.h:147:12: note: 'ComGoogleCommonCollectImmutableSet_Builder' declared here
@interface ComGoogleCommonCollectImmutableSet_Builder : ComGoogleCommonCollectImmutableCollection_ArrayBasedBuilder
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/collect/ImmutableMultiset.m:139:17: error: method definition for 'containsAllWithJavaUtilCollection:' not found [-Werror,-Wincomplete-implementation]
@implementation ComGoogleCommonCollectImmutableMultiset
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/localJ2objcDist/j2objcDist/include/com/google/common/collect/ImmutableMultiset.h:47:1: note: method 'containsAllWithJavaUtilCollection:' declared here
- (jboolean)containsAllWithJavaUtilCollection:(id<JavaUtilCollection>)targets;
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/collect/ImmutableMultiset.m:361:71: error: use of undeclared identifier 'ComGoogleCommonCollectRegularImmutableMultiset_EMPTY_'; did you mean 'ComGoogleCommonCollectRegularImmutableMultiset_class_'?
return (ComGoogleCommonCollectImmutableMultiset *) check_class_cast(JreLoadStatic(ComGoogleCommonCollectRegularImmutableMultiset, EMPTY_), [ComGoogleCommonCollectImmutableMultiset class]);
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/localJ2objcDist/j2objcDist/include/J2ObjC_common.h:151:60: note: expanded from macro 'JreLoadStatic'
#define JreLoadStatic(CLASS, FIELD) (CLASS##_initialize(), CLASS##_##FIELD)
^
<scratch space>:30:1: note: expanded from here
ComGoogleCommonCollectRegularImmutableMultiset_EMPTY_
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/localJ2objcDist/j2objcDist/include/com/google/common/collect/RegularImmutableMultiset.h:59:1: note: 'ComGoogleCommonCollectRegularImmutableMultiset_class_' declared here
J2OBJC_TYPE_LITERAL_HEADER(ComGoogleCommonCollectRegularImmutableMultiset)
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/localJ2objcDist/j2objcDist/include/J2ObjC_common.h:206:31: note: expanded from macro 'J2OBJC_TYPE_LITERAL_HEADER'
FOUNDATION_EXPORT IOSClass *TYPE##_class_();
^
<scratch space>:53:1: note: expanded from here
ComGoogleCommonCollectRegularImmutableMultiset_class_
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/collect/ImmutableMultiset.m:361:71: error: incompatible pointer types passing 'IOSClass *(*)()' to parameter of type 'id' [-Werror,-Wincompatible-pointer-types]
return (ComGoogleCommonCollectImmutableMultiset *) check_class_cast(JreLoadStatic(ComGoogleCommonCollectRegularImmutableMultiset, EMPTY_), [ComGoogleCommonCollectImmutableMultiset class]);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/localJ2objcDist/j2objcDist/include/J2ObjC_common.h:151:37: note: expanded from macro 'JreLoadStatic'
#define JreLoadStatic(CLASS, FIELD) (CLASS##_initialize(), CLASS##_##FIELD)
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/localJ2objcDist/j2objcDist/include/J2ObjC_common.h:106:83: note: passing argument to parameter 'p' here
__attribute__ ((unused)) static inline id check_class_cast(id __unsafe_unretained p, Class clazz) {
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/collect/ImmutableMultiset.m:424:13: error: implicit declaration of function 'new_ComGoogleCommonCollectRegularImmutableMultiset_initWithJavaUtilCollection_' is invalid in C99 [-Werror,-Wimplicit-function-declaration]
return [new_ComGoogleCommonCollectRegularImmutableMultiset_initWithJavaUtilCollection_(entries) autorelease];
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/collect/ImmutableMultiset.m:424:13: note: did you mean 'new_ComGoogleCommonCollectImmutableMultiset_$1_initWithJavaUtilIterator_'?
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/collect/ImmutableMultiset.m:135:76: note: 'new_ComGoogleCommonCollectImmutableMultiset_$1_initWithJavaUtilIterator_' declared here
__attribute__((unused)) static ComGoogleCommonCollectImmutableMultiset_$1 *new_ComGoogleCommonCollectImmutableMultiset_$1_initWithJavaUtilIterator_(id<JavaUtilIterator> capture$0) NS_RETURNS_RETAINED;
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/collect/ImmutableMultiset.m:424:13: error: receiver type 'int' is not 'id' or interface pointer, consider casting it to 'id' [-Werror,-Wreceiver-expr]
return [new_ComGoogleCommonCollectRegularImmutableMultiset_initWithJavaUtilCollection_(entries) autorelease];
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/collect/ImmutableMultiset.m:440:10: error: incompatible pointer types returning 'NSObject<NSObject,JavaObject> *' from a function with result type 'ComGoogleCommonCollectImmutableSet *' [-Werror,-Wincompatible-pointer-types]
return [self isEmpty] ? ComGoogleCommonCollectImmutableSet_of() : [new_ComGoogleCommonCollectImmutableMultiset_EntrySet_initWithComGoogleCommonCollectImmutableMultiset_(self) autorelease];
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/collect/ImmutableMultiset.m:495:36: error: passing 'ComGoogleCommonCollectImmutableMultiset_EntrySet *' to parameter of incompatible type 'id<JavaLangIterable>' [-Werror]
return JreDefaultFastEnumeration(self, state, stackbuf, len);
^~~~
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/localJ2objcDist/j2objcDist/include/java/lang/Iterable.h:36:26: note: passing argument to parameter 'obj' here
id<JavaLangIterable> obj, NSFastEnumerationState *state, id __unsafe_unretained *stackbuf,
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/collect/ImmutableMultiset.m:521:3: error: implicit declaration of function 'ComGoogleCommonCollectImmutableSet_Indexed_init' is invalid in C99 [-Werror,-Wimplicit-function-declaration]
ComGoogleCommonCollectImmutableSet_Indexed_init(self);
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/collect/ImmutableMultiset.m:521:3: note: did you mean 'ComGoogleCommonCollectImmutableSet_Builder_init'?
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/localJ2objcDist/j2objcDist/include/com/google/common/collect/ImmutableSet.h:171:24: note: 'ComGoogleCommonCollectImmutableSet_Builder_init' declared here
FOUNDATION_EXPORT void ComGoogleCommonCollectImmutableSet_Builder_init(ComGoogleCommonCollectImmutableSet_Builder *self);
^
9 errors generated.
compiling ImmutableRangeMap.m failed.
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/collect/ImmutableRangeMap.m:230:11: error: implicit declaration of function 'new_ComGoogleCommonCollectImmutableSortedMap_initWithComGoogleCommonCollectRegularImmutableSortedSet_withComGoogleCommonCollectImmutableList_' is invalid in C99 [-Werror,-Wimplicit-function-declaration]
return [new_ComGoogleCommonCollectImmutableSortedMap_initWithComGoogleCommonCollectRegularImmutableSortedSet_withComGoogleCommonCollectImmutableList_(rangeSet, values_) autorelease];
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/collect/ImmutableRangeMap.m:230:11: note: did you mean 'ComGoogleCommonCollectImmutableSortedMap_fromWithComGoogleCommonCollectImmutableSortedSet_withComGoogleCommonCollectImmutableList_'?
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/localJ2objcDist/j2objcDist/include/com/google/common/collect/ImmutableSortedMap.h:191:61: note: 'ComGoogleCommonCollectImmutableSortedMap_fromWithComGoogleCommonCollectImmutableSortedSet_withComGoogleCommonCollectImmutableList_' declared here
FOUNDATION_EXPORT ComGoogleCommonCollectImmutableSortedMap *ComGoogleCommonCollectImmutableSortedMap_fromWithComGoogleCommonCollectImmutableSortedSet_withComGoogleCommonCollectImmutableList_(ComGoogleCommonCollectImmutableSortedSet *keySet, ComGoogleCommonCollectImmutableList *valueList);
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/collect/ImmutableRangeMap.m:230:11: error: receiver type 'int' is not 'id' or interface pointer, consider casting it to 'id' [-Werror,-Wreceiver-expr]
return [new_ComGoogleCommonCollectImmutableSortedMap_initWithComGoogleCommonCollectRegularImmutableSortedSet_withComGoogleCommonCollectImmutableList_(rangeSet, values_) autorelease];
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/collect/ImmutableRangeMap.m:238:11: error: receiver type 'int' is not 'id' or interface pointer, consider casting it to 'id' [-Werror,-Wreceiver-expr]
return [new_ComGoogleCommonCollectImmutableSortedMap_initWithComGoogleCommonCollectRegularImmutableSortedSet_withComGoogleCommonCollectImmutableList_(rangeSet, [((ComGoogleCommonCollectImmutableList *) nil_chk(values_)) reverse]) autorelease];
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
3 errors generated.
compiling ImmutableRangeSet.m successful.
compiling ImmutableSet.m failed.
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/collect/ImmutableSet.m:55:3: error: unknown type name 'ComGoogleCommonCollectImmutableSet_Indexed'; did you mean 'ComGoogleCommonCollectImmutableSet_Indexed_$1'?
ComGoogleCommonCollectImmutableSet_Indexed *this$0_;
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
ComGoogleCommonCollectImmutableSet_Indexed_$1
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/collect/ImmutableSet.m:53:12: note: 'ComGoogleCommonCollectImmutableSet_Indexed_$1' declared here
@interface ComGoogleCommonCollectImmutableSet_Indexed_$1 : ComGoogleCommonCollectImmutableAsList {
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/collect/ImmutableSet.m:60:4: error: expected a type
- (ComGoogleCommonCollectImmutableSet_Indexed *)delegateCollection;
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/collect/ImmutableSet.m:62:69: error: expected a type
- (instancetype)initWithComGoogleCommonCollectImmutableSet_Indexed:(ComGoogleCommonCollectImmutableSet_Indexed *)outer$;
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/collect/ImmutableSet.m:69:77: error: unknown type name 'ComGoogleCommonCollectImmutableSet_Indexed'; did you mean 'ComGoogleCommonCollectImmutableSet_Indexed_$1'?
J2OBJC_FIELD_SETTER(ComGoogleCommonCollectImmutableSet_Indexed_$1, this$0_, ComGoogleCommonCollectImmutableSet_Indexed *)
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
ComGoogleCommonCollectImmutableSet_Indexed_$1
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/localJ2objcDist/j2objcDist/include/J2ObjC_common.h:247:41: note: expanded from macro 'J2OBJC_FIELD_SETTER'
__attribute__((unused)) static inline TYPE CLASS##_set_##FIELD(CLASS *instance, TYPE value) { \
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/collect/ImmutableSet.m:53:12: note: 'ComGoogleCommonCollectImmutableSet_Indexed_$1' declared here
@interface ComGoogleCommonCollectImmutableSet_Indexed_$1 : ComGoogleCommonCollectImmutableAsList {
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/collect/ImmutableSet.m:69:77: error: unknown type name 'ComGoogleCommonCollectImmutableSet_Indexed'; did you mean 'ComGoogleCommonCollectImmutableSet_Indexed_$1'?
J2OBJC_FIELD_SETTER(ComGoogleCommonCollectImmutableSet_Indexed_$1, this$0_, ComGoogleCommonCollectImmutableSet_Indexed *)
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
ComGoogleCommonCollectImmutableSet_Indexed_$1
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/localJ2objcDist/j2objcDist/include/J2ObjC_common.h:247:83: note: expanded from macro 'J2OBJC_FIELD_SETTER'
__attribute__((unused)) static inline TYPE CLASS##_set_##FIELD(CLASS *instance, TYPE value) { \
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/collect/ImmutableSet.m:53:12: note: 'ComGoogleCommonCollectImmutableSet_Indexed_$1' declared here
@interface ComGoogleCommonCollectImmutableSet_Indexed_$1 : ComGoogleCommonCollectImmutableAsList {
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/collect/ImmutableSet.m:69:77: error: unknown type name 'ComGoogleCommonCollectImmutableSet_Indexed'; did you mean 'ComGoogleCommonCollectImmutableSet_Indexed_$1'?
J2OBJC_FIELD_SETTER(ComGoogleCommonCollectImmutableSet_Indexed_$1, this$0_, ComGoogleCommonCollectImmutableSet_Indexed *)
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
ComGoogleCommonCollectImmutableSet_Indexed_$1
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/localJ2objcDist/j2objcDist/include/J2ObjC_common.h:250:41: note: expanded from macro 'J2OBJC_FIELD_SETTER'
__attribute__((unused)) static inline TYPE CLASS##_setAndConsume_##FIELD( \
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/collect/ImmutableSet.m:53:12: note: 'ComGoogleCommonCollectImmutableSet_Indexed_$1' declared here
@interface ComGoogleCommonCollectImmutableSet_Indexed_$1 : ComGoogleCommonCollectImmutableAsList {
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/collect/ImmutableSet.m:69:77: error: unknown type name 'ComGoogleCommonCollectImmutableSet_Indexed'; did you mean 'ComGoogleCommonCollectImmutableSet_Indexed_$1'?
J2OBJC_FIELD_SETTER(ComGoogleCommonCollectImmutableSet_Indexed_$1, this$0_, ComGoogleCommonCollectImmutableSet_Indexed *)
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
ComGoogleCommonCollectImmutableSet_Indexed_$1
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/localJ2objcDist/j2objcDist/include/J2ObjC_common.h:251:47: note: expanded from macro 'J2OBJC_FIELD_SETTER'
CLASS *instance, NS_RELEASES_ARGUMENT TYPE value) { \
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/collect/ImmutableSet.m:53:12: note: 'ComGoogleCommonCollectImmutableSet_Indexed_$1' declared here
@interface ComGoogleCommonCollectImmutableSet_Indexed_$1 : ComGoogleCommonCollectImmutableAsList {
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/collect/ImmutableSet.m:71:188: error: unknown type name 'ComGoogleCommonCollectImmutableSet_Indexed'; did you mean 'ComGoogleCommonCollectImmutableSet_Indexed_$1'?
__attribute__((unused)) static void ComGoogleCommonCollectImmutableSet_Indexed_$1_initWithComGoogleCommonCollectImmutableSet_Indexed_(ComGoogleCommonCollectImmutableSet_Indexed_$1 *self, ComGoogleCommonCollectImmutableSet_Indexed *outer$);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
ComGoogleCommonCollectImmutableSet_Indexed_$1
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/collect/ImmutableSet.m:53:12: note: 'ComGoogleCommonCollectImmutableSet_Indexed_$1' declared here
@interface ComGoogleCommonCollectImmutableSet_Indexed_$1 : ComGoogleCommonCollectImmutableAsList {
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/collect/ImmutableSet.m:73:181: error: unknown type name 'ComGoogleCommonCollectImmutableSet_Indexed'; did you mean 'ComGoogleCommonCollectImmutableSet_Indexed_$1'?
__attribute__((unused)) static ComGoogleCommonCollectImmutableSet_Indexed_$1 *new_ComGoogleCommonCollectImmutableSet_Indexed_$1_initWithComGoogleCommonCollectImmutableSet_Indexed_(ComGoogleCommonCollectImmutableSet_Indexed *outer$) NS_RETURNS_RETAINED;
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
ComGoogleCommonCollectImmutableSet_Indexed_$1
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/collect/ImmutableSet.m:53:12: note: 'ComGoogleCommonCollectImmutableSet_Indexed_$1' declared here
@interface ComGoogleCommonCollectImmutableSet_Indexed_$1 : ComGoogleCommonCollectImmutableAsList {
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/collect/ImmutableSet.m:261:66: error: use of undeclared identifier 'ComGoogleCommonCollectRegularImmutableSet_EMPTY_'; did you mean 'ComGoogleCommonCollectRegularImmutableSet_class_'?
return (ComGoogleCommonCollectImmutableSet *) check_class_cast(JreLoadStatic(ComGoogleCommonCollectRegularImmutableSet, EMPTY_), [ComGoogleCommonCollectImmutableSet class]);
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/localJ2objcDist/j2objcDist/include/J2ObjC_common.h:151:60: note: expanded from macro 'JreLoadStatic'
#define JreLoadStatic(CLASS, FIELD) (CLASS##_initialize(), CLASS##_##FIELD)
^
<scratch space>:2:1: note: expanded from here
ComGoogleCommonCollectRegularImmutableSet_EMPTY_
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/localJ2objcDist/j2objcDist/include/com/google/common/collect/RegularImmutableSet.h:69:1: note: 'ComGoogleCommonCollectRegularImmutableSet_class_' declared here
J2OBJC_TYPE_LITERAL_HEADER(ComGoogleCommonCollectRegularImmutableSet)
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/localJ2objcDist/j2objcDist/include/J2ObjC_common.h:206:31: note: expanded from macro 'J2OBJC_TYPE_LITERAL_HEADER'
FOUNDATION_EXPORT IOSClass *TYPE##_class_();
^
<scratch space>:28:1: note: expanded from here
ComGoogleCommonCollectRegularImmutableSet_class_
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/collect/ImmutableSet.m:261:66: error: incompatible pointer types passing 'IOSClass *(*)()' to parameter of type 'id' [-Werror,-Wincompatible-pointer-types]
return (ComGoogleCommonCollectImmutableSet *) check_class_cast(JreLoadStatic(ComGoogleCommonCollectRegularImmutableSet, EMPTY_), [ComGoogleCommonCollectImmutableSet class]);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/localJ2objcDist/j2objcDist/include/J2ObjC_common.h:151:37: note: expanded from macro 'JreLoadStatic'
#define JreLoadStatic(CLASS, FIELD) (CLASS##_initialize(), CLASS##_##FIELD)
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/localJ2objcDist/j2objcDist/include/J2ObjC_common.h:106:83: note: passing argument to parameter 'p' here
__attribute__ ((unused)) static inline id check_class_cast(id __unsafe_unretained p, Class clazz) {
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/collect/ImmutableSet.m:428:17: error: cannot find interface declaration for 'ComGoogleCommonCollectImmutableSet_Indexed'; did you mean 'ComGoogleCommonCollectImmutableSet_Indexed_$1'? [-Werror]
@implementation ComGoogleCommonCollectImmutableSet_Indexed
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/collect/ImmutableSet.m:53:12: note: 'ComGoogleCommonCollectImmutableSet_Indexed_$1' declared here
@interface ComGoogleCommonCollectImmutableSet_Indexed_$1 : ComGoogleCommonCollectImmutableAsList {
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/collect/ImmutableSet.m:432:9: error: instance method '-doesNotRecognizeSelector:' not found (return type defaults to 'id') [-Werror,-Wobjc-method-access]
[self doesNotRecognizeSelector:_cmd];
^~~~~~~~~~~~~~~~~~~~~~~~
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/collect/ImmutableSet.m:428:17: note: receiver is instance of class declared here
@implementation ComGoogleCommonCollectImmutableSet_Indexed
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/collect/ImmutableSet.m:437:66: error: instance method '-asList' not found (return type defaults to 'id') [-Werror,-Wobjc-method-access]
return [((ComGoogleCommonCollectImmutableList *) nil_chk([self asList])) iterator];
^~~~~~
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/collect/ImmutableSet.m:428:17: note: receiver is instance of class declared here
@implementation ComGoogleCommonCollectImmutableSet_Indexed
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/collect/ImmutableSet.m:441:113: error: incompatible pointer types passing 'ComGoogleCommonCollectImmutableSet_Indexed *' to parameter of type 'ComGoogleCommonCollectImmutableSet_Indexed_$1 *' [-Werror,-Wincompatible-pointer-types]
return [new_ComGoogleCommonCollectImmutableSet_Indexed_$1_initWithComGoogleCommonCollectImmutableSet_Indexed_(self) autorelease];
^~~~
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/collect/ImmutableSet.m:73:225: note: passing argument to parameter 'outer$' here
__attribute__((unused)) static ComGoogleCommonCollectImmutableSet_Indexed_$1 *new_ComGoogleCommonCollectImmutableSet_Indexed_$1_initWithComGoogleCommonCollectImmutableSet_Indexed_(ComGoogleCommonCollectImmutableSet_Indexed *outer$) NS_RETURNS_RETAINED;
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/collect/ImmutableSet.m:445:3: error: implicit declaration of function 'ComGoogleCommonCollectImmutableSet_Indexed_init' is invalid in C99 [-Werror,-Wimplicit-function-declaration]
ComGoogleCommonCollectImmutableSet_Indexed_init(self);
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/collect/ImmutableSet.m:445:3: note: did you mean 'ComGoogleCommonCollectImmutableSet_Builder_init'?
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/localJ2objcDist/j2objcDist/include/com/google/common/collect/ImmutableSet.h:171:24: note: 'ComGoogleCommonCollectImmutableSet_Builder_init' declared here
FOUNDATION_EXPORT void ComGoogleCommonCollectImmutableSet_Builder_init(ComGoogleCommonCollectImmutableSet_Builder *self);
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/collect/ImmutableSet.m:450:36: error: passing 'ComGoogleCommonCollectImmutableSet_Indexed *' to parameter of incompatible type 'id<JavaLangIterable>' [-Werror]
return JreDefaultFastEnumeration(self, state, stackbuf, len);
^~~~
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/localJ2objcDist/j2objcDist/include/java/lang/Iterable.h:36:26: note: passing argument to parameter 'obj' here
id<JavaLangIterable> obj, NSFastEnumerationState *state, id __unsafe_unretained *stackbuf,
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/collect/ImmutableSet.m:428:17: error: class 'ComGoogleCommonCollectImmutableSet_Indexed' defined without specifying a base class [-Werror,-Wobjc-root-class]
@implementation ComGoogleCommonCollectImmutableSet_Indexed
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/collect/ImmutableSet.m:428:59: note: add a super class to fix this problem
@implementation ComGoogleCommonCollectImmutableSet_Indexed
^
: NSObject
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/collect/ImmutableSet.m:467:6: error: conflicting types for 'ComGoogleCommonCollectImmutableSet_Indexed_init'
void ComGoogleCommonCollectImmutableSet_Indexed_init(ComGoogleCommonCollectImmutableSet_Indexed *self) {
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/collect/ImmutableSet.m:445:3: note: previous implicit declaration is here
ComGoogleCommonCollectImmutableSet_Indexed_init(self);
^
fatal error: too many errors emitted, stopping now [-ferror-limit=]
20 errors generated.
compiling ImmutableSetMultimap.m failed.
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/collect/ImmutableSetMultimap.m:200:10: error: implicit declaration of function 'ComGoogleCommonCollectImmutableSetMultimap_copyOfWithJavaLangIterable_' is invalid in C99 [-Werror,-Wimplicit-function-declaration]
return ComGoogleCommonCollectImmutableSetMultimap_copyOfWithJavaLangIterable_(entries);
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/collect/ImmutableSetMultimap.m:200:10: note: did you mean 'ComGoogleCommonCollectImmutableMultiset_copyOfWithJavaLangIterable_'?
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/localJ2objcDist/j2objcDist/include/com/google/common/collect/ImmutableMultiset.h:139:60: note: 'ComGoogleCommonCollectImmutableMultiset_copyOfWithJavaLangIterable_' declared here
FOUNDATION_EXPORT ComGoogleCommonCollectImmutableMultiset *ComGoogleCommonCollectImmutableMultiset_copyOfWithJavaLangIterable_(id<JavaLangIterable> elements);
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/collect/ImmutableSetMultimap.m:200:10: error: incompatible integer to pointer conversion returning 'int' from a function with result type 'ComGoogleCommonCollectImmutableSetMultimap *' [-Werror,-Wint-conversion]
return ComGoogleCommonCollectImmutableSetMultimap_copyOfWithJavaLangIterable_(entries);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/collect/ImmutableSetMultimap.m:464:45: error: conflicting types for 'ComGoogleCommonCollectImmutableSetMultimap_copyOfWithJavaLangIterable_'
ComGoogleCommonCollectImmutableSetMultimap *ComGoogleCommonCollectImmutableSetMultimap_copyOfWithJavaLangIterable_(id<JavaLangIterable> entries) {
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/collect/ImmutableSetMultimap.m:200:10: note: previous implicit declaration is here
return ComGoogleCommonCollectImmutableSetMultimap_copyOfWithJavaLangIterable_(entries);
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/collect/ImmutableSetMultimap.m:466:209: error: instance method '-putAllWithJavaLangIterable:' not found (return type defaults to 'id') [-Werror,-Wobjc-method-access]
return [((ComGoogleCommonCollectImmutableSetMultimap_Builder *) nil_chk([((ComGoogleCommonCollectImmutableSetMultimap_Builder *) [new_ComGoogleCommonCollectImmutableSetMultimap_Builder_init() autorelease]) putAllWithJavaLangIterable:entries])) build];
^~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/localJ2objcDist/j2objcDist/include/com/google/common/collect/ImmutableSetMultimap.h:140:12: note: receiver is instance of class declared here
@interface ComGoogleCommonCollectImmutableSetMultimap_Builder : ComGoogleCommonCollectImmutableMultimap_Builder
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/collect/ImmutableSetMultimap.m:564:10: error: 'ComGoogleCommonCollectImmutableMultimap_Builder' may not respond to 'putAllWithJavaLangIterable:' [-Werror]
[super putAllWithJavaLangIterable:entries];
~~~~~ ^
5 errors generated.
compiling ImmutableSortedAsList.m successful.
compiling ImmutableSortedMap.m failed.
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/collect/ImmutableSortedMap.m:253:10: error: implicit declaration of function 'ComGoogleCommonCollectImmutableSortedMap_copyOfWithJavaLangIterable_' is invalid in C99 [-Werror,-Wimplicit-function-declaration]
return ComGoogleCommonCollectImmutableSortedMap_copyOfWithJavaLangIterable_(entries);
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/collect/ImmutableSortedMap.m:253:10: note: did you mean 'ComGoogleCommonCollectImmutableSortedSet_copyOfWithJavaLangIterable_'?
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/localJ2objcDist/j2objcDist/include/com/google/common/collect/ImmutableSortedSet.h:206:61: note: 'ComGoogleCommonCollectImmutableSortedSet_copyOfWithJavaLangIterable_' declared here
FOUNDATION_EXPORT ComGoogleCommonCollectImmutableSortedSet *ComGoogleCommonCollectImmutableSortedSet_copyOfWithJavaLangIterable_(id<JavaLangIterable> elements);
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/collect/ImmutableSortedMap.m:253:10: error: incompatible integer to pointer conversion returning 'int' from a function with result type 'ComGoogleCommonCollectImmutableSortedMap *' [-Werror,-Wint-conversion]
return ComGoogleCommonCollectImmutableSortedMap_copyOfWithJavaLangIterable_(entries);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/collect/ImmutableSortedMap.m:258:10: error: implicit declaration of function 'ComGoogleCommonCollectImmutableSortedMap_copyOfWithJavaLangIterable_withJavaUtilComparator_' is invalid in C99 [-Werror,-Wimplicit-function-declaration]
return ComGoogleCommonCollectImmutableSortedMap_copyOfWithJavaLangIterable_withJavaUtilComparator_(entries, comparator);
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/collect/ImmutableSortedMap.m:258:10: note: did you mean 'ComGoogleCommonCollectImmutableSortedMap_copyOfWithJavaUtilMap_withJavaUtilComparator_'?
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/localJ2objcDist/j2objcDist/include/com/google/common/collect/ImmutableSortedMap.h:207:61: note: 'ComGoogleCommonCollectImmutableSortedMap_copyOfWithJavaUtilMap_withJavaUtilComparator_' declared here
FOUNDATION_EXPORT ComGoogleCommonCollectImmutableSortedMap *ComGoogleCommonCollectImmutableSortedMap_copyOfWithJavaUtilMap_withJavaUtilComparator_(id<JavaUtilMap> map, id<JavaUtilComparator> comparator);
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/collect/ImmutableSortedMap.m:258:10: error: incompatible integer to pointer conversion returning 'int' from a function with result type 'ComGoogleCommonCollectImmutableSortedMap *' [-Werror,-Wint-conversion]
return ComGoogleCommonCollectImmutableSortedMap_copyOfWithJavaLangIterable_withJavaUtilComparator_(entries, comparator);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/collect/ImmutableSortedMap.m:297:3: error: implicit declaration of function 'ComGoogleCommonCollectImmutableSortedMap_initWithComGoogleCommonCollectRegularImmutableSortedSet_withComGoogleCommonCollectImmutableList_' is invalid in C99 [-Werror,-Wimplicit-function-declaration]
ComGoogleCommonCollectImmutableSortedMap_initWithComGoogleCommonCollectRegularImmutableSortedSet_withComGoogleCommonCollectImmutableList_(self, keySet, valueList);
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/collect/ImmutableSortedMap.m:297:3: note: did you mean 'ComGoogleCommonCollectImmutableSortedMap_fromWithComGoogleCommonCollectImmutableSortedSet_withComGoogleCommonCollectImmutableList_'?
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/localJ2objcDist/j2objcDist/include/com/google/common/collect/ImmutableSortedMap.h:191:61: note: 'ComGoogleCommonCollectImmutableSortedMap_fromWithComGoogleCommonCollectImmutableSortedSet_withComGoogleCommonCollectImmutableList_' declared here
FOUNDATION_EXPORT ComGoogleCommonCollectImmutableSortedMap *ComGoogleCommonCollectImmutableSortedMap_fromWithComGoogleCommonCollectImmutableSortedSet_withComGoogleCommonCollectImmutableList_(ComGoogleCommonCollectImmutableSortedSet *keySet, ComGoogleCommonCollectImmutableList *valueList);
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/collect/ImmutableSortedMap.m:304:3: error: implicit declaration of function 'ComGoogleCommonCollectImmutableSortedMap_initWithComGoogleCommonCollectRegularImmutableSortedSet_withComGoogleCommonCollectImmutableList_withComGoogleCommonCollectImmutableSortedMap_' is invalid in C99 [-Werror,-Wimplicit-function-declaration]
ComGoogleCommonCollectImmutableSortedMap_initWithComGoogleCommonCollectRegularImmutableSortedSet_withComGoogleCommonCollectImmutableList_withComGoogleCommonCollectImmutableSortedMap_(self, keySet, valueList, descendingMap);
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/collect/ImmutableSortedMap.m:304:3: note: did you mean 'ComGoogleCommonCollectImmutableSortedMap_initWithComGoogleCommonCollectRegularImmutableSortedSet_withComGoogleCommonCollectImmutableList_'?
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/collect/ImmutableSortedMap.m:297:3: note: 'ComGoogleCommonCollectImmutableSortedMap_initWithComGoogleCommonCollectRegularImmutableSortedSet_withComGoogleCommonCollectImmutableList_' declared here
ComGoogleCommonCollectImmutableSortedMap_initWithComGoogleCommonCollectRegularImmutableSortedSet_withComGoogleCommonCollectImmutableList_(self, keySet, valueList);
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/collect/ImmutableSortedMap.m:442:24: error: implicit declaration of function 'new_ComGoogleCommonCollectImmutableSortedMap_initWithComGoogleCommonCollectRegularImmutableSortedSet_withComGoogleCommonCollectImmutableList_withComGoogleCommonCollectImmutableSortedMap_' is invalid in C99 [-Werror,-Wimplicit-function-declaration]
return result = [new_ComGoogleCommonCollectImmutableSortedMap_initWithComGoogleCommonCollectRegularImmutableSortedSet_withComGoogleCommonCollectImmutableList_withComGoogleCommonCollectImmutableSortedMap_((ComGoogleCommonCollectRegularImmutableSortedSet *) check_class_cast([((ComGoogleCommonCollectRegularImmutableSortedSet *) nil_chk(keySet_ImmutableSortedMap_)) descendingSet], [ComGoogleCommonCollectRegularImmutableSortedSet class]), [((ComGoogleCommonCollectImmutableList *) nil_chk(valueList_)) reverse], self) autorelease];
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/collect/ImmutableSortedMap.m:442:24: note: did you mean 'ComGoogleCommonCollectImmutableSortedMap_initWithComGoogleCommonCollectRegularImmutableSortedSet_withComGoogleCommonCollectImmutableList_withComGoogleCommonCollectImmutableSortedMap_'?
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/collect/ImmutableSortedMap.m:304:3: note: 'ComGoogleCommonCollectImmutableSortedMap_initWithComGoogleCommonCollectRegularImmutableSortedSet_withComGoogleCommonCollectImmutableList_withComGoogleCommonCollectImmutableSortedMap_' declared here
ComGoogleCommonCollectImmutableSortedMap_initWithComGoogleCommonCollectRegularImmutableSortedSet_withComGoogleCommonCollectImmutableList_withComGoogleCommonCollectImmutableSortedMap_(self, keySet, valueList, descendingMap);
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/collect/ImmutableSortedMap.m:442:24: error: receiver type 'int' is not 'id' or interface pointer, consider casting it to 'id' [-Werror,-Wreceiver-expr]
return result = [new_ComGoogleCommonCollectImmutableSortedMap_initWithComGoogleCommonCollectRegularImmutableSortedSet_withComGoogleCommonCollectImmutableList_withComGoogleCommonCollectImmutableSortedMap_((ComGoogleCommonCollectRegularImmutableSortedSet *) check_class_cast([((ComGoogleCommonCollectRegularImmutableSortedSet *) nil_chk(keySet_ImmutableSortedMap_)) descendingSet], [ComGoogleCommonCollectRegularImmutableSortedSet class]), [((ComGoogleCommonCollectImmutableList *) nil_chk(valueList_)) reverse], self) autorelease];
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/collect/ImmutableSortedMap.m:470:93: error: implicit declaration of function 'new_ComGoogleCommonCollectImmutableSortedMap_initWithComGoogleCommonCollectRegularImmutableSortedSet_withComGoogleCommonCollectImmutableList_' is invalid in C99 [-Werror,-Wimplicit-function-declaration]
JreStrongAssignAndConsume(&ComGoogleCommonCollectImmutableSortedMap_NATURAL_EMPTY_MAP_, new_ComGoogleCommonCollectImmutableSortedMap_initWithComGoogleCommonCollectRegularImmutableSortedSet_withComGoogleCommonCollectImmutableList_(ComGoogleCommonCollectImmutableSortedSet_emptySetWithJavaUtilComparator_(ComGoogleCommonCollectOrdering_natural()), ComGoogleCommonCollectImmutableList_of()));
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/collect/ImmutableSortedMap.m:470:93: note: did you mean 'ComGoogleCommonCollectImmutableSortedMap_initWithComGoogleCommonCollectRegularImmutableSortedSet_withComGoogleCommonCollectImmutableList_'?
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/collect/ImmutableSortedMap.m:297:3: note: 'ComGoogleCommonCollectImmutableSortedMap_initWithComGoogleCommonCollectRegularImmutableSortedSet_withComGoogleCommonCollectImmutableList_' declared here
ComGoogleCommonCollectImmutableSortedMap_initWithComGoogleCommonCollectRegularImmutableSortedSet_withComGoogleCommonCollectImmutableList_(self, keySet, valueList);
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/collect/ImmutableSortedMap.m:470:93: error: incompatible integer to pointer conversion passing 'int' to parameter of type 'id' [-Werror,-Wint-conversion]
JreStrongAssignAndConsume(&ComGoogleCommonCollectImmutableSortedMap_NATURAL_EMPTY_MAP_, new_ComGoogleCommonCollectImmutableSortedMap_initWithComGoogleCommonCollectRegularImmutableSortedSet_withComGoogleCommonCollectImmutableList_(ComGoogleCommonCollectImmutableSortedSet_emptySetWithJavaUtilComparator_(ComGoogleCommonCollectOrdering_natural()), ComGoogleCommonCollectImmutableList_of()));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/localJ2objcDist/j2objcDist/include/J2ObjC_common.h:78:74: note: passing argument to parameter 'value' here
id JreStrongAssignAndConsume(__strong id *pIvar, NS_RELEASES_ARGUMENT id value);
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/collect/ImmutableSortedMap.m:178:17: error: method definition for 'containsValueWithId:' not found [-Werror,-Wincomplete-implementation]
@implementation ComGoogleCommonCollectImmutableSortedMap
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/localJ2objcDist/j2objcDist/include/com/google/common/collect/ImmutableSortedMap.h:49:1: note: method 'containsValueWithId:' declared here
- (jboolean)containsValueWithId:(id)value;
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/collect/ImmutableSortedMap.m:178:17: error: method definition for 'init' not found [-Werror,-Wincomplete-implementation]
@implementation ComGoogleCommonCollectImmutableSortedMap
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/localJ2objcDist/j2objcDist/include/com/google/common/collect/ImmutableSortedMap.h:159:1: note: method 'init' declared here
- (instancetype)init;
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/collect/ImmutableSortedMap.m:178:17: error: method definition for 'initWithComGoogleCommonCollectImmutableSortedMap:' not found [-Werror,-Wincomplete-implementation]
@implementation ComGoogleCommonCollectImmutableSortedMap
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/localJ2objcDist/j2objcDist/include/com/google/common/collect/ImmutableSortedMap.h:161:1: note: method 'initWithComGoogleCommonCollectImmutableSortedMap:' declared here
- (instancetype)initWithComGoogleCommonCollectImmutableSortedMap:(ComGoogleCommonCollectImmutableSortedMap *)descendingMap;
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/collect/ImmutableSortedMap.m:178:17: error: method definition for 'createDescendingMap' not found [-Werror,-Wincomplete-implementation]
@implementation ComGoogleCommonCollectImmutableSortedMap
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/localJ2objcDist/j2objcDist/include/com/google/common/collect/ImmutableSortedMap.h:163:1: note: method 'createDescendingMap' declared here
- (ComGoogleCommonCollectImmutableSortedMap *)createDescendingMap;
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/collect/ImmutableSortedMap.m:178:17: error: method definition for 'fromWithComGoogleCommonCollectImmutableSortedSet:withComGoogleCommonCollectImmutableList:' not found [-Werror,-Wincomplete-implementation]
@implementation ComGoogleCommonCollectImmutableSortedMap
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/localJ2objcDist/j2objcDist/include/com/google/common/collect/ImmutableSortedMap.h:167:1: note: method 'fromWithComGoogleCommonCollectImmutableSortedSet:withComGoogleCommonCollectImmutableList:' declared here
+ (ComGoogleCommonCollectImmutableSortedMap *)fromWithComGoogleCommonCollectImmutableSortedSet:(ComGoogleCommonCollectImmutableSortedSet *)keySet
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/collect/ImmutableSortedMap.m:178:17: error: method definition for 'fromEntriesWithJavaUtilComparator:withBoolean:withInt:withJavaUtilMap_EntryArray:' not found [-Werror,-Wincomplete-implementation]
@implementation ComGoogleCommonCollectImmutableSortedMap
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/localJ2objcDist/j2objcDist/include/com/google/common/collect/ImmutableSortedMap.h:170:1: note: method 'fromEntriesWithJavaUtilComparator:withBoolean:withInt:withJavaUtilMap_EntryArray:' declared here
+ (ComGoogleCommonCollectImmutableSortedMap *)fromEntriesWithJavaUtilComparator:(id<JavaUtilComparator>)comparator
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/collect/ImmutableSortedMap.m:178:17: error: method definition for 'fromSortedEntriesWithJavaUtilComparator:withInt:withJavaUtilMap_EntryArray:' not found [-Werror,-Wincomplete-implementation]
@implementation ComGoogleCommonCollectImmutableSortedMap
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/localJ2objcDist/j2objcDist/include/com/google/common/collect/ImmutableSortedMap.h:175:1: note: method 'fromSortedEntriesWithJavaUtilComparator:withInt:withJavaUtilMap_EntryArray:' declared here
+ (ComGoogleCommonCollectImmutableSortedMap *)fromSortedEntriesWithJavaUtilComparator:(id<JavaUtilComparator>)comparator
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/collect/ImmutableSortedMap.m:567:13: error: receiver type 'int' is not 'id' or interface pointer, consider casting it to 'id' [-Werror,-Wreceiver-expr]
return [new_ComGoogleCommonCollectImmutableSortedMap_initWithComGoogleCommonCollectRegularImmutableSortedSet_withComGoogleCommonCollectImmutableList_(ComGoogleCommonCollectImmutableSortedSet_emptySetWithJavaUtilComparator_(comparator), ComGoogleCommonCollectImmutableList_of()) autorelease];
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/collect/ImmutableSortedMap.m:583:11: error: receiver type 'int' is not 'id' or interface pointer, consider casting it to 'id' [-Werror,-Wreceiver-expr]
return [new_ComGoogleCommonCollectImmutableSortedMap_initWithComGoogleCommonCollectRegularImmutableSortedSet_withComGoogleCommonCollectImmutableList_([new_ComGoogleCommonCollectRegularImmutableSortedSet_initWithComGoogleCommonCollectImmutableList_withJavaUtilComparator_(ComGoogleCommonCollectImmutableList_ofWithId_(k1), ComGoogleCommonBasePreconditions_checkNotNullWithId_(comparator)) autorelease], ComGoogleCommonCollectImmutableList_ofWithId_(v1)) autorelease];
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
fatal error: too many errors emitted, stopping now [-ferror-limit=]
20 errors generated.
compiling ImmutableSortedMapFauxverideShim.m successful.
compiling ImmutableSortedMultisetFauxverideShim.m successful.
compiling ImmutableSortedMultiset.m failed.
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/collect/ImmutableSortedMultiset.m:249:103: error: implicit declaration of function 'new_ComGoogleCommonCollectRegularImmutableSortedMultiset_initWithJavaUtilComparator_' is invalid in C99 [-Werror,-Wimplicit-function-declaration]
JreStrongAssignAndConsume(&ComGoogleCommonCollectImmutableSortedMultiset_NATURAL_EMPTY_MULTISET_, new_ComGoogleCommonCollectRegularImmutableSortedMultiset_initWithJavaUtilComparator_(ComGoogleCommonCollectImmutableSortedMultiset_NATURAL_ORDER_));
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/collect/ImmutableSortedMultiset.m:249:103: note: did you mean 'new_ComGoogleCommonCollectImmutableSortedMultiset_Builder_initWithJavaUtilComparator_'?
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/localJ2objcDist/j2objcDist/include/com/google/common/collect/ImmutableSortedMultiset.h:211:74: note: 'new_ComGoogleCommonCollectImmutableSortedMultiset_Builder_initWithJavaUtilComparator_' declared here
FOUNDATION_EXPORT ComGoogleCommonCollectImmutableSortedMultiset_Builder *new_ComGoogleCommonCollectImmutableSortedMultiset_Builder_initWithJavaUtilComparator_(id<JavaUtilComparator> comparator) NS_RETURNS_RETAINED;
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/collect/ImmutableSortedMultiset.m:249:103: error: incompatible integer to pointer conversion passing 'int' to parameter of type 'id' [-Werror,-Wint-conversion]
JreStrongAssignAndConsume(&ComGoogleCommonCollectImmutableSortedMultiset_NATURAL_EMPTY_MULTISET_, new_ComGoogleCommonCollectRegularImmutableSortedMultiset_initWithJavaUtilComparator_(ComGoogleCommonCollectImmutableSortedMultiset_NATURAL_ORDER_));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/localJ2objcDist/j2objcDist/include/J2ObjC_common.h:78:74: note: passing argument to parameter 'value' here
id JreStrongAssignAndConsume(__strong id *pIvar, NS_RELEASES_ARGUMENT id value);
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/collect/ImmutableSortedMultiset.m:315:11: error: implicit declaration of function 'new_ComGoogleCommonCollectRegularImmutableSortedMultiset_initWithComGoogleCommonCollectRegularImmutableSortedSet_withLongArray_withInt_withInt_' is invalid in C99 [-Werror,-Wimplicit-function-declaration]
return [new_ComGoogleCommonCollectRegularImmutableSortedMultiset_initWithComGoogleCommonCollectRegularImmutableSortedSet_withLongArray_withInt_withInt_(elementSet, cumulativeCounts, 0, 1) autorelease];
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/collect/ImmutableSortedMultiset.m:315:11: note: did you mean 'new_ComGoogleCommonCollectRegularImmutableSortedMultiset_initWithComGoogleCommonCollectRegularImmutableSortedSet_withIntArray_withLongArray_withInt_withInt_'?
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/localJ2objcDist/j2objcDist/include/com/google/common/collect/RegularImmutableSortedMultiset.h:72:73: note: 'new_ComGoogleCommonCollectRegularImmutableSortedMultiset_initWithComGoogleCommonCollectRegularImmutableSortedSet_withIntArray_withLongArray_withInt_withInt_' declared here
FOUNDATION_EXPORT ComGoogleCommonCollectRegularImmutableSortedMultiset *new_ComGoogleCommonCollectRegularImmutableSortedMultiset_initWithComGoogleCommonCollectRegularImmutableSortedSet_withIntArray_withLongArray_withInt_withInt_(ComGoogleCommonCollectRegularImmutableSortedSet *elementSet, IOSIntArray *counts, IOSLongArray *cumulativeCounts, jint offset, jint length) NS_RETURNS_RETAINED;
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/collect/ImmutableSortedMultiset.m:315:11: error: receiver type 'int' is not 'id' or interface pointer, consider casting it to 'id' [-Werror,-Wreceiver-expr]
return [new_ComGoogleCommonCollectRegularImmutableSortedMultiset_initWithComGoogleCommonCollectRegularImmutableSortedSet_withLongArray_withInt_withInt_(elementSet, cumulativeCounts, 0, 1) autorelease];
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/collect/ImmutableSortedMultiset.m:407:11: error: receiver type 'int' is not 'id' or interface pointer, consider casting it to 'id' [-Werror,-Wreceiver-expr]
return [new_ComGoogleCommonCollectRegularImmutableSortedMultiset_initWithComGoogleCommonCollectRegularImmutableSortedSet_withLongArray_withInt_withInt_([new_ComGoogleCommonCollectRegularImmutableSortedSet_initWithComGoogleCommonCollectImmutableList_withJavaUtilComparator_([elementsBuilder build], comparator) autorelease], cumulativeCounts, 0, [entries size]) autorelease];
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/collect/ImmutableSortedMultiset.m:416:13: error: receiver type 'int' is not 'id' or interface pointer, consider casting it to 'id' [-Werror,-Wreceiver-expr]
return [new_ComGoogleCommonCollectRegularImmutableSortedMultiset_initWithJavaUtilComparator_(comparator) autorelease];
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
6 errors generated.
compiling ImmutableSortedSet.m failed.
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/collect/ImmutableSortedSet.m:94:10: error: incompatible pointer types returning 'ComGoogleCommonCollectImmutableSortedSet *' from a function with result type 'ComGoogleCommonCollectRegularImmutableSortedSet *' [-Werror,-Wincompatible-pointer-types]
return ComGoogleCommonCollectImmutableSortedSet_emptySetWithJavaUtilComparator_(comparator);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
compiling ImmutableSortedSetFauxverideShim.m successful.
compiling Interner.m successful.
compiling ImmutableTable.m successful.
compiling Interners.m successful.
compiling Iterables.m failed.
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/collect/Iterables.m:558:10: error: implicit declaration of function 'ComGoogleCommonCollectIterables_toArrayWithJavaLangIterable_withNSObjectArray_' is invalid in C99 [-Werror,-Wimplicit-function-declaration]
return ComGoogleCommonCollectIterables_toArrayWithJavaLangIterable_withNSObjectArray_(iterable, array);
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/collect/Iterables.m:558:10: note: did you mean 'ComGoogleCommonCollectIterables_toArrayWithJavaLangIterable_withIOSClass_'?
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/localJ2objcDist/j2objcDist/include/com/google/common/collect/Iterables.h:187:35: note: 'ComGoogleCommonCollectIterables_toArrayWithJavaLangIterable_withIOSClass_' declared here
FOUNDATION_EXPORT IOSObjectArray *ComGoogleCommonCollectIterables_toArrayWithJavaLangIterable_withIOSClass_(id<JavaLangIterable> iterable, IOSClass *type);
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/collect/Iterables.m:558:10: error: incompatible integer to pointer conversion returning 'int' from a function with result type 'IOSObjectArray *' [-Werror,-Wint-conversion]
return ComGoogleCommonCollectIterables_toArrayWithJavaLangIterable_withNSObjectArray_(iterable, array);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/collect/Iterables.m:1002:17: error: conflicting types for 'ComGoogleCommonCollectIterables_toArrayWithJavaLangIterable_withNSObjectArray_'
IOSObjectArray *ComGoogleCommonCollectIterables_toArrayWithJavaLangIterable_withNSObjectArray_(id<JavaLangIterable> iterable, IOSObjectArray *array) {
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/collect/Iterables.m:558:10: note: previous implicit declaration is here
return ComGoogleCommonCollectIterables_toArrayWithJavaLangIterable_withNSObjectArray_(iterable, array);
^
3 errors generated.
compiling LexicographicalOrdering.m successful.
compiling Iterators.m successful.
compiling LinkedHashMultimap.m successful.
compiling LinkedHashMultiset.m failed.
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/collect/LinkedHashMultiset.m:133:77: error: implicit declaration of function 'ComGoogleCommonCollectMaps_newLinkedHashMapWithExpectedSizeWithInt_' is invalid in C99 [-Werror,-Wimplicit-function-declaration]
ComGoogleCommonCollectAbstractMapBasedMultiset_initWithJavaUtilMap_(self, ComGoogleCommonCollectMaps_newLinkedHashMapWithExpectedSizeWithInt_(distinctElements));
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/collect/LinkedHashMultiset.m:133:77: note: did you mean 'ComGoogleCommonCollectMaps_newHashMapWithExpectedSizeWithInt_'?
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/localJ2objcDist/j2objcDist/include/com/google/common/collect/Maps.h:312:36: note: 'ComGoogleCommonCollectMaps_newHashMapWithExpectedSizeWithInt_' declared here
FOUNDATION_EXPORT JavaUtilHashMap *ComGoogleCommonCollectMaps_newHashMapWithExpectedSizeWithInt_(jint expectedSize);
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/collect/LinkedHashMultiset.m:133:77: error: incompatible integer to pointer conversion passing 'int' to parameter of type 'id<JavaUtilMap>' [-Werror,-Wint-conversion]
ComGoogleCommonCollectAbstractMapBasedMultiset_initWithJavaUtilMap_(self, ComGoogleCommonCollectMaps_newLinkedHashMapWithExpectedSizeWithInt_(distinctElements));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/localJ2objcDist/j2objcDist/include/com/google/common/collect/AbstractMapBasedMultiset.h:71:162: note: passing argument to parameter 'backingMap' here
FOUNDATION_EXPORT void ComGoogleCommonCollectAbstractMapBasedMultiset_initWithJavaUtilMap_(ComGoogleCommonCollectAbstractMapBasedMultiset *self, id<JavaUtilMap> backingMap);
^
2 errors generated.
compiling ListMultimap.m successful.
compiling LinkedListMultimap.m successful.
compiling MapConstraint.m successful.
compiling MapDifference.m successful.
compiling Lists.m successful.
compiling MapConstraints.m successful.
compiling MapMaker.m successful.
compiling MinMaxPriorityQueue.m successful.
compiling Maps.m failed.
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/collect/Maps.m:223:12: error: cannot find interface declaration for 'ComGoogleCommonCollectMaps_ViewCachingAbstractMap'; did you mean 'ComGoogleCommonCollectMaps_ImprovedAbstractMap'?
@interface ComGoogleCommonCollectMaps_ViewCachingAbstractMap () {
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
ComGoogleCommonCollectMaps_ImprovedAbstractMap
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/localJ2objcDist/j2objcDist/include/com/google/common/collect/Maps.h:607:12: note: 'ComGoogleCommonCollectMaps_ImprovedAbstractMap' declared here
@interface ComGoogleCommonCollectMaps_ImprovedAbstractMap : JavaUtilAbstractMap
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/collect/Maps.m:232:21: error: unknown type name 'ComGoogleCommonCollectMaps_ViewCachingAbstractMap'; did you mean 'ComGoogleCommonCollectMaps_ImprovedAbstractMap'?
J2OBJC_FIELD_SETTER(ComGoogleCommonCollectMaps_ViewCachingAbstractMap, entrySet_, id<JavaUtilSet>)
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
ComGoogleCommonCollectMaps_ImprovedAbstractMap
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/localJ2objcDist/j2objcDist/include/J2ObjC_common.h:247:66: note: expanded from macro 'J2OBJC_FIELD_SETTER'
__attribute__((unused)) static inline TYPE CLASS##_set_##FIELD(CLASS *instance, TYPE value) { \
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/localJ2objcDist/j2objcDist/include/com/google/common/collect/Maps.h:607:12: note: 'ComGoogleCommonCollectMaps_ImprovedAbstractMap' declared here
@interface ComGoogleCommonCollectMaps_ImprovedAbstractMap : JavaUtilAbstractMap
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/collect/Maps.m:232:21: error: unknown type name 'ComGoogleCommonCollectMaps_ViewCachingAbstractMap'; did you mean 'ComGoogleCommonCollectMaps_ImprovedAbstractMap'?
J2OBJC_FIELD_SETTER(ComGoogleCommonCollectMaps_ViewCachingAbstractMap, entrySet_, id<JavaUtilSet>)
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
ComGoogleCommonCollectMaps_ImprovedAbstractMap
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/localJ2objcDist/j2objcDist/include/J2ObjC_common.h:251:9: note: expanded from macro 'J2OBJC_FIELD_SETTER'
CLASS *instance, NS_RELEASES_ARGUMENT TYPE value) { \
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/localJ2objcDist/j2objcDist/include/com/google/common/collect/Maps.h:607:12: note: 'ComGoogleCommonCollectMaps_ImprovedAbstractMap' declared here
@interface ComGoogleCommonCollectMaps_ImprovedAbstractMap : JavaUtilAbstractMap
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/collect/Maps.m:233:21: error: unknown type name 'ComGoogleCommonCollectMaps_ViewCachingAbstractMap'; did you mean 'ComGoogleCommonCollectMaps_ImprovedAbstractMap'?
J2OBJC_FIELD_SETTER(ComGoogleCommonCollectMaps_ViewCachingAbstractMap, keySet_ViewCachingAbstractMap_, id<JavaUtilSet>)
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
ComGoogleCommonCollectMaps_ImprovedAbstractMap
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/localJ2objcDist/j2objcDist/include/J2ObjC_common.h:247:66: note: expanded from macro 'J2OBJC_FIELD_SETTER'
__attribute__((unused)) static inline TYPE CLASS##_set_##FIELD(CLASS *instance, TYPE value) { \
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/localJ2objcDist/j2objcDist/include/com/google/common/collect/Maps.h:607:12: note: 'ComGoogleCommonCollectMaps_ImprovedAbstractMap' declared here
@interface ComGoogleCommonCollectMaps_ImprovedAbstractMap : JavaUtilAbstractMap
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/collect/Maps.m:233:21: error: unknown type name 'ComGoogleCommonCollectMaps_ViewCachingAbstractMap'; did you mean 'ComGoogleCommonCollectMaps_ImprovedAbstractMap'?
J2OBJC_FIELD_SETTER(ComGoogleCommonCollectMaps_ViewCachingAbstractMap, keySet_ViewCachingAbstractMap_, id<JavaUtilSet>)
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
ComGoogleCommonCollectMaps_ImprovedAbstractMap
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/localJ2objcDist/j2objcDist/include/J2ObjC_common.h:251:9: note: expanded from macro 'J2OBJC_FIELD_SETTER'
CLASS *instance, NS_RELEASES_ARGUMENT TYPE value) { \
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/localJ2objcDist/j2objcDist/include/com/google/common/collect/Maps.h:607:12: note: 'ComGoogleCommonCollectMaps_ImprovedAbstractMap' declared here
@interface ComGoogleCommonCollectMaps_ImprovedAbstractMap : JavaUtilAbstractMap
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/collect/Maps.m:234:21: error: unknown type name 'ComGoogleCommonCollectMaps_ViewCachingAbstractMap'; did you mean 'ComGoogleCommonCollectMaps_ImprovedAbstractMap'?
J2OBJC_FIELD_SETTER(ComGoogleCommonCollectMaps_ViewCachingAbstractMap, values_, id<JavaUtilCollection>)
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
ComGoogleCommonCollectMaps_ImprovedAbstractMap
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/localJ2objcDist/j2objcDist/include/J2ObjC_common.h:247:66: note: expanded from macro 'J2OBJC_FIELD_SETTER'
__attribute__((unused)) static inline TYPE CLASS##_set_##FIELD(CLASS *instance, TYPE value) { \
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/localJ2objcDist/j2objcDist/include/com/google/common/collect/Maps.h:607:12: note: 'ComGoogleCommonCollectMaps_ImprovedAbstractMap' declared here
@interface ComGoogleCommonCollectMaps_ImprovedAbstractMap : JavaUtilAbstractMap
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/collect/Maps.m:234:21: error: unknown type name 'ComGoogleCommonCollectMaps_ViewCachingAbstractMap'; did you mean 'ComGoogleCommonCollectMaps_ImprovedAbstractMap'?
J2OBJC_FIELD_SETTER(ComGoogleCommonCollectMaps_ViewCachingAbstractMap, values_, id<JavaUtilCollection>)
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
ComGoogleCommonCollectMaps_ImprovedAbstractMap
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/localJ2objcDist/j2objcDist/include/J2ObjC_common.h:251:9: note: expanded from macro 'J2OBJC_FIELD_SETTER'
CLASS *instance, NS_RELEASES_ARGUMENT TYPE value) { \
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/localJ2objcDist/j2objcDist/include/com/google/common/collect/Maps.h:607:12: note: 'ComGoogleCommonCollectMaps_ImprovedAbstractMap' declared here
@interface ComGoogleCommonCollectMaps_ImprovedAbstractMap : JavaUtilAbstractMap
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/collect/Maps.m:236:51: error: cannot find interface declaration for 'ComGoogleCommonCollectMaps_ViewCachingAbstractMap', superclass of 'ComGoogleCommonCollectMaps_AsMapView'; did you mean 'ComGoogleCommonCollectMaps_ImprovedAbstractMap'?
@interface ComGoogleCommonCollectMaps_AsMapView : ComGoogleCommonCollectMaps_ViewCachingAbstractMap {
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
ComGoogleCommonCollectMaps_ImprovedAbstractMap
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/localJ2objcDist/j2objcDist/include/com/google/common/collect/Maps.h:607:12: note: 'ComGoogleCommonCollectMaps_ImprovedAbstractMap' declared here
@interface ComGoogleCommonCollectMaps_ImprovedAbstractMap : JavaUtilAbstractMap
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/collect/Maps.m:901:3: error: unknown type name 'ComGoogleCommonCollectMaps_IteratorBasedAbstractMap'; did you mean 'ComGoogleCommonCollectMaps_IteratorBasedAbstractMap_$1'?
ComGoogleCommonCollectMaps_IteratorBasedAbstractMap *this$0_;
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
ComGoogleCommonCollectMaps_IteratorBasedAbstractMap_$1
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/collect/Maps.m:899:12: note: 'ComGoogleCommonCollectMaps_IteratorBasedAbstractMap_$1' declared here
@interface ComGoogleCommonCollectMaps_IteratorBasedAbstractMap_$1 : ComGoogleCommonCollectMaps_EntrySet {
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/collect/Maps.m:908:78: error: expected a type
- (instancetype)initWithComGoogleCommonCollectMaps_IteratorBasedAbstractMap:(ComGoogleCommonCollectMaps_IteratorBasedAbstractMap *)outer$;
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/collect/Maps.m:915:86: error: unknown type name 'ComGoogleCommonCollectMaps_IteratorBasedAbstractMap'; did you mean 'ComGoogleCommonCollectMaps_IteratorBasedAbstractMap_$1'?
J2OBJC_FIELD_SETTER(ComGoogleCommonCollectMaps_IteratorBasedAbstractMap_$1, this$0_, ComGoogleCommonCollectMaps_IteratorBasedAbstractMap *)
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
ComGoogleCommonCollectMaps_IteratorBasedAbstractMap_$1
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/localJ2objcDist/j2objcDist/include/J2ObjC_common.h:247:41: note: expanded from macro 'J2OBJC_FIELD_SETTER'
__attribute__((unused)) static inline TYPE CLASS##_set_##FIELD(CLASS *instance, TYPE value) { \
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/collect/Maps.m:899:12: note: 'ComGoogleCommonCollectMaps_IteratorBasedAbstractMap_$1' declared here
@interface ComGoogleCommonCollectMaps_IteratorBasedAbstractMap_$1 : ComGoogleCommonCollectMaps_EntrySet {
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/collect/Maps.m:915:86: error: unknown type name 'ComGoogleCommonCollectMaps_IteratorBasedAbstractMap'; did you mean 'ComGoogleCommonCollectMaps_IteratorBasedAbstractMap_$1'?
J2OBJC_FIELD_SETTER(ComGoogleCommonCollectMaps_IteratorBasedAbstractMap_$1, this$0_, ComGoogleCommonCollectMaps_IteratorBasedAbstractMap *)
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
ComGoogleCommonCollectMaps_IteratorBasedAbstractMap_$1
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/localJ2objcDist/j2objcDist/include/J2ObjC_common.h:247:83: note: expanded from macro 'J2OBJC_FIELD_SETTER'
__attribute__((unused)) static inline TYPE CLASS##_set_##FIELD(CLASS *instance, TYPE value) { \
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/collect/Maps.m:899:12: note: 'ComGoogleCommonCollectMaps_IteratorBasedAbstractMap_$1' declared here
@interface ComGoogleCommonCollectMaps_IteratorBasedAbstractMap_$1 : ComGoogleCommonCollectMaps_EntrySet {
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/collect/Maps.m:915:86: error: unknown type name 'ComGoogleCommonCollectMaps_IteratorBasedAbstractMap'; did you mean 'ComGoogleCommonCollectMaps_IteratorBasedAbstractMap_$1'?
J2OBJC_FIELD_SETTER(ComGoogleCommonCollectMaps_IteratorBasedAbstractMap_$1, this$0_, ComGoogleCommonCollectMaps_IteratorBasedAbstractMap *)
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
ComGoogleCommonCollectMaps_IteratorBasedAbstractMap_$1
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/localJ2objcDist/j2objcDist/include/J2ObjC_common.h:250:41: note: expanded from macro 'J2OBJC_FIELD_SETTER'
__attribute__((unused)) static inline TYPE CLASS##_setAndConsume_##FIELD( \
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/collect/Maps.m:899:12: note: 'ComGoogleCommonCollectMaps_IteratorBasedAbstractMap_$1' declared here
@interface ComGoogleCommonCollectMaps_IteratorBasedAbstractMap_$1 : ComGoogleCommonCollectMaps_EntrySet {
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/collect/Maps.m:915:86: error: unknown type name 'ComGoogleCommonCollectMaps_IteratorBasedAbstractMap'; did you mean 'ComGoogleCommonCollectMaps_IteratorBasedAbstractMap_$1'?
J2OBJC_FIELD_SETTER(ComGoogleCommonCollectMaps_IteratorBasedAbstractMap_$1, this$0_, ComGoogleCommonCollectMaps_IteratorBasedAbstractMap *)
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
ComGoogleCommonCollectMaps_IteratorBasedAbstractMap_$1
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/localJ2objcDist/j2objcDist/include/J2ObjC_common.h:251:47: note: expanded from macro 'J2OBJC_FIELD_SETTER'
CLASS *instance, NS_RELEASES_ARGUMENT TYPE value) { \
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/collect/Maps.m:899:12: note: 'ComGoogleCommonCollectMaps_IteratorBasedAbstractMap_$1' declared here
@interface ComGoogleCommonCollectMaps_IteratorBasedAbstractMap_$1 : ComGoogleCommonCollectMaps_EntrySet {
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/collect/Maps.m:917:215: error: unknown type name 'ComGoogleCommonCollectMaps_IteratorBasedAbstractMap'; did you mean 'ComGoogleCommonCollectMaps_IteratorBasedAbstractMap_$1'?
__attribute__((unused)) static void ComGoogleCommonCollectMaps_IteratorBasedAbstractMap_$1_initWithComGoogleCommonCollectMaps_IteratorBasedAbstractMap_(ComGoogleCommonCollectMaps_IteratorBasedAbstractMap_$1 *self, ComGoogleCommonCollectMaps_IteratorBasedAbstractMap *outer$);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
ComGoogleCommonCollectMaps_IteratorBasedAbstractMap_$1
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/collect/Maps.m:899:12: note: 'ComGoogleCommonCollectMaps_IteratorBasedAbstractMap_$1' declared here
@interface ComGoogleCommonCollectMaps_IteratorBasedAbstractMap_$1 : ComGoogleCommonCollectMaps_EntrySet {
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/collect/Maps.m:919:208: error: unknown type name 'ComGoogleCommonCollectMaps_IteratorBasedAbstractMap'; did you mean 'ComGoogleCommonCollectMaps_IteratorBasedAbstractMap_$1'?
__attribute__((unused)) static ComGoogleCommonCollectMaps_IteratorBasedAbstractMap_$1 *new_ComGoogleCommonCollectMaps_IteratorBasedAbstractMap_$1_initWithComGoogleCommonCollectMaps_IteratorBasedAbstractMap_(ComGoogleCommonCollectMaps_IteratorBasedAbstractMap *outer$) NS_RETURNS_RETAINED;
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
ComGoogleCommonCollectMaps_IteratorBasedAbstractMap_$1
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/collect/Maps.m:899:12: note: 'ComGoogleCommonCollectMaps_IteratorBasedAbstractMap_$1' declared here
@interface ComGoogleCommonCollectMaps_IteratorBasedAbstractMap_$1 : ComGoogleCommonCollectMaps_EntrySet {
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/collect/Maps.m:1301:10: error: implicit declaration of function 'ComGoogleCommonCollectMaps_newLinkedHashMapWithExpectedSizeWithInt_' is invalid in C99 [-Werror,-Wimplicit-function-declaration]
return ComGoogleCommonCollectMaps_newLinkedHashMapWithExpectedSizeWithInt_(expectedSize);
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/collect/Maps.m:1301:10: error: incompatible integer to pointer conversion returning 'int' from a function with result type 'JavaUtilLinkedHashMap *' [-Werror,-Wint-conversion]
return ComGoogleCommonCollectMaps_newLinkedHashMapWithExpectedSizeWithInt_(expectedSize);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/collect/Maps.m:1445:10: error: implicit declaration of function 'ComGoogleCommonCollectMaps_unmodifiableEntryIteratorWithJavaUtilIterator_' is invalid in C99 [-Werror,-Wimplicit-function-declaration]
return ComGoogleCommonCollectMaps_unmodifiableEntryIteratorWithJavaUtilIterator_(entryIterator);
^
fatal error: too many errors emitted, stopping now [-ferror-limit=]
20 errors generated.
compiling MapMakerInternalMap.m successful.
compiling Multimap.m successful.
compiling MultimapBuilder.m failed.
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/collect/MultimapBuilder.m:1344:10: error: implicit declaration of function 'ComGoogleCommonCollectMaps_newLinkedHashMapWithExpectedSizeWithInt_' is invalid in C99 [-Werror,-Wimplicit-function-declaration]
return ComGoogleCommonCollectMaps_newLinkedHashMapWithExpectedSizeWithInt_(val$expectedKeys_);
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/collect/MultimapBuilder.m:1344:10: error: incompatible integer to pointer conversion returning 'int' from a function with result type 'id<JavaUtilMap>' [-Werror,-Wint-conversion]
return ComGoogleCommonCollectMaps_newLinkedHashMapWithExpectedSizeWithInt_(val$expectedKeys_);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2 errors generated.
compiling Multiset.m successful.
compiling Multimaps.m failed.
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/collect/Multimaps.m:2808:3: error: implicit declaration of function 'ComGoogleCommonCollectMaps_ViewCachingAbstractMap_init' is invalid in C99 [-Werror,-Wimplicit-function-declaration]
ComGoogleCommonCollectMaps_ViewCachingAbstractMap_init(self);
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/collect/Multimaps.m:2808:3: note: did you mean 'ComGoogleCommonCollectMaps_ImprovedAbstractMap_init'?
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/localJ2objcDist/j2objcDist/include/com/google/common/collect/Maps.h:631:24: note: 'ComGoogleCommonCollectMaps_ImprovedAbstractMap_init' declared here
FOUNDATION_EXPORT void ComGoogleCommonCollectMaps_ImprovedAbstractMap_init(ComGoogleCommonCollectMaps_ImprovedAbstractMap *self);
^
1 error generated.
compiling Multisets.m failed.
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/collect/Multisets.m:73:6: error: instance variable is already declared
id element_;
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/localJ2objcDist/j2objcDist/include/com/google/common/collect/Multisets.h:278:6: note: previous definition is here
id element_;
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/collect/Multisets.m:74:8: error: instance variable is already declared
jint count_;
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/localJ2objcDist/j2objcDist/include/com/google/common/collect/Multisets.h:279:8: note: previous definition is here
jint count_;
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/collect/Multisets.m:79:1: error: redefinition of 'ComGoogleCommonCollectMultisets_ImmutableEntry_set_element_'
J2OBJC_FIELD_SETTER(ComGoogleCommonCollectMultisets_ImmutableEntry, element_, id)
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/localJ2objcDist/j2objcDist/include/J2ObjC_common.h:247:46: note: expanded from macro 'J2OBJC_FIELD_SETTER'
__attribute__((unused)) static inline TYPE CLASS##_set_##FIELD(CLASS *instance, TYPE value) { \
^
<scratch space>:13:1: note: expanded from here
ComGoogleCommonCollectMultisets_ImmutableEntry_set_element_
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/localJ2objcDist/j2objcDist/include/com/google/common/collect/Multisets.h:297:1: note: previous definition is here
J2OBJC_FIELD_SETTER(ComGoogleCommonCollectMultisets_ImmutableEntry, element_, id)
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/localJ2objcDist/j2objcDist/include/J2ObjC_common.h:247:46: note: expanded from macro 'J2OBJC_FIELD_SETTER'
__attribute__((unused)) static inline TYPE CLASS##_set_##FIELD(CLASS *instance, TYPE value) { \
^
<scratch space>:29:1: note: expanded from here
ComGoogleCommonCollectMultisets_ImmutableEntry_set_element_
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/collect/Multisets.m:79:1: error: redefinition of 'ComGoogleCommonCollectMultisets_ImmutableEntry_setAndConsume_element_'
J2OBJC_FIELD_SETTER(ComGoogleCommonCollectMultisets_ImmutableEntry, element_, id)
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/localJ2objcDist/j2objcDist/include/J2ObjC_common.h:250:46: note: expanded from macro 'J2OBJC_FIELD_SETTER'
__attribute__((unused)) static inline TYPE CLASS##_setAndConsume_##FIELD( \
^
<scratch space>:13:1: note: expanded from here
ComGoogleCommonCollectMultisets_ImmutableEntry_setAndConsume_element_
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/localJ2objcDist/j2objcDist/include/com/google/common/collect/Multisets.h:297:1: note: previous definition is here
J2OBJC_FIELD_SETTER(ComGoogleCommonCollectMultisets_ImmutableEntry, element_, id)
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/localJ2objcDist/j2objcDist/include/J2ObjC_common.h:250:46: note: expanded from macro 'J2OBJC_FIELD_SETTER'
__attribute__((unused)) static inline TYPE CLASS##_setAndConsume_##FIELD( \
^
<scratch space>:31:1: note: expanded from here
ComGoogleCommonCollectMultisets_ImmutableEntry_setAndConsume_element_
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/collect/Multisets.m:507:10: error: implicit declaration of function 'ComGoogleCommonCollectMultisets_removeOccurrencesWithComGoogleCommonCollectMultiset_withComGoogleCommonCollectMultiset_' is invalid in C99 [-Werror,-Wimplicit-function-declaration]
return ComGoogleCommonCollectMultisets_removeOccurrencesWithComGoogleCommonCollectMultiset_withComGoogleCommonCollectMultiset_(multisetToModify, occurrencesToRemove);
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/collect/Multisets.m:507:10: note: did you mean 'ComGoogleCommonCollectMultisets_retainOccurrencesWithComGoogleCommonCollectMultiset_withComGoogleCommonCollectMultiset_'?
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/localJ2objcDist/j2objcDist/include/com/google/common/collect/Multisets.h:127:28: note: 'ComGoogleCommonCollectMultisets_retainOccurrencesWithComGoogleCommonCollectMultiset_withComGoogleCommonCollectMultiset_' declared here
FOUNDATION_EXPORT jboolean ComGoogleCommonCollectMultisets_retainOccurrencesWithComGoogleCommonCollectMultiset_withComGoogleCommonCollectMultiset_(id<ComGoogleCommonCollectMultiset> multisetToModify, id<ComGoogleCommonCollectMultiset> multisetToRetain);
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/collect/Multisets.m:756:10: error: conflicting types for 'ComGoogleCommonCollectMultisets_removeOccurrencesWithComGoogleCommonCollectMultiset_withComGoogleCommonCollectMultiset_'
jboolean ComGoogleCommonCollectMultisets_removeOccurrencesWithComGoogleCommonCollectMultiset_withComGoogleCommonCollectMultiset_(id<ComGoogleCommonCollectMultiset> multisetToModify, id<ComGoogleCommonCollectMultiset> occurrencesToRemove) {
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/collect/Multisets.m:507:10: note: previous implicit declaration is here
return ComGoogleCommonCollectMultisets_removeOccurrencesWithComGoogleCommonCollectMultiset_withComGoogleCommonCollectMultiset_(multisetToModify, occurrencesToRemove);
^
6 errors generated.
compiling MutableClassToInstanceMap.m successful.
compiling NaturalOrdering.m successful.
compiling NullsFirstOrdering.m successful.
compiling NullsLastOrdering.m successful.
compiling ObjectArrays.m successful.
compiling PeekingIterator.m successful.
compiling Ordering.m successful.
compiling Platform.m successful.
compiling Queues.m successful.
compiling RangeMap.m successful.
compiling Range.m successful.
compiling RangeSet.m successful.
compiling RegularContiguousSet.m successful.
compiling RegularImmutableAsList.m successful.
compiling RegularImmutableBiMap.m failed.
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/collect/RegularImmutableBiMap.m:176:10: error: implicit declaration of function 'ComGoogleCommonCollectRegularImmutableBiMap_fromEntriesWithJavaUtilMap_EntryArray_' is invalid in C99 [-Werror,-Wimplicit-function-declaration]
return ComGoogleCommonCollectRegularImmutableBiMap_fromEntriesWithJavaUtilMap_EntryArray_(entries);
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/collect/RegularImmutableBiMap.m:176:10: note: did you mean 'ComGoogleCommonCollectRegularImmutableBiMap_initWithJavaUtilMap_EntryArray_'?
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/localJ2objcDist/j2objcDist/include/com/google/common/collect/RegularImmutableBiMap.h:65:24: note: 'ComGoogleCommonCollectRegularImmutableBiMap_initWithJavaUtilMap_EntryArray_' declared here
FOUNDATION_EXPORT void ComGoogleCommonCollectRegularImmutableBiMap_initWithJavaUtilMap_EntryArray_(ComGoogleCommonCollectRegularImmutableBiMap *self, IOSObjectArray *entriesToAdd);
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/collect/RegularImmutableBiMap.m:176:10: error: incompatible integer to pointer conversion returning 'int' from a function with result type 'ComGoogleCommonCollectRegularImmutableBiMap *' [-Werror,-Wint-conversion]
return ComGoogleCommonCollectRegularImmutableBiMap_fromEntriesWithJavaUtilMap_EntryArray_(entries);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/collect/RegularImmutableBiMap.m:181:10: error: implicit declaration of function 'ComGoogleCommonCollectRegularImmutableBiMap_fromEntryArrayWithInt_withJavaUtilMap_EntryArray_' is invalid in C99 [-Werror,-Wimplicit-function-declaration]
return ComGoogleCommonCollectRegularImmutableBiMap_fromEntryArrayWithInt_withJavaUtilMap_EntryArray_(n, entryArray);
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/collect/RegularImmutableBiMap.m:181:10: note: did you mean 'ComGoogleCommonCollectRegularImmutableBiMap_fromEntriesWithJavaUtilMap_EntryArray_'?
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/collect/RegularImmutableBiMap.m:176:10: note: 'ComGoogleCommonCollectRegularImmutableBiMap_fromEntriesWithJavaUtilMap_EntryArray_' declared here
return ComGoogleCommonCollectRegularImmutableBiMap_fromEntriesWithJavaUtilMap_EntryArray_(entries);
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/collect/RegularImmutableBiMap.m:181:10: error: incompatible integer to pointer conversion returning 'int' from a function with result type 'ComGoogleCommonCollectRegularImmutableBiMap *' [-Werror,-Wint-conversion]
return ComGoogleCommonCollectRegularImmutableBiMap_fromEntryArrayWithInt_withJavaUtilMap_EntryArray_(n, entryArray);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/collect/RegularImmutableBiMap.m:200:37: error: implicit declaration of function 'ComGoogleCommonCollectRegularImmutableMap_getWithId_withComGoogleCommonCollectImmutableMapEntryArray_withInt_' is invalid in C99 [-Werror,-Wimplicit-function-declaration]
return (keyTable_ == nil) ? nil : ComGoogleCommonCollectRegularImmutableMap_getWithId_withComGoogleCommonCollectImmutableMapEntryArray_withInt_(key, keyTable_, mask_);
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/collect/RegularImmutableBiMap.m:200:37: note: did you mean 'ComGoogleCommonCollectRegularImmutableMap_initWithInt_withComGoogleCommonCollectImmutableMapEntry_TerminalEntryArray_'?
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/localJ2objcDist/j2objcDist/include/com/google/common/collect/RegularImmutableMap.h:55:24: note: 'ComGoogleCommonCollectRegularImmutableMap_initWithInt_withComGoogleCommonCollectImmutableMapEntry_TerminalEntryArray_' declared here
FOUNDATION_EXPORT void ComGoogleCommonCollectRegularImmutableMap_initWithInt_withComGoogleCommonCollectImmutableMapEntry_TerminalEntryArray_(ComGoogleCommonCollectRegularImmutableMap *self, jint size, IOSObjectArray *theEntries);
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/collect/RegularImmutableBiMap.m:200:29: error: pointer/integer type mismatch in conditional expression ('void *' and 'int') [-Werror,-Wconditional-type-mismatch]
return (keyTable_ == nil) ? nil : ComGoogleCommonCollectRegularImmutableMap_getWithId_withComGoogleCommonCollectImmutableMapEntryArray_withInt_(key, keyTable_, mask_);
^ ~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/collect/RegularImmutableBiMap.m:204:70: error: implicit declaration of function 'new_ComGoogleCommonCollectImmutableMapEntrySet_RegularEntrySet_initWithComGoogleCommonCollectImmutableMap_withJavaUtilMap_EntryArray_' is invalid in C99 [-Werror,-Wimplicit-function-declaration]
return [self isEmpty] ? ComGoogleCommonCollectImmutableSet_of() : [new_ComGoogleCommonCollectImmutableMapEntrySet_RegularEntrySet_initWithComGoogleCommonCollectImmutableMap_withJavaUtilMap_EntryArray_(self, entries_) autorelease];
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/collect/RegularImmutableBiMap.m:204:70: note: did you mean 'new_ComGoogleCommonCollectImmutableMapEntry_TerminalEntry_initWithComGoogleCommonCollectImmutableMapEntry_'?
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/localJ2objcDist/j2objcDist/include/com/google/common/collect/ImmutableMapEntry.h:75:74: note: 'new_ComGoogleCommonCollectImmutableMapEntry_TerminalEntry_initWithComGoogleCommonCollectImmutableMapEntry_' declared here
FOUNDATION_EXPORT ComGoogleCommonCollectImmutableMapEntry_TerminalEntry *new_ComGoogleCommonCollectImmutableMapEntry_TerminalEntry_initWithComGoogleCommonCollectImmutableMapEntry_(ComGoogleCommonCollectImmutableMapEntry *contents) NS_RETURNS_RETAINED;
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/collect/RegularImmutableBiMap.m:204:70: error: receiver type 'int' is not 'id' or interface pointer, consider casting it to 'id' [-Werror,-Wreceiver-expr]
return [self isEmpty] ? ComGoogleCommonCollectImmutableSet_of() : [new_ComGoogleCommonCollectImmutableMapEntrySet_RegularEntrySet_initWithComGoogleCommonCollectImmutableMap_withJavaUtilMap_EntryArray_(self, entries_) autorelease];
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/collect/RegularImmutableBiMap.m:241:324: error: use of undeclared identifier 'ComGoogleCommonCollectImmutableMap_EMPTY_ENTRY_ARRAY_'
JreStrongAssignAndConsume(&ComGoogleCommonCollectRegularImmutableBiMap_EMPTY_, new_ComGoogleCommonCollectRegularImmutableBiMap_initWithComGoogleCommonCollectImmutableMapEntryArray_withComGoogleCommonCollectImmutableMapEntryArray_withJavaUtilMap_EntryArray_withInt_withInt_(nil, nil, (IOSObjectArray *) check_class_cast(JreLoadStatic(ComGoogleCommonCollectImmutableMap, EMPTY_ENTRY_ARRAY_), [IOSObjectArray class]), 0, 0));
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/localJ2objcDist/j2objcDist/include/J2ObjC_common.h:151:60: note: expanded from macro 'JreLoadStatic'
#define JreLoadStatic(CLASS, FIELD) (CLASS##_initialize(), CLASS##_##FIELD)
^
<scratch space>:28:1: note: expanded from here
ComGoogleCommonCollectImmutableMap_EMPTY_ENTRY_ARRAY_
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/collect/RegularImmutableBiMap.m:173:17: error: method definition for 'initWithJavaUtilMap_EntryArray:' not found [-Werror,-Wincomplete-implementation]
@implementation ComGoogleCommonCollectRegularImmutableBiMap
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/localJ2objcDist/j2objcDist/include/com/google/common/collect/RegularImmutableBiMap.h:40:1: note: method 'initWithJavaUtilMap_EntryArray:' declared here
- (instancetype)initWithJavaUtilMap_EntryArray:(IOSObjectArray *)entriesToAdd;
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/collect/RegularImmutableBiMap.m:173:17: error: method definition for 'initWithInt:withComGoogleCommonCollectImmutableMapEntry_TerminalEntryArray:' not found [-Werror,-Wincomplete-implementation]
@implementation ComGoogleCommonCollectRegularImmutableBiMap
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/localJ2objcDist/j2objcDist/include/com/google/common/collect/RegularImmutableBiMap.h:42:1: note: method 'initWithInt:withComGoogleCommonCollectImmutableMapEntry_TerminalEntryArray:' declared here
- (instancetype)initWithInt:(jint)n
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/collect/RegularImmutableBiMap.m:173:17: error: method definition for 'initWithComGoogleCommonCollectImmutableMapEntry_TerminalEntryArray:' not found [-Werror,-Wincomplete-implementation]
@implementation ComGoogleCommonCollectRegularImmutableBiMap
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/localJ2objcDist/j2objcDist/include/com/google/common/collect/RegularImmutableBiMap.h:45:1: note: method 'initWithComGoogleCommonCollectImmutableMapEntry_TerminalEntryArray:' declared here
- (instancetype)initWithComGoogleCommonCollectImmutableMapEntry_TerminalEntryArray:(IOSObjectArray *)entriesToAdd;
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/collect/RegularImmutableBiMap.m:290:46: error: conflicting types for 'ComGoogleCommonCollectRegularImmutableBiMap_fromEntriesWithJavaUtilMap_EntryArray_'
ComGoogleCommonCollectRegularImmutableBiMap *ComGoogleCommonCollectRegularImmutableBiMap_fromEntriesWithJavaUtilMap_EntryArray_(IOSObjectArray *entries) {
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/collect/RegularImmutableBiMap.m:176:10: note: previous implicit declaration is here
return ComGoogleCommonCollectRegularImmutableBiMap_fromEntriesWithJavaUtilMap_EntryArray_(entries);
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/collect/RegularImmutableBiMap.m:292:10: error: incompatible integer to pointer conversion returning 'int' from a function with result type 'ComGoogleCommonCollectRegularImmutableBiMap *' [-Werror,-Wint-conversion]
return ComGoogleCommonCollectRegularImmutableBiMap_fromEntryArrayWithInt_withJavaUtilMap_EntryArray_(((IOSObjectArray *) nil_chk(entries))->size_, entries);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/collect/RegularImmutableBiMap.m:295:46: error: conflicting types for 'ComGoogleCommonCollectRegularImmutableBiMap_fromEntryArrayWithInt_withJavaUtilMap_EntryArray_'
ComGoogleCommonCollectRegularImmutableBiMap *ComGoogleCommonCollectRegularImmutableBiMap_fromEntryArrayWithInt_withJavaUtilMap_EntryArray_(jint n, IOSObjectArray *entryArray) {
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/collect/RegularImmutableBiMap.m:181:10: note: previous implicit declaration is here
return ComGoogleCommonCollectRegularImmutableBiMap_fromEntryArrayWithInt_withJavaUtilMap_EntryArray_(n, entryArray);
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/collect/RegularImmutableBiMap.m:300:30: error: implicit declaration of function 'ComGoogleCommonCollectImmutableMapEntry_createEntryArrayWithInt_' is invalid in C99 [-Werror,-Wimplicit-function-declaration]
IOSObjectArray *keyTable = ComGoogleCommonCollectImmutableMapEntry_createEntryArrayWithInt_(tableSize);
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/collect/RegularImmutableBiMap.m:300:30: note: did you mean 'ComGoogleCommonCollectImmutableMapEntry_initWithId_withId_'?
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/localJ2objcDist/j2objcDist/include/com/google/common/collect/ImmutableMapEntry.h:43:24: note: 'ComGoogleCommonCollectImmutableMapEntry_initWithId_withId_' declared here
FOUNDATION_EXPORT void ComGoogleCommonCollectImmutableMapEntry_initWithId_withId_(ComGoogleCommonCollectImmutableMapEntry *self, id key, id value);
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/collect/RegularImmutableBiMap.m:300:19: error: incompatible integer to pointer conversion initializing 'IOSObjectArray *' with an expression of type 'int' [-Werror,-Wint-conversion]
IOSObjectArray *keyTable = ComGoogleCommonCollectImmutableMapEntry_createEntryArrayWithInt_(tableSize);
^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/collect/RegularImmutableBiMap.m:301:19: error: incompatible integer to pointer conversion initializing 'IOSObjectArray *' with an expression of type 'int' [-Werror,-Wint-conversion]
IOSObjectArray *valueTable = ComGoogleCommonCollectImmutableMapEntry_createEntryArrayWithInt_(tableSize);
^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/collect/RegularImmutableBiMap.m:307:13: error: incompatible integer to pointer conversion assigning to 'IOSObjectArray *' from 'int' [-Werror,-Wint-conversion]
entries = ComGoogleCommonCollectImmutableMapEntry_createEntryArrayWithInt_(n);
^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
fatal error: too many errors emitted, stopping now [-ferror-limit=]
20 errors generated.
compiling RegularImmutableList.m failed.
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/collect/RegularImmutableList.m:31:17: error: method definition for 'indexOfWithId:' not found [-Werror,-Wincomplete-implementation]
@implementation ComGoogleCommonCollectRegularImmutableList
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/localJ2objcDist/j2objcDist/include/com/google/common/collect/RegularImmutableList.h:32:1: note: method 'indexOfWithId:' declared here
- (jint)indexOfWithId:(id)object;
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/collect/RegularImmutableList.m:31:17: error: method definition for 'lastIndexOfWithId:' not found [-Werror,-Wincomplete-implementation]
@implementation ComGoogleCommonCollectRegularImmutableList
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/localJ2objcDist/j2objcDist/include/com/google/common/collect/RegularImmutableList.h:34:1: note: method 'lastIndexOfWithId:' declared here
- (jint)lastIndexOfWithId:(id)object;
^
2 errors generated.
compiling RegularImmutableMap.m failed.
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/collect/RegularImmutableMap.m:50:10: error: implicit declaration of function 'ComGoogleCommonCollectRegularImmutableMap_fromEntriesWithJavaUtilMap_EntryArray_' is invalid in C99 [-Werror,-Wimplicit-function-declaration]
return ComGoogleCommonCollectRegularImmutableMap_fromEntriesWithJavaUtilMap_EntryArray_(entries);
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/collect/RegularImmutableMap.m:50:10: note: did you mean 'ComGoogleCommonCollectRegularImmutableMap_initWithJavaUtilMap_EntryArray_'?
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/localJ2objcDist/j2objcDist/include/com/google/common/collect/RegularImmutableMap.h:59:24: note: 'ComGoogleCommonCollectRegularImmutableMap_initWithJavaUtilMap_EntryArray_' declared here
FOUNDATION_EXPORT void ComGoogleCommonCollectRegularImmutableMap_initWithJavaUtilMap_EntryArray_(ComGoogleCommonCollectRegularImmutableMap *self, IOSObjectArray *theEntries);
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/collect/RegularImmutableMap.m:50:10: error: incompatible integer to pointer conversion returning 'int' from a function with result type 'ComGoogleCommonCollectRegularImmutableMap *' [-Werror,-Wint-conversion]
return ComGoogleCommonCollectRegularImmutableMap_fromEntriesWithJavaUtilMap_EntryArray_(entries);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/collect/RegularImmutableMap.m:55:10: error: implicit declaration of function 'ComGoogleCommonCollectRegularImmutableMap_fromEntryArrayWithInt_withJavaUtilMap_EntryArray_' is invalid in C99 [-Werror,-Wimplicit-function-declaration]
return ComGoogleCommonCollectRegularImmutableMap_fromEntryArrayWithInt_withJavaUtilMap_EntryArray_(n, entryArray);
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/collect/RegularImmutableMap.m:55:10: note: did you mean 'ComGoogleCommonCollectRegularImmutableMap_fromEntriesWithJavaUtilMap_EntryArray_'?
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/collect/RegularImmutableMap.m:50:10: note: 'ComGoogleCommonCollectRegularImmutableMap_fromEntriesWithJavaUtilMap_EntryArray_' declared here
return ComGoogleCommonCollectRegularImmutableMap_fromEntriesWithJavaUtilMap_EntryArray_(entries);
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/collect/RegularImmutableMap.m:55:10: error: incompatible integer to pointer conversion returning 'int' from a function with result type 'ComGoogleCommonCollectRegularImmutableMap *' [-Werror,-Wint-conversion]
return ComGoogleCommonCollectRegularImmutableMap_fromEntryArrayWithInt_withJavaUtilMap_EntryArray_(n, entryArray);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/collect/RegularImmutableMap.m:68:3: error: implicit declaration of function 'ComGoogleCommonCollectRegularImmutableMap_checkNoConflictInKeyBucketWithId_withJavaUtilMap_Entry_withComGoogleCommonCollectImmutableMapEntry_' is invalid in C99 [-Werror,-Wimplicit-function-declaration]
ComGoogleCommonCollectRegularImmutableMap_checkNoConflictInKeyBucketWithId_withJavaUtilMap_Entry_withComGoogleCommonCollectImmutableMapEntry_(key, entry_, keyBucketHead);
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/collect/RegularImmutableMap.m:72:10: error: implicit declaration of function 'ComGoogleCommonCollectRegularImmutableMap_getWithId_withComGoogleCommonCollectImmutableMapEntryArray_withInt_' is invalid in C99 [-Werror,-Wimplicit-function-declaration]
return ComGoogleCommonCollectRegularImmutableMap_getWithId_withComGoogleCommonCollectImmutableMapEntryArray_withInt_(key, table_, mask_);
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/collect/RegularImmutableMap.m:72:10: note: did you mean 'ComGoogleCommonCollectRegularImmutableMap_initWithInt_withComGoogleCommonCollectImmutableMapEntry_TerminalEntryArray_'?
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/localJ2objcDist/j2objcDist/include/com/google/common/collect/RegularImmutableMap.h:55:24: note: 'ComGoogleCommonCollectRegularImmutableMap_initWithInt_withComGoogleCommonCollectImmutableMapEntry_TerminalEntryArray_' declared here
FOUNDATION_EXPORT void ComGoogleCommonCollectRegularImmutableMap_initWithInt_withComGoogleCommonCollectImmutableMapEntry_TerminalEntryArray_(ComGoogleCommonCollectRegularImmutableMap *self, jint size, IOSObjectArray *theEntries);
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/collect/RegularImmutableMap.m:72:10: error: incompatible integer to pointer conversion returning 'int' from a function with result type 'id' [-Werror,-Wint-conversion]
return ComGoogleCommonCollectRegularImmutableMap_getWithId_withComGoogleCommonCollectImmutableMapEntryArray_withInt_(key, table_, mask_);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/collect/RegularImmutableMap.m:78:10: error: incompatible integer to pointer conversion returning 'int' from a function with result type 'id' [-Werror,-Wint-conversion]
return ComGoogleCommonCollectRegularImmutableMap_getWithId_withComGoogleCommonCollectImmutableMapEntryArray_withInt_(key, keyTable, mask);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/collect/RegularImmutableMap.m:90:11: error: implicit declaration of function 'new_ComGoogleCommonCollectImmutableMapEntrySet_RegularEntrySet_initWithComGoogleCommonCollectImmutableMap_withJavaUtilMap_EntryArray_' is invalid in C99 [-Werror,-Wimplicit-function-declaration]
return [new_ComGoogleCommonCollectImmutableMapEntrySet_RegularEntrySet_initWithComGoogleCommonCollectImmutableMap_withJavaUtilMap_EntryArray_(self, entries_) autorelease];
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/collect/RegularImmutableMap.m:90:11: note: did you mean 'new_ComGoogleCommonCollectImmutableMapEntry_TerminalEntry_initWithComGoogleCommonCollectImmutableMapEntry_'?
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/localJ2objcDist/j2objcDist/include/com/google/common/collect/ImmutableMapEntry.h:75:74: note: 'new_ComGoogleCommonCollectImmutableMapEntry_TerminalEntry_initWithComGoogleCommonCollectImmutableMapEntry_' declared here
FOUNDATION_EXPORT ComGoogleCommonCollectImmutableMapEntry_TerminalEntry *new_ComGoogleCommonCollectImmutableMapEntry_TerminalEntry_initWithComGoogleCommonCollectImmutableMapEntry_(ComGoogleCommonCollectImmutableMapEntry *contents) NS_RETURNS_RETAINED;
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/collect/RegularImmutableMap.m:90:11: error: receiver type 'int' is not 'id' or interface pointer, consider casting it to 'id' [-Werror,-Wreceiver-expr]
return [new_ComGoogleCommonCollectImmutableMapEntrySet_RegularEntrySet_initWithComGoogleCommonCollectImmutableMap_withJavaUtilMap_EntryArray_(self, entries_) autorelease];
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/collect/RegularImmutableMap.m:47:17: error: method definition for 'initWithJavaUtilMap_EntryArray:' not found [-Werror,-Wincomplete-implementation]
@implementation ComGoogleCommonCollectRegularImmutableMap
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/localJ2objcDist/j2objcDist/include/com/google/common/collect/RegularImmutableMap.h:36:1: note: method 'initWithJavaUtilMap_EntryArray:' declared here
- (instancetype)initWithJavaUtilMap_EntryArray:(IOSObjectArray *)theEntries;
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/collect/RegularImmutableMap.m:47:17: error: method definition for 'initWithInt:withComGoogleCommonCollectImmutableMapEntry_TerminalEntryArray:' not found [-Werror,-Wincomplete-implementation]
@implementation ComGoogleCommonCollectRegularImmutableMap
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/localJ2objcDist/j2objcDist/include/com/google/common/collect/RegularImmutableMap.h:38:1: note: method 'initWithInt:withComGoogleCommonCollectImmutableMapEntry_TerminalEntryArray:' declared here
- (instancetype)initWithInt:(jint)size
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/collect/RegularImmutableMap.m:47:17: error: method definition for 'initWithComGoogleCommonCollectImmutableMapEntry_TerminalEntryArray:' not found [-Werror,-Wincomplete-implementation]
@implementation ComGoogleCommonCollectRegularImmutableMap
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/localJ2objcDist/j2objcDist/include/com/google/common/collect/RegularImmutableMap.h:41:1: note: method 'initWithComGoogleCommonCollectImmutableMapEntry_TerminalEntryArray:' declared here
- (instancetype)initWithComGoogleCommonCollectImmutableMapEntry_TerminalEntryArray:(IOSObjectArray *)theEntries;
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/collect/RegularImmutableMap.m:141:44: error: conflicting types for 'ComGoogleCommonCollectRegularImmutableMap_fromEntriesWithJavaUtilMap_EntryArray_'
ComGoogleCommonCollectRegularImmutableMap *ComGoogleCommonCollectRegularImmutableMap_fromEntriesWithJavaUtilMap_EntryArray_(IOSObjectArray *entries) {
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/collect/RegularImmutableMap.m:50:10: note: previous implicit declaration is here
return ComGoogleCommonCollectRegularImmutableMap_fromEntriesWithJavaUtilMap_EntryArray_(entries);
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/collect/RegularImmutableMap.m:143:10: error: incompatible integer to pointer conversion returning 'int' from a function with result type 'ComGoogleCommonCollectRegularImmutableMap *' [-Werror,-Wint-conversion]
return ComGoogleCommonCollectRegularImmutableMap_fromEntryArrayWithInt_withJavaUtilMap_EntryArray_(((IOSObjectArray *) nil_chk(entries))->size_, entries);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/collect/RegularImmutableMap.m:146:44: error: conflicting types for 'ComGoogleCommonCollectRegularImmutableMap_fromEntryArrayWithInt_withJavaUtilMap_EntryArray_'
ComGoogleCommonCollectRegularImmutableMap *ComGoogleCommonCollectRegularImmutableMap_fromEntryArrayWithInt_withJavaUtilMap_EntryArray_(jint n, IOSObjectArray *entryArray) {
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/collect/RegularImmutableMap.m:55:10: note: previous implicit declaration is here
return ComGoogleCommonCollectRegularImmutableMap_fromEntryArrayWithInt_withJavaUtilMap_EntryArray_(n, entryArray);
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/collect/RegularImmutableMap.m:154:15: error: implicit declaration of function 'ComGoogleCommonCollectImmutableMapEntry_createEntryArrayWithInt_' is invalid in C99 [-Werror,-Wimplicit-function-declaration]
entries = ComGoogleCommonCollectImmutableMapEntry_createEntryArrayWithInt_(n);
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/collect/RegularImmutableMap.m:154:15: note: did you mean 'ComGoogleCommonCollectImmutableMapEntry_initWithId_withId_'?
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/localJ2objcDist/j2objcDist/include/com/google/common/collect/ImmutableMapEntry.h:43:24: note: 'ComGoogleCommonCollectImmutableMapEntry_initWithId_withId_' declared here
FOUNDATION_EXPORT void ComGoogleCommonCollectImmutableMapEntry_initWithId_withId_(ComGoogleCommonCollectImmutableMapEntry *self, id key, id value);
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/collect/RegularImmutableMap.m:154:13: error: incompatible integer to pointer conversion assigning to 'IOSObjectArray *' from 'int' [-Werror,-Wint-conversion]
entries = ComGoogleCommonCollectImmutableMapEntry_createEntryArrayWithInt_(n);
^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/collect/RegularImmutableMap.m:157:19: error: incompatible integer to pointer conversion initializing 'IOSObjectArray *' with an expression of type 'int' [-Werror,-Wint-conversion]
IOSObjectArray *table = ComGoogleCommonCollectImmutableMapEntry_createEntryArrayWithInt_(tableSize);
^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
fatal error: too many errors emitted, stopping now [-ferror-limit=]
20 errors generated.
compiling RegularImmutableMultiset.m failed.
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/collect/RegularImmutableMultiset.m:60:72: error: cannot find interface declaration for 'ComGoogleCommonCollectImmutableSet_Indexed', superclass of 'ComGoogleCommonCollectRegularImmutableMultiset_ElementSet'; did you mean 'ComGoogleCommonCollectImmutableSet_Builder'?
@interface ComGoogleCommonCollectRegularImmutableMultiset_ElementSet : ComGoogleCommonCollectImmutableSet_Indexed {
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
ComGoogleCommonCollectImmutableSet_Builder
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/localJ2objcDist/j2objcDist/include/com/google/common/collect/ImmutableSet.h:147:12: note: 'ComGoogleCommonCollectImmutableSet_Builder' declared here
@interface ComGoogleCommonCollectImmutableSet_Builder : ComGoogleCommonCollectImmutableCollection_ArrayBasedBuilder
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/collect/RegularImmutableMultiset.m:93:3: error: implicit declaration of function 'ComGoogleCommonCollectRegularImmutableMultiset_initWithJavaUtilCollection_' is invalid in C99 [-Werror,-Wimplicit-function-declaration]
ComGoogleCommonCollectRegularImmutableMultiset_initWithJavaUtilCollection_(self, entries);
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/collect/RegularImmutableMultiset.m:93:3: note: did you mean 'ComGoogleCommonCollectImmutableList_copyOfWithJavaUtilCollection_'?
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/localJ2objcDist/j2objcDist/include/com/google/common/collect/ImmutableList.h:233:56: note: 'ComGoogleCommonCollectImmutableList_copyOfWithJavaUtilCollection_' declared here
FOUNDATION_EXPORT ComGoogleCommonCollectImmutableList *ComGoogleCommonCollectImmutableList_copyOfWithJavaUtilCollection_(id<JavaUtilCollection> elements);
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/collect/RegularImmutableMultiset.m:108:142: error: 'ComGoogleCommonCollectMultisets_ImmutableEntry' may not respond to 'nextInBucket' [-Werror]
for (ComGoogleCommonCollectMultisets_ImmutableEntry *entry_ = IOSObjectArray_Get(hashTable, hash_ & mask); entry_ != nil; entry_ = [entry_ nextInBucket]) {
~~~~~~ ^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/collect/RegularImmutableMultiset.m:146:87: error: implicit declaration of function 'new_ComGoogleCommonCollectRegularImmutableMultiset_initWithJavaUtilCollection_' is invalid in C99 [-Werror,-Wimplicit-function-declaration]
JreStrongAssignAndConsume(&ComGoogleCommonCollectRegularImmutableMultiset_EMPTY_, new_ComGoogleCommonCollectRegularImmutableMultiset_initWithJavaUtilCollection_(ComGoogleCommonCollectImmutableList_of()));
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/collect/RegularImmutableMultiset.m:146:87: note: did you mean 'ComGoogleCommonCollectRegularImmutableMultiset_initWithJavaUtilCollection_'?
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/collect/RegularImmutableMultiset.m:93:3: note: 'ComGoogleCommonCollectRegularImmutableMultiset_initWithJavaUtilCollection_' declared here
ComGoogleCommonCollectRegularImmutableMultiset_initWithJavaUtilCollection_(self, entries);
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/collect/RegularImmutableMultiset.m:146:87: error: incompatible integer to pointer conversion passing 'int' to parameter of type 'id' [-Werror,-Wint-conversion]
JreStrongAssignAndConsume(&ComGoogleCommonCollectRegularImmutableMultiset_EMPTY_, new_ComGoogleCommonCollectRegularImmutableMultiset_initWithJavaUtilCollection_(ComGoogleCommonCollectImmutableList_of()));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/localJ2objcDist/j2objcDist/include/J2ObjC_common.h:78:74: note: passing argument to parameter 'value' here
id JreStrongAssignAndConsume(__strong id *pIvar, NS_RELEASES_ARGUMENT id value);
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/collect/RegularImmutableMultiset.m:90:17: error: method definition for 'containsWithId:' not found [-Werror,-Wincomplete-implementation]
@implementation ComGoogleCommonCollectRegularImmutableMultiset
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/localJ2objcDist/j2objcDist/include/com/google/common/collect/RegularImmutableMultiset.h:31:1: note: method 'containsWithId:' declared here
- (jboolean)containsWithId:(id)element;
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/collect/RegularImmutableMultiset.m:90:17: error: method definition for 'initWithComGoogleCommonCollectImmutableMap:withInt:' not found [-Werror,-Wincomplete-implementation]
@implementation ComGoogleCommonCollectRegularImmutableMultiset
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/localJ2objcDist/j2objcDist/include/com/google/common/collect/RegularImmutableMultiset.h:43:1: note: method 'initWithComGoogleCommonCollectImmutableMap:withInt:' declared here
- (instancetype)initWithComGoogleCommonCollectImmutableMap:(ComGoogleCommonCollectImmutableMap *)map
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/collect/RegularImmutableMultiset.m:181:6: error: conflicting types for 'ComGoogleCommonCollectRegularImmutableMultiset_initWithJavaUtilCollection_'
void ComGoogleCommonCollectRegularImmutableMultiset_initWithJavaUtilCollection_(ComGoogleCommonCollectRegularImmutableMultiset *self, id<JavaUtilCollection> entries) {
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/collect/RegularImmutableMultiset.m:93:3: note: previous implicit declaration is here
ComGoogleCommonCollectRegularImmutableMultiset_initWithJavaUtilCollection_(self, entries);
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/collect/RegularImmutableMultiset.m:225:49: error: conflicting types for 'new_ComGoogleCommonCollectRegularImmutableMultiset_initWithJavaUtilCollection_'
ComGoogleCommonCollectRegularImmutableMultiset *new_ComGoogleCommonCollectRegularImmutableMultiset_initWithJavaUtilCollection_(id<JavaUtilCollection> entries) {
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/collect/RegularImmutableMultiset.m:146:87: note: previous implicit declaration is here
JreStrongAssignAndConsume(&ComGoogleCommonCollectRegularImmutableMultiset_EMPTY_, new_ComGoogleCommonCollectRegularImmutableMultiset_initWithJavaUtilCollection_(ComGoogleCommonCollectImmutableList_of()));
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/collect/RegularImmutableMultiset.m:308:36: error: passing 'ComGoogleCommonCollectRegularImmutableMultiset_ElementSet *' to parameter of incompatible type 'id<JavaLangIterable>' [-Werror]
return JreDefaultFastEnumeration(self, state, stackbuf, len);
^~~~
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/localJ2objcDist/j2objcDist/include/java/lang/Iterable.h:36:26: note: passing argument to parameter 'obj' here
id<JavaLangIterable> obj, NSFastEnumerationState *state, id __unsafe_unretained *stackbuf,
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/collect/RegularImmutableMultiset.m:335:3: error: implicit declaration of function 'ComGoogleCommonCollectImmutableSet_Indexed_init' is invalid in C99 [-Werror,-Wimplicit-function-declaration]
ComGoogleCommonCollectImmutableSet_Indexed_init(self);
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/collect/RegularImmutableMultiset.m:335:3: note: did you mean 'ComGoogleCommonCollectImmutableSet_Builder_init'?
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/localJ2objcDist/j2objcDist/include/com/google/common/collect/ImmutableSet.h:171:24: note: 'ComGoogleCommonCollectImmutableSet_Builder_init' declared here
FOUNDATION_EXPORT void ComGoogleCommonCollectImmutableSet_Builder_init(ComGoogleCommonCollectImmutableSet_Builder *self);
^
11 errors generated.
compiling RegularImmutableSet.m successful.
compiling RegularImmutableSortedMultiset.m failed.
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/collect/RegularImmutableSortedMultiset.m:48:3: error: implicit declaration of function 'ComGoogleCommonCollectRegularImmutableSortedMultiset_initWithJavaUtilComparator_' is invalid in C99 [-Werror,-Wimplicit-function-declaration]
ComGoogleCommonCollectRegularImmutableSortedMultiset_initWithJavaUtilComparator_(self, comparator);
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/collect/RegularImmutableSortedMultiset.m:48:3: note: did you mean 'ComGoogleCommonCollectImmutableSortedSet_initWithJavaUtilComparator_'?
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/localJ2objcDist/j2objcDist/include/com/google/common/collect/ImmutableSortedSet.h:230:24: note: 'ComGoogleCommonCollectImmutableSortedSet_initWithJavaUtilComparator_' declared here
FOUNDATION_EXPORT void ComGoogleCommonCollectImmutableSortedSet_initWithJavaUtilComparator_(ComGoogleCommonCollectImmutableSortedSet *self, id<JavaUtilComparator> comparator);
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/collect/RegularImmutableSortedMultiset.m:56:3: error: implicit declaration of function 'ComGoogleCommonCollectRegularImmutableSortedMultiset_initWithComGoogleCommonCollectRegularImmutableSortedSet_withLongArray_withInt_withInt_' is invalid in C99 [-Werror,-Wimplicit-function-declaration]
ComGoogleCommonCollectRegularImmutableSortedMultiset_initWithComGoogleCommonCollectRegularImmutableSortedSet_withLongArray_withInt_withInt_(self, elementSet, cumulativeCounts, offset, length);
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/collect/RegularImmutableSortedMultiset.m:56:3: note: did you mean 'ComGoogleCommonCollectRegularImmutableSortedMultiset_initWithComGoogleCommonCollectRegularImmutableSortedSet_withIntArray_withLongArray_withInt_withInt_'?
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/localJ2objcDist/j2objcDist/include/com/google/common/collect/RegularImmutableSortedMultiset.h:70:24: note: 'ComGoogleCommonCollectRegularImmutableSortedMultiset_initWithComGoogleCommonCollectRegularImmutableSortedSet_withIntArray_withLongArray_withInt_withInt_' declared here
FOUNDATION_EXPORT void ComGoogleCommonCollectRegularImmutableSortedMultiset_initWithComGoogleCommonCollectRegularImmutableSortedSet_withIntArray_withLongArray_withInt_withInt_(ComGoogleCommonCollectRegularImmutableSortedMultiset *self, ComGoogleCommonCollectRegularImmutableSortedSet *elementSet, IOSIntArray *counts, IOSLongArray *cumulativeCounts, jint offset, jint length);
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/collect/RegularImmutableSortedMultiset.m:110:54: error: incompatible pointer types initializing 'ComGoogleCommonCollectRegularImmutableSortedSet *' with an expression of type 'ComGoogleCommonCollectImmutableSortedSet *' [-Werror,-Wincompatible-pointer-types]
ComGoogleCommonCollectRegularImmutableSortedSet *subElementSet = [((ComGoogleCommonCollectRegularImmutableSortedSet *) nil_chk(elementSet_)) getSubSetWithInt:from withInt:to];
^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/collect/RegularImmutableSortedMultiset.m:111:13: error: implicit declaration of function 'new_ComGoogleCommonCollectRegularImmutableSortedMultiset_initWithComGoogleCommonCollectRegularImmutableSortedSet_withLongArray_withInt_withInt_' is invalid in C99 [-Werror,-Wimplicit-function-declaration]
return [new_ComGoogleCommonCollectRegularImmutableSortedMultiset_initWithComGoogleCommonCollectRegularImmutableSortedSet_withLongArray_withInt_withInt_(subElementSet, cumulativeCounts_, offset_ + from, to - from) autorelease];
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/collect/RegularImmutableSortedMultiset.m:111:13: note: did you mean 'ComGoogleCommonCollectRegularImmutableSortedMultiset_initWithComGoogleCommonCollectRegularImmutableSortedSet_withLongArray_withInt_withInt_'?
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/collect/RegularImmutableSortedMultiset.m:56:3: note: 'ComGoogleCommonCollectRegularImmutableSortedMultiset_initWithComGoogleCommonCollectRegularImmutableSortedSet_withLongArray_withInt_withInt_' declared here
ComGoogleCommonCollectRegularImmutableSortedMultiset_initWithComGoogleCommonCollectRegularImmutableSortedSet_withLongArray_withInt_withInt_(self, elementSet, cumulativeCounts, offset, length);
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/collect/RegularImmutableSortedMultiset.m:111:13: error: receiver type 'int' is not 'id' or interface pointer, consider casting it to 'id' [-Werror,-Wreceiver-expr]
return [new_ComGoogleCommonCollectRegularImmutableSortedMultiset_initWithComGoogleCommonCollectRegularImmutableSortedSet_withLongArray_withInt_withInt_(subElementSet, cumulativeCounts_, offset_ + from, to - from) autorelease];
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/collect/RegularImmutableSortedMultiset.m:45:17: error: method definition for 'initWithComGoogleCommonCollectRegularImmutableSortedSet:withIntArray:withLongArray:withInt:withInt:' not found [-Werror,-Wincomplete-implementation]
@implementation ComGoogleCommonCollectRegularImmutableSortedMultiset
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/localJ2objcDist/j2objcDist/include/com/google/common/collect/RegularImmutableSortedMultiset.h:52:1: note: method 'initWithComGoogleCommonCollectRegularImmutableSortedSet:withIntArray:withLongArray:withInt:withInt:' declared here
- (instancetype)initWithComGoogleCommonCollectRegularImmutableSortedSet:(ComGoogleCommonCollectRegularImmutableSortedSet *)elementSet
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/collect/RegularImmutableSortedMultiset.m:170:6: error: conflicting types for 'ComGoogleCommonCollectRegularImmutableSortedMultiset_initWithJavaUtilComparator_'
void ComGoogleCommonCollectRegularImmutableSortedMultiset_initWithJavaUtilComparator_(ComGoogleCommonCollectRegularImmutableSortedMultiset *self, id<JavaUtilComparator> comparator) {
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/collect/RegularImmutableSortedMultiset.m:48:3: note: previous implicit declaration is here
ComGoogleCommonCollectRegularImmutableSortedMultiset_initWithJavaUtilComparator_(self, comparator);
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/collect/RegularImmutableSortedMultiset.m:184:6: error: conflicting types for 'ComGoogleCommonCollectRegularImmutableSortedMultiset_initWithComGoogleCommonCollectRegularImmutableSortedSet_withLongArray_withInt_withInt_'
void ComGoogleCommonCollectRegularImmutableSortedMultiset_initWithComGoogleCommonCollectRegularImmutableSortedSet_withLongArray_withInt_withInt_(ComGoogleCommonCollectRegularImmutableSortedMultiset *self, ComGoogleCommonCollectRegularImmutableSortedSet *elementSet, IOSLongArray *cumulativeCounts, jint offset, jint length) {
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/collect/RegularImmutableSortedMultiset.m:56:3: note: previous implicit declaration is here
ComGoogleCommonCollectRegularImmutableSortedMultiset_initWithComGoogleCommonCollectRegularImmutableSortedSet_withLongArray_withInt_withInt_(self, elementSet, cumulativeCounts, offset, length);
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/collect/RegularImmutableSortedMultiset.m:192:55: error: conflicting types for 'new_ComGoogleCommonCollectRegularImmutableSortedMultiset_initWithComGoogleCommonCollectRegularImmutableSortedSet_withLongArray_withInt_withInt_'
ComGoogleCommonCollectRegularImmutableSortedMultiset *new_ComGoogleCommonCollectRegularImmutableSortedMultiset_initWithComGoogleCommonCollectRegularImmutableSortedSet_withLongArray_withInt_withInt_(ComGoogleCommonCollectRegularImmutableSortedSet *elementSet, IOSLongArray *cumulativeCounts, jint offset, jint length) {
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/collect/RegularImmutableSortedMultiset.m:111:13: note: previous implicit declaration is here
return [new_ComGoogleCommonCollectRegularImmutableSortedMultiset_initWithComGoogleCommonCollectRegularImmutableSortedSet_withLongArray_withInt_withInt_(subElementSet, cumulativeCounts_, offset_ + from, to - from) autorelease];
^
9 errors generated.
compiling RegularImmutableSortedSet.m failed.
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/collect/RegularImmutableSortedSet.m:234:12: error: incompatible pointer types returning 'ComGoogleCommonCollectImmutableSortedSet *' from a function with result type 'ComGoogleCommonCollectRegularImmutableSortedSet *' [-Werror,-Wincompatible-pointer-types]
return ComGoogleCommonCollectImmutableSortedSet_emptySetWithJavaUtilComparator_(comparator_);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/collect/RegularImmutableSortedSet.m:45:17: error: method definition for 'isEmpty' not found [-Werror,-Wincomplete-implementation]
@implementation ComGoogleCommonCollectRegularImmutableSortedSet
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/localJ2objcDist/j2objcDist/include/com/google/common/collect/RegularImmutableSortedSet.h:49:1: note: method 'isEmpty' declared here
- (jboolean)isEmpty;
^
2 errors generated.
compiling RegularImmutableTable.m failed.
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/collect/RegularImmutableTable.m:37:66: error: cannot find interface declaration for 'ComGoogleCommonCollectImmutableSet_Indexed', superclass of 'ComGoogleCommonCollectRegularImmutableTable_CellSet'; did you mean 'ComGoogleCommonCollectImmutableSet_Builder'?
@interface ComGoogleCommonCollectRegularImmutableTable_CellSet : ComGoogleCommonCollectImmutableSet_Indexed {
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
ComGoogleCommonCollectImmutableSet_Builder
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/localJ2objcDist/j2objcDist/include/com/google/common/collect/ImmutableSet.h:147:12: note: 'ComGoogleCommonCollectImmutableSet_Builder' declared here
@interface ComGoogleCommonCollectImmutableSet_Builder : ComGoogleCommonCollectImmutableCollection_ArrayBasedBuilder
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/collect/RegularImmutableTable.m:126:10: error: incompatible pointer types returning 'NSObject<NSObject,JavaObject> *' from a function with result type 'ComGoogleCommonCollectImmutableSet *' [-Werror,-Wincompatible-pointer-types]
return [self isEmpty] ? ComGoogleCommonCollectImmutableSet_of() : [new_ComGoogleCommonCollectRegularImmutableTable_CellSet_initWithComGoogleCommonCollectRegularImmutableTable_(self) autorelease];
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/collect/RegularImmutableTable.m:251:36: error: passing 'ComGoogleCommonCollectRegularImmutableTable_CellSet *' to parameter of incompatible type 'id<JavaLangIterable>' [-Werror]
return JreDefaultFastEnumeration(self, state, stackbuf, len);
^~~~
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/localJ2objcDist/j2objcDist/include/java/lang/Iterable.h:36:26: note: passing argument to parameter 'obj' here
id<JavaLangIterable> obj, NSFastEnumerationState *state, id __unsafe_unretained *stackbuf,
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/collect/RegularImmutableTable.m:278:3: error: implicit declaration of function 'ComGoogleCommonCollectImmutableSet_Indexed_init' is invalid in C99 [-Werror,-Wimplicit-function-declaration]
ComGoogleCommonCollectImmutableSet_Indexed_init(self);
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/collect/RegularImmutableTable.m:278:3: note: did you mean 'ComGoogleCommonCollectImmutableSet_Builder_init'?
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/localJ2objcDist/j2objcDist/include/com/google/common/collect/ImmutableSet.h:171:24: note: 'ComGoogleCommonCollectImmutableSet_Builder_init' declared here
FOUNDATION_EXPORT void ComGoogleCommonCollectImmutableSet_Builder_init(ComGoogleCommonCollectImmutableSet_Builder *self);
^
4 errors generated.
compiling ReverseNaturalOrdering.m successful.
compiling ReverseOrdering.m successful.
compiling RowSortedTable.m successful.
compiling Serialization.m successful.
compiling SetMultimap.m successful.
compiling Sets.m failed.
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/collect/Sets.m:1799:37: error: implicit declaration of function 'ComGoogleCommonCollectMaps_indexMapWithJavaUtilCollection_' is invalid in C99 [-Werror,-Wimplicit-function-declaration]
JreStrongAssign(&self->inputSet_, ComGoogleCommonCollectMaps_indexMapWithJavaUtilCollection_(input));
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/collect/Sets.m:1799:37: note: did you mean 'ComGoogleCommonCollectMaps_newTreeMapWithJavaUtilComparator_'?
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/localJ2objcDist/j2objcDist/include/com/google/common/collect/Maps.h:328:36: note: 'ComGoogleCommonCollectMaps_newTreeMapWithJavaUtilComparator_' declared here
FOUNDATION_EXPORT JavaUtilTreeMap *ComGoogleCommonCollectMaps_newTreeMapWithJavaUtilComparator_(id<JavaUtilComparator> comparator);
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/collect/Sets.m:1799:37: error: incompatible integer to pointer conversion passing 'int' to parameter of type 'id' [-Werror,-Wint-conversion]
JreStrongAssign(&self->inputSet_, ComGoogleCommonCollectMaps_indexMapWithJavaUtilCollection_(input));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/localJ2objcDist/j2objcDist/include/J2ObjC_common.h:77:43: note: passing argument to parameter 'value' here
id JreStrongAssign(__strong id *pIvar, id value);
^
2 errors generated.
compiling SingletonImmutableBiMap.m failed.
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/collect/SingletonImmutableBiMap.m:28:17: error: method definition for 'initWithJavaUtilMap_Entry:' not found [-Werror,-Wincomplete-implementation]
@implementation ComGoogleCommonCollectSingletonImmutableBiMap
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/localJ2objcDist/j2objcDist/include/com/google/common/collect/SingletonImmutableBiMap.h:47:1: note: method 'initWithJavaUtilMap_Entry:' declared here
- (instancetype)initWithJavaUtilMap_Entry:(id<JavaUtilMap_Entry>)entry_;
^
1 error generated.
compiling SingletonImmutableList.m failed.
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/collect/SingletonImmutableList.m:14:17: error: method definition for 'containsWithId:' not found [-Werror,-Wincomplete-implementation]
@implementation ComGoogleCommonCollectSingletonImmutableList
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/localJ2objcDist/j2objcDist/include/com/google/common/collect/SingletonImmutableList.h:33:1: note: method 'containsWithId:' declared here
- (jboolean)containsWithId:(id)object;
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/collect/SingletonImmutableList.m:14:17: error: method definition for 'isEqual:' not found [-Werror,-Wincomplete-implementation]
@implementation ComGoogleCommonCollectSingletonImmutableList
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/localJ2objcDist/j2objcDist/include/com/google/common/collect/SingletonImmutableList.h:35:1: note: method 'isEqual:' declared here
- (jboolean)isEqual:(id)object;
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/collect/SingletonImmutableList.m:14:17: error: method definition for 'hash' not found [-Werror,-Wincomplete-implementation]
@implementation ComGoogleCommonCollectSingletonImmutableList
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/localJ2objcDist/j2objcDist/include/com/google/common/collect/SingletonImmutableList.h:39:1: note: method 'hash' declared here
- (NSUInteger)hash;
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/collect/SingletonImmutableList.m:14:17: error: method definition for 'indexOfWithId:' not found [-Werror,-Wincomplete-implementation]
@implementation ComGoogleCommonCollectSingletonImmutableList
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/localJ2objcDist/j2objcDist/include/com/google/common/collect/SingletonImmutableList.h:41:1: note: method 'indexOfWithId:' declared here
- (jint)indexOfWithId:(id)object;
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/collect/SingletonImmutableList.m:14:17: error: method definition for 'isEmpty' not found [-Werror,-Wincomplete-implementation]
@implementation ComGoogleCommonCollectSingletonImmutableList
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/localJ2objcDist/j2objcDist/include/com/google/common/collect/SingletonImmutableList.h:43:1: note: method 'isEmpty' declared here
- (jboolean)isEmpty;
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/collect/SingletonImmutableList.m:14:17: error: method definition for 'lastIndexOfWithId:' not found [-Werror,-Wincomplete-implementation]
@implementation ComGoogleCommonCollectSingletonImmutableList
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/localJ2objcDist/j2objcDist/include/com/google/common/collect/SingletonImmutableList.h:47:1: note: method 'lastIndexOfWithId:' declared here
- (jint)lastIndexOfWithId:(id)object;
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/collect/SingletonImmutableList.m:14:17: error: method definition for 'reverse' not found [-Werror,-Wincomplete-implementation]
@implementation ComGoogleCommonCollectSingletonImmutableList
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/localJ2objcDist/j2objcDist/include/com/google/common/collect/SingletonImmutableList.h:49:1: note: method 'reverse' declared here
- (ComGoogleCommonCollectImmutableList *)reverse;
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/collect/SingletonImmutableList.m:14:17: error: method definition for 'copyIntoArrayWithNSObjectArray:withInt:' not found [-Werror,-Wincomplete-implementation]
@implementation ComGoogleCommonCollectSingletonImmutableList
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/localJ2objcDist/j2objcDist/include/com/google/common/collect/SingletonImmutableList.h:62:1: note: method 'copyIntoArrayWithNSObjectArray:withInt:' declared here
- (jint)copyIntoArrayWithNSObjectArray:(IOSObjectArray *)dst
^
8 errors generated.
compiling SingletonImmutableSet.m failed.
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/collect/SingletonImmutableSet.m:22:17: error: method definition for 'isEqual:' not found [-Werror,-Wincomplete-implementation]
@implementation ComGoogleCommonCollectSingletonImmutableSet
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/localJ2objcDist/j2objcDist/include/com/google/common/collect/SingletonImmutableSet.h:35:1: note: method 'isEqual:' declared here
- (jboolean)isEqual:(id)object;
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/collect/SingletonImmutableSet.m:22:17: error: method definition for 'isEmpty' not found [-Werror,-Wincomplete-implementation]
@implementation ComGoogleCommonCollectSingletonImmutableSet
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/localJ2objcDist/j2objcDist/include/com/google/common/collect/SingletonImmutableSet.h:39:1: note: method 'isEmpty' declared here
- (jboolean)isEmpty;
^
2 errors generated.
compiling SingletonImmutableTable.m successful.
compiling SortedIterable.m successful.
compiling SortedIterables.m successful.
compiling SortedLists.m successful.
compiling SortedMapDifference.m successful.
compiling SortedMultiset.m successful.
compiling SortedMultisetBridge.m successful.
compiling SortedMultisets.m successful.
compiling SortedSetMultimap.m successful.
compiling SparseImmutableTable.m failed.
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/collect/SparseImmutableTable.m:107:30: error: implicit declaration of function 'ComGoogleCommonCollectMaps_indexMapWithJavaUtilCollection_' is invalid in C99 [-Werror,-Wimplicit-function-declaration]
id<JavaUtilMap> rowIndex = ComGoogleCommonCollectMaps_indexMapWithJavaUtilCollection_(rowSpace);
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/collect/SparseImmutableTable.m:107:30: note: did you mean 'ComGoogleCommonCollectMaps_newTreeMapWithJavaUtilComparator_'?
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/localJ2objcDist/j2objcDist/include/com/google/common/collect/Maps.h:328:36: note: 'ComGoogleCommonCollectMaps_newTreeMapWithJavaUtilComparator_' declared here
FOUNDATION_EXPORT JavaUtilTreeMap *ComGoogleCommonCollectMaps_newTreeMapWithJavaUtilComparator_(id<JavaUtilComparator> comparator);
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/collect/SparseImmutableTable.m:107:19: error: incompatible integer to pointer conversion initializing 'id<JavaUtilMap>' with an expression of type 'int' [-Werror,-Wint-conversion]
id<JavaUtilMap> rowIndex = ComGoogleCommonCollectMaps_indexMapWithJavaUtilCollection_(rowSpace);
^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2 errors generated.
compiling StandardRowSortedTable.m successful.
compiling StandardTable.m failed.
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/collect/StandardTable.m:172:57: error: cannot find interface declaration for 'ComGoogleCommonCollectMaps_ViewCachingAbstractMap', superclass of 'ComGoogleCommonCollectStandardTable_Column'; did you mean 'ComGoogleCommonCollectMaps_ImprovedAbstractMap'?
@interface ComGoogleCommonCollectStandardTable_Column : ComGoogleCommonCollectMaps_ViewCachingAbstractMap {
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
ComGoogleCommonCollectMaps_ImprovedAbstractMap
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/localJ2objcDist/j2objcDist/include/com/google/common/collect/Maps.h:607:12: note: 'ComGoogleCommonCollectMaps_ImprovedAbstractMap' declared here
@interface ComGoogleCommonCollectMaps_ImprovedAbstractMap : JavaUtilAbstractMap
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/collect/StandardTable.m:431:60: error: cannot find interface declaration for 'ComGoogleCommonCollectMaps_ViewCachingAbstractMap', superclass of 'ComGoogleCommonCollectStandardTable_ColumnMap'; did you mean 'ComGoogleCommonCollectMaps_ImprovedAbstractMap'?
@interface ComGoogleCommonCollectStandardTable_ColumnMap : ComGoogleCommonCollectMaps_ViewCachingAbstractMap {
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
ComGoogleCommonCollectMaps_ImprovedAbstractMap
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/localJ2objcDist/j2objcDist/include/com/google/common/collect/Maps.h:607:12: note: 'ComGoogleCommonCollectMaps_ImprovedAbstractMap' declared here
@interface ComGoogleCommonCollectMaps_ImprovedAbstractMap : JavaUtilAbstractMap
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/collect/StandardTable.m:931:17: error: method definition for 'createEntrySet' not found [-Werror,-Wincomplete-implementation]
@implementation ComGoogleCommonCollectStandardTable_Row
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/localJ2objcDist/j2objcDist/include/com/google/common/collect/StandardTable.h:175:1: note: method 'createEntrySet' declared here
- (id<JavaUtilSet>)createEntrySet;
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/collect/StandardTable.m:1041:3: error: implicit declaration of function 'ComGoogleCommonCollectMaps_IteratorBasedAbstractMap_init' is invalid in C99 [-Werror,-Wimplicit-function-declaration]
ComGoogleCommonCollectMaps_IteratorBasedAbstractMap_init(self);
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/collect/StandardTable.m:1041:3: note: did you mean 'ComGoogleCommonCollectMaps_ImprovedAbstractMap_init'?
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/localJ2objcDist/j2objcDist/include/com/google/common/collect/Maps.h:631:24: note: 'ComGoogleCommonCollectMaps_ImprovedAbstractMap_init' declared here
FOUNDATION_EXPORT void ComGoogleCommonCollectMaps_ImprovedAbstractMap_init(ComGoogleCommonCollectMaps_ImprovedAbstractMap *self);
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/collect/StandardTable.m:1255:3: error: implicit declaration of function 'ComGoogleCommonCollectMaps_ViewCachingAbstractMap_init' is invalid in C99 [-Werror,-Wimplicit-function-declaration]
ComGoogleCommonCollectMaps_ViewCachingAbstractMap_init(self);
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/collect/StandardTable.m:1255:3: note: did you mean 'ComGoogleCommonCollectMaps_ImprovedAbstractMap_init'?
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/localJ2objcDist/j2objcDist/include/com/google/common/collect/Maps.h:631:24: note: 'ComGoogleCommonCollectMaps_ImprovedAbstractMap_init' declared here
FOUNDATION_EXPORT void ComGoogleCommonCollectMaps_ImprovedAbstractMap_init(ComGoogleCommonCollectMaps_ImprovedAbstractMap *self);
^
5 errors generated.
compiling Synchronized.m successful.
compiling Table.m successful.
compiling Tables.m successful.
compiling TransformedIterator.m successful.
compiling TransformedListIterator.m successful.
compiling TreeBasedTable.m successful.
compiling TreeMultimap.m successful.
compiling TreeMultiset.m successful.
compiling TreeRangeMap.m failed.
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/collect/TreeRangeMap.m:110:63: error: cannot find interface declaration for 'ComGoogleCommonCollectMaps_IteratorBasedAbstractMap', superclass of 'ComGoogleCommonCollectTreeRangeMap_AsMapOfRanges'; did you mean 'ComGoogleCommonCollectMaps_ImprovedAbstractMap'?
@interface ComGoogleCommonCollectTreeRangeMap_AsMapOfRanges : ComGoogleCommonCollectMaps_IteratorBasedAbstractMap {
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
ComGoogleCommonCollectMaps_ImprovedAbstractMap
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/localJ2objcDist/j2objcDist/include/com/google/common/collect/Maps.h:607:12: note: 'ComGoogleCommonCollectMaps_ImprovedAbstractMap' declared here
@interface ComGoogleCommonCollectMaps_ImprovedAbstractMap : JavaUtilAbstractMap
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/collect/TreeRangeMap.m:769:3: error: implicit declaration of function 'ComGoogleCommonCollectMaps_IteratorBasedAbstractMap_init' is invalid in C99 [-Werror,-Wimplicit-function-declaration]
ComGoogleCommonCollectMaps_IteratorBasedAbstractMap_init(self);
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/collect/TreeRangeMap.m:769:3: note: did you mean 'ComGoogleCommonCollectMaps_ImprovedAbstractMap_init'?
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/localJ2objcDist/j2objcDist/include/com/google/common/collect/Maps.h:631:24: note: 'ComGoogleCommonCollectMaps_ImprovedAbstractMap_init' declared here
FOUNDATION_EXPORT void ComGoogleCommonCollectMaps_ImprovedAbstractMap_init(ComGoogleCommonCollectMaps_ImprovedAbstractMap *self);
^
2 errors generated.
compiling TreeRangeSet.m failed.
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/collect/TreeRangeSet.m:438:66: error: implicit declaration of function 'new_ComGoogleCommonCollectTreeRangeSet_AsRanges_initWithComGoogleCommonCollectTreeRangeSet_withJavaUtilCollection_' is invalid in C99 [-Werror,-Wimplicit-function-declaration]
return (result == nil) ? JreStrongAssignAndConsume(&asRanges_, new_ComGoogleCommonCollectTreeRangeSet_AsRanges_initWithComGoogleCommonCollectTreeRangeSet_withJavaUtilCollection_(self, [((id<JavaUtilNavigableMap>) nil_chk(rangesByLowerBound_)) values])) : result;
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/collect/TreeRangeSet.m:438:66: note: did you mean 'new_ComGoogleCommonCollectTreeRangeSet_AsRanges_initWithComGoogleCommonCollectTreeRangeSet_'?
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/localJ2objcDist/j2objcDist/include/com/google/common/collect/TreeRangeSet.h:107:64: note: 'new_ComGoogleCommonCollectTreeRangeSet_AsRanges_initWithComGoogleCommonCollectTreeRangeSet_' declared here
FOUNDATION_EXPORT ComGoogleCommonCollectTreeRangeSet_AsRanges *new_ComGoogleCommonCollectTreeRangeSet_AsRanges_initWithComGoogleCommonCollectTreeRangeSet_(ComGoogleCommonCollectTreeRangeSet *outer$) NS_RETURNS_RETAINED;
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/collect/TreeRangeSet.m:438:66: error: incompatible integer to pointer conversion passing 'int' to parameter of type 'id' [-Werror,-Wint-conversion]
return (result == nil) ? JreStrongAssignAndConsume(&asRanges_, new_ComGoogleCommonCollectTreeRangeSet_AsRanges_initWithComGoogleCommonCollectTreeRangeSet_withJavaUtilCollection_(self, [((id<JavaUtilNavigableMap>) nil_chk(rangesByLowerBound_)) values])) : result;
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/localJ2objcDist/j2objcDist/include/J2ObjC_common.h:78:74: note: passing argument to parameter 'value' here
id JreStrongAssignAndConsume(__strong id *pIvar, NS_RELEASES_ARGUMENT id value);
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/collect/TreeRangeSet.m:443:81: error: incompatible integer to pointer conversion passing 'int' to parameter of type 'id' [-Werror,-Wint-conversion]
return (result == nil) ? JreStrongAssignAndConsume(&asDescendingSetOfRanges_, new_ComGoogleCommonCollectTreeRangeSet_AsRanges_initWithComGoogleCommonCollectTreeRangeSet_withJavaUtilCollection_(self, [((id<JavaUtilNavigableMap>) nil_chk([((id<JavaUtilNavigableMap>) nil_chk(rangesByLowerBound_)) descendingMap])) values])) : result;
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/localJ2objcDist/j2objcDist/include/J2ObjC_common.h:78:74: note: passing argument to parameter 'value' here
id JreStrongAssignAndConsume(__strong id *pIvar, NS_RELEASES_ARGUMENT id value);
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/collect/TreeRangeSet.m:633:3: error: implicit declaration of function 'ComGoogleCommonCollectTreeRangeSet_AsRanges_initWithComGoogleCommonCollectTreeRangeSet_withJavaUtilCollection_' is invalid in C99 [-Werror,-Wimplicit-function-declaration]
ComGoogleCommonCollectTreeRangeSet_AsRanges_initWithComGoogleCommonCollectTreeRangeSet_withJavaUtilCollection_(self, outer$, delegate);
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/collect/TreeRangeSet.m:633:3: note: did you mean 'new_ComGoogleCommonCollectTreeRangeSet_AsRanges_initWithComGoogleCommonCollectTreeRangeSet_withJavaUtilCollection_'?
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/collect/TreeRangeSet.m:438:66: note: 'new_ComGoogleCommonCollectTreeRangeSet_AsRanges_initWithComGoogleCommonCollectTreeRangeSet_withJavaUtilCollection_' declared here
return (result == nil) ? JreStrongAssignAndConsume(&asRanges_, new_ComGoogleCommonCollectTreeRangeSet_AsRanges_initWithComGoogleCommonCollectTreeRangeSet_withJavaUtilCollection_(self, [((id<JavaUtilNavigableMap>) nil_chk(rangesByLowerBound_)) values])) : result;
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/collect/TreeRangeSet.m:638:10: error: use of undeclared identifier 'delegate_'
return delegate_;
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/collect/TreeRangeSet.m:650:12: error: use of undeclared identifier 'delegate_'
RELEASE_(delegate_);
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/localJ2objcDist/j2objcDist/include/J2ObjC_common.h:49:24: note: expanded from macro 'RELEASE_'
# define RELEASE_(x) [x release]
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/collect/TreeRangeSet.m:629:17: error: method definition for 'initWithComGoogleCommonCollectTreeRangeSet:' not found [-Werror,-Wincomplete-implementation]
@implementation ComGoogleCommonCollectTreeRangeSet_AsRanges
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/localJ2objcDist/j2objcDist/include/com/google/common/collect/TreeRangeSet.h:98:1: note: method 'initWithComGoogleCommonCollectTreeRangeSet:' declared here
- (instancetype)initWithComGoogleCommonCollectTreeRangeSet:(ComGoogleCommonCollectTreeRangeSet *)outer$;
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/collect/TreeRangeSet.m:679:6: error: conflicting types for 'ComGoogleCommonCollectTreeRangeSet_AsRanges_initWithComGoogleCommonCollectTreeRangeSet_withJavaUtilCollection_'
void ComGoogleCommonCollectTreeRangeSet_AsRanges_initWithComGoogleCommonCollectTreeRangeSet_withJavaUtilCollection_(ComGoogleCommonCollectTreeRangeSet_AsRanges *self, ComGoogleCommonCollectTreeRangeSet *outer$, id<JavaUtilCollection> delegate) {
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/collect/TreeRangeSet.m:633:3: note: previous implicit declaration is here
ComGoogleCommonCollectTreeRangeSet_AsRanges_initWithComGoogleCommonCollectTreeRangeSet_withJavaUtilCollection_(self, outer$, delegate);
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/collect/TreeRangeSet.m:681:26: error: 'ComGoogleCommonCollectTreeRangeSet_AsRanges' does not have a member named 'delegate_'
JreStrongAssign(&self->delegate_, delegate);
~~~~ ^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/collect/TreeRangeSet.m:684:46: error: conflicting types for 'new_ComGoogleCommonCollectTreeRangeSet_AsRanges_initWithComGoogleCommonCollectTreeRangeSet_withJavaUtilCollection_'
ComGoogleCommonCollectTreeRangeSet_AsRanges *new_ComGoogleCommonCollectTreeRangeSet_AsRanges_initWithComGoogleCommonCollectTreeRangeSet_withJavaUtilCollection_(ComGoogleCommonCollectTreeRangeSet *outer$, id<JavaUtilCollection> delegate) {
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/collect/TreeRangeSet.m:438:66: note: previous implicit declaration is here
return (result == nil) ? JreStrongAssignAndConsume(&asRanges_, new_ComGoogleCommonCollectTreeRangeSet_AsRanges_initWithComGoogleCommonCollectTreeRangeSet_withJavaUtilCollection_(self, [((id<JavaUtilNavigableMap>) nil_chk(rangesByLowerBound_)) values])) : result;
^
10 errors generated.
compiling TreeTraverser.m successful.
compiling UnmodifiableIterator.m successful.
compiling UnmodifiableListIterator.m successful.
compiling UnmodifiableSortedMultiset.m successful.
compiling UsingToStringOrdering.m successful.
compiling WellBehavedMap.m successful.
compiling ArrayBasedCharEscaper.m successful.
compiling ArrayBasedEscaperMap.m successful.
compiling ArrayBasedUnicodeEscaper.m successful.
compiling CharEscaper.m successful.
compiling CharEscaperBuilder.m successful.
compiling Escaper.m successful.
compiling Escapers.m successful.
compiling Platform.m successful.
compiling UnicodeEscaper.m successful.
compiling AllowConcurrentEvents.m successful.
compiling AsyncEventBus.m failed.
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/eventbus/AsyncEventBus.m:13:17: error: method definition for 'dispatchQueuedEvents' not found [-Werror,-Wincomplete-implementation]
@implementation ComGoogleCommonEventbusAsyncEventBus
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/localJ2objcDist/j2objcDist/include/com/google/common/eventbus/AsyncEventBus.h:41:1: note: method 'dispatchQueuedEvents' declared here
- (void)dispatchQueuedEvents;
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/eventbus/AsyncEventBus.m:13:17: error: method definition for 'dispatchWithId:withComGoogleCommonEventbusEventSubscriber:' not found [-Werror,-Wincomplete-implementation]
@implementation ComGoogleCommonEventbusAsyncEventBus
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/localJ2objcDist/j2objcDist/include/com/google/common/eventbus/AsyncEventBus.h:45:1: note: method 'dispatchWithId:withComGoogleCommonEventbusEventSubscriber:' declared here
- (void)dispatchWithId:(id)event
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/eventbus/AsyncEventBus.m:13:17: error: method definition for 'enqueueEventWithId:withComGoogleCommonEventbusEventSubscriber:' not found [-Werror,-Wincomplete-implementation]
@implementation ComGoogleCommonEventbusAsyncEventBus
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/localJ2objcDist/j2objcDist/include/com/google/common/eventbus/AsyncEventBus.h:48:1: note: method 'enqueueEventWithId:withComGoogleCommonEventbusEventSubscriber:' declared here
- (void)enqueueEventWithId:(id)event
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/eventbus/AsyncEventBus.m:45:3: error: implicit declaration of function 'ComGoogleCommonEventbusEventBus_initWithNSString_withJavaUtilConcurrentExecutor_withComGoogleCommonEventbusDispatcher_withComGoogleCommonEventbusSubscriberExceptionHandler_' is invalid in C99 [-Werror,-Wimplicit-function-declaration]
ComGoogleCommonEventbusEventBus_initWithNSString_withJavaUtilConcurrentExecutor_withComGoogleCommonEventbusDispatcher_withComGoogleCommonEventbusSubscriberExceptionHandler_(self, identifier, executor, ComGoogleCommonEventbusDispatcher_legacyAsync(), JreLoadStatic(ComGoogleCommonEventbusEventBus_LoggingHandler, INSTANCE_));
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/eventbus/AsyncEventBus.m:45:3: note: did you mean 'ComGoogleCommonEventbusAsyncEventBus_initWithJavaUtilConcurrentExecutor_withComGoogleCommonEventbusSubscriberExceptionHandler_'?
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/localJ2objcDist/j2objcDist/include/com/google/common/eventbus/AsyncEventBus.h:59:24: note: 'ComGoogleCommonEventbusAsyncEventBus_initWithJavaUtilConcurrentExecutor_withComGoogleCommonEventbusSubscriberExceptionHandler_' declared here
FOUNDATION_EXPORT void ComGoogleCommonEventbusAsyncEventBus_initWithJavaUtilConcurrentExecutor_withComGoogleCommonEventbusSubscriberExceptionHandler_(ComGoogleCommonEventbusAsyncEventBus *self, id<JavaUtilConcurrentExecutor> executor, id<ComGoogleCommonEventbusSubscriberExceptionHandler> subscriberExceptionHandler);
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/eventbus/AsyncEventBus.m:45:253: error: implicit declaration of function 'ComGoogleCommonEventbusEventBus_LoggingHandler_initialize' is invalid in C99 [-Werror,-Wimplicit-function-declaration]
ComGoogleCommonEventbusEventBus_initWithNSString_withJavaUtilConcurrentExecutor_withComGoogleCommonEventbusDispatcher_withComGoogleCommonEventbusSubscriberExceptionHandler_(self, identifier, executor, ComGoogleCommonEventbusDispatcher_legacyAsync(), JreLoadStatic(ComGoogleCommonEventbusEventBus_LoggingHandler, INSTANCE_));
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/localJ2objcDist/j2objcDist/include/J2ObjC_common.h:151:38: note: expanded from macro 'JreLoadStatic'
#define JreLoadStatic(CLASS, FIELD) (CLASS##_initialize(), CLASS##_##FIELD)
^
<scratch space>:144:1: note: expanded from here
ComGoogleCommonEventbusEventBus_LoggingHandler_initialize
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/eventbus/AsyncEventBus.m:45:253: note: did you mean 'ComGoogleCommonEventbusEventBus_initialize'?
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/localJ2objcDist/j2objcDist/include/J2ObjC_common.h:151:38: note: expanded from macro 'JreLoadStatic'
#define JreLoadStatic(CLASS, FIELD) (CLASS##_initialize(), CLASS##_##FIELD)
^
<scratch space>:144:1: note: expanded from here
ComGoogleCommonEventbusEventBus_LoggingHandler_initialize
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/localJ2objcDist/j2objcDist/include/com/google/common/eventbus/EventBus.h:54:1: note: 'ComGoogleCommonEventbusEventBus_initialize' declared here
J2OBJC_STATIC_INIT(ComGoogleCommonEventbusEventBus)
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/localJ2objcDist/j2objcDist/include/J2ObjC_common.h:183:46: note: expanded from macro 'J2OBJC_STATIC_INIT'
__attribute__((always_inline)) inline void CLASS##_initialize() { \
^
<scratch space>:115:1: note: expanded from here
ComGoogleCommonEventbusEventBus_initialize
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/eventbus/AsyncEventBus.m:45:253: error: use of undeclared identifier 'ComGoogleCommonEventbusEventBus_LoggingHandler_INSTANCE_'; did you mean 'ComGoogleCommonEventbusEventBus_LoggingHandler_initialize'?
ComGoogleCommonEventbusEventBus_initWithNSString_withJavaUtilConcurrentExecutor_withComGoogleCommonEventbusDispatcher_withComGoogleCommonEventbusSubscriberExceptionHandler_(self, identifier, executor, ComGoogleCommonEventbusDispatcher_legacyAsync(), JreLoadStatic(ComGoogleCommonEventbusEventBus_LoggingHandler, INSTANCE_));
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/localJ2objcDist/j2objcDist/include/J2ObjC_common.h:151:60: note: expanded from macro 'JreLoadStatic'
#define JreLoadStatic(CLASS, FIELD) (CLASS##_initialize(), CLASS##_##FIELD)
^
<scratch space>:144:1: note: expanded from here
ComGoogleCommonEventbusEventBus_LoggingHandler_INSTANCE_
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/eventbus/AsyncEventBus.m:45:253: note: 'ComGoogleCommonEventbusEventBus_LoggingHandler_initialize' declared here
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/localJ2objcDist/j2objcDist/include/J2ObjC_common.h:151:38: note: expanded from macro 'JreLoadStatic'
#define JreLoadStatic(CLASS, FIELD) (CLASS##_initialize(), CLASS##_##FIELD)
^
<scratch space>:144:1: note: expanded from here
ComGoogleCommonEventbusEventBus_LoggingHandler_initialize
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/eventbus/AsyncEventBus.m:65:253: error: use of undeclared identifier 'ComGoogleCommonEventbusEventBus_LoggingHandler_INSTANCE_'; did you mean 'ComGoogleCommonEventbusEventBus_LoggingHandler_initialize'?
ComGoogleCommonEventbusEventBus_initWithNSString_withJavaUtilConcurrentExecutor_withComGoogleCommonEventbusDispatcher_withComGoogleCommonEventbusSubscriberExceptionHandler_(self, @"default", executor, ComGoogleCommonEventbusDispatcher_legacyAsync(), JreLoadStatic(ComGoogleCommonEventbusEventBus_LoggingHandler, INSTANCE_));
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/localJ2objcDist/j2objcDist/include/J2ObjC_common.h:151:60: note: expanded from macro 'JreLoadStatic'
#define JreLoadStatic(CLASS, FIELD) (CLASS##_initialize(), CLASS##_##FIELD)
^
<scratch space>:4:1: note: expanded from here
ComGoogleCommonEventbusEventBus_LoggingHandler_INSTANCE_
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/eventbus/AsyncEventBus.m:45:253: note: 'ComGoogleCommonEventbusEventBus_LoggingHandler_initialize' declared here
ComGoogleCommonEventbusEventBus_initWithNSString_withJavaUtilConcurrentExecutor_withComGoogleCommonEventbusDispatcher_withComGoogleCommonEventbusSubscriberExceptionHandler_(self, identifier, executor, ComGoogleCommonEventbusDispatcher_legacyAsync(), JreLoadStatic(ComGoogleCommonEventbusEventBus_LoggingHandler, INSTANCE_));
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/localJ2objcDist/j2objcDist/include/J2ObjC_common.h:151:38: note: expanded from macro 'JreLoadStatic'
#define JreLoadStatic(CLASS, FIELD) (CLASS##_initialize(), CLASS##_##FIELD)
^
<scratch space>:144:1: note: expanded from here
ComGoogleCommonEventbusEventBus_LoggingHandler_initialize
^
7 errors generated.
compiling DeadEvent.m successful.
compiling Dispatcher.m successful.
compiling EventBus.m failed.
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/eventbus/EventBus.m:48:12: error: cannot find interface declaration for 'ComGoogleCommonEventbusEventBus_LoggingHandler'
@interface ComGoogleCommonEventbusEventBus_LoggingHandler ()
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/eventbus/EventBus.m:83:3: error: implicit declaration of function 'ComGoogleCommonEventbusEventBus_initWithNSString_withJavaUtilConcurrentExecutor_withComGoogleCommonEventbusDispatcher_withComGoogleCommonEventbusSubscriberExceptionHandler_' is invalid in C99 [-Werror,-Wimplicit-function-declaration]
ComGoogleCommonEventbusEventBus_initWithNSString_withJavaUtilConcurrentExecutor_withComGoogleCommonEventbusDispatcher_withComGoogleCommonEventbusSubscriberExceptionHandler_(self, identifier, executor, dispatcher, exceptionHandler);
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/eventbus/EventBus.m:62:17: error: method definition for 'dispatchWithId:withComGoogleCommonEventbusEventSubscriber:' not found [-Werror,-Wincomplete-implementation]
@implementation ComGoogleCommonEventbusEventBus
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/localJ2objcDist/j2objcDist/include/com/google/common/eventbus/EventBus.h:42:1: note: method 'dispatchWithId:withComGoogleCommonEventbusEventSubscriber:' declared here
- (void)dispatchWithId:(id)event
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/eventbus/EventBus.m:62:17: error: method definition for 'dispatchQueuedEvents' not found [-Werror,-Wincomplete-implementation]
@implementation ComGoogleCommonEventbusEventBus
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/localJ2objcDist/j2objcDist/include/com/google/common/eventbus/EventBus.h:45:1: note: method 'dispatchQueuedEvents' declared here
- (void)dispatchQueuedEvents;
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/eventbus/EventBus.m:62:17: error: method definition for 'enqueueEventWithId:withComGoogleCommonEventbusEventSubscriber:' not found [-Werror,-Wincomplete-implementation]
@implementation ComGoogleCommonEventbusEventBus
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/localJ2objcDist/j2objcDist/include/com/google/common/eventbus/EventBus.h:47:1: note: method 'enqueueEventWithId:withComGoogleCommonEventbusEventSubscriber:' declared here
- (void)enqueueEventWithId:(id)event
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/eventbus/EventBus.m:62:17: error: method definition for 'flattenHierarchyWithIOSClass:' not found [-Werror,-Wincomplete-implementation]
@implementation ComGoogleCommonEventbusEventBus
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/localJ2objcDist/j2objcDist/include/com/google/common/eventbus/EventBus.h:50:1: note: method 'flattenHierarchyWithIOSClass:' declared here
- (id<JavaUtilSet>)flattenHierarchyWithIOSClass:(IOSClass *)concreteClass;
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/eventbus/EventBus.m:185:315: error: implicit declaration of function 'ComGoogleCommonEventbusEventBus_LoggingHandler_initialize' is invalid in C99 [-Werror,-Wimplicit-function-declaration]
ComGoogleCommonEventbusEventBus_initWithNSString_withJavaUtilConcurrentExecutor_withComGoogleCommonEventbusDispatcher_withComGoogleCommonEventbusSubscriberExceptionHandler_(self, identifier, ComGoogleCommonUtilConcurrentMoreExecutors_directExecutor(), ComGoogleCommonEventbusDispatcher_perThreadDispatchQueue(), JreLoadStatic(ComGoogleCommonEventbusEventBus_LoggingHandler, INSTANCE_));
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/localJ2objcDist/j2objcDist/include/J2ObjC_common.h:151:38: note: expanded from macro 'JreLoadStatic'
#define JreLoadStatic(CLASS, FIELD) (CLASS##_initialize(), CLASS##_##FIELD)
^
<scratch space>:111:1: note: expanded from here
ComGoogleCommonEventbusEventBus_LoggingHandler_initialize
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/eventbus/EventBus.m:185:315: note: did you mean 'ComGoogleCommonEventbusEventBus_initialize'?
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/localJ2objcDist/j2objcDist/include/J2ObjC_common.h:151:38: note: expanded from macro 'JreLoadStatic'
#define JreLoadStatic(CLASS, FIELD) (CLASS##_initialize(), CLASS##_##FIELD)
^
<scratch space>:111:1: note: expanded from here
ComGoogleCommonEventbusEventBus_LoggingHandler_initialize
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/localJ2objcDist/j2objcDist/include/com/google/common/eventbus/EventBus.h:54:1: note: 'ComGoogleCommonEventbusEventBus_initialize' declared here
J2OBJC_STATIC_INIT(ComGoogleCommonEventbusEventBus)
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/localJ2objcDist/j2objcDist/include/J2ObjC_common.h:183:46: note: expanded from macro 'J2OBJC_STATIC_INIT'
__attribute__((always_inline)) inline void CLASS##_initialize() { \
^
<scratch space>:130:1: note: expanded from here
ComGoogleCommonEventbusEventBus_initialize
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/eventbus/EventBus.m:185:315: error: use of undeclared identifier 'ComGoogleCommonEventbusEventBus_LoggingHandler_INSTANCE_'; did you mean 'ComGoogleCommonEventbusEventBus_LoggingHandler_initialize'?
ComGoogleCommonEventbusEventBus_initWithNSString_withJavaUtilConcurrentExecutor_withComGoogleCommonEventbusDispatcher_withComGoogleCommonEventbusSubscriberExceptionHandler_(self, identifier, ComGoogleCommonUtilConcurrentMoreExecutors_directExecutor(), ComGoogleCommonEventbusDispatcher_perThreadDispatchQueue(), JreLoadStatic(ComGoogleCommonEventbusEventBus_LoggingHandler, INSTANCE_));
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/localJ2objcDist/j2objcDist/include/J2ObjC_common.h:151:60: note: expanded from macro 'JreLoadStatic'
#define JreLoadStatic(CLASS, FIELD) (CLASS##_initialize(), CLASS##_##FIELD)
^
<scratch space>:111:1: note: expanded from here
ComGoogleCommonEventbusEventBus_LoggingHandler_INSTANCE_
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/eventbus/EventBus.m:185:315: note: 'ComGoogleCommonEventbusEventBus_LoggingHandler_initialize' declared here
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/localJ2objcDist/j2objcDist/include/J2ObjC_common.h:151:38: note: expanded from macro 'JreLoadStatic'
#define JreLoadStatic(CLASS, FIELD) (CLASS##_initialize(), CLASS##_##FIELD)
^
<scratch space>:111:1: note: expanded from here
ComGoogleCommonEventbusEventBus_LoggingHandler_initialize
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/eventbus/EventBus.m:204:6: error: conflicting types for 'ComGoogleCommonEventbusEventBus_initWithNSString_withJavaUtilConcurrentExecutor_withComGoogleCommonEventbusDispatcher_withComGoogleCommonEventbusSubscriberExceptionHandler_'
void ComGoogleCommonEventbusEventBus_initWithNSString_withJavaUtilConcurrentExecutor_withComGoogleCommonEventbusDispatcher_withComGoogleCommonEventbusSubscriberExceptionHandler_(ComGoogleCommonEventbusEventBus *self, NSString *identifier, id<JavaUtilConcurrentExecutor> executor, ComGoogleCommonEventbusDispatcher *dispatcher, id<ComGoogleCommonEventbusSubscriberExceptionHandler> exceptionHandler) {
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/eventbus/EventBus.m:83:3: note: previous implicit declaration is here
ComGoogleCommonEventbusEventBus_initWithNSString_withJavaUtilConcurrentExecutor_withComGoogleCommonEventbusDispatcher_withComGoogleCommonEventbusSubscriberExceptionHandler_(self, identifier, executor, dispatcher, exceptionHandler);
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/eventbus/EventBus.m:227:1: error: unknown type name 'ComGoogleCommonEventbusEventBus_LoggingHandler'
ComGoogleCommonEventbusEventBus_LoggingHandler *ComGoogleCommonEventbusEventBus_LoggingHandler_INSTANCE_;
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/eventbus/EventBus.m:229:17: error: cannot find interface declaration for 'ComGoogleCommonEventbusEventBus_LoggingHandler' [-Werror]
@implementation ComGoogleCommonEventbusEventBus_LoggingHandler
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/eventbus/EventBus.m:248:3: error: implicit declaration of function 'ComGoogleCommonEventbusEventBus_LoggingHandler_init' is invalid in C99 [-Werror,-Wimplicit-function-declaration]
ComGoogleCommonEventbusEventBus_LoggingHandler_init(self);
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/eventbus/EventBus.m:248:3: note: did you mean 'ComGoogleCommonEventbusEventBus_LoggingHandler_initialize'?
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/eventbus/EventBus.m:185:315: note: 'ComGoogleCommonEventbusEventBus_LoggingHandler_initialize' declared here
ComGoogleCommonEventbusEventBus_initWithNSString_withJavaUtilConcurrentExecutor_withComGoogleCommonEventbusDispatcher_withComGoogleCommonEventbusSubscriberExceptionHandler_(self, identifier, ComGoogleCommonUtilConcurrentMoreExecutors_directExecutor(), ComGoogleCommonEventbusDispatcher_perThreadDispatchQueue(), JreLoadStatic(ComGoogleCommonEventbusEventBus_LoggingHandler, INSTANCE_));
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/localJ2objcDist/j2objcDist/include/J2ObjC_common.h:151:38: note: expanded from macro 'JreLoadStatic'
#define JreLoadStatic(CLASS, FIELD) (CLASS##_initialize(), CLASS##_##FIELD)
^
<scratch space>:111:1: note: expanded from here
ComGoogleCommonEventbusEventBus_LoggingHandler_initialize
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/eventbus/EventBus.m:253:63: error: class method '+class' not found (return type defaults to 'id') [-Werror,-Wobjc-method-access]
if (self == [ComGoogleCommonEventbusEventBus_LoggingHandler class]) {
^~~~~
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/eventbus/EventBus.m:254:90: error: implicit declaration of function 'new_ComGoogleCommonEventbusEventBus_LoggingHandler_init' is invalid in C99 [-Werror,-Wimplicit-function-declaration]
JreStrongAssignAndConsume(&ComGoogleCommonEventbusEventBus_LoggingHandler_INSTANCE_, new_ComGoogleCommonEventbusEventBus_LoggingHandler_init());
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/eventbus/EventBus.m:254:90: note: did you mean 'ComGoogleCommonEventbusEventBus_LoggingHandler_init'?
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/eventbus/EventBus.m:248:3: note: 'ComGoogleCommonEventbusEventBus_LoggingHandler_init' declared here
ComGoogleCommonEventbusEventBus_LoggingHandler_init(self);
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/eventbus/EventBus.m:229:17: error: class 'ComGoogleCommonEventbusEventBus_LoggingHandler' defined without specifying a base class [-Werror,-Wobjc-root-class]
@implementation ComGoogleCommonEventbusEventBus_LoggingHandler
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/eventbus/EventBus.m:229:63: note: add a super class to fix this problem
@implementation ComGoogleCommonEventbusEventBus_LoggingHandler
^
: NSObject
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/eventbus/EventBus.m:286:6: error: conflicting types for 'ComGoogleCommonEventbusEventBus_LoggingHandler_init'
void ComGoogleCommonEventbusEventBus_LoggingHandler_init(ComGoogleCommonEventbusEventBus_LoggingHandler *self) {
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/eventbus/EventBus.m:248:3: note: previous implicit declaration is here
ComGoogleCommonEventbusEventBus_LoggingHandler_init(self);
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/eventbus/EventBus.m:287:17: error: incompatible pointer types passing 'ComGoogleCommonEventbusEventBus_LoggingHandler *' to parameter of type 'NSObject *' [-Werror,-Wincompatible-pointer-types]
NSObject_init(self);
^~~~
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/localJ2objcDist/j2objcDist/include/NSObject+JavaObject.h:54:68: note: passing argument to parameter 'self' here
__attribute__((always_inline)) inline void NSObject_init(NSObject *self) {}
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/eventbus/EventBus.m:290:49: error: conflicting types for 'new_ComGoogleCommonEventbusEventBus_LoggingHandler_init'
ComGoogleCommonEventbusEventBus_LoggingHandler *new_ComGoogleCommonEventbusEventBus_LoggingHandler_init() {
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/eventbus/EventBus.m:254:90: note: previous implicit declaration is here
JreStrongAssignAndConsume(&ComGoogleCommonEventbusEventBus_LoggingHandler_INSTANCE_, new_ComGoogleCommonEventbusEventBus_LoggingHandler_init());
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/eventbus/EventBus.m:291:106: error: class method '+alloc' not found (return type defaults to 'id') [-Werror,-Wobjc-method-access]
ComGoogleCommonEventbusEventBus_LoggingHandler *self = [ComGoogleCommonEventbusEventBus_LoggingHandler alloc];
^~~~~
fatal error: too many errors emitted, stopping now [-ferror-limit=]
20 errors generated.
compiling Subscribe.m successful.
compiling Subscriber.m failed.
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/eventbus/Subscriber.m:197:89: error: instance method '-executor' not found (return type defaults to 'id') [-Werror,-Wobjc-method-access]
JreStrongAssign(&self->executor_, [((ComGoogleCommonEventbusEventBus *) nil_chk(bus)) executor]);
^~~~~~~~
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/localJ2objcDist/j2objcDist/include/com/google/common/eventbus/EventBus.h:24:12: note: receiver is instance of class declared here
@interface ComGoogleCommonEventbusEventBus : NSObject
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/eventbus/Subscriber.m:262:67: error: instance method '-handleSubscriberExceptionWithJavaLangThrowable:withComGoogleCommonEventbusSubscriberExceptionContext:' not found (return type defaults to 'id') [-Werror,-Wobjc-method-access]
[((ComGoogleCommonEventbusEventBus *) nil_chk(this$0_->bus_)) handleSubscriberExceptionWithJavaLangThrowable:[((JavaLangReflectInvocationTargetException *) nil_chk(e)) getCause] withComGoogleCommonEventbusSubscriberExceptionContext:ComGoogleCommonEventbusSubscriber_contextWithId_(this$0_, val$event_)];
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/localJ2objcDist/j2objcDist/include/com/google/common/eventbus/EventBus.h:24:12: note: receiver is instance of class declared here
@interface ComGoogleCommonEventbusEventBus : NSObject
^
2 errors generated.
compiling SubscriberExceptionContext.m successful.
compiling SubscriberExceptionHandler.m successful.
compiling SubscriberRegistry.m failed.
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/eventbus/SubscriberRegistry.m:169:10: error: returning 'JavaUtilAbstractCollection *' from a function with incompatible result type 'id<JavaUtilSet>' [-Werror]
return ((JavaUtilAbstractCollection *) ComGoogleCommonBaseMoreObjects_firstNonNullWithId_withId_([((id<JavaUtilConcurrentConcurrentMap>) nil_chk(subscribers_)) getWithId:eventType], ComGoogleCommonCollectImmutableSet_of()));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
compiling AbstractByteHasher.m successful.
compiling AbstractCompositeHashFunction.m successful.
compiling AbstractHasher.m successful.
compiling AbstractNonStreamingHashFunction.m successful.
compiling AbstractStreamingHashFunction.m successful.
compiling BloomFilter.m failed.
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/hash/BloomFilter.m:167:10: error: implicit declaration of function 'ComGoogleCommonHashBloomFilter_createWithComGoogleCommonHashFunnel_withLong_withDouble_' is invalid in C99 [-Werror,-Wimplicit-function-declaration]
return ComGoogleCommonHashBloomFilter_createWithComGoogleCommonHashFunnel_withLong_withDouble_(funnel, expectedInsertions, fpp);
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/hash/BloomFilter.m:167:10: note: did you mean 'ComGoogleCommonHashBloomFilter_createWithComGoogleCommonHashFunnel_withInt_withDouble_'?
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/localJ2objcDist/j2objcDist/include/com/google/common/hash/BloomFilter.h:85:51: note: 'ComGoogleCommonHashBloomFilter_createWithComGoogleCommonHashFunnel_withInt_withDouble_' declared here
FOUNDATION_EXPORT ComGoogleCommonHashBloomFilter *ComGoogleCommonHashBloomFilter_createWithComGoogleCommonHashFunnel_withInt_withDouble_(id<ComGoogleCommonHashFunnel> funnel, jint expectedInsertions, jdouble fpp);
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/hash/BloomFilter.m:167:10: error: incompatible integer to pointer conversion returning 'int' from a function with result type 'ComGoogleCommonHashBloomFilter *' [-Werror,-Wint-conversion]
return ComGoogleCommonHashBloomFilter_createWithComGoogleCommonHashFunnel_withLong_withDouble_(funnel, expectedInsertions, fpp);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/hash/BloomFilter.m:174:10: error: implicit declaration of function 'ComGoogleCommonHashBloomFilter_createWithComGoogleCommonHashFunnel_withLong_withDouble_withComGoogleCommonHashBloomFilter_Strategy_' is invalid in C99 [-Werror,-Wimplicit-function-declaration]
return ComGoogleCommonHashBloomFilter_createWithComGoogleCommonHashFunnel_withLong_withDouble_withComGoogleCommonHashBloomFilter_Strategy_(funnel, expectedInsertions, fpp, strategy);
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/hash/BloomFilter.m:174:10: note: did you mean 'ComGoogleCommonHashBloomFilter_createWithComGoogleCommonHashFunnel_withInt_withDouble_withComGoogleCommonHashBloomFilter_Strategy_'?
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/localJ2objcDist/j2objcDist/include/com/google/common/hash/BloomFilter.h:87:51: note: 'ComGoogleCommonHashBloomFilter_createWithComGoogleCommonHashFunnel_withInt_withDouble_withComGoogleCommonHashBloomFilter_Strategy_' declared here
FOUNDATION_EXPORT ComGoogleCommonHashBloomFilter *ComGoogleCommonHashBloomFilter_createWithComGoogleCommonHashFunnel_withInt_withDouble_withComGoogleCommonHashBloomFilter_Strategy_(id<ComGoogleCommonHashFunnel> funnel, jint expectedInsertions, jdouble fpp, id<ComGoogleCommonHashBloomFilter_Strategy> strategy);
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/hash/BloomFilter.m:174:10: error: incompatible integer to pointer conversion returning 'int' from a function with result type 'ComGoogleCommonHashBloomFilter *' [-Werror,-Wint-conversion]
return ComGoogleCommonHashBloomFilter_createWithComGoogleCommonHashFunnel_withLong_withDouble_withComGoogleCommonHashBloomFilter_Strategy_(funnel, expectedInsertions, fpp, strategy);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/hash/BloomFilter.m:184:10: error: implicit declaration of function 'ComGoogleCommonHashBloomFilter_createWithComGoogleCommonHashFunnel_withLong_' is invalid in C99 [-Werror,-Wimplicit-function-declaration]
return ComGoogleCommonHashBloomFilter_createWithComGoogleCommonHashFunnel_withLong_(funnel, expectedInsertions);
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/hash/BloomFilter.m:184:10: note: did you mean 'ComGoogleCommonHashBloomFilter_createWithComGoogleCommonHashFunnel_withInt_'?
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/localJ2objcDist/j2objcDist/include/com/google/common/hash/BloomFilter.h:89:51: note: 'ComGoogleCommonHashBloomFilter_createWithComGoogleCommonHashFunnel_withInt_' declared here
FOUNDATION_EXPORT ComGoogleCommonHashBloomFilter *ComGoogleCommonHashBloomFilter_createWithComGoogleCommonHashFunnel_withInt_(id<ComGoogleCommonHashFunnel> funnel, jint expectedInsertions);
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/hash/BloomFilter.m:184:10: error: incompatible integer to pointer conversion returning 'int' from a function with result type 'ComGoogleCommonHashBloomFilter *' [-Werror,-Wint-conversion]
return ComGoogleCommonHashBloomFilter_createWithComGoogleCommonHashFunnel_withLong_(funnel, expectedInsertions);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/hash/BloomFilter.m:94:17: error: method definition for 'createWithComGoogleCommonHashFunnel:withInt:withDouble:withComGoogleCommonHashBloomFilter_Strategy:' not found [-Werror,-Wincomplete-implementation]
@implementation ComGoogleCommonHashBloomFilter
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/localJ2objcDist/j2objcDist/include/com/google/common/hash/BloomFilter.h:70:1: note: method 'createWithComGoogleCommonHashFunnel:withInt:withDouble:withComGoogleCommonHashBloomFilter_Strategy:' declared here
+ (ComGoogleCommonHashBloomFilter *)createWithComGoogleCommonHashFunnel:(id<ComGoogleCommonHashFunnel>)funnel
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/hash/BloomFilter.m:328:10: error: incompatible integer to pointer conversion returning 'int' from a function with result type 'ComGoogleCommonHashBloomFilter *' [-Werror,-Wint-conversion]
return ComGoogleCommonHashBloomFilter_createWithComGoogleCommonHashFunnel_withLong_withDouble_(funnel, (jlong) expectedInsertions, fpp);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/hash/BloomFilter.m:331:33: error: conflicting types for 'ComGoogleCommonHashBloomFilter_createWithComGoogleCommonHashFunnel_withLong_withDouble_'
ComGoogleCommonHashBloomFilter *ComGoogleCommonHashBloomFilter_createWithComGoogleCommonHashFunnel_withLong_withDouble_(id<ComGoogleCommonHashFunnel> funnel, jlong expectedInsertions, jdouble fpp) {
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/hash/BloomFilter.m:167:10: note: previous implicit declaration is here
return ComGoogleCommonHashBloomFilter_createWithComGoogleCommonHashFunnel_withLong_withDouble_(funnel, expectedInsertions, fpp);
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/hash/BloomFilter.m:333:10: error: incompatible integer to pointer conversion returning 'int' from a function with result type 'ComGoogleCommonHashBloomFilter *' [-Werror,-Wint-conversion]
return ComGoogleCommonHashBloomFilter_createWithComGoogleCommonHashFunnel_withLong_withDouble_withComGoogleCommonHashBloomFilter_Strategy_(funnel, expectedInsertions, fpp, JreLoadStatic(ComGoogleCommonHashBloomFilterStrategiesEnum, MURMUR128_MITZ_64));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/hash/BloomFilter.m:336:33: error: conflicting types for 'ComGoogleCommonHashBloomFilter_createWithComGoogleCommonHashFunnel_withLong_withDouble_withComGoogleCommonHashBloomFilter_Strategy_'
ComGoogleCommonHashBloomFilter *ComGoogleCommonHashBloomFilter_createWithComGoogleCommonHashFunnel_withLong_withDouble_withComGoogleCommonHashBloomFilter_Strategy_(id<ComGoogleCommonHashFunnel> funnel, jlong expectedInsertions, jdouble fpp, id<ComGoogleCommonHashBloomFilter_Strategy> strategy) {
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/hash/BloomFilter.m:174:10: note: previous implicit declaration is here
return ComGoogleCommonHashBloomFilter_createWithComGoogleCommonHashFunnel_withLong_withDouble_withComGoogleCommonHashBloomFilter_Strategy_(funnel, expectedInsertions, fpp, strategy);
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/hash/BloomFilter.m:358:10: error: incompatible integer to pointer conversion returning 'int' from a function with result type 'ComGoogleCommonHashBloomFilter *' [-Werror,-Wint-conversion]
return ComGoogleCommonHashBloomFilter_createWithComGoogleCommonHashFunnel_withLong_(funnel, (jlong) expectedInsertions);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/hash/BloomFilter.m:361:33: error: conflicting types for 'ComGoogleCommonHashBloomFilter_createWithComGoogleCommonHashFunnel_withLong_'
ComGoogleCommonHashBloomFilter *ComGoogleCommonHashBloomFilter_createWithComGoogleCommonHashFunnel_withLong_(id<ComGoogleCommonHashFunnel> funnel, jlong expectedInsertions) {
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/hash/BloomFilter.m:184:10: note: previous implicit declaration is here
return ComGoogleCommonHashBloomFilter_createWithComGoogleCommonHashFunnel_withLong_(funnel, expectedInsertions);
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/hash/BloomFilter.m:363:10: error: incompatible integer to pointer conversion returning 'int' from a function with result type 'ComGoogleCommonHashBloomFilter *' [-Werror,-Wint-conversion]
return ComGoogleCommonHashBloomFilter_createWithComGoogleCommonHashFunnel_withLong_withDouble_(funnel, expectedInsertions, 0.03);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
14 errors generated.
compiling BloomFilterStrategies.m successful.
compiling ChecksumHashFunction.m successful.
compiling Crc32cHashFunction.m successful.
compiling Funnel.m successful.
compiling Funnels.m successful.
compiling HashCode.m successful.
compiling Hasher.m successful.
compiling HashFunction.m successful.
compiling Hashing.m failed.
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/hash/Hashing.m:286:1: error: duplicate interface definition for class 'ComGoogleCommonHashHashing_ConcatenatedHashFunction'
@interface ComGoogleCommonHashHashing_ConcatenatedHashFunction : ComGoogleCommonHashAbstractCompositeHashFunction {
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/localJ2objcDist/j2objcDist/include/com/google/common/hash/Hashing.h:176:12: note: previous definition is here
@interface ComGoogleCommonHashHashing_ConcatenatedHashFunction : ComGoogleCommonHashAbstractCompositeHashFunction
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/hash/Hashing.m:303:1: error: redefinition of 'ComGoogleCommonHashHashing_ConcatenatedHashFunction_initialize'
J2OBJC_EMPTY_STATIC_INIT(ComGoogleCommonHashHashing_ConcatenatedHashFunction)
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/localJ2objcDist/j2objcDist/include/J2ObjC_common.h:196:46: note: expanded from macro 'J2OBJC_EMPTY_STATIC_INIT'
__attribute__((always_inline)) inline void CLASS##_initialize() {}
^
<scratch space>:38:1: note: expanded from here
ComGoogleCommonHashHashing_ConcatenatedHashFunction_initialize
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/localJ2objcDist/j2objcDist/include/com/google/common/hash/Hashing.h:194:1: note: previous definition is here
J2OBJC_EMPTY_STATIC_INIT(ComGoogleCommonHashHashing_ConcatenatedHashFunction)
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/localJ2objcDist/j2objcDist/include/J2ObjC_common.h:196:46: note: expanded from macro 'J2OBJC_EMPTY_STATIC_INIT'
__attribute__((always_inline)) inline void CLASS##_initialize() {}
^
<scratch space>:62:1: note: expanded from here
ComGoogleCommonHashHashing_ConcatenatedHashFunction_initialize
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/hash/Hashing.m:305:37: error: static declaration of 'ComGoogleCommonHashHashing_ConcatenatedHashFunction_initWithComGoogleCommonHashHashFunctionArray_' follows non-static declaration
__attribute__((unused)) static void ComGoogleCommonHashHashing_ConcatenatedHashFunction_initWithComGoogleCommonHashHashFunctionArray_(ComGoogleCommonHashHashing_ConcatenatedHashFunction *self, IOSObjectArray *functions);
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/localJ2objcDist/j2objcDist/include/com/google/common/hash/Hashing.h:196:24: note: previous declaration is here
FOUNDATION_EXPORT void ComGoogleCommonHashHashing_ConcatenatedHashFunction_initWithComGoogleCommonHashHashFunctionArray_(ComGoogleCommonHashHashing_ConcatenatedHashFunction *self, IOSObjectArray *functions);
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/hash/Hashing.m:307:85: error: static declaration of 'new_ComGoogleCommonHashHashing_ConcatenatedHashFunction_initWithComGoogleCommonHashHashFunctionArray_' follows non-static declaration
__attribute__((unused)) static ComGoogleCommonHashHashing_ConcatenatedHashFunction *new_ComGoogleCommonHashHashing_ConcatenatedHashFunction_initWithComGoogleCommonHashHashFunctionArray_(IOSObjectArray *functions) NS_RETURNS_RETAINED;
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/localJ2objcDist/j2objcDist/include/com/google/common/hash/Hashing.h:198:72: note: previous declaration is here
FOUNDATION_EXPORT ComGoogleCommonHashHashing_ConcatenatedHashFunction *new_ComGoogleCommonHashHashing_ConcatenatedHashFunction_initWithComGoogleCommonHashHashFunctionArray_(IOSObjectArray *functions) NS_RETURNS_RETAINED;
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/hash/Hashing.m:376:10: error: implicit declaration of function 'ComGoogleCommonHashHashing_sha384' is invalid in C99 [-Werror,-Wimplicit-function-declaration]
return ComGoogleCommonHashHashing_sha384();
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/hash/Hashing.m:376:10: error: incompatible integer to pointer conversion returning 'int' from a function with result type 'id<ComGoogleCommonHashHashFunction>' [-Werror,-Wint-conversion]
return ComGoogleCommonHashHashing_sha384();
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/hash/Hashing.m:425:10: error: implicit declaration of function 'ComGoogleCommonHashHashing_concatenatingWithComGoogleCommonHashHashFunction_withComGoogleCommonHashHashFunction_withComGoogleCommonHashHashFunctionArray_' is invalid in C99 [-Werror,-Wimplicit-function-declaration]
return ComGoogleCommonHashHashing_concatenatingWithComGoogleCommonHashHashFunction_withComGoogleCommonHashHashFunction_withComGoogleCommonHashHashFunctionArray_(first, second, rest);
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/hash/Hashing.m:425:10: error: incompatible integer to pointer conversion returning 'int' from a function with result type 'id<ComGoogleCommonHashHashFunction>' [-Werror,-Wint-conversion]
return ComGoogleCommonHashHashing_concatenatingWithComGoogleCommonHashHashFunction_withComGoogleCommonHashHashFunction_withComGoogleCommonHashHashFunctionArray_(first, second, rest);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/hash/Hashing.m:429:10: error: implicit declaration of function 'ComGoogleCommonHashHashing_concatenatingWithJavaLangIterable_' is invalid in C99 [-Werror,-Wimplicit-function-declaration]
return ComGoogleCommonHashHashing_concatenatingWithJavaLangIterable_(hashFunctions);
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/hash/Hashing.m:429:10: note: did you mean 'ComGoogleCommonHashHashing_combineOrderedWithJavaLangIterable_'?
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/localJ2objcDist/j2objcDist/include/com/google/common/hash/Hashing.h:106:48: note: 'ComGoogleCommonHashHashing_combineOrderedWithJavaLangIterable_' declared here
FOUNDATION_EXPORT ComGoogleCommonHashHashCode *ComGoogleCommonHashHashing_combineOrderedWithJavaLangIterable_(id<JavaLangIterable> hashCodes);
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/hash/Hashing.m:429:10: error: incompatible integer to pointer conversion returning 'int' from a function with result type 'id<ComGoogleCommonHashHashFunction>' [-Werror,-Wint-conversion]
return ComGoogleCommonHashHashing_concatenatingWithJavaLangIterable_(hashFunctions);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/hash/Hashing.m:550:37: error: conflicting types for 'ComGoogleCommonHashHashing_sha384'
id<ComGoogleCommonHashHashFunction> ComGoogleCommonHashHashing_sha384() {
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/hash/Hashing.m:376:10: note: previous implicit declaration is here
return ComGoogleCommonHashHashing_sha384();
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/hash/Hashing.m:639:37: error: conflicting types for 'ComGoogleCommonHashHashing_concatenatingWithComGoogleCommonHashHashFunction_withComGoogleCommonHashHashFunction_withComGoogleCommonHashHashFunctionArray_'
id<ComGoogleCommonHashHashFunction> ComGoogleCommonHashHashing_concatenatingWithComGoogleCommonHashHashFunction_withComGoogleCommonHashHashFunction_withComGoogleCommonHashHashFunctionArray_(id<ComGoogleCommonHashHashFunction> first, id<ComGoogleCommonHashHashFunction> second, IOSObjectArray *rest) {
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/hash/Hashing.m:425:10: note: previous implicit declaration is here
return ComGoogleCommonHashHashing_concatenatingWithComGoogleCommonHashHashFunction_withComGoogleCommonHashHashFunction_withComGoogleCommonHashHashFunctionArray_(first, second, rest);
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/hash/Hashing.m:656:37: error: conflicting types for 'ComGoogleCommonHashHashing_concatenatingWithJavaLangIterable_'
id<ComGoogleCommonHashHashFunction> ComGoogleCommonHashHashing_concatenatingWithJavaLangIterable_(id<JavaLangIterable> hashFunctions) {
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/hash/Hashing.m:429:10: note: previous implicit declaration is here
return ComGoogleCommonHashHashing_concatenatingWithJavaLangIterable_(hashFunctions);
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/hash/Hashing.m:1291:55: error: use of undeclared identifier 'bits_'
IOSByteArray *bytes = [IOSByteArray arrayWithLength:bits_ / 8];
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/hash/Hashing.m:1307:10: error: use of undeclared identifier 'bits_'
return bits_;
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/hash/Hashing.m:1319:71: error: use of undeclared identifier 'bits_'
return JavaUtilArrays_hashCodeWithNSObjectArray_(functions_) * 31 + bits_;
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/hash/Hashing.m:1356:9: error: 'ComGoogleCommonHashHashing_ConcatenatedHashFunction' does not have a member named 'bits_'
self->bits_ = bitSum;
~~~~ ^
17 errors generated.
compiling HashingInputStream.m successful.
compiling HashingOutputStream.m successful.
compiling MessageDigestHashFunction.m successful.
compiling Murmur3_128HashFunction.m successful.
compiling Murmur3_32HashFunction.m successful.
compiling PrimitiveSink.m successful.
compiling SipHashFunction.m successful.
compiling HtmlEscapers.m successful.
compiling AppendableWriter.m successful.
compiling BaseEncoding.m failed.
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/io/BaseEncoding.m:71:12: error: cannot define class extension for undefined class 'ComGoogleCommonIoBaseEncoding_Alphabet'
@interface ComGoogleCommonIoBaseEncoding_Alphabet () {
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/localJ2objcDist/j2objcDist/include/com/google/common/io/BaseEncoding.h:167:8: note: forward declaration of class here
@class ComGoogleCommonIoBaseEncoding_Alphabet;
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/io/BaseEncoding.m:85:1: error: incomplete definition of type 'ComGoogleCommonIoBaseEncoding_Alphabet'
J2OBJC_FIELD_SETTER(ComGoogleCommonIoBaseEncoding_Alphabet, name_, NSString *)
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/localJ2objcDist/j2objcDist/include/J2ObjC_common.h:248:37: note: expanded from macro 'J2OBJC_FIELD_SETTER'
return JreStrongAssign(&instance->FIELD, value); \
~~~~~~~~^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/localJ2objcDist/j2objcDist/include/com/google/common/io/BaseEncoding.h:167:8: note: forward declaration of class here
@class ComGoogleCommonIoBaseEncoding_Alphabet;
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/io/BaseEncoding.m:85:1: error: incomplete definition of type 'ComGoogleCommonIoBaseEncoding_Alphabet'
J2OBJC_FIELD_SETTER(ComGoogleCommonIoBaseEncoding_Alphabet, name_, NSString *)
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/localJ2objcDist/j2objcDist/include/J2ObjC_common.h:252:47: note: expanded from macro 'J2OBJC_FIELD_SETTER'
return JreStrongAssignAndConsume(&instance->FIELD, value); \
~~~~~~~~^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/localJ2objcDist/j2objcDist/include/com/google/common/io/BaseEncoding.h:167:8: note: forward declaration of class here
@class ComGoogleCommonIoBaseEncoding_Alphabet;
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/io/BaseEncoding.m:86:1: error: incomplete definition of type 'ComGoogleCommonIoBaseEncoding_Alphabet'
J2OBJC_FIELD_SETTER(ComGoogleCommonIoBaseEncoding_Alphabet, chars_, IOSCharArray *)
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/localJ2objcDist/j2objcDist/include/J2ObjC_common.h:248:37: note: expanded from macro 'J2OBJC_FIELD_SETTER'
return JreStrongAssign(&instance->FIELD, value); \
~~~~~~~~^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/localJ2objcDist/j2objcDist/include/com/google/common/io/BaseEncoding.h:167:8: note: forward declaration of class here
@class ComGoogleCommonIoBaseEncoding_Alphabet;
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/io/BaseEncoding.m:86:1: error: incomplete definition of type 'ComGoogleCommonIoBaseEncoding_Alphabet'
J2OBJC_FIELD_SETTER(ComGoogleCommonIoBaseEncoding_Alphabet, chars_, IOSCharArray *)
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/localJ2objcDist/j2objcDist/include/J2ObjC_common.h:252:47: note: expanded from macro 'J2OBJC_FIELD_SETTER'
return JreStrongAssignAndConsume(&instance->FIELD, value); \
~~~~~~~~^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/localJ2objcDist/j2objcDist/include/com/google/common/io/BaseEncoding.h:167:8: note: forward declaration of class here
@class ComGoogleCommonIoBaseEncoding_Alphabet;
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/io/BaseEncoding.m:87:1: error: incomplete definition of type 'ComGoogleCommonIoBaseEncoding_Alphabet'
J2OBJC_FIELD_SETTER(ComGoogleCommonIoBaseEncoding_Alphabet, decodabet_, IOSByteArray *)
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/localJ2objcDist/j2objcDist/include/J2ObjC_common.h:248:37: note: expanded from macro 'J2OBJC_FIELD_SETTER'
return JreStrongAssign(&instance->FIELD, value); \
~~~~~~~~^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/localJ2objcDist/j2objcDist/include/com/google/common/io/BaseEncoding.h:167:8: note: forward declaration of class here
@class ComGoogleCommonIoBaseEncoding_Alphabet;
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/io/BaseEncoding.m:87:1: error: incomplete definition of type 'ComGoogleCommonIoBaseEncoding_Alphabet'
J2OBJC_FIELD_SETTER(ComGoogleCommonIoBaseEncoding_Alphabet, decodabet_, IOSByteArray *)
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/localJ2objcDist/j2objcDist/include/J2ObjC_common.h:252:47: note: expanded from macro 'J2OBJC_FIELD_SETTER'
return JreStrongAssignAndConsume(&instance->FIELD, value); \
~~~~~~~~^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/localJ2objcDist/j2objcDist/include/com/google/common/io/BaseEncoding.h:167:8: note: forward declaration of class here
@class ComGoogleCommonIoBaseEncoding_Alphabet;
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/io/BaseEncoding.m:88:1: error: incomplete definition of type 'ComGoogleCommonIoBaseEncoding_Alphabet'
J2OBJC_FIELD_SETTER(ComGoogleCommonIoBaseEncoding_Alphabet, validPadding_, IOSBooleanArray *)
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/localJ2objcDist/j2objcDist/include/J2ObjC_common.h:248:37: note: expanded from macro 'J2OBJC_FIELD_SETTER'
return JreStrongAssign(&instance->FIELD, value); \
~~~~~~~~^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/localJ2objcDist/j2objcDist/include/com/google/common/io/BaseEncoding.h:167:8: note: forward declaration of class here
@class ComGoogleCommonIoBaseEncoding_Alphabet;
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/io/BaseEncoding.m:88:1: error: incomplete definition of type 'ComGoogleCommonIoBaseEncoding_Alphabet'
J2OBJC_FIELD_SETTER(ComGoogleCommonIoBaseEncoding_Alphabet, validPadding_, IOSBooleanArray *)
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/localJ2objcDist/j2objcDist/include/J2ObjC_common.h:252:47: note: expanded from macro 'J2OBJC_FIELD_SETTER'
return JreStrongAssignAndConsume(&instance->FIELD, value); \
~~~~~~~~^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/localJ2objcDist/j2objcDist/include/com/google/common/io/BaseEncoding.h:167:8: note: forward declaration of class here
@class ComGoogleCommonIoBaseEncoding_Alphabet;
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/io/BaseEncoding.m:168:12: error: cannot find interface declaration for 'ComGoogleCommonIoBaseEncoding_Base16Encoding'; did you mean 'ComGoogleCommonIoBaseEncoding_StandardBaseEncoding'?
@interface ComGoogleCommonIoBaseEncoding_Base16Encoding ()
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
ComGoogleCommonIoBaseEncoding_StandardBaseEncoding
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/localJ2objcDist/j2objcDist/include/com/google/common/io/BaseEncoding.h:174:12: note: 'ComGoogleCommonIoBaseEncoding_StandardBaseEncoding' declared here
@interface ComGoogleCommonIoBaseEncoding_StandardBaseEncoding : ComGoogleCommonIoBaseEncoding
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/io/BaseEncoding.m:174:130: error: unknown type name 'ComGoogleCommonIoBaseEncoding_Base16Encoding'; did you mean 'ComGoogleCommonIoBaseEncoding_StandardBaseEncoding'?
__attribute__((unused)) static void ComGoogleCommonIoBaseEncoding_Base16Encoding_initWithComGoogleCommonIoBaseEncoding_Alphabet_(ComGoogleCommonIoBaseEncoding_Base16Encoding *self, ComGoogleCommonIoBaseEncoding_Alphabet *alphabet);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
ComGoogleCommonIoBaseEncoding_StandardBaseEncoding
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/localJ2objcDist/j2objcDist/include/com/google/common/io/BaseEncoding.h:174:12: note: 'ComGoogleCommonIoBaseEncoding_StandardBaseEncoding' declared here
@interface ComGoogleCommonIoBaseEncoding_StandardBaseEncoding : ComGoogleCommonIoBaseEncoding
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/io/BaseEncoding.m:176:32: error: unknown type name 'ComGoogleCommonIoBaseEncoding_Base16Encoding'; did you mean 'ComGoogleCommonIoBaseEncoding_StandardBaseEncoding'?
__attribute__((unused)) static ComGoogleCommonIoBaseEncoding_Base16Encoding *new_ComGoogleCommonIoBaseEncoding_Base16Encoding_initWithComGoogleCommonIoBaseEncoding_Alphabet_(ComGoogleCommonIoBaseEncoding_Alphabet *alphabet) NS_RETURNS_RETAINED;
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
ComGoogleCommonIoBaseEncoding_StandardBaseEncoding
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/localJ2objcDist/j2objcDist/include/com/google/common/io/BaseEncoding.h:174:12: note: 'ComGoogleCommonIoBaseEncoding_StandardBaseEncoding' declared here
@interface ComGoogleCommonIoBaseEncoding_StandardBaseEncoding : ComGoogleCommonIoBaseEncoding
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/io/BaseEncoding.m:178:12: error: cannot find interface declaration for 'ComGoogleCommonIoBaseEncoding_Base64Encoding'; did you mean 'ComGoogleCommonIoBaseEncoding_StandardBaseEncoding'?
@interface ComGoogleCommonIoBaseEncoding_Base64Encoding ()
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
ComGoogleCommonIoBaseEncoding_StandardBaseEncoding
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/localJ2objcDist/j2objcDist/include/com/google/common/io/BaseEncoding.h:174:12: note: 'ComGoogleCommonIoBaseEncoding_StandardBaseEncoding' declared here
@interface ComGoogleCommonIoBaseEncoding_StandardBaseEncoding : ComGoogleCommonIoBaseEncoding
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/io/BaseEncoding.m:185:152: error: unknown type name 'ComGoogleCommonIoBaseEncoding_Base64Encoding'; did you mean 'ComGoogleCommonIoBaseEncoding_StandardBaseEncoding'?
__attribute__((unused)) static void ComGoogleCommonIoBaseEncoding_Base64Encoding_initWithComGoogleCommonIoBaseEncoding_Alphabet_withJavaLangCharacter_(ComGoogleCommonIoBaseEncoding_Base64Encoding *self, ComGoogleCommonIoBaseEncoding_Alphabet *alphabet, JavaLangCharacter *paddingChar);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
ComGoogleCommonIoBaseEncoding_StandardBaseEncoding
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/localJ2objcDist/j2objcDist/include/com/google/common/io/BaseEncoding.h:174:12: note: 'ComGoogleCommonIoBaseEncoding_StandardBaseEncoding' declared here
@interface ComGoogleCommonIoBaseEncoding_StandardBaseEncoding : ComGoogleCommonIoBaseEncoding
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/io/BaseEncoding.m:187:32: error: unknown type name 'ComGoogleCommonIoBaseEncoding_Base64Encoding'; did you mean 'ComGoogleCommonIoBaseEncoding_StandardBaseEncoding'?
__attribute__((unused)) static ComGoogleCommonIoBaseEncoding_Base64Encoding *new_ComGoogleCommonIoBaseEncoding_Base64Encoding_initWithComGoogleCommonIoBaseEncoding_Alphabet_withJavaLangCharacter_(ComGoogleCommonIoBaseEncoding_Alphabet *alphabet, JavaLangCharacter *paddingChar) NS_RETURNS_RETAINED;
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
ComGoogleCommonIoBaseEncoding_StandardBaseEncoding
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/localJ2objcDist/j2objcDist/include/com/google/common/io/BaseEncoding.h:174:12: note: 'ComGoogleCommonIoBaseEncoding_StandardBaseEncoding' declared here
@interface ComGoogleCommonIoBaseEncoding_StandardBaseEncoding : ComGoogleCommonIoBaseEncoding
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/io/BaseEncoding.m:491:10: error: implicit declaration of function 'ComGoogleCommonIoBaseEncoding_ignoringReaderWithJavaIoReader_withComGoogleCommonBaseCharMatcher_' is invalid in C99 [-Werror,-Wimplicit-function-declaration]
return ComGoogleCommonIoBaseEncoding_ignoringReaderWithJavaIoReader_withComGoogleCommonBaseCharMatcher_(delegate, toIgnore);
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/io/BaseEncoding.m:491:10: error: incompatible integer to pointer conversion returning 'int' from a function with result type 'JavaIoReader *' [-Werror,-Wint-conversion]
return ComGoogleCommonIoBaseEncoding_ignoringReaderWithJavaIoReader_withComGoogleCommonBaseCharMatcher_(delegate, toIgnore);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/io/BaseEncoding.m:497:10: error: implicit declaration of function 'ComGoogleCommonIoBaseEncoding_separatingAppendableWithJavaLangAppendable_withNSString_withInt_' is invalid in C99 [-Werror,-Wimplicit-function-declaration]
return ComGoogleCommonIoBaseEncoding_separatingAppendableWithJavaLangAppendable_withNSString_withInt_(delegate, separator, afterEveryChars);
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/io/BaseEncoding.m:497:10: note: did you mean 'ComGoogleCommonIoBaseEncoding_$4_initWithInt_withJavaLangAppendable_withNSString_'?
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/io/BaseEncoding.m:308:37: note: 'ComGoogleCommonIoBaseEncoding_$4_initWithInt_withJavaLangAppendable_withNSString_' declared here
__attribute__((unused)) static void ComGoogleCommonIoBaseEncoding_$4_initWithInt_withJavaLangAppendable_withNSString_(ComGoogleCommonIoBaseEncoding_$4 *self, jint capture$0, id<JavaLangAppendable> capture$1, NSString *capture$2);
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/io/BaseEncoding.m:497:10: error: incompatible integer to pointer conversion returning 'int' from a function with result type 'id<JavaLangAppendable>' [-Werror,-Wint-conversion]
return ComGoogleCommonIoBaseEncoding_separatingAppendableWithJavaLangAppendable_withNSString_withInt_(delegate, separator, afterEveryChars);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
fatal error: too many errors emitted, stopping now [-ferror-limit=]
20 errors generated.
compiling ByteArrayDataInput.m successful.
compiling ByteArrayDataOutput.m successful.
compiling ByteProcessor.m successful.
compiling ByteSink.m successful.
compiling ByteSource.m successful.
compiling CharSequenceReader.m successful.
compiling ByteStreams.m successful.
compiling CharSink.m successful.
compiling CharSource.m successful.
compiling CharStreams.m successful.
compiling Closeables.m successful.
compiling Closer.m successful.
compiling CountingInputStream.m successful.
compiling CountingOutputStream.m successful.
compiling FileBackedOutputStream.m successful.
compiling Files.m successful.
compiling FileWriteMode.m successful.
compiling Flushables.m successful.
compiling InputSupplier.m successful.
compiling LineBuffer.m successful.
compiling LineProcessor.m successful.
compiling LineReader.m successful.
compiling LittleEndianDataInputStream.m successful.
compiling LittleEndianDataOutputStream.m successful.
compiling MultiInputStream.m successful.
compiling MultiReader.m successful.
compiling OutputSupplier.m successful.
compiling PatternFilenameFilter.m successful.
compiling Resources.m successful.
compiling BigIntegerMath.m successful.
compiling DoubleMath.m successful.
compiling DoubleUtils.m successful.
compiling IntMath.m successful.
compiling MathPreconditions.m successful.
compiling LongMath.m successful.
compiling HostAndPort.m successful.
compiling HostSpecifier.m successful.
compiling HttpHeaders.m successful.
compiling InetAddresses.m successful.
compiling InternetDomainName.m successful.
compiling MediaType.m successful.
compiling PercentEscaper.m successful.
compiling UrlEscapers.m successful.
compiling Booleans.m successful.
compiling Bytes.m successful.
compiling Chars.m successful.
compiling Doubles.m successful.
compiling Floats.m successful.
compiling Ints.m successful.
compiling Longs.m successful.
compiling ParseRequest.m successful.
compiling Primitives.m successful.
compiling Shorts.m successful.
compiling SignedBytes.m successful.
compiling UnsignedBytes.m successful.
compiling UnsignedInteger.m successful.
compiling UnsignedInts.m successful.
compiling UnsignedLong.m successful.
compiling UnsignedLongs.m successful.
compiling AbstractInvocationHandler.m successful.
compiling ClassPath.m successful.
compiling Element.m successful.
compiling ImmutableTypeToInstanceMap.m successful.
compiling Invokable.m failed.
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/reflect/Invokable.m:210:67: error: instance method '-isSupertypeOfWithComGoogleCommonReflectTypeToken:' not found (return type defaults to 'id') [-Werror,-Wobjc-method-access]
if (![((ComGoogleCommonReflectTypeToken *) nil_chk(returnType)) isSupertypeOfWithComGoogleCommonReflectTypeToken:ComGoogleCommonReflectInvokable_getReturnType(self)]) {
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/localJ2objcDist/j2objcDist/include/com/google/common/reflect/TypeToken.h:37:12: note: receiver is instance of class declared here
@interface ComGoogleCommonReflectTypeToken : ComGoogleCommonReflectTypeCapture < JavaIoSerializable >
^
1 error generated.
compiling MutableTypeToInstanceMap.m successful.
compiling Parameter.m successful.
compiling Reflection.m successful.
compiling TypeCapture.m successful.
compiling TypeParameter.m successful.
compiling TypeResolver.m successful.
compiling Types.m successful.
compiling TypeToInstanceMap.m successful.
compiling TypeToken.m failed.
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/reflect/TypeToken.m:657:17: error: method definition for 'getRawTypeWithJavaLangReflectType:' not found [-Werror,-Wincomplete-implementation]
@implementation ComGoogleCommonReflectTypeToken
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/localJ2objcDist/j2objcDist/include/com/google/common/reflect/TypeToken.h:101:1: note: method 'getRawTypeWithJavaLangReflectType:' declared here
+ (IOSClass *)getRawTypeWithJavaLangReflectType:(id<JavaLangReflectType>)type;
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/reflect/TypeToken.m:657:17: error: method definition for 'getRawTypesWithJavaLangReflectType:' not found [-Werror,-Wincomplete-implementation]
@implementation ComGoogleCommonReflectTypeToken
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/localJ2objcDist/j2objcDist/include/com/google/common/reflect/TypeToken.h:103:1: note: method 'getRawTypesWithJavaLangReflectType:' declared here
+ (ComGoogleCommonCollectImmutableSet *)getRawTypesWithJavaLangReflectType:(id<JavaLangReflectType>)type;
^
2 errors generated.
compiling TypeVisitor.m successful.
compiling AbstractCheckedFuture.m successful.
compiling AbstractExecutionThreadService.m successful.
compiling AbstractIdleService.m successful.
compiling AbstractFuture.m failed.
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/util/concurrent/AbstractFuture.m:813:30: error: unknown receiver 'ComGoogleCommonUtilConcurrentAbstractFuture_TrustedFuture'; did you mean 'ComGoogleCommonUtilConcurrentAbstractFuture_SetFuture'?
if ([future isKindOfClass:[ComGoogleCommonUtilConcurrentAbstractFuture_TrustedFuture class]]) {
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
ComGoogleCommonUtilConcurrentAbstractFuture_SetFuture
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/util/concurrent/AbstractFuture.m:238:12: note: 'ComGoogleCommonUtilConcurrentAbstractFuture_SetFuture' declared here
@interface ComGoogleCommonUtilConcurrentAbstractFuture_SetFuture : NSObject < JavaLangRunnable > {
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/util/concurrent/AbstractFuture.m:893:17: error: cannot find interface declaration for 'ComGoogleCommonUtilConcurrentAbstractFuture_TrustedFuture'; did you mean 'ComGoogleCommonUtilConcurrentAbstractFuture_SetFuture'? [-Werror]
@implementation ComGoogleCommonUtilConcurrentAbstractFuture_TrustedFuture
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/util/concurrent/AbstractFuture.m:238:12: note: 'ComGoogleCommonUtilConcurrentAbstractFuture_SetFuture' declared here
@interface ComGoogleCommonUtilConcurrentAbstractFuture_SetFuture : NSObject < JavaLangRunnable > {
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/util/concurrent/AbstractFuture.m:896:11: error: 'ComGoogleCommonUtilConcurrentAbstractFuture_TrustedFuture' cannot use 'super' because it is a root class
return [super get];
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/util/concurrent/AbstractFuture.m:901:11: error: 'ComGoogleCommonUtilConcurrentAbstractFuture_TrustedFuture' cannot use 'super' because it is a root class
return [super getWithLong:timeout withJavaUtilConcurrentTimeUnitEnum:unit];
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/util/concurrent/AbstractFuture.m:905:11: error: 'ComGoogleCommonUtilConcurrentAbstractFuture_TrustedFuture' cannot use 'super' because it is a root class
return [super isDone];
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/util/concurrent/AbstractFuture.m:909:11: error: 'ComGoogleCommonUtilConcurrentAbstractFuture_TrustedFuture' cannot use 'super' because it is a root class
return [super isCancelled];
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/util/concurrent/AbstractFuture.m:914:4: error: 'ComGoogleCommonUtilConcurrentAbstractFuture_TrustedFuture' cannot use 'super' because it is a root class
[super addListenerWithJavaLangRunnable:listener withJavaUtilConcurrentExecutor:executor];
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/util/concurrent/AbstractFuture.m:918:3: error: implicit declaration of function 'ComGoogleCommonUtilConcurrentAbstractFuture_TrustedFuture_init' is invalid in C99 [-Werror,-Wimplicit-function-declaration]
ComGoogleCommonUtilConcurrentAbstractFuture_TrustedFuture_init(self);
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/util/concurrent/AbstractFuture.m:918:3: note: did you mean 'ComGoogleCommonUtilConcurrentAbstractFuture_Waiter_init'?
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/util/concurrent/AbstractFuture.m:146:37: note: 'ComGoogleCommonUtilConcurrentAbstractFuture_Waiter_init' declared here
__attribute__((unused)) static void ComGoogleCommonUtilConcurrentAbstractFuture_Waiter_init(ComGoogleCommonUtilConcurrentAbstractFuture_Waiter *self);
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/util/concurrent/AbstractFuture.m:893:17: error: class 'ComGoogleCommonUtilConcurrentAbstractFuture_TrustedFuture' defined without specifying a base class [-Werror,-Wobjc-root-class]
@implementation ComGoogleCommonUtilConcurrentAbstractFuture_TrustedFuture
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/util/concurrent/AbstractFuture.m:893:74: note: add a super class to fix this problem
@implementation ComGoogleCommonUtilConcurrentAbstractFuture_TrustedFuture
^
: NSObject
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/util/concurrent/AbstractFuture.m:938:6: error: conflicting types for 'ComGoogleCommonUtilConcurrentAbstractFuture_TrustedFuture_init'
void ComGoogleCommonUtilConcurrentAbstractFuture_TrustedFuture_init(ComGoogleCommonUtilConcurrentAbstractFuture_TrustedFuture *self) {
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/util/concurrent/AbstractFuture.m:918:3: note: previous implicit declaration is here
ComGoogleCommonUtilConcurrentAbstractFuture_TrustedFuture_init(self);
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/util/concurrent/AbstractFuture.m:939:52: error: incompatible pointer types passing 'ComGoogleCommonUtilConcurrentAbstractFuture_TrustedFuture *' to parameter of type 'ComGoogleCommonUtilConcurrentAbstractFuture *' [-Werror,-Wincompatible-pointer-types]
ComGoogleCommonUtilConcurrentAbstractFuture_init(self);
^~~~
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/util/concurrent/AbstractFuture.m:786:100: note: passing argument to parameter 'self' here
void ComGoogleCommonUtilConcurrentAbstractFuture_init(ComGoogleCommonUtilConcurrentAbstractFuture *self) {
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/util/concurrent/AbstractFuture.m:942:1: error: implicit declaration of function 'ComGoogleCommonUtilConcurrentAbstractFuture_TrustedFuture_initialize' is invalid in C99 [-Werror,-Wimplicit-function-declaration]
J2OBJC_CLASS_TYPE_LITERAL_SOURCE(ComGoogleCommonUtilConcurrentAbstractFuture_TrustedFuture)
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/localJ2objcDist/j2objcDist/include/J2ObjC_common.h:219:5: note: expanded from macro 'J2OBJC_CLASS_TYPE_LITERAL_SOURCE'
TYPE##_initialize(); \
^
<scratch space>:55:1: note: expanded from here
ComGoogleCommonUtilConcurrentAbstractFuture_TrustedFuture_initialize
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/util/concurrent/AbstractFuture.m:942:1: error: class method '+class' not found (return type defaults to 'id') [-Werror,-Wobjc-method-access]
J2OBJC_CLASS_TYPE_LITERAL_SOURCE(ComGoogleCommonUtilConcurrentAbstractFuture_TrustedFuture)
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/localJ2objcDist/j2objcDist/include/J2ObjC_common.h:220:61: note: expanded from macro 'J2OBJC_CLASS_TYPE_LITERAL_SOURCE'
dispatch_once(&token, ^{ cls = IOSClass_fromClass([TYPE class]); }); \
^~~~~
13 errors generated.
compiling AbstractListeningExecutorService.m failed.
In file included from /Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/util/concurrent/AbstractListeningExecutorService.m:10:
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/util/concurrent/TrustedListenableFutureTask.h:16:71: error: cannot find interface declaration for 'ComGoogleCommonUtilConcurrentAbstractFuture_TrustedFuture', superclass of 'ComGoogleCommonUtilConcurrentTrustedListenableFutureTask'; did you mean 'ComGoogleCommonUtilConcurrentAbstractFuture_Sync'?
@interface ComGoogleCommonUtilConcurrentTrustedListenableFutureTask : ComGoogleCommonUtilConcurrentAbstractFuture_TrustedFuture < JavaUtilConcurrentRunnableFuture >
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
ComGoogleCommonUtilConcurrentAbstractFuture_Sync
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/localJ2objcDist/j2objcDist/include/com/google/common/util/concurrent/AbstractFuture.h:91:12: note: 'ComGoogleCommonUtilConcurrentAbstractFuture_Sync' declared here
@interface ComGoogleCommonUtilConcurrentAbstractFuture_Sync : JavaUtilConcurrentLocksAbstractQueuedSynchronizer
^
1 error generated.
compiling AbstractScheduledService.m successful.
compiling AggregateFuture.m failed.
In file included from /Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/util/concurrent/AggregateFuture.m:11:
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/util/concurrent/AggregateFuture.h:18:59: error: cannot find interface declaration for 'ComGoogleCommonUtilConcurrentAbstractFuture_TrustedFuture', superclass of 'ComGoogleCommonUtilConcurrentAggregateFuture'; did you mean 'ComGoogleCommonUtilConcurrentAbstractFuture_Sync'?
@interface ComGoogleCommonUtilConcurrentAggregateFuture : ComGoogleCommonUtilConcurrentAbstractFuture_TrustedFuture
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
ComGoogleCommonUtilConcurrentAbstractFuture_Sync
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/localJ2objcDist/j2objcDist/include/com/google/common/util/concurrent/AbstractFuture.h:91:12: note: 'ComGoogleCommonUtilConcurrentAbstractFuture_Sync' declared here
@interface ComGoogleCommonUtilConcurrentAbstractFuture_Sync : JavaUtilConcurrentLocksAbstractQueuedSynchronizer
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/util/concurrent/AggregateFuture.m:109:10: error: 'ComGoogleCommonUtilConcurrentAbstractFuture_Sync' may not respond to 'done' [-Werror]
[super done];
~~~~~ ^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/util/concurrent/AggregateFuture.m:154:112: error: unknown receiver 'ComGoogleCommonUtilConcurrentAbstractFuture_TrustedFuture'; did you mean 'ComGoogleCommonUtilConcurrentAbstractFuture_Sync'?
ComGoogleCommonUtilConcurrentAggregateFuture_super$_cancelWithBoolean_ = (jboolean (*)(id, SEL, jboolean))[ComGoogleCommonUtilConcurrentAbstractFuture_TrustedFuture instanceMethodForSelector:@selector(cancelWithBoolean:)];
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
ComGoogleCommonUtilConcurrentAbstractFuture_Sync
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/localJ2objcDist/j2objcDist/include/com/google/common/util/concurrent/AbstractFuture.h:91:12: note: 'ComGoogleCommonUtilConcurrentAbstractFuture_Sync' declared here
@interface ComGoogleCommonUtilConcurrentAbstractFuture_Sync : JavaUtilConcurrentLocksAbstractQueuedSynchronizer
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/util/concurrent/AggregateFuture.m:193:3: error: implicit declaration of function 'ComGoogleCommonUtilConcurrentAbstractFuture_TrustedFuture_init' is invalid in C99 [-Werror,-Wimplicit-function-declaration]
ComGoogleCommonUtilConcurrentAbstractFuture_TrustedFuture_init(self);
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/util/concurrent/AggregateFuture.m:193:3: note: did you mean 'ComGoogleCommonUtilConcurrentAbstractFuture_Sync_init'?
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/localJ2objcDist/j2objcDist/include/com/google/common/util/concurrent/AbstractFuture.h:133:24: note: 'ComGoogleCommonUtilConcurrentAbstractFuture_Sync_init' declared here
FOUNDATION_EXPORT void ComGoogleCommonUtilConcurrentAbstractFuture_Sync_init(ComGoogleCommonUtilConcurrentAbstractFuture_Sync *self);
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/util/concurrent/AggregateFuture.m:222:118: error: instance method '-trustedGetException' not found (return type defaults to 'id') [-Werror,-Wobjc-method-access]
ComGoogleCommonUtilConcurrentAggregateFuture_addCausalChainWithJavaUtilSet_withJavaLangThrowable_(seen, [this$0_ trustedGetException]);
^~~~~~~~~~~~~~~~~~~
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/util/concurrent/AggregateFuture.h:18:12: note: receiver is instance of class declared here
@interface ComGoogleCommonUtilConcurrentAggregateFuture : ComGoogleCommonUtilConcurrentAbstractFuture_TrustedFuture
^
5 errors generated.
compiling AbstractService.m successful.
compiling AggregateFutureState.m successful.
compiling AsyncFunction.m successful.
compiling AtomicDouble.m successful.
compiling AtomicDoubleArray.m successful.
compiling AtomicLongMap.m successful.
compiling Atomics.m successful.
compiling Callables.m successful.
compiling CheckedFuture.m successful.
compiling CollectionFuture.m failed.
In file included from /Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/util/concurrent/CollectionFuture.m:13:
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/util/concurrent/AggregateFuture.h:18:59: error: cannot find interface declaration for 'ComGoogleCommonUtilConcurrentAbstractFuture_TrustedFuture', superclass of 'ComGoogleCommonUtilConcurrentAggregateFuture'; did you mean 'ComGoogleCommonUtilConcurrentAbstractFuture_Sync'?
@interface ComGoogleCommonUtilConcurrentAggregateFuture : ComGoogleCommonUtilConcurrentAbstractFuture_TrustedFuture
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
ComGoogleCommonUtilConcurrentAbstractFuture_Sync
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/localJ2objcDist/j2objcDist/include/com/google/common/util/concurrent/AbstractFuture.h:91:12: note: 'ComGoogleCommonUtilConcurrentAbstractFuture_Sync' declared here
@interface ComGoogleCommonUtilConcurrentAbstractFuture_Sync : JavaUtilConcurrentLocksAbstractQueuedSynchronizer
^
1 error generated.
compiling CycleDetectingLockFactory.m successful.
compiling ExecutionError.m successful.
compiling ExecutionList.m successful.
compiling FakeTimeLimiter.m successful.
compiling ForwardingBlockingQueue.m successful.
compiling ForwardingCheckedFuture.m successful.
compiling ForwardingExecutorService.m successful.
compiling ForwardingFuture.m successful.
compiling ForwardingListenableFuture.m successful.
compiling ForwardingListeningExecutorService.m successful.
compiling FutureCallback.m successful.
compiling FutureFallback.m successful.
compiling Futures.m failed.
In file included from /Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/util/concurrent/Futures.m:18:
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/util/concurrent/AggregateFuture.h:18:59: error: cannot find interface declaration for 'ComGoogleCommonUtilConcurrentAbstractFuture_TrustedFuture', superclass of 'ComGoogleCommonUtilConcurrentAggregateFuture'; did you mean 'ComGoogleCommonUtilConcurrentAbstractCheckedFuture'?
@interface ComGoogleCommonUtilConcurrentAggregateFuture : ComGoogleCommonUtilConcurrentAbstractFuture_TrustedFuture
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
ComGoogleCommonUtilConcurrentAbstractCheckedFuture
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/localJ2objcDist/j2objcDist/include/com/google/common/util/concurrent/AbstractCheckedFuture.h:31:12: note: 'ComGoogleCommonUtilConcurrentAbstractCheckedFuture' declared here
@interface ComGoogleCommonUtilConcurrentAbstractCheckedFuture : ComGoogleCommonUtilConcurrentForwardingListenableFuture_SimpleForwardingListenableFuture < ComGoogleCommonUtilConcurrentCheckedFuture >
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/util/concurrent/Futures.m:236:65: error: cannot find interface declaration for 'ComGoogleCommonUtilConcurrentAbstractFuture_TrustedFuture', superclass of 'ComGoogleCommonUtilConcurrentFutures_TimeoutFuture'; did you mean 'ComGoogleCommonUtilConcurrentAbstractCheckedFuture'?
@interface ComGoogleCommonUtilConcurrentFutures_TimeoutFuture : ComGoogleCommonUtilConcurrentAbstractFuture_TrustedFuture {
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
ComGoogleCommonUtilConcurrentAbstractCheckedFuture
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/localJ2objcDist/j2objcDist/include/com/google/common/util/concurrent/AbstractCheckedFuture.h:31:12: note: 'ComGoogleCommonUtilConcurrentAbstractCheckedFuture' declared here
@interface ComGoogleCommonUtilConcurrentAbstractCheckedFuture : ComGoogleCommonUtilConcurrentForwardingListenableFuture_SimpleForwardingListenableFuture < ComGoogleCommonUtilConcurrentCheckedFuture >
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/util/concurrent/Futures.m:280:74: error: cannot find interface declaration for 'ComGoogleCommonUtilConcurrentAbstractFuture_TrustedFuture', superclass of 'ComGoogleCommonUtilConcurrentFutures_AbstractChainingFuture'; did you mean 'ComGoogleCommonUtilConcurrentAbstractCheckedFuture'?
@interface ComGoogleCommonUtilConcurrentFutures_AbstractChainingFuture : ComGoogleCommonUtilConcurrentAbstractFuture_TrustedFuture < JavaLangRunnable > {
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
ComGoogleCommonUtilConcurrentAbstractCheckedFuture
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/localJ2objcDist/j2objcDist/include/com/google/common/util/concurrent/AbstractCheckedFuture.h:31:12: note: 'ComGoogleCommonUtilConcurrentAbstractCheckedFuture' declared here
@interface ComGoogleCommonUtilConcurrentAbstractCheckedFuture : ComGoogleCommonUtilConcurrentForwardingListenableFuture_SimpleForwardingListenableFuture < ComGoogleCommonUtilConcurrentCheckedFuture >
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/util/concurrent/Futures.m:343:84: error: cannot find interface declaration for 'ComGoogleCommonUtilConcurrentAbstractFuture_TrustedFuture', superclass of 'ComGoogleCommonUtilConcurrentFutures_NonCancellationPropagatingFuture'; did you mean 'ComGoogleCommonUtilConcurrentAbstractCheckedFuture'?
@interface ComGoogleCommonUtilConcurrentFutures_NonCancellationPropagatingFuture : ComGoogleCommonUtilConcurrentAbstractFuture_TrustedFuture
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
ComGoogleCommonUtilConcurrentAbstractCheckedFuture
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/localJ2objcDist/j2objcDist/include/com/google/common/util/concurrent/AbstractCheckedFuture.h:31:12: note: 'ComGoogleCommonUtilConcurrentAbstractCheckedFuture' declared here
@interface ComGoogleCommonUtilConcurrentAbstractCheckedFuture : ComGoogleCommonUtilConcurrentForwardingListenableFuture_SimpleForwardingListenableFuture < ComGoogleCommonUtilConcurrentCheckedFuture >
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/util/concurrent/Futures.m:655:10: error: implicit declaration of function 'ComGoogleCommonUtilConcurrentFutures_catchingWithComGoogleCommonUtilConcurrentListenableFuture_withIOSClass_withComGoogleCommonBaseFunction_' is invalid in C99 [-Werror,-Wimplicit-function-declaration]
return ComGoogleCommonUtilConcurrentFutures_catchingWithComGoogleCommonUtilConcurrentListenableFuture_withIOSClass_withComGoogleCommonBaseFunction_(input, exceptionType, fallback);
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/util/concurrent/Futures.m:655:10: note: did you mean 'ComGoogleCommonUtilConcurrentFutures_transformWithComGoogleCommonUtilConcurrentListenableFuture_withComGoogleCommonBaseFunction_'?
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/localJ2objcDist/j2objcDist/include/com/google/common/util/concurrent/Futures.h:131:69: note: 'ComGoogleCommonUtilConcurrentFutures_transformWithComGoogleCommonUtilConcurrentListenableFuture_withComGoogleCommonBaseFunction_' declared here
FOUNDATION_EXPORT id<ComGoogleCommonUtilConcurrentListenableFuture> ComGoogleCommonUtilConcurrentFutures_transformWithComGoogleCommonUtilConcurrentListenableFuture_withComGoogleCommonBaseFunction_(id<ComGoogleCommonUtilConcurrentListenableFuture> input, id<ComGoogleCommonBaseFunction> function);
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/util/concurrent/Futures.m:655:10: error: incompatible integer to pointer conversion returning 'int' from a function with result type 'id<ComGoogleCommonUtilConcurrentListenableFuture>' [-Werror,-Wint-conversion]
return ComGoogleCommonUtilConcurrentFutures_catchingWithComGoogleCommonUtilConcurrentListenableFuture_withIOSClass_withComGoogleCommonBaseFunction_(input, exceptionType, fallback);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/util/concurrent/Futures.m:662:10: error: implicit declaration of function 'ComGoogleCommonUtilConcurrentFutures_catchingWithComGoogleCommonUtilConcurrentListenableFuture_withIOSClass_withComGoogleCommonBaseFunction_withJavaUtilConcurrentExecutor_' is invalid in C99 [-Werror,-Wimplicit-function-declaration]
return ComGoogleCommonUtilConcurrentFutures_catchingWithComGoogleCommonUtilConcurrentListenableFuture_withIOSClass_withComGoogleCommonBaseFunction_withJavaUtilConcurrentExecutor_(input, exceptionType, fallback, executor);
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/util/concurrent/Futures.m:662:10: note: did you mean 'ComGoogleCommonUtilConcurrentFutures_transformWithComGoogleCommonUtilConcurrentListenableFuture_withComGoogleCommonBaseFunction_withJavaUtilConcurrentExecutor_'?
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/localJ2objcDist/j2objcDist/include/com/google/common/util/concurrent/Futures.h:133:69: note: 'ComGoogleCommonUtilConcurrentFutures_transformWithComGoogleCommonUtilConcurrentListenableFuture_withComGoogleCommonBaseFunction_withJavaUtilConcurrentExecutor_' declared here
FOUNDATION_EXPORT id<ComGoogleCommonUtilConcurrentListenableFuture> ComGoogleCommonUtilConcurrentFutures_transformWithComGoogleCommonUtilConcurrentListenableFuture_withComGoogleCommonBaseFunction_withJavaUtilConcurrentExecutor_(id<ComGoogleCommonUtilConcurrentListenableFuture> input, id<ComGoogleCommonBaseFunction> function, id<JavaUtilConcurrentExecutor> executor);
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/util/concurrent/Futures.m:662:10: error: incompatible integer to pointer conversion returning 'int' from a function with result type 'id<ComGoogleCommonUtilConcurrentListenableFuture>' [-Werror,-Wint-conversion]
return ComGoogleCommonUtilConcurrentFutures_catchingWithComGoogleCommonUtilConcurrentListenableFuture_withIOSClass_withComGoogleCommonBaseFunction_withJavaUtilConcurrentExecutor_(input, exceptionType, fallback, executor);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/util/concurrent/Futures.m:668:10: error: implicit declaration of function 'ComGoogleCommonUtilConcurrentFutures_catchingAsyncWithComGoogleCommonUtilConcurrentListenableFuture_withIOSClass_withComGoogleCommonUtilConcurrentAsyncFunction_' is invalid in C99 [-Werror,-Wimplicit-function-declaration]
return ComGoogleCommonUtilConcurrentFutures_catchingAsyncWithComGoogleCommonUtilConcurrentListenableFuture_withIOSClass_withComGoogleCommonUtilConcurrentAsyncFunction_(input, exceptionType, fallback);
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/util/concurrent/Futures.m:668:10: note: did you mean 'ComGoogleCommonUtilConcurrentFutures_catchingWithComGoogleCommonUtilConcurrentListenableFuture_withIOSClass_withComGoogleCommonBaseFunction_'?
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/util/concurrent/Futures.m:655:10: note: 'ComGoogleCommonUtilConcurrentFutures_catchingWithComGoogleCommonUtilConcurrentListenableFuture_withIOSClass_withComGoogleCommonBaseFunction_' declared here
return ComGoogleCommonUtilConcurrentFutures_catchingWithComGoogleCommonUtilConcurrentListenableFuture_withIOSClass_withComGoogleCommonBaseFunction_(input, exceptionType, fallback);
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/util/concurrent/Futures.m:668:10: error: incompatible integer to pointer conversion returning 'int' from a function with result type 'id<ComGoogleCommonUtilConcurrentListenableFuture>' [-Werror,-Wint-conversion]
return ComGoogleCommonUtilConcurrentFutures_catchingAsyncWithComGoogleCommonUtilConcurrentListenableFuture_withIOSClass_withComGoogleCommonUtilConcurrentAsyncFunction_(input, exceptionType, fallback);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/util/concurrent/Futures.m:675:10: error: implicit declaration of function 'ComGoogleCommonUtilConcurrentFutures_catchingAsyncWithComGoogleCommonUtilConcurrentListenableFuture_withIOSClass_withComGoogleCommonUtilConcurrentAsyncFunction_withJavaUtilConcurrentExecutor_' is invalid in C99 [-Werror,-Wimplicit-function-declaration]
return ComGoogleCommonUtilConcurrentFutures_catchingAsyncWithComGoogleCommonUtilConcurrentListenableFuture_withIOSClass_withComGoogleCommonUtilConcurrentAsyncFunction_withJavaUtilConcurrentExecutor_(input, exceptionType, fallback, executor);
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/util/concurrent/Futures.m:675:10: note: did you mean 'ComGoogleCommonUtilConcurrentFutures_catchingWithComGoogleCommonUtilConcurrentListenableFuture_withIOSClass_withComGoogleCommonBaseFunction_withJavaUtilConcurrentExecutor_'?
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/util/concurrent/Futures.m:662:10: note: 'ComGoogleCommonUtilConcurrentFutures_catchingWithComGoogleCommonUtilConcurrentListenableFuture_withIOSClass_withComGoogleCommonBaseFunction_withJavaUtilConcurrentExecutor_' declared here
return ComGoogleCommonUtilConcurrentFutures_catchingWithComGoogleCommonUtilConcurrentListenableFuture_withIOSClass_withComGoogleCommonBaseFunction_withJavaUtilConcurrentExecutor_(input, exceptionType, fallback, executor);
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/util/concurrent/Futures.m:675:10: error: incompatible integer to pointer conversion returning 'int' from a function with result type 'id<ComGoogleCommonUtilConcurrentListenableFuture>' [-Werror,-Wint-conversion]
return ComGoogleCommonUtilConcurrentFutures_catchingAsyncWithComGoogleCommonUtilConcurrentListenableFuture_withIOSClass_withComGoogleCommonUtilConcurrentAsyncFunction_withJavaUtilConcurrentExecutor_(input, exceptionType, fallback, executor);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/util/concurrent/Futures.m:679:10: error: implicit declaration of function 'ComGoogleCommonUtilConcurrentFutures_asAsyncFunctionWithComGoogleCommonUtilConcurrentFutureFallback_' is invalid in C99 [-Werror,-Wimplicit-function-declaration]
return ComGoogleCommonUtilConcurrentFutures_asAsyncFunctionWithComGoogleCommonUtilConcurrentFutureFallback_(fallback);
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/util/concurrent/Futures.m:679:10: note: did you mean 'ComGoogleCommonUtilConcurrentFutures_$2_initWithComGoogleCommonUtilConcurrentFutureFallback_'?
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/util/concurrent/Futures.m:451:37: note: 'ComGoogleCommonUtilConcurrentFutures_$2_initWithComGoogleCommonUtilConcurrentFutureFallback_' declared here
__attribute__((unused)) static void ComGoogleCommonUtilConcurrentFutures_$2_initWithComGoogleCommonUtilConcurrentFutureFallback_(ComGoogleCommonUtilConcurrentFutures_$2 *self, id<ComGoogleCommonUtilConcurrentFutureFallback> capture$0);
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/util/concurrent/Futures.m:679:10: error: incompatible integer to pointer conversion returning 'int' from a function with result type 'id<ComGoogleCommonUtilConcurrentAsyncFunction>' [-Werror,-Wint-conversion]
return ComGoogleCommonUtilConcurrentFutures_asAsyncFunctionWithComGoogleCommonUtilConcurrentFutureFallback_(fallback);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/util/concurrent/Futures.m:686:10: error: implicit declaration of function 'ComGoogleCommonUtilConcurrentFutures_withTimeoutWithComGoogleCommonUtilConcurrentListenableFuture_withLong_withJavaUtilConcurrentTimeUnitEnum_withJavaUtilConcurrentScheduledExecutorService_' is invalid in C99 [-Werror,-Wimplicit-function-declaration]
return ComGoogleCommonUtilConcurrentFutures_withTimeoutWithComGoogleCommonUtilConcurrentListenableFuture_withLong_withJavaUtilConcurrentTimeUnitEnum_withJavaUtilConcurrentScheduledExecutorService_(delegate, time, unit, scheduledExecutor);
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/util/concurrent/Futures.m:686:10: error: incompatible integer to pointer conversion returning 'int' from a function with result type 'id<ComGoogleCommonUtilConcurrentListenableFuture>' [-Werror,-Wint-conversion]
return ComGoogleCommonUtilConcurrentFutures_withTimeoutWithComGoogleCommonUtilConcurrentListenableFuture_withLong_withJavaUtilConcurrentTimeUnitEnum_withJavaUtilConcurrentScheduledExecutorService_(delegate, time, unit, scheduledExecutor);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/util/concurrent/Futures.m:702:10: error: implicit declaration of function 'ComGoogleCommonUtilConcurrentFutures_transformAsyncWithComGoogleCommonUtilConcurrentListenableFuture_withComGoogleCommonUtilConcurrentAsyncFunction_' is invalid in C99 [-Werror,-Wimplicit-function-declaration]
return ComGoogleCommonUtilConcurrentFutures_transformAsyncWithComGoogleCommonUtilConcurrentListenableFuture_withComGoogleCommonUtilConcurrentAsyncFunction_(input, function);
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/util/concurrent/Futures.m:702:10: note: did you mean 'ComGoogleCommonUtilConcurrentFutures_transformWithComGoogleCommonUtilConcurrentListenableFuture_withComGoogleCommonUtilConcurrentAsyncFunction_'?
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/localJ2objcDist/j2objcDist/include/com/google/common/util/concurrent/Futures.h:127:69: note: 'ComGoogleCommonUtilConcurrentFutures_transformWithComGoogleCommonUtilConcurrentListenableFuture_withComGoogleCommonUtilConcurrentAsyncFunction_' declared here
FOUNDATION_EXPORT id<ComGoogleCommonUtilConcurrentListenableFuture> ComGoogleCommonUtilConcurrentFutures_transformWithComGoogleCommonUtilConcurrentListenableFuture_withComGoogleCommonUtilConcurrentAsyncFunction_(id<ComGoogleCommonUtilConcurrentListenableFuture> input, id<ComGoogleCommonUtilConcurrentAsyncFunction> function);
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/util/concurrent/Futures.m:702:10: error: incompatible integer to pointer conversion returning 'int' from a function with result type 'id<ComGoogleCommonUtilConcurrentListenableFuture>' [-Werror,-Wint-conversion]
return ComGoogleCommonUtilConcurrentFutures_transformAsyncWithComGoogleCommonUtilConcurrentListenableFuture_withComGoogleCommonUtilConcurrentAsyncFunction_(input, function);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/util/concurrent/Futures.m:708:10: error: implicit declaration of function 'ComGoogleCommonUtilConcurrentFutures_transformAsyncWithComGoogleCommonUtilConcurrentListenableFuture_withComGoogleCommonUtilConcurrentAsyncFunction_withJavaUtilConcurrentExecutor_' is invalid in C99 [-Werror,-Wimplicit-function-declaration]
return ComGoogleCommonUtilConcurrentFutures_transformAsyncWithComGoogleCommonUtilConcurrentListenableFuture_withComGoogleCommonUtilConcurrentAsyncFunction_withJavaUtilConcurrentExecutor_(input, function, executor);
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/util/concurrent/Futures.m:708:10: note: did you mean 'ComGoogleCommonUtilConcurrentFutures_transformWithComGoogleCommonUtilConcurrentListenableFuture_withComGoogleCommonUtilConcurrentAsyncFunction_withJavaUtilConcurrentExecutor_'?
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/localJ2objcDist/j2objcDist/include/com/google/common/util/concurrent/Futures.h:129:69: note: 'ComGoogleCommonUtilConcurrentFutures_transformWithComGoogleCommonUtilConcurrentListenableFuture_withComGoogleCommonUtilConcurrentAsyncFunction_withJavaUtilConcurrentExecutor_' declared here
FOUNDATION_EXPORT id<ComGoogleCommonUtilConcurrentListenableFuture> ComGoogleCommonUtilConcurrentFutures_transformWithComGoogleCommonUtilConcurrentListenableFuture_withComGoogleCommonUtilConcurrentAsyncFunction_withJavaUtilConcurrentExecutor_(id<ComGoogleCommonUtilConcurrentListenableFuture> input, id<ComGoogleCommonUtilConcurrentAsyncFunction> function, id<JavaUtilConcurrentExecutor> executor);
^
fatal error: too many errors emitted, stopping now [-ferror-limit=]
20 errors generated.
compiling GwtFuturesCatchingSpecialization.m successful.
compiling FuturesGetChecked.m successful.
compiling InterruptibleTask.m successful.
compiling ListenableFuture.m successful.
compiling ListenableFutureTask.m successful.
compiling JdkFutureAdapters.m successful.
compiling ListenableScheduledFuture.m successful.
compiling ListenerCallQueue.m successful.
compiling ListeningExecutorService.m successful.
compiling ListeningScheduledExecutorService.m successful.
compiling Monitor.m successful.
compiling Platform.m successful.
compiling RateLimiter.m failed.
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/util/concurrent/RateLimiter.m:97:10: error: implicit declaration of function 'ComGoogleCommonUtilConcurrentRateLimiter_createWithComGoogleCommonUtilConcurrentRateLimiter_SleepingStopwatch_withDouble_withLong_withJavaUtilConcurrentTimeUnitEnum_withDouble_' is invalid in C99 [-Werror,-Wimplicit-function-declaration]
return ComGoogleCommonUtilConcurrentRateLimiter_createWithComGoogleCommonUtilConcurrentRateLimiter_SleepingStopwatch_withDouble_withLong_withJavaUtilConcurrentTimeUnitEnum_withDouble_(stopwatch, permitsPerSecond, warmupPeriod, unit, coldFactor);
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/util/concurrent/RateLimiter.m:97:10: note: did you mean 'ComGoogleCommonUtilConcurrentRateLimiter_createWithComGoogleCommonUtilConcurrentRateLimiter_SleepingStopwatch_withDouble_withLong_withJavaUtilConcurrentTimeUnitEnum_'?
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/localJ2objcDist/j2objcDist/include/com/google/common/util/concurrent/RateLimiter.h:90:61: note: 'ComGoogleCommonUtilConcurrentRateLimiter_createWithComGoogleCommonUtilConcurrentRateLimiter_SleepingStopwatch_withDouble_withLong_withJavaUtilConcurrentTimeUnitEnum_' declared here
FOUNDATION_EXPORT ComGoogleCommonUtilConcurrentRateLimiter *ComGoogleCommonUtilConcurrentRateLimiter_createWithComGoogleCommonUtilConcurrentRateLimiter_SleepingStopwatch_withDouble_withLong_withJavaUtilConcurrentTimeUnitEnum_(ComGoogleCommonUtilConcurrentRateLimiter_SleepingStopwatch *stopwatch, jdouble permitsPerSecond, jlong warmupPeriod, JavaUtilConcurrentTimeUnitEnum *unit);
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/util/concurrent/RateLimiter.m:97:10: error: incompatible integer to pointer conversion returning 'int' from a function with result type 'ComGoogleCommonUtilConcurrentRateLimiter *' [-Werror,-Wint-conversion]
return ComGoogleCommonUtilConcurrentRateLimiter_createWithComGoogleCommonUtilConcurrentRateLimiter_SleepingStopwatch_withDouble_withLong_withJavaUtilConcurrentTimeUnitEnum_withDouble_(stopwatch, permitsPerSecond, warmupPeriod, unit, coldFactor);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/util/concurrent/RateLimiter.m:75:17: error: method definition for 'createWithComGoogleCommonUtilConcurrentRateLimiter_SleepingStopwatch:withDouble:withLong:withJavaUtilConcurrentTimeUnitEnum:' not found [-Werror,-Wincomplete-implementation]
@implementation ComGoogleCommonUtilConcurrentRateLimiter
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/localJ2objcDist/j2objcDist/include/com/google/common/util/concurrent/RateLimiter.h:60:1: note: method 'createWithComGoogleCommonUtilConcurrentRateLimiter_SleepingStopwatch:withDouble:withLong:withJavaUtilConcurrentTimeUnitEnum:' declared here
+ (ComGoogleCommonUtilConcurrentRateLimiter *)createWithComGoogleCommonUtilConcurrentRateLimiter_SleepingStopwatch:(ComGoogleCommonUtilConcurrentRateLimiter_SleepingStopwatch *)stopwatch
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/util/concurrent/RateLimiter.m:269:10: error: incompatible integer to pointer conversion returning 'int' from a function with result type 'ComGoogleCommonUtilConcurrentRateLimiter *' [-Werror,-Wint-conversion]
return ComGoogleCommonUtilConcurrentRateLimiter_createWithComGoogleCommonUtilConcurrentRateLimiter_SleepingStopwatch_withDouble_withLong_withJavaUtilConcurrentTimeUnitEnum_withDouble_(ComGoogleCommonUtilConcurrentRateLimiter_SleepingStopwatch_createFromSystemTimer(), permitsPerSecond, warmupPeriod, unit, 3.0);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/util/concurrent/RateLimiter.m:272:43: error: conflicting types for 'ComGoogleCommonUtilConcurrentRateLimiter_createWithComGoogleCommonUtilConcurrentRateLimiter_SleepingStopwatch_withDouble_withLong_withJavaUtilConcurrentTimeUnitEnum_withDouble_'
ComGoogleCommonUtilConcurrentRateLimiter *ComGoogleCommonUtilConcurrentRateLimiter_createWithComGoogleCommonUtilConcurrentRateLimiter_SleepingStopwatch_withDouble_withLong_withJavaUtilConcurrentTimeUnitEnum_withDouble_(ComGoogleCommonUtilConcurrentRateLimiter_SleepingStopwatch *stopwatch, jdouble permitsPerSecond, jlong warmupPeriod, JavaUtilConcurrentTimeUnitEnum *unit, jdouble coldFactor) {
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/util/concurrent/RateLimiter.m:97:10: note: previous implicit declaration is here
return ComGoogleCommonUtilConcurrentRateLimiter_createWithComGoogleCommonUtilConcurrentRateLimiter_SleepingStopwatch_withDouble_withLong_withJavaUtilConcurrentTimeUnitEnum_withDouble_(stopwatch, permitsPerSecond, warmupPeriod, unit, coldFactor);
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/util/concurrent/RateLimiter.m:274:60: error: implicit declaration of function 'new_ComGoogleCommonUtilConcurrentSmoothRateLimiter_SmoothWarmingUp_initWithComGoogleCommonUtilConcurrentRateLimiter_SleepingStopwatch_withLong_withJavaUtilConcurrentTimeUnitEnum_withDouble_' is invalid in C99 [-Werror,-Wimplicit-function-declaration]
ComGoogleCommonUtilConcurrentRateLimiter *rateLimiter = [new_ComGoogleCommonUtilConcurrentSmoothRateLimiter_SmoothWarmingUp_initWithComGoogleCommonUtilConcurrentRateLimiter_SleepingStopwatch_withLong_withJavaUtilConcurrentTimeUnitEnum_withDouble_(stopwatch, warmupPeriod, unit, coldFactor) autorelease];
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/util/concurrent/RateLimiter.m:274:60: note: did you mean 'new_ComGoogleCommonUtilConcurrentSmoothRateLimiter_SmoothWarmingUp_initWithComGoogleCommonUtilConcurrentRateLimiter_SleepingStopwatch_withLong_withJavaUtilConcurrentTimeUnitEnum_'?
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/localJ2objcDist/j2objcDist/include/com/google/common/util/concurrent/SmoothRateLimiter.h:88:83: note: 'new_ComGoogleCommonUtilConcurrentSmoothRateLimiter_SmoothWarmingUp_initWithComGoogleCommonUtilConcurrentRateLimiter_SleepingStopwatch_withLong_withJavaUtilConcurrentTimeUnitEnum_' declared here
FOUNDATION_EXPORT ComGoogleCommonUtilConcurrentSmoothRateLimiter_SmoothWarmingUp *new_ComGoogleCommonUtilConcurrentSmoothRateLimiter_SmoothWarmingUp_initWithComGoogleCommonUtilConcurrentRateLimiter_SleepingStopwatch_withLong_withJavaUtilConcurrentTimeUnitEnum_(ComGoogleCommonUtilConcurrentRateLimiter_SleepingStopwatch *stopwatch, jlong warmupPeriod, JavaUtilConcurrentTimeUnitEnum *timeUnit) NS_RETURNS_RETAINED;
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/util/concurrent/RateLimiter.m:274:60: error: receiver type 'int' is not 'id' or interface pointer, consider casting it to 'id' [-Werror,-Wreceiver-expr]
ComGoogleCommonUtilConcurrentRateLimiter *rateLimiter = [new_ComGoogleCommonUtilConcurrentSmoothRateLimiter_SmoothWarmingUp_initWithComGoogleCommonUtilConcurrentRateLimiter_SleepingStopwatch_withLong_withJavaUtilConcurrentTimeUnitEnum_withDouble_(stopwatch, warmupPeriod, unit, coldFactor) autorelease];
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
7 errors generated.
compiling MoreExecutors.m failed.
In file included from /Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/util/concurrent/MoreExecutors.m:24:
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/util/concurrent/TrustedListenableFutureTask.h:16:71: error: cannot find interface declaration for 'ComGoogleCommonUtilConcurrentAbstractFuture_TrustedFuture', superclass of 'ComGoogleCommonUtilConcurrentTrustedListenableFutureTask'; did you mean 'ComGoogleCommonUtilConcurrentAbstractFuture_Sync'?
@interface ComGoogleCommonUtilConcurrentTrustedListenableFutureTask : ComGoogleCommonUtilConcurrentAbstractFuture_TrustedFuture < JavaUtilConcurrentRunnableFuture >
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
ComGoogleCommonUtilConcurrentAbstractFuture_Sync
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/localJ2objcDist/j2objcDist/include/com/google/common/util/concurrent/AbstractFuture.h:91:12: note: 'ComGoogleCommonUtilConcurrentAbstractFuture_Sync' declared here
@interface ComGoogleCommonUtilConcurrentAbstractFuture_Sync : JavaUtilConcurrentLocksAbstractQueuedSynchronizer
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/util/concurrent/MoreExecutors.m:1232:203: error: passing 'ComGoogleCommonUtilConcurrentTrustedListenableFutureTask *' to parameter of incompatible type 'id<ComGoogleCommonUtilConcurrentListenableFuture>' [-Werror]
return [new_ComGoogleCommonUtilConcurrentMoreExecutors_ScheduledListeningDecorator_ListenableScheduledTask_initWithComGoogleCommonUtilConcurrentListenableFuture_withJavaUtilConcurrentScheduledFuture_(task, scheduled) autorelease];
^~~~
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/util/concurrent/MoreExecutors.m:290:370: note: passing argument to parameter 'listenableDelegate' here
__attribute__((unused)) static ComGoogleCommonUtilConcurrentMoreExecutors_ScheduledListeningDecorator_ListenableScheduledTask *new_ComGoogleCommonUtilConcurrentMoreExecutors_ScheduledListeningDecorator_ListenableScheduledTask_initWithComGoogleCommonUtilConcurrentListenableFuture_withJavaUtilConcurrentScheduledFuture_(id<ComGoogleCommonUtilConcurrentListenableFuture> listenableDelegate, id<JavaUtilConcurrentScheduledFuture> scheduledDelegate) NS_RETURNS_RETAINED;
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/util/concurrent/MoreExecutors.m:1240:203: error: passing 'ComGoogleCommonUtilConcurrentTrustedListenableFutureTask *' to parameter of incompatible type 'id<ComGoogleCommonUtilConcurrentListenableFuture>' [-Werror]
return [new_ComGoogleCommonUtilConcurrentMoreExecutors_ScheduledListeningDecorator_ListenableScheduledTask_initWithComGoogleCommonUtilConcurrentListenableFuture_withJavaUtilConcurrentScheduledFuture_(task, scheduled) autorelease];
^~~~
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/util/concurrent/MoreExecutors.m:290:370: note: passing argument to parameter 'listenableDelegate' here
__attribute__((unused)) static ComGoogleCommonUtilConcurrentMoreExecutors_ScheduledListeningDecorator_ListenableScheduledTask *new_ComGoogleCommonUtilConcurrentMoreExecutors_ScheduledListeningDecorator_ListenableScheduledTask_initWithComGoogleCommonUtilConcurrentListenableFuture_withJavaUtilConcurrentScheduledFuture_(id<ComGoogleCommonUtilConcurrentListenableFuture> listenableDelegate, id<JavaUtilConcurrentScheduledFuture> scheduledDelegate) NS_RETURNS_RETAINED;
^
3 errors generated.
compiling Runnables.m successful.
compiling SerializingExecutor.m successful.
compiling Service.m successful.
compiling ServiceManager.m failed.
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/util/concurrent/ServiceManager.m:642:10: error: implicit declaration of function 'ComGoogleCommonCollectImmutableMap_copyOfWithJavaLangIterable_' is invalid in C99 [-Werror,-Wimplicit-function-declaration]
return ComGoogleCommonCollectImmutableMap_copyOfWithJavaLangIterable_(loadTimes);
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/util/concurrent/ServiceManager.m:642:10: note: did you mean 'ComGoogleCommonCollectImmutableSet_copyOfWithJavaLangIterable_'?
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/localJ2objcDist/j2objcDist/include/com/google/common/collect/ImmutableSet.h:121:55: note: 'ComGoogleCommonCollectImmutableSet_copyOfWithJavaLangIterable_' declared here
FOUNDATION_EXPORT ComGoogleCommonCollectImmutableSet *ComGoogleCommonCollectImmutableSet_copyOfWithJavaLangIterable_(id<JavaLangIterable> elements);
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/util/concurrent/ServiceManager.m:642:10: error: incompatible integer to pointer conversion returning 'int' from a function with result type 'ComGoogleCommonCollectImmutableMap *' [-Werror,-Wint-conversion]
return ComGoogleCommonCollectImmutableMap_copyOfWithJavaLangIterable_(loadTimes);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2 errors generated.
compiling SettableFuture.m failed.
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/util/concurrent/SettableFuture.m:44:17: error: 'ComGoogleCommonUtilConcurrentAbstractFuture' may not respond to 'setFutureWithComGoogleCommonUtilConcurrentListenableFuture:' [-Werror]
return [super setFutureWithComGoogleCommonUtilConcurrentListenableFuture:future];
~~~~~ ^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/util/concurrent/SettableFuture.m:72:3: error: implicit declaration of function 'ComGoogleCommonUtilConcurrentAbstractFuture_TrustedFuture_init' is invalid in C99 [-Werror,-Wimplicit-function-declaration]
ComGoogleCommonUtilConcurrentAbstractFuture_TrustedFuture_init(self);
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/util/concurrent/SettableFuture.m:72:3: note: did you mean 'ComGoogleCommonUtilConcurrentAbstractFuture_Sync_init'?
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/localJ2objcDist/j2objcDist/include/com/google/common/util/concurrent/AbstractFuture.h:133:24: note: 'ComGoogleCommonUtilConcurrentAbstractFuture_Sync_init' declared here
FOUNDATION_EXPORT void ComGoogleCommonUtilConcurrentAbstractFuture_Sync_init(ComGoogleCommonUtilConcurrentAbstractFuture_Sync *self);
^
2 errors generated.
compiling SimpleTimeLimiter.m successful.
compiling SmoothRateLimiter.m failed.
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/util/concurrent/SmoothRateLimiter.m:145:3: error: implicit declaration of function 'ComGoogleCommonUtilConcurrentSmoothRateLimiter_SmoothWarmingUp_initWithComGoogleCommonUtilConcurrentRateLimiter_SleepingStopwatch_withLong_withJavaUtilConcurrentTimeUnitEnum_withDouble_' is invalid in C99 [-Werror,-Wimplicit-function-declaration]
ComGoogleCommonUtilConcurrentSmoothRateLimiter_SmoothWarmingUp_initWithComGoogleCommonUtilConcurrentRateLimiter_SleepingStopwatch_withLong_withJavaUtilConcurrentTimeUnitEnum_withDouble_(self, stopwatch, warmupPeriod, timeUnit, coldFactor);
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/util/concurrent/SmoothRateLimiter.m:145:3: note: did you mean 'ComGoogleCommonUtilConcurrentSmoothRateLimiter_SmoothWarmingUp_initWithComGoogleCommonUtilConcurrentRateLimiter_SleepingStopwatch_withLong_withJavaUtilConcurrentTimeUnitEnum_'?
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/localJ2objcDist/j2objcDist/include/com/google/common/util/concurrent/SmoothRateLimiter.h:86:24: note: 'ComGoogleCommonUtilConcurrentSmoothRateLimiter_SmoothWarmingUp_initWithComGoogleCommonUtilConcurrentRateLimiter_SleepingStopwatch_withLong_withJavaUtilConcurrentTimeUnitEnum_' declared here
FOUNDATION_EXPORT void ComGoogleCommonUtilConcurrentSmoothRateLimiter_SmoothWarmingUp_initWithComGoogleCommonUtilConcurrentRateLimiter_SleepingStopwatch_withLong_withJavaUtilConcurrentTimeUnitEnum_(ComGoogleCommonUtilConcurrentSmoothRateLimiter_SmoothWarmingUp *self, ComGoogleCommonUtilConcurrentRateLimiter_SleepingStopwatch *stopwatch, jlong warmupPeriod, JavaUtilConcurrentTimeUnitEnum *timeUnit);
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/util/concurrent/SmoothRateLimiter.m:139:17: error: method definition for 'initWithComGoogleCommonUtilConcurrentRateLimiter_SleepingStopwatch:withLong:withJavaUtilConcurrentTimeUnitEnum:' not found [-Werror,-Wincomplete-implementation]
@implementation ComGoogleCommonUtilConcurrentSmoothRateLimiter_SmoothWarmingUp
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/localJ2objcDist/j2objcDist/include/com/google/common/util/concurrent/SmoothRateLimiter.h:72:1: note: method 'initWithComGoogleCommonUtilConcurrentRateLimiter_SleepingStopwatch:withLong:withJavaUtilConcurrentTimeUnitEnum:' declared here
- (instancetype)initWithComGoogleCommonUtilConcurrentRateLimiter_SleepingStopwatch:(ComGoogleCommonUtilConcurrentRateLimiter_SleepingStopwatch *)stopwatch
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/util/concurrent/SmoothRateLimiter.m:205:6: error: conflicting types for 'ComGoogleCommonUtilConcurrentSmoothRateLimiter_SmoothWarmingUp_initWithComGoogleCommonUtilConcurrentRateLimiter_SleepingStopwatch_withLong_withJavaUtilConcurrentTimeUnitEnum_withDouble_'
void ComGoogleCommonUtilConcurrentSmoothRateLimiter_SmoothWarmingUp_initWithComGoogleCommonUtilConcurrentRateLimiter_SleepingStopwatch_withLong_withJavaUtilConcurrentTimeUnitEnum_withDouble_(ComGoogleCommonUtilConcurrentSmoothRateLimiter_SmoothWarmingUp *self, ComGoogleCommonUtilConcurrentRateLimiter_SleepingStopwatch *stopwatch, jlong warmupPeriod, JavaUtilConcurrentTimeUnitEnum *timeUnit, jdouble coldFactor) {
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/util/concurrent/SmoothRateLimiter.m:145:3: note: previous implicit declaration is here
ComGoogleCommonUtilConcurrentSmoothRateLimiter_SmoothWarmingUp_initWithComGoogleCommonUtilConcurrentRateLimiter_SleepingStopwatch_withLong_withJavaUtilConcurrentTimeUnitEnum_withDouble_(self, stopwatch, warmupPeriod, timeUnit, coldFactor);
^
3 errors generated.
compiling Striped.m successful.
compiling ThreadFactoryBuilder.m successful.
compiling TimeLimiter.m successful.
compiling TrustedListenableFutureTask.m failed.
In file included from /Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/util/concurrent/TrustedListenableFutureTask.m:11:
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/util/concurrent/TrustedListenableFutureTask.h:16:71: error: cannot find interface declaration for 'ComGoogleCommonUtilConcurrentAbstractFuture_TrustedFuture', superclass of 'ComGoogleCommonUtilConcurrentTrustedListenableFutureTask'; did you mean 'ComGoogleCommonUtilConcurrentAbstractFuture_Sync'?
@interface ComGoogleCommonUtilConcurrentTrustedListenableFutureTask : ComGoogleCommonUtilConcurrentAbstractFuture_TrustedFuture < JavaUtilConcurrentRunnableFuture >
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
ComGoogleCommonUtilConcurrentAbstractFuture_Sync
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/localJ2objcDist/j2objcDist/include/com/google/common/util/concurrent/AbstractFuture.h:91:12: note: 'ComGoogleCommonUtilConcurrentAbstractFuture_Sync' declared here
@interface ComGoogleCommonUtilConcurrentAbstractFuture_Sync : JavaUtilConcurrentLocksAbstractQueuedSynchronizer
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/util/concurrent/TrustedListenableFutureTask.m:79:10: error: 'ComGoogleCommonUtilConcurrentAbstractFuture_Sync' may not respond to 'done' [-Werror]
[super done];
~~~~~ ^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/util/concurrent/TrustedListenableFutureTask.m:55:17: error: method 'getWithLong:withJavaUtilConcurrentTimeUnitEnum:' in protocol 'JavaUtilConcurrentFuture' not implemented [-Werror,-Wprotocol]
@implementation ComGoogleCommonUtilConcurrentTrustedListenableFutureTask
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/localJ2objcDist/j2objcDist/include/java/util/concurrent/Future.h:23:1: note: method 'getWithLong:withJavaUtilConcurrentTimeUnitEnum:' declared here
- (id)getWithLong:(jlong)timeout
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/util/concurrent/TrustedListenableFutureTask.m:130:3: error: implicit declaration of function 'ComGoogleCommonUtilConcurrentAbstractFuture_TrustedFuture_init' is invalid in C99 [-Werror,-Wimplicit-function-declaration]
ComGoogleCommonUtilConcurrentAbstractFuture_TrustedFuture_init(self);
^
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/j2objcSrcGen/com/google/common/util/concurrent/TrustedListenableFutureTask.m:130:3: note: did you mean 'ComGoogleCommonUtilConcurrentAbstractFuture_Sync_init'?
/Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/localJ2objcDist/j2objcDist/include/com/google/common/util/concurrent/AbstractFuture.h:133:24: note: 'ComGoogleCommonUtilConcurrentAbstractFuture_Sync_init' declared here
FOUNDATION_EXPORT void ComGoogleCommonUtilConcurrentAbstractFuture_Sync_init(ComGoogleCommonUtilConcurrentAbstractFuture_Sync *self);
^
4 errors generated.
compiling UncaughtExceptionHandlers.m successful.
compiling UncheckedExecutionException.m successful.
compiling UncheckedTimeoutException.m successful.
compiling Uninterruptibles.m successful.
compiling WrappingExecutorService.m successful.
compiling WrappingScheduledExecutorService.m successful.
compiling XmlEscapers.m successful.
compiling Empty.m successful.
compiling PublicSuffixPatterns.m successful.
compiling PublicSuffixType.m successful.
compiling TrieParser.m successful.
Finished compileX86_64DebugThird_party_guava-j2objcStaticLibraryThird_party_guava-j2objcObjc, see full log file:///Users/XX/gitHubPublicRepos/j2objc-gradle/systemTests/externalLibrary1/third_party_guava/build/tmp/compileX86_64DebugThird_party_guava-j2objcStaticLibraryThird_party_guava-j2objcObjc/output.txt.
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment